/* -------- BEGIN: common -------- */
.product__btn {
    color: #142C42;
    background-color: #F7EC7B;
}

.product__btn:focus,
.product__btn:hover,
.product__btn:active {
    background-color: #FEE913;
}
/* -------- END: common -------- */


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

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

@media (max-width: 767px) {
    .main-section {
        background-position: center right 30%;
    }

    .main-section::after {
        opacity: .4;
    }
}
/* -------- END: main-section -------- */


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

@media (max-width: 1199px) {
    .uniqueness-section .product-radiation__cloud {
        padding: 15px 25px 17px;
    }

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

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

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

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

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

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

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

    .product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(4) {
        max-width: 340px;
    }
}
/* -------- END: uniqueness-section -------- */


/* -------- BEGIN: benefit-section -------- */
.benefit__cont>.product-radiation__clouds {
    top: 20px;
    left: 60px;
}

.benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .benefit__cont>.product-radiation__clouds {
        left: 30px;
    }

    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud:nth-of-type(n+7) {
        display: none;
    }

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


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