/* -------- BEGIN: common -------- */
.product__btn {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #FF8A00 53.34%), #EDF0F6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #FF8A00 53.34%), #EDF0F6;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px), (min-width: 992px) {
    .product__main-title {
        color: #F2832A;
    }

    .product__subtitle {
        color: #94320B;
    }
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #E2E2E0;
    background-image: url('/img/products/supplements/herbalysate-hepatic/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/supplements/herbalysate-hepatic/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/herbalysate-hepatic/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/supplements/herbalysate-hepatic/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/herbalysate-hepatic/main-bg.jpg')
    );
}

.main-section::after {
    opacity: 0;
}

@media (min-width: 1700px) {
    .main-section__content {
        margin: 0 auto;
    }
}

@media (min-width: 2000px) {
    .main-section {
        padding: 20vh 0;
    }
}

@media (max-width: 1699px) {
    .main-section {
        background-image: url('/img/products/supplements/herbalysate-hepatic/main-bg-without-drug.jpg');
        background-image: -webkit-image-set(
            url('/img/products/supplements/herbalysate-hepatic/main-bg-without-drug.webp') type("image/webp"),
            url('/img/products/supplements/herbalysate-hepatic/main-bg-without-drug.jpg')
        );
        background-image: image-set(
            url('/img/products/supplements/herbalysate-hepatic/main-bg-without-drug.webp') type("image/webp"),
            url('/img/products/supplements/herbalysate-hepatic/main-bg-without-drug.jpg')
        );
        background-position: center right 20%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-section::after {
        opacity: .3;
    }
}

@media (max-width: 767px) {
    .main-section {
        background-position: center left 25%;
    }
}
/* -------- END: main-section -------- */


/* -------- BEGIN: uniqueness-section -------- */
.uniqueness-section .product-radiation__clouds>.product-radiation__cloud {
    margin-bottom: 10px;
}

.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(2),
.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(4) {
    max-width: 400px;
}

.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(3) {
    max-width: 380px;
}

.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(5) {
    max-width: 550px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(1) {
    max-width: 420px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(2),
.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(3) {
    max-width: 360px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(4) {
    max-width: 410px;
}

@media (max-width: 1199px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n+4) {
        display: none;
    }

    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
        max-width: 520px;
    }
}
/* -------- END: uniqueness-section -------- */


/* -------- BEGIN: benefit-section -------- */
.benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
    max-width: 470px;
}

@media (max-width: 1199px) {
    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
        max-width: 410px;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: shopping-gate-section -------- */
.shopping-gate-section {
    background-color: #FF8E26;
}
/* -------- END: shopping-gate-section -------- */
