/* -------- 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: #9BA960;
    background-image: url('/img/products/supplements/trifalobiotic/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/supplements/trifalobiotic/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/trifalobiotic/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/supplements/trifalobiotic/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/trifalobiotic/main-bg.jpg')
    );
}

.main-section::after {
    background-color: rgb(9, 95, 136);
}
/* -------- END: main-section -------- */


/* -------- BEGIN: abstract-section -------- */
.abstract__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.abstract__strip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: -1;
    border-left-color: #5D9B3C;
}

.triphalobiotic-en .abstract__wrap,
.triphalobiotic-en .abstract__strip {
    display: block;
}

.abstract__video {
    float: none;
    margin: 0;
    max-width: 100%;
}

@media (max-width: 991px) {
    .abstract__wrap {
        grid-template-columns: auto;
    }
}
/* -------- END: abstract-section -------- */


/* -------- BEGIN: uniqueness-section -------- */
.uniqueness-section {
    background-color: rgba(185, 234, 180, 0.4);
}

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

@media (max-width: 1199px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
        margin-bottom: 10px;
        max-width: 310px;
    }
}

@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__cont>.product-radiation__clouds {
    top: 0;
    left: 20px;
}

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

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

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


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