/* -------- BEGIN: common -------- */
.product__btn {
    background-color: #01AFF8;
}

.product__btn:focus,
.product__btn:hover,
.product__btn:active {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .product__subtitle {
        max-width: 80%;
    }
}
/* -------- END: common -------- */


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

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

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

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

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

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


/* -------- BEGIN: umbrella-section -------- */
.umbrella__points-wrap_top-left img {
    right: 0;
    bottom: 20px;
}

.umbrella__points-wrap_bottom-left img {
    top: 140px;
    right: -20px;
}

.umbrella__points-wrap_top-right img {
    top: 105px;
    left: -10px;
}

@media (max-width: 1199px) {
    .umbrella__points-wrap_top-left img {
        bottom: 40px;
        right: -45px;
    }

    .umbrella__points-wrap_top-right img {
        top: 150px;
    }
}
/* -------- END: umbrella-section -------- */


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

.uniqueness-section .product-radiation__cloud {
    padding: 15px 25px 17px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .uniqueness-section .product-radiation__clouds p {
        font-size: 16px;
    }
}

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

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

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


/* -------- BEGIN: product-point-section -------- */
.product-point__img {
    height: 145px;
}
/* -------- END: product-point-section -------- */


/* -------- BEGIN: benefit-section -------- */
.benefit__cont>.product-radiation__clouds {
    top: 25%;
    left: 10%;
}

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

.benefit-section .product-radiation__clouds p {
    text-align: center;
}

@media (max-width: 1199px) {
    .benefit__cont>.product-radiation__clouds {
        top: 14%;
        left: 8%;
    }

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


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