/** Shopify CDN: Minification failed

Line 1318:32 Expected identifier but found "2"
Line 1318:34 Unexpected "{"
Line 8314:2 "line-heigth" is not a known CSS property

**/
@font-face {
  font-family: "Clash";
  src: url("https://cdn.shopify.com/s/files/1/0815/2134/4766/files/ClashGrotesk-Variable.ttf?v=1784806034") format("truetype");
}
@font-face {
  font-family: "Mori";
  src: url("https://cdn.shopify.com/s/files/1/0815/2134/4766/files/PPMori-Regular.otf?v=1784806034") format("opentype");
}
@font-face {
  font-family: "MoriSemi";
  src: url("https://cdn.shopify.com/s/files/1/0815/2134/4766/files/PPMori-SemiBold.otf?v=1784806034") format("opentype");
}



h1, h2, h3, h4, h5, h2 span{
    font-family: 'Clash' !important;
}
.he_product-faq-thumb p,
.logos-wrap_text, 
.logos-wrap_text *,
.he_product-medium-text *,
.he_dont-take-subtitle{ 
    font-family: 'Clash' !important;
}
p, a, div, span{
    font-family: 'Mori' !important;
}
.he_page-width *,
.he_page-width_larger *{
    letter-spacing: 0;
}
.he_page-width_larger{
    max-width: 1500px;
    margin: auto;
    padding: 0 16px;
}
.he_page-width{
    max-width: 1400px;
    margin: auto;
    padding: 0 16px;
}
.he_product-section{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}
.he_product-section > div{
    width: calc(50% - 16px);
    position: sticky;
    top: 0;
}
.he_featured-image{
    display: flex;
    gap: 12px;
    position: relative;
}
.he_image-tag{
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 16px;
    background: #A5EF72;
    color: #080E41;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    line-height: 1.3em;
}
.he_featured-image img{
    width: 100%;
}
.he_featured-image > div:nth-child(1){
    width: 100%;
}
.he_featured-image > div:nth-child(2){
    width: 30%;
}
.he_featured-imaging{
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.he_featured-icon{
    display: block;
    width: 100%;
}
.he_featured-icons-grid{
    display: grid;
    gap: 8px;
    display: none;
}
.he_product-section{
    padding-top: 16px;
    padding-bottom: 64px;
}
.he_main-gallery-grid{
    display: grid;
    margin-top: 12px;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}
.he_gallery-image{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.he_gallery-image img{
    display: block;
    width: 100%;
}
.he_gallery-image video{
    display: block;
    width: 100%;
}
.he_product-icon-line{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_product-section img{
    width: 100%;
}
.he_product-icon-line > div:nth-child(1){
    width: 20px;
    display: flex;
    align-items: center;
}
.he_product-icon-line > div:nth-child(2){
    width: calc(100% - 20px - 8px);
}
.he_product-icons-grid{
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 4px;
    margin-top: 12px;
    background: #F0F4F8;
}
.he_main-product-subtitle{
    font-size: 20px;
    line-height: 1.3em;
    margin: 12px 0;
    font-weight: 500;
}
.he_product-section  *{
    color: #080E41;
}
.he_main-product-title{
    font-size: 40px;
    line-height: 1.15em;
    margin: 0;
    font-weight: 500;
}
.he_product-lab-btn-outer{
    border: 1px solid #080E41;
    border-radius: 4px;
    margin: 16px 0;
}
.he_product-lab-btn-outer .he_product-lab-btn{
    border: none;
    margin: 0;
}
.he_product-lab-btn{
    display: flex;
    padding: 20px;
    border: 1px solid #080E41;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0;
    text-decoration: none;
}
.he_product-lab-btn img{
    width: 16px;
    display: block;
}
.he_product-lab-btn span{
    color: #080E41;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.he_product-sub-btn{
    background: #f0f4f8;
    padding: 3px;
    border-radius: 32px;
    cursor: pointer;
    width: 40px;
}
.he_product-sub-btn.active{
    background: #080E41;
}
.active .he_product-sub-btn-inner{
    margin-left: auto;
    background: white;
}
.he_product-sub-btn-inner{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #080E41;
    display: block !important;
    margin-left: 0;
    transition: all .2s;
}
.he_product-sub-label{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_product-sub-label p{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.he_product-faq-thumb p{
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 400;
}
.he_product-faq-thumb{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.he_product-faq-thumb img{
    display: block;
    width: 16px !important;
    transition: all .2s;
}

.he_product-faq-block{
    cursor: pointer;
    padding: 16px;
    padding-left: 0;
}
.he_product-faq-container .he_product-faq-block{
    padding-left: 0;
}
.he_product-faq-content *{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    margin-top: 8px;
    font-weight: 400;
}
.he_product-faq-content strong{
    font-family: 'MoriSemi' !important;
}
.he_product-faq-content{
    display: none;
    padding-top: 12px;
}
.he_product-faqs-container{
    margin: 16px 0;
}
.he_product-review-thumb{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.he_product-review-star{
    width: 100%;
    display: block;
    max-width: 80px;
}
.he_product-review-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}
.he_product-review-info span{
    font-size: 12px;
    line-height: 1.3em;
    color: #080E4180;
}
.he_product-review-info img{
    max-width: 20px;
    display: block;
}
.he_product-review-info img.he_product-avatar{
    max-width: 24px;
    margin-right: 8px;
}
.he_producg-review-content{
    margin: 16px 0;
}
.he_producg-review-content p{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    min-height: 65px;
}
.he_product-review-cell{
    padding: 20px;
    background: #F0F4F8;
    border-radius: 4px;
    overflow: hidden;
}
.he_product-review-slider{
    margin: 16px 0 !important;
    margin-bottom: 0 !important;
}
.he_product-review-slider .slick-dots{
    bottom: 28px;
    text-align: left;
    padding-left: 6px;
}
.he_product-review-slider .slick-dots li button:before{
    font-size: 8px;
}
.he_product-review-slider .slick-dots li button{
    width: 10px;
    height: 10px;
}
.he_product-review-slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
.he_product-review-slider .slick-dots{
    margin-left: 4px;
}
.he_product-info-box_outer{
    padding: 12px 20px;
    border-radius: 4px;
    background: #F0F4F8;
    margin: 16px 0;
}
.he_product-info-box_outer.greenBg{
    background: #EEFFE2;
}
.he_product-info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.he_product-info-box p{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
}
.he_product-info-box p > span:nth-child(1){
    display: flex;
    align-items: center;
}
.he_product-info-box img{
    max-width: 20px;
}
.he_product-more-info-btn{
    display: inline-block;
    border: 1px solid #080E41;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.he_product-instock span{
    display: flex;
    align-items: center;
}
.he_product-instock{
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    line-height: 1.3em;
    margin: 16px 0;
}
.he_product-instock-bubble{
    display: block !important;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00AC1D;
}
.he_product-atc.inline,
.he_product-atc_long.inline{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.he_product-atc.inline *,
.he_product-atc_long.inline *{
    margin: 0;
}
.he_atc-price{
    display: flex;
    align-items: center;
    gap: 4px;
}
.he_atc-price s{
    color: rgba(0, 0, 0, 0.5);
}
.he_product-atc,
.he_product-atc_long,
.he_product-atc_long_scroll,
.he_product-atc_long_bundle{
    display: block;
    padding: 16px;
    background: #A5EF72;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
    text-transform: uppercase;
}
.he_product-form{
    margin: 16px 0;
}
.he_product-variants{
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.he_product-variant-box{
    width: 100%;
}
.he_product-variant-info img{
    width: auto;
    max-height: 80px;
    display: block;
    margin: auto;
}
.he_product-variant-badge{
    height: 32px;
}
.he_product-badge{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 4px;
    background: #AAC9F4;
    font-size: 14px;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.he_product-variant-title.borderedTitle{
    background: #AAC9F4;
    padding: 4px;
    border-radius: 4px;
    margin: 12px 0;
}
.he_product-variant-title{
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
    margin: 16px 0;
    letter-spacing: 0;
}
.he_product-variant-box.active .he_product-variant-info{
    border: 1px solid #080E41;
}
.he_product-variant-info{
    padding: 20px;
    border: 1px solid #080E4140;
    border-radius: 4px;
    margin: 6px 0;
}
.he_product-price-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.he_product-price-box span{
    font-size: 12px;
     line-height: 1.3em;
}
.hided{
    display: none !important;
}
.he_product-price-box s{
    font-size: 16px;
    color: #080E4180;
    line-height: 1.3em;
}
.he_product-price-box p{
    margin: 0;
    color: #080E41;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
}
.he_product-variant-prices{
    border: 1px solid #080E4140;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.he_product-variant-prices p{
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.he_product-variants{
    margin-bottom: 20px;
}
.he_product-variant-box {
    cursor: pointer;
}
.he_product-variant-box.active .he_product-variant-prices{
    background: #A5EF72;
    border: 1px solid  #A5EF72;
}
.he_product-variant-box.active .he_product-badge{
    background: #A5EF72;
}
.he_product-variant-box.active .he_product-variant-info{
    background: #A5EF72;
}
.he_main-review-rating-box{
    display: inline-block;
    border-radius: 24px;
    padding: 8px 16px;
    background: #F0F4F8;
    margin-bottom: 16px;
}
.he_main-review-rating{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_main-review-rating span{
    display: flex;
    align-items: center;
}
.he_main-review-rating img{
    width: 100%;
    max-width: 90px;
    display: block;
}
.he_main-review-rating p{
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.he_product-icon-line p{
    line-height: 1.3em;
    font-size: 14px;
    margin: 0;
}
.he_standard-gallery-image{
    object-fit: cover;
    aspect-ratio: 1.05/1;
}
@media (max-width: 678px) {
    .he_product-form{
        margin-top: 0;
    }
    .he_product-variant-title.borderedTitle{
        background: #AAC9F4;
        padding: 2px;
        border-radius: 4px;
        margin: 6px 0;
    }
    .he_featured-image > div:nth-child(2){
        width: 32%;
        /* display: none; */
    }
    .he_product-review-info span{
        font-size: 11px;
    }
    .he_main-review-rating-box{
        padding: 4px 8px;
    }
    .he_image-tag{
        font-size: 12px;
        padding-bottom: 4px;
    }
    .he_product-section>div{
        width: 100%;
        gap: 0;
    }
    .he_product-variant-info{ 
        padding: 20px 6px;
    }
    .he_product-price-box p{
        font-size: 15px;
        font-family: 'MoriSemi' !important;
    }
    .he_product-price-box s{
        font-size: 13px;
    }
    .he_product-variants{
        gap: 6px;
    }
    .he_product-variant-title{
        font-size: 13px;
        margin: 8px 0;
        font-weight: 400;
    }
    .he_product-variant-prices p{
        font-size: 12px;
        text-transform: uppercase;
    }
    .he_product-variant-info img{
        max-height: 60px;
    }
    .he_product-badge{
        font-size: 12px;
    }
    .he_product-variant-badge{
        height: 28px;
    }
    .he_product-badge{
        height: 28px;
    }
    .he_product-variant-info{
        padding-bottom: 8px;
    }
    .he_product-instock{
        font-size: 14px;
    }
    .he_product-info-box_outer{
         padding: 12px;
    }
    .he_product-info-box{
        gap: 12px;
    }
    .he_product-info-box p{
        font-size: 14px;
    }
    .he_product-info-box p > span:nth-child(1){
        width: 10%;
    }
    .he_product-info-box p > span:nth-child(2){
        width: 100%;
    }
    .he_product-more-info-btn{
        white-space: nowrap;
    }
    .he_product-more-info-btn{
        font-size: 12px;
    }
    .he_producg-review-content p{
        font-size: 14px;
        min-height: 100px;
    }
    .he_product-faq-thumb p{
        font-size: 20px;
    }
    .he_product-lab-btn span{
        font-size: 12px;
    }
    .he_product-lab-btn{
        padding: 16px 8px;
    }
    .he_main-product-subtitle{
        font-size: 16px;
    }
    .he_main-product-title{
        font-size: 32px;
        font-weight: 500;
    }
    .he_main-review-rating{
        gap: 6px;
    }
    .he_main-review-rating p{
        font-size: 11.5px;
        position: relative;
        top: 2px;
    }
    .he_product-icon-line p{
        font-size: 12px;
    }
    .he_main-review-rating img{
        max-width: 70px;
    }
    .he_product-section{
        padding: 24px 0;
        padding-top: 0;
    }
    .he_gallery-image img{
        display: block;
        aspect-ratio:1;
        object-fit: cover;
    }
    .he_mobile-gallery .slick-dots li button:before{
        display: none;
    }
    .he_mobile-gallery .slick-dots li.slick-active{
        background: #080E41;
    }
    .he_mobile-gallery .slick-dots li{
        width: 26px;
        height: 4px;
        background: #F0F4F8;
        border-radius: 10px;
    }
     .he_mobile-gallery .slick-dots li button{
        display: none;
     }
     .he_mobile-gallery .slick-dots{
        text-align: left;
        bottom: -20px;
        max-width: 80%;
        display: none !important;
     }
     .he_mob-gallery-arrows{
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-end;
        margin-top: -32px;
        padding-bottom: 16px;
     }
     .he_mob-gallery-arrows img{
        width: 24px;
        height: 24px;
        display: block;
        cursor: pointer;
     }
}
.he_product-outer-section{
    padding: 64px 0;
}
.footer.he_product-outer-section{
    padding-bottom: 32px;
}
.he_product-outer-section *{
    color: #080E41;
}
.he_product-main-subtitle{
    margin: 0;
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 400;
}
.he_product-main-title{
    margin: 0;
    font-size: 40px;
    line-height: 1.15em;
    font-weight: 400;
}
.he_product-faq-container{
    display: flex;
    gap: 32px;
    width: 100%;
}
.he_product-faq-container > div:nth-child(1){
    width: 50%;
}
.he_product-faq-container > div:nth-child(2){
    width: 100%;
}
@media (max-width: 678px) {
    .he_product-main-title{
        font-size: 36px;
        line-height: 1.15em;
    }
    .he_product-main-subtitle{
        margin: 0;
        font-size: 20px;
        line-height: 1.15em;
        font-weight: 400;
    }
    .he_product-faq-container{
        flex-wrap: wrap;
        gap: 24px;
    }
    .he_product-faq-container > div:nth-child(1){
        width: 100%;
    }
    .he_product-faq-container > div:nth-child(2){
        width: 100%;
    }
    .he_product-outer-section{
        padding: 24px 0;
    }
    .footer.he_product-outer-section{
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
.he_product-compare-container{
    display: flex;
    align-items: center;
    gap: 100px;
}
.he_product-compare-container > div:nth-child(1){
    width: 50%;
}
.he_product-compare-container > div:nth-child(2){
    width: 100%;
}
.he_product-outer-section img{
    width: 100%;
    display: block;
}
.he_product-cta-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    margin-top: 12px;
}
.he_product-cta-footer span{
    display: flex;
    align-items: center;
    color: #080E4180 !important;
}
.he_product-cta-footer img{
    max-width: 20px;
    position: relative;
    bottom: 2px;
}
.he_product-cta,
.he_product-cta__url{
    display: block;
    padding: 16px;
    background: #a5ef72;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3em;
    color: #080E41 !important;
}
.he_product-text{
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.3em;
}
.he_product-text *{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
}
.he_product-outer-grey-bg{
    background: #F0F4F8;
    padding: 46px 24px;
    max-width: 1500px;
    margin: auto;
}
.he_product-outer-section.padding-in{
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 678px) {
    .he_product-compare-container{
        flex-wrap: wrap;
        gap: 16px;
    }
    .he_product-compare-container>div:nth-child(1){
        width: 100%;
    }
    .he_product-outer-grey-bg{
        padding: 16px 0;
    }
    .he_product-text{
        margin: 8px 0;
    }
    .he_product-btn-container{
        margin-top: 12px;
    }
    .he_product-cta,
    .he_product-cta__url{
        font-size: 14px;
    }
}
.he_real-reviews-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-top: -20px;
    position: relative;
}
.he_real-reviews-prev{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_real-reviews-next{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_how-works-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.he_how-works-prev{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_how-works-next{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.blueAllBg *{
    color: white !important;;
}
.blueAllBg{
    background:#1A258A !important;
}
.he_page-width .slick-next, 
.he_page-width .slick-prev{
    display: none !important;
}
.he_product-how-works-carousel .slick-slide{
    padding: 0 12px;
    cursor: pointer;
}
.he_product-how-works-block-title{
    margin: 0;
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 400;
}
.he_product-medium-text{
    margin: 16px 0;
}
.he_product-medium-text *{
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
    max-width: 400px;
}
.he_product-footer-text{
    margin-top: 24px;
    padding-top: 24px;
    max-width: 400px;
    display: none;
    position: relative;
}
.activeSlide .he_product-footer-text{
    display: block;
}
.he_product-footer-outer{
    height: 130px;
}
.he_product-footer-text *{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 16px;
    opacity: 0.75;
}
.he_product-how-number{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid white;
    opacity: 0.5;
}
.activeSlide .he_product-how-number{
    opacity: 1;
}
.he_how-works-image{
    max-width: 280px;
    display: block;
    transition: all .2s;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.he_how-works-video{
    max-width: 280px;
    display: block;
    transition: all .2s;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.activeSlide .he_how-works-image{
    max-width: 100%;
}
.activeSlide .he_how-works-video{
    max-width: 100%;
}
.he_product-how-works-block-title{
    max-width: 290px;
}
.he_product-how-works-carousel{
    display: flex;
    gap: 24px;
    margin-top: 16px;
}
.activeSlide.he_product-how-slide{
    width: 150%;
}
.he_product-how-slide{
    width: 100%;
    cursor: pointer;
}
.he_product-how-works-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 390px;
}
@media (min-width: 678px) {
     .he_product-how-works-block > div:nth-child(2){
        height: 375px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

.he_product-works-border__line{
    display: block !important;
    width: 100%;
    background: #F0F4F8;
    height: 2px;
    margin-top: 16px;
}
.activeSlide .he_product-works-border__line{
    background: #080E41;
}
@media (max-width: 678px) {
    .he_product-footer-outer{
        height: 220px;
    }

    .he_product-how-works-car-outer{
        width: 100%;
        overflow-x: scroll;
        /* Hide scrollbar Firefox */
        scrollbar-width: none;

        /* Hide scrollbar IE/Edge */
        -ms-overflow-style: none;
    }
    .he_product-how-works-car-outer::-webkit-scrollbar {
        /* Hide scrollbar Chrome/Safari */
        display: none;
    }
    .he_product-how-works-carousel{
        width: 1200px;
    }
    .activeSlide.he_product-how-slide{
        width: 100%;
    }
    .he_product-how-works-block{
        min-height: auto;
    }
    .he_product-how-works-block-title{
        font-size: 26px;
        height: 105px;
    }
    .he_how-works-image{
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 4px;
        overflow: hidden;
    }

}

.he_ugc-stars{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.he_ugc-stars img{
    display: block;
    max-width: 100px;
}
.he_ugc-header{
    max-width: 600px;
}
.he_ugc-revs-label{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3em;
    text-transform: uppercase;
}
.he_ugc-ratings{
    margin-top: 24px;
}
.ha_light-blue-bg{
    background: #F0F4F8;
}
.he_ugc-carousel_outer{
    width: 100%;
    overflow-x: scroll;
    margin-top: 32px;

    /* Hide scrollbar Firefox */
    scrollbar-width: none;

    /* Hide scrollbar IE/Edge */
    -ms-overflow-style: none;
}
.he_ugc-carousel_outer::-webkit-scrollbar {
    /* Hide scrollbar Chrome/Safari */
    display: none;
}
.he_ugc-carousel{
    width: fit-content;
    display: flex;
    gap: 24px;
}
.he_ugc-block{
    position: relative;
    width: 290px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.he_ugc-block video{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.he_ugc-arrows{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: -24px;
}
.he_ugc-prev,
.he_ugc-next{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_ugc-block-overlay{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(26, 37, 138, 0) 0%, rgba(26, 37, 138, 0.5) 100%);
    z-index: 2;
    display: flex;
    align-items: flex-end;
}
.he_ugc-block-name{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.he_ugc-block-name span{
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px;
}
.he_ugc-block-name img{
    display: block;
    max-width: 20px;
}
.he_ugc-block-title{
    color: white!important;
    font-size: 22px;
    line-height: 1.3em;
    margin: 12px 0;
    text-align: center;
    font-weight: 400;
}
.he_product-outer-section img.he_ugc-block-play{
    display:block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 3;
}
.he_ugc-block{
    cursor: pointer;
}
.he_ugc-block.playing .he_ugc-block-overlay,
.he_ugc-block.playing .he_ugc-block-play {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.he_ugc-block-overlay,
.he_ugc-block-play {
    transition: opacity 0.3s ease;
}

.he_quotes-container{
    position: relative;
}
.he_quotes-container-content{
    max-width: 50%;
    margin-left: auto;
    width: 100%;
}
.he_quotes-bg{
    position: absolute;
    max-width: 50%;
    bottom: -64px;
}
.he_quote-slide{
    display: flex;
    gap: 24px;
    width: fit-content;
    padding-right: 24px;
}
.he_quote-slide_outer {
    width: 50vw;
    overflow-x: scroll;
    margin-top: 50px;

    /* Hide scrollbar Firefox */
    scrollbar-width: none;

    /* Hide scrollbar IE/Edge */
    -ms-overflow-style: none;
}
.he_quote-slide_outer::-webkit-scrollbar {
    /* Hide scrollbar Chrome/Safari */
    display: none;
}
.he_quote-box{
    width: 300px;
    padding: 16px;
    border-radius: 4px;
    background: #F0F4F8;
}
.he_quote-title{
    font-size: 20px;
    line-height: 1.3em;
    margin: 0;
    font-style: italic;
    color: #080E41 !important;
}
.he_quote-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
}
.he_quote-next, 
.he_quote-prev{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_quote-info{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}
.he_quote-info > div{
    width: 100%;
}
.he_quote-info > div::nth-child{2}{
    text-align: right;
}
.he_quote-info a{
    text-decoration: none;
    font-size: 16px;
    color:  #080E41 !important;
    margin: 0;
    line-height: 1.3em;
    display: block;
    width: 100%;
    text-align: right;
}
.he_quote-info img{
    max-height: 32px;
    width: auto !important;
    display: block;
}
@media (max-width: 678px) {
    .he_ugc-carousel{
        gap: 8px;
        padding: 0 16px;
    }
    .he_ugc-carousel_outer{
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .he_quote-slide_outer{
        width: calc(100% + 16px);
        margin-top: 0;
    }
    .he_quotes-container-content{
        max-width: calc(100% + 16px);
        margin-right: -16px;
        width: calc(100% + 16px);
        position: relative;
        padding: 0 16px;
        padding-left: 0;
    }
    .he_quote-slide{
        margin-top: 300px;
    }
    .he_quotes-bg{
        max-width: 120%;
        bottom: 180px;
        left: 40px;
        width: 120% !important;
    }
    .he_product-outer-section{
        overflow: hidden;
    }
}
.ha_everyday-sol-flex{
    display: flex;
    align-items: center;
    gap: 80px;
}
.ha_everyday-sol-flex > div{
    width: calc(50% - 40px);
}
.he_everyday-subtitle{
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
    font-weight: 400;
}
.he_everyday-info-box{
    padding: 20px;
    border-radius: 4px;
    background: #CFF5B5;
    margin-top: 32px;
    margin-bottom: 16px;
}
.he_everyday-researches{
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}
.he_everyday-research-info{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}
.he_everyday-research-info > div{
    width: 100%;
}
.he_everyday-research-info  img{
    width: auto !important;
    max-height: 50px;
    max-width: 120px;
}
.he_everyday-research-info a{
    display: block;
    width: 100%;
    text-align: right;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none;
}
.he_everyday-researches-cell p{
    font-style: italic;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
}
.he_everyday-researches-cell{
    background: white;
    padding: 16px;
    border-radius: 4px;
    min-height: 160px;
}
.he_everyday-researches-carousel{
    margin-top: 16px;
}
.he_everyday-researches-carousel .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
.he_everyday-researches-carousel .slick-dots{
    text-align: left;
}
@media (max-width: 678px) {
    .ha_everyday-sol-flex{
        flex-wrap: wrap;
        gap: 12px;
    }
    .ha_everyday-sol-flex > div{
        width: 100%;
    }
    .he_everyday-researches-slider-inner{
        display: flex;
        gap: 12px;
        width: fit-content;
    }
    .he_everyday-researches-slider{
        width: calc(100% + 20px);
        margin-right: -20px;
        margin-top: 16px;
        overflow-x: scroll;
        /* Hide scrollbar Firefox */
        scrollbar-width: none;

        /* Hide scrollbar IE/Edge */
        -ms-overflow-style: none;
    }
    .he_everyday-researches-slider::-webkit-scrollbar {
        /* Hide scrollbar Chrome/Safari */
        display: none;
    }
    .he_everyday-researches-cell{
        width: 300px;
        min-height: 180px;
    }
}
.lightBlueBg{
    background: #F0F4F8;
}
.he_dont-take-flex{
    display: flex;
    gap: 20px;
}
.he_dont-take-flex > div{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #F0F4F8;
}
.he_dont-take-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.he_dont-take-switch{
    display: flex;
    gap: 8px;
    max-width: 400px;
    margin: 24px 0;
}
.he_dont-take-btn p{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.he_dont-take-btn{
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #080E4180;
    cursor: pointer;
}
.he_dont-take-btn.active{
    background: #1A258A;
}
.he_dont-take-btn.active * {
    color: white !important;
}
.he_dont-take-stat-line{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_dont-take-stat-line_outer{
    padding: 24px 0;
}
.he_dont-take-stat-line_outer:last-child{

}
.he_dont-take-stat-line > div:nth-child(1){
    width: 60%;
}
.he_dont-take-stat-line > div:nth-child(2){
    width: 100%;
}
.he_dont-take-stat-line h3{
    font-size: 72px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
}
.he_dont-take-stat-text *{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
}
.he_dont-take-stat-diagram{
    width: 100%;
    background: white;
}
.he_dont-take-stat-diagram-inner{
    display: block !important;
    height: 28px;
    transition: all .2s;
    background-size: cover;
    background-position: center;
    background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/Diagonal_Lines_-_Editable_Line_Weight_1.png?v=1784806097');
    background-color: #A5EF72;
}
.he_dont-take-content-box{
    padding: 32px;
}
.he_dont-take-subtitle{
    margin: 0;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 8px;
}
.he_dont-take-stats{
    margin-bottom: 24px;
}
.he_dont-take-stat-diagram{
    margin-top: 14px;
}
.he_dont-take-stats{
    margin-top: 24px;
}
@media (max-width: 678px) {
    .he_dont-take-flex > div{
        background: white;
    }
    .he_dont-take-content-box{
        padding: 0;
    }
    .he_dont-take-btn{
        background: #F0F4F8;
        border: none;
    }
    .he_dont-take-stat-line h3{
        font-size: 44px;
    }
    .he_dont-take-stat-diagram{
        background:  #F0F4F8;
    }
}

.he_product-delivery-date{
    margin: 0 6px;
}
@media (max-width: 678px) {
    .he_product-review-slider_mob-in{
        display: flex;
        gap: 12px;
        padding-right: 16px;
        width: fit-content;
    }
    .he_product-review-slider_mob{
        width: calc(100% + 16px);
        overflow-x: auto;
        margin-right: -16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .he_product-review-slider_mob::-webkit-scrollbar {
        display: none;
    }
    .he_product-review-cell{
        width: 290px;
    }
    .he_product-review-info{
        justify-content: flex-start;
        margin: 12px;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.he_product-lab-title{
    font-size: 20px;
    line-height: 1.3em;
    margin: 16px 0;
}
.he_product-lab-text{
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
}
.heproduct-discover-yout-content{
    padding: 16px;
    padding-top: 0;
    display: none;
}
.he_product-discover-border-top{
    display: block !important;
    border-top: 1px dotted #080E4180;
}
.heproduct-discover-yout-content{
    padding-bottom: 0;
}
.he_product-lab-note{
    padding: 14px;
    background: #CFF5B5;
    border-radius: 4px;
}
.he_product-lab-note .he_product-lab-title{
    margin-top: 0;
    margin-bottom: 8px;
}
.he_product-tags-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.he_product-tag.active{
    background: #A5EF72;
}
.he_product-tag{
    border: 1px solid #A5EF72;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0;
    cursor: pointer;
}
.he_product-lab-btn.close_label-btn img{
    transform: rotate(-90deg);
}
.he_quotes-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
}
.he_quotes-prev, 
.he_quotes-next{
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
@media (max-width: 678px) {
    .he_quotes-arrows{
        padding-right: 16px;
        margin-top: 20px;
    }
}

.he_everyday-solution-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    margin-top: -20px;
}
.he_everyday-solution-prev, 
.he_everyday-solution-next{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.he_everyday-researches-carousel .slick-next{
    display: none !important;
}
.he_everyday-researches-carousel .slick-prev{
    display: none !important;
}
.he_everyday-researches-carousel .slick-dots{
    max-width: 80%;
}
.he_prod_rev-arrows{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -16px;
    position: relative;
    bottom: 36px;
    right: 16px;
    z-index: 2;
    justify-content: flex-end;
}
.he_prod_rev-prev, 
.he_prod_rev-next,
.he_prod_rev-prev_mob, 
.he_prod_rev-next_mob{
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
.he_product-review-slider .slick-next, 
.he_product-review-slider .slick-prev{
    display: none !important;
}

.he_nutri-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background: transparent;
}
.he_nutri-popup-inner{
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    height: 100%;
    background: white;
}
.he_nutri-popup-inner img{
    width: 100%;
}
.he_nutri-popup-header{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px dotted #080E4180;
    margin-bottom: 24px;
}
.he_nutri-popup-header h3{
    font-size: 22px;
    line-height: 1.3em;
    margin: 0;
    color: #080E41;
}
.he_nutri-popup-close{
    display: block;
    max-width: 24px;
    cursor: pointer;
}
.he_us_them-btn-container{
    margin-top: 34px;
}
@media (max-width: 678px) {
    .he_us_them-btn-container{
        margin-top: 24px;
    }
    .he_nutri-popup-header h3{
        font-size: 16px;
    }
    .he_nutri-popup-close{
        max-width: 20px;
    }
    .he_nutri-popup-header{
        padding: 16px;
        margin-bottom: 16px;
    }
    .he_prod_rev-arrows{
        margin-top: 16px;
        top: 0;
        right: 0;
    }
}
.he_product-info-more-content{
    margin-top: 16px;
    display: none;
    position: relative;
    padding-top: 4px;
}
.he_product-info-more-content p{
    font-size: 14px !important;
}
.he_product-info-more-content p{
    margin: 6px 0 !important;
}
.he_product-info-label-texting span{
    font-weight: 600;
    margin-right: 4px;
    font-family: 'MoriSemi' !important;
}
.hea_border-line{
    -webkit-mask: url('https://static.timeline.com/images/divider.svg');
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: 6px 2px;
    -webkit-mask-position: top left;
    display: block !important;
    width: 100%;
    min-width: 2px;
    background-color: #080E4180;
    min-height: 2px;
}
.he_product-faq-block{
    position: relative;
}
.he_product-faq-block .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
}
.he_product-faq-block .hea_border-line.topBorderLine{
    bottom: unset;
    top: 0;
}
.ha_footer-menu-title-box{
    position: relative;
}
.ha_footer-menu-title-box .hea_border-line{
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.ha_footer-disclaimer .hea_border-line.topFooterLine{
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}
.ha_footer-disclaimer .hea_border-line.bottomFooterLine{
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
}
.ha_footer-socials .hea_border-line{
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 678px) {
    .ha_footer-menu-title-box .hea_border-line{
        bottom: unset;
        top: 0;
    }
}


.he_dont-take-stat-line_outer{
    position: relative;
}
.he_dont-take-stat-line_outer .hea_border-line.dontTakeBottomLine{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.he_dont-take-stat-line_outer .hea_border-line.dontTakeTopLine{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_product-footer-text .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.he_everyday-research-info .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_everyday-researches .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_quote-info .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_product-info-more-content .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_product-lab-results{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 16px 0;
}
.he_product-lab-results-grid{
    display: flex;
    gap: 12px;
}
.he_product-lab-results-grid img{
    max-width: 200px;
    width: 100%;
    cursor: pointer;
    display: block;
}
.he_nutri-faq-image{
    padding: 32px;
}
.ha_why-capsules-content{
    max-width: 650px;
}
.he_why-capsules-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.he_why-capsules-cell{
    display: block;
    position: relative;
    padding-bottom: 24px;
}
.he_why-capsules-cell-in{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_why-capsules-cell-in > div:nth-child(1){
    width: 30%;
}
.he_why-capsules-cell-in > div:nth-child(2){
    width: 100%;
}
.he_why-capsules-cell-in h4{
    font-size: 20px;
    line-height: 1.1em;
    margin: 0;
}
.he_why-capsules-cell-in p{
    font-size: 14px;
    line-height: 1.15em;
    margin: 0;
    margin-top: 10px;
}
.he_why-capsules-cell .hea_border-line {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.he_why-capsules-grid{
    margin: 32px 0;
}
.he_product-cta.smaller{
    max-width: 500px;
}
.he_product-outer-section.padding-in.whyCapsules_outer{
    padding-top: 16px;
    padding-bottom: 16px;
}
.he_product-outer-grey-bg{
    position: relative;
}
@media (max-width: 678px) {
    .he_why-capsules-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .he_why-capsules-cell{
        padding-bottom: 16px;
    }
}

.he_product-variant-info-flex{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_product-variant-info-flex > div:nth-child(1){
    width: 10%;
}
.he_product-variant-info-flex > div:nth-child(2){
    width: 100%;
}
.he_product-variant-info-flex > div:nth-child(3){
    width: 100%;
    text-align: center;
}
.he_product-variant-info-flex > div:nth-child(4){
    width: 100%;
}
.singleHorizontalCard.he_product-variant-box{
    border: 1px solid #080E41;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px;
}
.he_product-checkbox{
    width: 20px;
    height: 20px;
    display: flex;
    border: 1px solid #080E41;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.active .he_product-checkbox-inner{
    width: 10px;
    height: 10px;
    display: block !important;
    border-radius: 50%;
}
.active .he_product-checkbox-inner{
    background: #080E41;
}
.he_product-variant-info-flex .he_product-save{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.3em;
    background: #A5EF72;
}



.he_product-variant-info-flex{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_product-variant-info-flex > div:nth-child(1){
    width: 10%;
}
.he_product-variant-info-flex > div:nth-child(2){
    width: 100%;
}
.he_product-variant-info-flex > div:nth-child(3){
    width: 100%;
    text-align: center;
}
.he_product-variant-info-flex > div:nth-child(4){
    width: 100%;
}
.singleHorizontalCard.he_product-variant-box{
    border: 1px solid #080E41;
    border-radius: 8px;
    cursor: pointer;
    padding: 12px;
}
.he_product-checkbox{
    width: 20px;
    height: 20px;
    display: flex;
    border: 1px solid #080E41;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.active .he_product-checkbox-inner{
    width: 10px;
    height: 10px;
    display: block !important;
    border-radius: 50%;
}
.active .he_product-checkbox-inner{
    background: #080E41;
}
.he_product-variant-info-flex .he_product-save{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.3em;
    background: #A5EF72;
}
.he_product-special-variant img{
    display: block;
}
.he_product-special-variant{
    display: flex;
    border: 1px solid #080E4140;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    padding: 8px;
    margin-top: -12px;
    margin-bottom: 12px;
}
.he_product-special-variant > div:nth-child(1){
    width: 40%;
}
.he_product-special-variant > div:nth-child(2){
    width: 100%;
}
.he_product-special-variant > div:nth-child(3){
    width: 40%;
}
.he_product-special-title{
    font-size: 18px;
    line-height: 1.3em;
    margin: 0;
    font-family: 'MoriSemi' !important;
}
.he_product-special-perbottle{
    font-size: 14px;
    color: #080E4180;
    margin: 0;
    line-height: 1.3em;
}
.he_product-special-variant.he_product-variant-box.active{
    border: 1px solid #080E41;
    box-shadow: 0 0 5px #A5EF72;
}
 .he_product-special-variant .he_product-price-box{
    justify-content: flex-end;
 }

 .he_trial-form-outer{
    margin-top: 32px;
 }
@media (max-width: 678px) {
    .he_product-special-variant{
        padding: 4px;
    }
    .he_product-special-title{
        font-size: 14px;
    }
    .he_product-special-perbottle{
        font-size: 12px;
    }
    .he_product-special-variant > div:nth-child(1){
        width: 50%;
    }
     .he_product-special-variant .he_product-price-box{
        flex-direction: column-reverse;
        gap: 0;
        align-items: flex-end;
    }
}

.he_desktop-gallery-thumbs-line{
    position: relative;
    gap: 12px;
}
.he_desk-gallery-prev img,
.he_desk-gallery-next img{
    width: 24px;
    height: 24px;
    display: block;
}
.he_desktop-gallery_thumbs{
    max-width: calc(100% - 24px - 24px - 16px);
    margin-left: auto;
    margin-right: auto;
}
.he_desktop-gallery_thumbs .slick-slide{
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
}
.he_desktop-gallery_thumbs .slick-slide > div{
    display: flex;
    align-items: center;
}
.he_desk-gallery-prev{
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    cursor: pointer;
}
.he_desk-gallery-next{
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    cursor: pointer;
}
.he_desktop-gallery_thumbs .slick-list.draggable{
    width: calc(100% + 4px);
}
.whole_gallery-box{
    transition: all .4s;
}
.whole_gallery-box.loaded{
    opacity: 1;
}
.he_desktop-gallery:not(.slick-initialized) > div:not(:first-child){
    display: none;
}
.he_desktop-gallery_thumbs:not(.slick-initialized){
    display: flex;
    gap: 4px;
}
.he_desktop-gallery_thumbs:not(.slick-initialized) > div{
    flex: 1 1 0;
    min-width: 0;
}
.he_product-outer-section.he_nad-drops-outer{
    padding: 24px 0;
}
.he_nad-container{
    display: flex;
    gap: 20px;
}
.he_nad-container > div{
    width: 100%;
    background: #F0F4F8;
    padding: 40px;
    border-radius: 4px;
}
.he_nad-info-container{
    display: flex;
    gap: 50px;
}
.he_nad-info-nav{
    width: 70%;
    display: grid;
    gap: 8px;
}
.he_nad-info-content{
    width: 100%;
}
.he_nad-info-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}
.he_nad-info-btn_flex{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_nad-info-btn.withContent{
    display: block;
}
.he_nad-info-btn.withContent  > div:nth-child(1){
    width: 100%;
}
.he_nad-info-btn  > div:nth-child(1),
.he_nad-info-btn_flex > div:nth-child(1){
    width: 20%;
}
.he_nad-info-btn  > div:nth-child(2),
.he_nad-info-btn_flex > div:nth-child(2){
    width: 100%;
}
.he_nad-info-nav p{
    font-size: 14px;
    margin: 0;
    line-height: 1.15em;
}
.he_nad-info-cont-block h5{
    margin: 0;
    font-size: 20px;
    line-height: 1.15em;
    font-weight:400;
}
.he_nad-text {
    margin-top: 20px;
}
.he_nad-text *{
    font-size: 16px;
    line-height: 1.35em;
    margin: 0;
}
.he_nad-info-container-box{
    padding-top: 30px;
    margin-top: 30px;
    position: relative;
}
.he_nad-info-btn.active{
    background: #1A258A;
}
.he_nad-info-btn.active *{
    color: white;
}
.he_nad-info-container-box .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.nad_drops-full-image-box{
    padding: 0 !important;
    overflow: hidden;
}
.he_nad-drop-block {
    height: 100%;
}
.he_nad-drop-block  img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.he_product-text.top_icons_Texts p{
    margin-bottom: 16px;
}
.he_product-text.top_icons_Texts p:last-child{
    margin-bottom: 0;
}
.he_product-text.top_icons_Texts strong{
    font-family: 'MoriSemi' !important;
}
@media (max-width: 678px) {
    .nad_drops-full-image-box{
        padding: 24px !important;
        padding-bottom: 0 !important;
    }
    .nad_drops-full-image-box .he_nad-drop-block{
        aspect-ratio: 1/1.2;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 4px;
        margin-top: 20px;   
    }
    .nad_drops-full-image-box .he_nad-drop-block img{
        margin: 0;
    }
    .he_product-outer-section.he_nad-drops-outer{
        padding: 16px 0;
    }
    .he_nad-container{
        gap: 0;
        flex-wrap: wrap;
    }
    .he_nad-container > div{
        padding: 24px;
    }
    .he_nad-info-container{
        flex-wrap: wrap;
        gap: 24px;
    }
    .he_nad-info-nav{
        width: 100%;
    }
    .he_nad-info-container-box{
        margin-top: 0;
    }
    .he_nad-info-container-box.full-image-box{
        padding-top: 20px;
    }
    .he_nad-drop-images{
        margin-top: 32px;
    }
    .he_nad-info-btn > div:nth-child(1),
    .he_nad-info-btn_flex > div:nth-child(1){
        width: 10%;
    }
    .he_nad-info-btn{
        padding: 12px;
    }
    .he_nad-info-btn-content{
        position: relative;
    }
    .he_nad-info-btn-content .hea_border-line{
        position: absolute;
        top: 0;
        left: 0;
        background-color: white;
    }
    .he_nad-info-btn-content .he_nad-text{
        margin-top: 0;
    }
    .he_nad-info-btn-content {
        padding-top: 12px;
        margin-top: 12px;
        display: none;
    }
    .active .he_nad-info-btn-content{
        display: block;
    }
}

.he_rev-ingredient-line{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_rev-ingredient-line > div:nth-child(1){
    width: 20%;
}
.he_rev-ingredient-line > div:nth-child(2){
    width: 100%;
}
.he_rev-ingredient-thumb-label{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_rev-ingredient-thumb-label > div:nth-child(1){
    width: calc(100% - 12px - 18px);
}
.he_rev-ingredient-thumb-label > div:nth-child(2){
    width: 18px;
}
.he_rev-title{
    margin: 0;
    font-size: 32px;
    line-height: 1.15em;
}
.he_rev-tag{
    margin: 0;
    background: #AAC9F4;
    border-radius: 24px;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 1.15em;
    display: inline-block;
}
.he_rev-ingredient-content *{
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
}
.he_rev-ingredient-content{
    position: relative;
    padding-top: 16px;
}
.he_rev-ingredient-content .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_rev-ingredient-box{
    cursor: pointer;
    background: white;
    border-radius: 4px;
    padding: 16px;
}
.active .he_rev-ingredient-line{
    padding-bottom: 16px;
}
.he_rev-ingredients-box{
    display: grid;
    gap: 8px;
    margin-top: 32px;
}
.he_rev-plus-arrow_minus{
    display: none !important;
}
.active .he_rev-plus-arrow_minus{
    display: block !important;
}
.active .he_rev-plus-arrow_plus{
    display: none !important;
}
.he_rev-ingredient-content{
    display: none;
}
.active .he_rev-ingredient-content{
    display: block;
}
.he_nad-video{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.he_nad-ingre-cell{
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.he_nad-ingre-cell-inn{
    padding: 40px;
}
@media (max-width: 678px) {
    .he_nad-ingre-cell-inn{
        padding: 24px;
    }
    .he_rev-title{
        font-size: 24px;
    }
    .he_rev-ingredient-line > div:nth-child(1){
        width: 30%;
    }
    .he_rev-tag{
        font-size: 14px;
    }
}

.he_product-variant-line{
    display: flex;
    align-items: center;
    gap: 10px;
}
.he_product-variant-line > div:nth-child(1){
    width: 5%;
}
.he_product-variant-line > div:nth-child(2){
    width: 100%;
}
.he_product-variant-line > div:nth-child(3){
    width: 20%;
}
.he_line_product-variant-check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #080E4140;
}
.he_line-product-variant-check-inn{
    width: 10px;
    height: 10px;
    display: block !important;
    border-radius: 50%;
}
.active .he_line-product-variant-check-inn{
    background: #080E41;
}
.active .he_line_product-variant-check{
    border: 1px solid  #080E41;
}
.he_line-variant-title{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_line-variant-title-text{
    margin:0;
    font-size: 16px;
    line-height: 1.15em;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.he_line-variant-title-save{
    display: inline-block;
    background: #CFF5B5;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1em;
    padding: 4px;
    font-family: 'MoriSemi' !important;
}
.he_line-variant-per-bottle{
    font-size: 14px;
    margin: 0;
    line-height: 1.5em;
    color: #080E4180;
}
.he_line-product-price{
    text-align: right;
}
.he_line-product-price p{
    font-size: 16px;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
    line-height: 1.5em;
    margin: 0;
}
.he_line-product-price s{
    color: #080E4180;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
}
.he_product-variant-line_outer{
    border: 1.2px solid #1A258A40;
    cursor: pointer;
    position: relative;
    padding: 14px;
    border-radius: 4px;
}
.he_product-variant-line_outer.active{
    border: 1.2px solid #080E41;
}
.he_product-variants-lines{
    display: grid;
    gap: 14px;
    margin-bottom: 16px;
}
.he_product-variant-badge_long {
    position: absolute;
    top: -10px;
    padding: 4px;
    padding-bottom: 2px;
    border-radius: 4px;
    line-height: 1em;
    font-size: 12px;
    margin: 0;
    right: 14px;
    font-family: 'MoriSemi' !important;
}
.he_product-variant-badge_long.bestseller{
    background: #A5EF72;
}
.he_product-variant-badge_long.bestvalue{
    background: #080E41;
    color: white;
}
.he_product-variant-badge_long.freebonus{
    background: #00AC1D;
    color: white;
}
.he_product-variant-badges_wrap{
    position: absolute;
    top: -10px;
    right: 14px;
    display: flex;
    gap: 6px;
}
.he_product-variant-badges_wrap .he_product-variant-badge_long{
    position: static;
    top: auto;
    right: auto;
}
@media (max-width: 678px) {
    .he_product-variants-lines{
        margin-top: 16px;
    }
    .he_product-variant-line > div:nth-child(3){
        width: 60%;
    }
    .he_line-variant-title{
        display: block;
    }
    .he_line-variant-per-bottle{
        text-align: right;
    }
    .he_line-product-price s{
        display: block;
        margin-top: -4px;
    }
}

.he_product_long-tabs_nav{
    display: flex;
}
.he_product_long-tabs_nav > div{
    width: 100%;
    text-align: center;
}
.he_product-long-tabs-nav-btn{
    cursor: pointer;
    border-bottom: 2px solid #F0F4F8;
}
.he_product-long-tabs-nav-btn p{
    color: #080E4180;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'MoriSemi' !important;
}
.active.he_product-long-tabs-nav-btn p{
    color: #080E41;
}
.active.he_product-long-tabs-nav-btn{
    border-bottom: 2px solid #080E41;
}
.he_product-long-tabs-text{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.he_product-long-tabs-text p{
    margin-bottom: 0;
}
.he_product-long-tabs-text .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.he_product-long-ingredient_line{
    display: flex;
    align-items: center;
    gap: 16px;
}
.he_product-long-ingredient_line > div:nth-child(1){
    width: 15%;
}
.he_product-long-ingredient_line > div:nth-child(1).fullWidth_cell{
    width: 100%;
}
.he_product-long-ingredient_line > div:nth-child(2){
    width: 100%;
}
.he_product-long-ingredient_line h5{
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    font-family: 'MoriSemi' !important;
}
.he_product-long-ingredient_line p{
    margin: 0;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.3em;
}
.he_product-long-tabs-content {
    display: none;
}
.he_product-long-tabs-content.active{
    display: block;
}
.he_product-long-ingredient__outer{
    padding-top: 16px;
}
.he_product-long-ingredient_line{
    padding-bottom: 16px;
}
.he_product-long-ingredient_line img{
    display: block;
}
.he_main-tag{
    display: inline-block;
    border-radius: 4px;
    background: #AAC9F4;
    padding: 10px 14px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.he_main-tag p{
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    font-family: 'MoriSemi' !important;
    text-transform: uppercase;
}
@media (max-width: 678px) {
    .he_main-tag p{
        font-size: 12px;
    }
}

.he_product-outer-section.withoutgaps{
    padding: 0;
}
.he_promising-solution_container{
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 4px;
}
.he_promising-bg{
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.he_promising-inner .he_product-main-title{
    color: white;
}
.he_promising-inner{
    position: relative;
    z-index: 1;
}
.he_promising-subtitle{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.he_promising-subtitle > div:nth-child(1){
    width: 20px;
}
.he_promising-subtitle > div:nth-child(2){
    width: calc(100% - 20px - 8px);
}
.he_promising-subtitle p{
    color: white;
    opacity: 0.5;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.he_promising-icons{
    display: flex;
    gap: 42px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    padding: 24px 24px;
    margin-top: 48px;
}
.he_promising-icons > div{
    width: 100%;
}
.he_promising-icon-img img{
    width: auto;
    height: 40px;
    max-width: 40px;
}
.he_promising-icon p{
    color: white;
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_promising-icon-cont{
    position: relative;
    padding-top: 16px;
    margin-top: 16px;
}
.he_promising-icon-cont .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
.he_promising-icon-header{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_promising-icon-header h4{
    margin: 0;
    color: white;
    font-size: 24px;
    line-height: 1.15em;
}
.he_promising-icons__wrapper_outer {
    margin-top: 180px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.he_promising-icons__wrapper_outer::-webkit-scrollbar {
    display: none;
}
.he_promising-icons__wrapper{
    width: 100%;
}
@media (max-width: 678px) {
    .he_promising-icons__wrapper_outer{
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .he_promising-icon-header{
        padding-bottom: 12px;
    }
    .he_promising-icons__wrapper .he_promising-icon-cont{
        padding-top: 12px;
    }
    .he_promising-icons__wrapper .he_promising-icon-cont > div:nth-child(1){
        width: 100%;
    }
     .he_promising-icons__wrapper .he_promising-icon-cont .hea_border-line{
        top: 0;
        bottom: unset;
    }
    .he_promising-icons__wrapper{
        width: 900px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .he_promising-icons__wrapper_outer{
        margin-top: 200px;
    }
    .he_promising-solution_container{
        padding: 32px 10px;
    }
    .he_promising-subtitle{
        margin-top: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    /* .he_promising-solution_container .he_product-main-title{
        padding-left: 12px;
        padding-right: 12px;
    } */
    .he_promising-icons{
        margin-top: 114px;
    }
    .he_promising-icons{
        padding: 20px;
    }
    .he_promising-icons{
        display: grid;
        gap: 0;
    }
    .he_promising-icon-cont{
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .he_promising-icon-cont > div:nth-child(1) img{
        height: 34px;
        width: auto;
        max-width: 34px;
    }
    .he_promising-icon-cont > div:nth-child(1){
        width: 34px;
    }
    .he_promising-icon-cont > div:nth-child(2){
        width: calc(100% - 8px - 34px);
    }
    .he_promising-icon-cont{
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .he_promising-icon-cont .hea_border-line{
        bottom: 0;
        top: unset;
    }
    .he_promising-icon:last-child  .he_promising-icon-cont{
        margin-bottom: 0;
    }
} 

.he_money-guarantee-box{
    background: #F0F4F8;
    padding: 40px;
}
.he_product-main-title span{
    background: #CFF5B5;
    padding: 0 4px;
    line-height: 1.3em;
}
.narrow_text{
    max-width: 640px;
}
.he_guarantee_text em{
    font-style: normal;
    text-decoration: underline;
}
.he_guarantee_text *{
    font-size: 20px;
    line-height: 1.15em;
    margin: 0;
    font-family: 'Clash' !important;
}
.he_guarantee_text{
    margin-top: 20px;
}
.he_guarantee-grid{
    display: flex;
    gap: 20px;
    margin-top: 50px;
}
.he_guarantee-grid > div{
    width: 100%;
}
.he_guarantee-grid-box{
    background: white;
    padding: 16px;
    border-radius: 4px;
}
.he_guarantee-header{
    display: flex;
    align-items: center;
    gap: 20px;
}
.he_guarantee-header > div:nth-child(1){
    width: 20%;
}
.he_guarantee-header > div:nth-child(2){
    width: 80%;
}
.he_guarantee-header h4{
    margin: 0;
    font-size: 24px;
    line-height: 1.15em;
}
.he_guarantee-box-content p{
    font-size: 14px;
    line-height: 1.15em;
    margin-top: 8px;
    margin-bottom: 0;
    opacity: 0.7;
}
.he_guarantee-box-content{
    margin-top: 16px;
    padding-top: 8px;
    position: relative;
}
.he_guarantee-box-content .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
@media (max-width: 678px) {
   .he_guarantee_text{
        margin-top: 12px;
    } 
    .he_money-guarantee-box{
        padding: 32px 16px;
    }
    .he_guarantee-grid{
        flex-wrap: wrap;
        gap: 8px;
    }
    .he_guarantee-grid{
        margin-top: 40px;
    }
    .he_guarantee-header > div:nth-child(1){
        width: 30%;
    }
}

.he_real-reviews-meta{
    display: flex;
    align-items: center;
    gap: 4px;
}
.he_real-reviews-meta img{
    max-width: 78px;
    display: block;
    position: relative;
    bottom: 1px;
}
.he_real-reviews-score{
    font-family: 'MoriSemi' !important;
    line-height: 1.15em;
    margin: 0;
    font-size: 14px;
}
.he_real-reviews-text{
    font-family: 'MoriSemi' !important;
    line-height: 1.15em;
    font-size: 12px;
    margin: 0;
    color: #080E4180;
    text-transform: uppercase;
}
.he_real-reviews-subtitle{
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.15em;
}
.he_real-reviews-grid_outer {
  width: 100%;
  overflow-x: scroll;
  /* Hide scrollbar */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE / old Edge */
}

.he_real-reviews-grid_outer::-webkit-scrollbar {
  display: none;                /* Chrome, Safari, Opera */
}
.he_real-reviews-grid{
    width: fit-content;
    display: flex;
    gap: 16px;
}
.he_real-review-cell{
    min-width: 358px;
    display: block;
}
.he_real-review-title{
    margin: 12px 0;
    font-size: 20px;
    line-height: 1.15em;
}
.he_real-review-stars{
    display: block;
    max-width: 78px;
    margin: 12px 0;
}
.he_real-review-info{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_real-review-name{
    margin: 0;
    font-size: 16px;
    line-height: 1.15em;
}
.he_real-review-verified{
    margin: 0;
    font-size: 12px;
    line-height: 1.15em;
    text-transform: uppercase;
    color: #080E4180;
}
.he_real-review-badge{
    display: block;
    max-width: 20px;
    position: relative;
    bottom: 1px;
}
.he_real-reviews-grid_outer{
    margin-top: 60px;
    position: relative;
    left: calc(50% - 700px + 16px);
    max-width: 100%;
    padding-right: calc(50% - 700px + 16px + 15%);
}
.he_real-reviews-grid_outer_full{
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .he_real-reviews-grid_outer{
        padding-right: 32px;
        left: 16px;
    }
}
@media (max-width: 678px) {
    .he_real-review-cell{
        min-width: 290px;
    }
    .he_real-reviews-grid_outer{
        margin-top: 40px;
    }
    .he_real-reviews-score{
        font-size: 12px;
    }
    .he_real-reviews-text{
        font-size: 11px;
    }
    .he_real-reviews-arrows{
        margin-top: 24px;
        margin-bottom: -20px;
    }
    .he_real-reviews-grid{
        gap: 8px;
    }
}
.he_real-review-image-main{
    display: block;
    object-fit: cover;
    aspect-ratio: 1.35/1;
    border-radius: 4px;
    overflow: hidden;
}
.he_product-guarantee-icons{
    max-width: 400px;
    display: block;
    margin: 16px 0;
}
.he_new-pdp-gurantee{
    display: flex;
    align-items: center;
    gap: 20px;
}
.he_new-pdp-gurantee > div:nth-child(1){
    width: 60px;
}
.he_new-pdp-gurantee > div:nth-child(2){
    width: calc(100% - 60px - 20px);
}
.he_new-pdp-gurantee  img{
    display: block;
    width: 100%;
}
.he_new-pdp-gurantee h5{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
    font-family: 'MoriSemi' !important;
}
.he_new-pdp-gurantee p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
    margin-top: 4px;
}
.he_new-pdp-gurantee{
    padding: 14px;
    border: 1px solid #00AC1D;
    border-radius: 4px;
    background: #EEFFE2;
    margin-bottom: 16px;
}
.he_japanese-box{
    display: flex;
    align-items: center;
    gap: 32px;
    border-radius: 4px;
    overflow: hidden;
    padding: 90px 64px;
}
.he_japanese-box > div{
    width: 100%;
}
.he_japanese-box *{
    color: white;
}
.he_japanese-box-inn{
    max-width: 430px;
}
.he_japanese-box-features{
    padding: 24px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 32px;
}
.he_japanese-box-features > div{
    width: 100%;
}
.he_japanese-box-features h4{
    margin: 0 auto;
    line-height: 1.15em;
    color: white;
    font-size: 20px;
    max-width: 120px;
}
.left_cell_japanese h4{
    opacity: 0.7;
}
.japanese-feature_line{
    display: flex;
    align-items: center;
    gap: 8px;
}
.japanese-feature_line > div:nth-child(1){
    width: 20px;
}
.japanese-feature_line > div:nth-child(2){
    width: calc(100% - 20px - 8px);
}
.japanese-feature_line  p{
    margin: 0;
    font-size: 16px;
    line-height: 1.15em;
}
.japanese-feature_line_outer{
    position: relative;
    padding-top: 16px;
    margin-top: 16px;
}
.japanese-feature_line_outer .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
.left_cell_japanese .japanese-feature_line p{
    opacity: 0.7;
}
@media (max-width: 678px) {
    .he_japanese-box{
        flex-wrap: wrap;
        gap: 140px;
        padding: 32px 10px;
    }
    .he_japanese-box-inn{
        padding: 0 14px;
    }
    .he_japanese-box-features{
        padding: 24px 14px;
        gap: 14px;
    }
    .japanese-feature_line{
        gap: 4px;
    }
    .japanese-feature_line_outer{
        min-height: 72px;
    }
    .japanese-feature_line p{
        font-size: 15px;
    }
}

.he_what-happens-flex{
    display: flex;
    gap: 16px;
}
.he_what-happens-flex > div{
    width: 100%;
}
.he_what-happens-flex  .he_product-btn-container {
    max-width: 390px;
}
.he_product_happens-subtitle{
    font-size: 20px;
    line-height: 1.15em;
    margin: 0;
    margin-top: 16px;
    margin-bottom: 32px;
    max-width: 390px;
}
.he_what-happens-flex .he_product-main-title{
    max-width: 390px;
}
.he_what-happens-content{
    border-radius: 4px;
    padding: 32px;
    background: #F0F4F8;
    height: 100%;
    display: flex;
    align-items: center;
}
.he_what-happens-inner-block{
    display: flex;
    align-items: center;
    gap: 24px;
}
.he_what-happens-inner-block > div:nth-child(1){
    width: 30%;
}
.he_what-happens-inner-block > div:nth-child(2){
    width: 100%;
}
.he_what-happens-inner-block h2{
    color: white;
    margin: 0;
    line-height: 1em;
    font-size: 54px;
}
.he_what-happens-inner-block p{
    margin: 0;
    line-height: 1.15em;
    font-size: 20px;
    max-width: 220px;
    color: white;
    text-transform: capitalise;
}
.he_what-happens-block{
    padding: 20px 28px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
}
.he_what-happens-grid{
    display: grid;
    gap: 16px;
}
@media (max-width: 678px) {
    .he_page-width.what_happens-width{
        padding-left: 0;
        padding-right: 0;
    }
    .he_what-happens-content{
        padding: 32px 20px;
    }
    .he_what-happens-inner-block h2{
        font-size: 52px;
    }
    .he_what-happens-inner-block > div:nth-child(1){
        width: 60%;
    }
    .he_what-happens-inner-block p{
        font-size: 16px;
    }
   .he_compare-scroll-out {
        width: calc(100% + 32px);
        margin-left: -16px;
        overflow-x: auto;        /* keep scrolling */
        scrollbar-width: none;   /* Firefox */
        -ms-overflow-style: none;/* IE / old Edge */
        padding-left: 16px;
        padding-right: 16px;

    }
    .he_compare-scroll-out::-webkit-scrollbar {
        display: none;           /* Chrome, Safari */
    }
    .he_compare-scroll-in{
        min-width: 500px;
    }
    .he_mob-gallery-container{
        position: relative; 
    }
    .he_mob-gallery-arrows.middleArrows{
        position: absolute;
        top: calc(50% - 12px);
        z-index: 1;
        width: 100%;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 16px;
    }
    .he_mobile-gallery-thumbs .slick-slide{
        padding: 0 4px;
    }
}   
.he_nad-drop-video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.he_product-sub-switching{
    display: flex;
    margin-top: 24px;
}
.he_product-sub-switch_in{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    height: 32px;
    border-bottom: 2px solid #F0F4F8;
    opacity: 0.5;
}
.he_product-sub-switch_in.active{
    border-bottom: 2px solid #A5EF72;
    opacity: 1;
}
.he_product-sub-switch_in *{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'MoriSemi' !important;
}
.variant_line-content-lin{
    display: flex;
    align-items: center;
    gap: 4px;
}
.variant_line-content-lin p{
    margin: 0;
    line-height: 1em;
    font-size: 12px;
}
.variant_line-content-lin img{
    max-width: 14px;
    display: block;
    position: relative;
    bottom: 1px;
}
.variant_line-content-grid{
    display: grid;
    gap: 4px;
}
.variant_line-content{
    padding-top: 32px;
    position: relative;
}
.variant_line-content .hea_border-line {
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #080E4180;
}
.variant_line-content{
    display: none;
}
.he_product-variant-line_outer.active .variant_line-content{
    display: block;
}
.he_line-variant-otp-label{
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    margin-top: 4px;
}
.he_line-variant-otp-label span{
    font-size: 14px;
    line-height: 1em;
    color: #080E4180;
}
.he_line-variant-otp-label img{
    display: block;
    max-width: 14px;
    position: relative;
    bottom: 1px;
}
.he_inositol-review{
    display: flex;
    align-items: center;
    gap: 16px;
    background: #F0F4F8;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.he_inositol-review img{
    display: block;
}
.he_inositol-review > div:nth-child(1){
    width: 20%;
}
.he_inositol-review > div:nth-child(2){
    width: 100%;
}
.he_inositol-review-text{
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
}
.he_inositol-review-name{
    margin: 0;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.15em;
    color: #080E41B2;
}
.he_inositol-review-info{
    margin: 0;
    line-height: 1.15em;
    font-size: 10px;
    color: #080E4180;
}
@media (max-width: 678px) {
    .he_inositol-review-name{
        font-size: 10px;
        margin-top: 8px;
    }
    .he_inositol-review-text{
        font-size: 12px;
    }
    .he_inositol-review > div:nth-child(1){
        width: 50%;
    }
    .he_inositol-review{
        gap: 12px;
    }
}

.he_what-happens-grid-inositol{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.he_happens-inositol-percent h2{
    color: white;
    line-height: 1em;
    margin: 0;
    font-size: 64px;
    padding-bottom: 16px;
}
.he_happens-inositol-content{
    padding-top: 16px;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.he_happens-inositol-content *{
    max-width: 220px;
    font-size: 20px;
    line-height: 1.15em;
    color: white;
    margin: 0;
}
.he_happens-inositol-content .hea_border-line{
    position: absolute;
    top: 0px;
    left: 0;
    background-color:white;
    max-width: 100% !important;
}
.he_product-ingredients-subtitle{
    margin: 16px 0;
    line-height: 1.3em;
}
.he_rev-ingr-support{
    font-size: 14px;
    font-family: 'MoriSemi' !important;
    line-height: 1.15em;
    margin: 0;
    text-transform: uppercase;
    opacity: 0.6;
}
.he_rev-ingr-support-grid{
    display: flex;
    margin-top: 6px;
    gap: 5px;
    flex-wrap: wrap;
}
.he_vert-tag-out{
    display: inline-block;
}
.he_vertility-tag{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    border-radius: 24px;
}
.he_vertility-tag img{
    width: 16px;
    display: block;
}
.he_vertility-tag p{
    font-size: 16px;
    line-height: 1em;
    margin: 0;
}
.he_vertility-tag.problem{
    background: #FE4D77;
}
.he_vertility-tag.solution{
    background: #A5EF72;
}
.he_vertility-tag.solution *{
    color: #080E41;
}
.he_vertility-tag.problem *{
    color:white;
}
.he_vertility_content{
    padding: 40px 32px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}
.he_vertility-inner-title{
    margin: 0;
    line-height: 1.15em;
    font-size: 48px;
}
.he_veritlity-problem-solution-box{
    display: flex;
    margin-top: 32px;
}
.he_veritlity-problem-solution-box > div{
    width: 100%;
    position: relative;
}
.he_veritlity-problem-solution-box > div:nth-child(1){
    padding-right: 16px;
}
.he_veritlity-problem-solution-box > div:nth-child(2){
    padding-left: 16px;
}
.he_vert-text *{
    font-size: 14px;
    line-height: 1.15em;
    margin-top: 0;
    margin-bottom: 16px;
}
.he_vert-text *:last-child{
    margin-bottom: 0;
}
.he_vert-content-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    height: calc(100% - 40px);
    min-height: 355px;
}
.he_vert-content-flex{
    margin-top: 16px;
}
.he_vert-content-flex img{
    width: auto;
    max-height: 175px;
    margin: auto;
    margin-bottom: 0;
}
.he_veritlity-problem-solution-box .hea_border-line{
    position: absolute;
    background-color: white;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    -webkit-mask-repeat: repeat;
    transform: rotate(90deg);
}
.hea_border-vertical-trim{
    position: relative;
    position: relative;
    width: 100%;
    height: 2px;
    top: 50%;
    right: -48%;
}
.hea_border-vertical-trim__out{
    position: absolute;
    right: 0;
    top: 0;
    width: 125%;
    height: 100%;
}
.he_vertility-content-nav-line{
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    height: 60px;
    margin-bottom: 16px;
}
.he_vertility-content-nav-line > div:nth-child(1){
    width: 100%;
}
.he_vertility-content-nav-line > div:nth-child(2){
    width: 10%;
}
.he_vertility-content-nav-line img{
    width: 26px;
    margin-left: auto;
    display: block;
}
.he_vertility-content-nav-line h2{
    font-size: 42px;
    line-height: 1.15em;
    margin: 0;
    color: white;
}
.he_vertility-thumb-icon.minus{
    display: none;
}
.active .he_vertility-thumb-icon.plus{
    display: none;
}
.active .he_vertility-thumb-icon.minus{
    display: block;
}
.he_vertility-content-nav-line{
    opacity: 0.6;
}
.active.he_vertility-content-nav-line{
    opacity: 1;
}
.he_vertility-content-nav-line .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
}
.he_vertility-main-cont{
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: space-between;
    height: 100%;
}
.he-what-happens-small{
    font-size: 14px !important;
    color: white !important;
    font-weight: 400 !important;
    line-height: 1.15em !important;
    margin: 0 !important;
    margin-top: 6px !important;
}
.he-what-happens-small em{
    opacity: 0.7;
    color: white !important;
}
.he_what-footer-text{
    font-size: 12px;
    line-height: 1.15em;
    color: #080E4180;
    margin-top: 16px;
    margin-bottom: 0;
}
@media (max-width: 678px) {
    .he_vert-content-flex{
        min-height: 315px;
    }
    .he_vertility-content-nav-line h2{
        font-size: 28px;
    }
    .he_vertility-inner-title{
        font-size: 28px;
    }
   .he_vertility_content_scroller{
        width: calc(100% + 32px);
        overflow-x: scroll;
        margin-left: -16px;

        /* hide scrollbar (Chrome, Safari, Edge) */
        scrollbar-width: none;        /* Firefox */
        -ms-overflow-style: none;     /* IE/old Edge */
    }

    .he_vertility_content_scroller::-webkit-scrollbar{
        display: none;                /* WebKit */
    }
    .he_vertility_content{
        padding: 0;
        backdrop-filter: unset;
        background-color: unset;
        width: fit-content;
    }
    .he_vertility-problem-solution-box-in{
        min-width: 300px;
        padding: 24px;
        border-radius: 4px;
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.15);
    }
    .he_veritlity-problem-solution-box{
        gap: 8px;
    }
    .he_vertility_content-inn {
        padding-left: 24px;
        padding-right: 24px;
    }
    .he_japanese-box{
        gap: 24px;
        flex-direction: column-reverse;
    }
    .he_vertility-tag p{
        font-size: 14px;
    }
    .mobHeadlinesCont{
        padding-left: 16px;
        padding-right: 16px;
    }
    .he_happens-inositol-percent h2{
        font-size: 42px;
    }
    .he_happens-inositol-content *{
        font-size: 14px;
    }
    .he_what-happens-block{
        padding: 8px 14px;
    }
    .he_what-happens-grid-inositol{
        gap: 6px;
    }
    .he_happens-inositol-percent h2{
        padding-bottom: 8px;
    }
    .he_happens-inositol-content{
        padding-top: 8px;
    }
    .he_what-happens-grid-inositol{
        margin-top: 24px;
    }
}
.he_product-outer-section.lightBlueBg{
    background: #F0F4F8;
    position: relative;
}
.he_why-pcos-bg{
    position: absolute;
    height: 100%;
    width: auto !important;
    object-fit: cover;
    right: 0;
    top: 0;
}
.he_product-outer-section.lightBlueBg .he_product-outer-grey-bg{
    background: transparent;
}
.he_why-pcos-mob-image{
    width: calc(100% + 32px) !important;
    display: block;
    margin-left: -16px;
    margin-bottom: -100px;
}
.pcos_cell{
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
}
.pcos_cell > div:nth-child(1){
    width: 30%;
}
.pcos_cell > div:nth-child(2){
    width: 100%;
}
.pcos_number{
    background: #FE4D77;
    padding: 4px 8px;
    border-radius: 16px;
    color: white;
    margin: 0;
    line-height: 1em;
    font-size: 14px;
    display: inline-block;
}
.pcos_title{
    margin: 6px 0;
    font-size: 16px;
    font-family: 'MoriSemi' !important;
    line-height: 1.15em;
}
.pcos_text{
    margin: 0;
    line-height: 1.15em;
    font-size: 14px;
}
.pcos_grid{
    display: grid;
    gap: 40px;
    position: relative;
    z-index: 1;
}
.pcos_content-cell{
    position: relative;
}
.pcos_vertical-elipse{
    position: absolute;
    top: -110px;
    height: calc(100% + 220px);
    width: auto !important;
    left: 24px;
}
.pcos_cell.pcos_cell_1{
    left: 33px;
    position: relative;
}
.pcos_cell.pcos_cell_2{
    left: 0;
    position: relative;
}
.pcos_cell.pcos_cell_3{
    left: 5px;
    position: relative;
}
.pcos_cell.pcos_cell_4{
    left: 40px;
    position: relative;
}
.pcos_vid{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}
@media (max-width: 678px) {
    .pcos_grid img{
        max-width: 60px;
        margin: auto;
        display: block;
    }
    .pcos_vid{
        max-width: 60px;
        margin: auto;
    }
    .pcos_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 6px;
    }
    .pcos_cell.pcos_cell_1{
        left: 0;
        position: relative;
    }
    .pcos_cell.pcos_cell_2{
        left: 0;
        position: relative;
    }
    .pcos_cell.pcos_cell_3{
        left: 0;
        position: relative;
    }
    .pcos_cell.pcos_cell_4{
        left: 0;
        position: relative;
    }
    .pcos_title{
        font-size: 14px;
    }
    .pcos_text{
        font-size: 12px;
        max-width: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .pcos_cell{
        text-align: center;
    }
    .pcos_vertical-elipse_mob{
        position: absolute;
        bottom: 260px;
        left: -16px;
        width: calc(100% + 32px) !important;
    }
    .pcos_cell.pcos_cell_1 .pcos_title{
        margin-bottom: 50px;
    }
    .pcos_cell.pcos_cell_2 .pcos_title{
        margin-bottom: 18px;
    }
    .pcos_cell.pcos_cell_3 .pcos_title{
        margin-bottom: 33px;
    }
    .pcos_cell.pcos_cell_4 .pcos_title{
        margin-bottom: 40px;
    }
}

.he_real-review-cell-title{
    font-size: 14px;
    margin: 0;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 16px;
}

.he_long-form-inner-form-container{
    margin: 24px 0;
}
.he_long-form-inner-form-container .he_product-sub-btn.active{
    background: #034a4c;
}
.he_long-form-inner-form-container  *{
    color: #034a4c;
}
.he_long-form-inner-form-container .active .he_line-product-variant-check-inn{
    background: #034a4c;
}
.he_long-form-inner-form-container .active .he_line_product-variant-check{
    border: 1px solid #034a4c; 
}
.he_long-form-inner-form-container .he_product-sub-btn-inner{
    background: #034a4c;
}
.he_long-form-inner-form-container .active .he_product-sub-btn-inner{
    background: white;
}

.he_cholesterol_note-text{
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: -8px;
    color: #080E4180;
    font-size: 12px;
    line-height: 1.15em;
}

/* Blood */
.he_blood-res-grid{
    display: flex;
    gap: 24px;
    margin-top: 38px;
}
.he_blood-res-grid > div{
    width: 100%;
}
.he_blood-res-cell{
    padding: 24px;
    border-radius: 4px;
    background: #F0F4F8;
}
.he_blood-res-info{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-top: 22px;
}
.he_blood-res-info > div:nth-child(1){
    width: 100%;
}
.he_blood-res-info > div:nth-child(2){
    width: 40%;
    text-align: right;
}
.he_blood-text{
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_blood-verif{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #080E4180;
    margin: 0;
    line-height: 1.3em;
    gap: 4px;
}
.he_blood-verif span{
    display: flex;
    align-items: center;
    color: #080E4180;
}
.he_blood-verif img{
    max-width: 20px;
}
.he_blood-name{
    font-size: 14px;
    line-height: 1.15em;
    margin: 6px 0;
    margin-bottom: 2px;
}
.he_blood-stars{
    max-width: 78px;
    display: block;
    margin-left: auto;
}
.blood_results-title{
    max-width: 580px;
}
@media (max-width: 678px) {
    .he_blood-res-grid{
        flex-wrap: wrap;
        gap: 16px;
    }
    .he_blood-res-info{
        flex-wrap: wrap;
        gap: 12px;
    }
    .he_blood-res-info-foot{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .he_blood-res-info-foot{
        width: 100% !important;
    }
    .he_blood-res-info-foot > div:nth-child(1){
        width: 30%;
    }
    .he_blood-res-info-foot > div:nth-child(2){
        width: 100%;
        text-align: left;
    }
    .he_blood-verif{
        justify-content: flex-start;
    }
    .he_product-outer-section img{
        margin-left: 0;
    }
    .he_blood-name{
        font-size: 12px;
        margin: 0;
    }
    .he_blood-res-foot-texts-lin{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }
    .he_blood-verif{
        font-size: 10px;
    }
    .he_blood-res-before-after-switch{
        display: flex;
        gap: 12px;
        margin-bottom: 12px;
    }
     .he_bllod-res-bef-af-btn.active{
        opacity: 1;
     }
    .he_bllod-res-bef-af-btn{
        width: 100%;
        cursor: pointer;
        background: #A5EF72;
        border-radius: 4px;
        cursor: pointer;
        opacity: 0.7;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
        font-family: 'MoriSemi' !important;
        line-height: 1em;
    }
}

.he_chol-gurantee-title_line{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_chol-gurantee-title_line > div:nth-child(1){
    width: 40px;
}
.he_chol-gurantee-title_line > div:nth-child(2){
    width: calc(100% - 40px - 12px);
}
.he_chol-guarantee-title{
    margin: 0;
    font-size: 24px;
    line-height: 1.15em;
}
.he_chol-gurantee-text_line{
    position: relative;
}
.he_chol-guarantee-cell{
    max-width: 480px;
    margin-left: auto;
    padding: 16px 24px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    width: 100%;
}
.he_chol-guarantee-boxes{
    display: grid;
    gap: 16px;
}
.he_chol-gurantee-text_line{
    padding-top: 16px;
    margin-top: 16px;
}
.he_chol-gurantee-text_line .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color:white;
}
.he_chol-gurantee-text_line *{
    font-size: 14px;
    margin: 0;
    line-height: 1.15em;
}
.he_guarantee-money-back{
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1em;
    margin-top: 16px;
    gap: 6px;
}
.he_guarantee-money-back span{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.he_guarantee-money-back *{
    color: rgba(255, 255, 255, 0.5);
}
.he_guarantee-money-back img{
    max-width: 20px;
}
@media (max-width: 678px) {
    .he_chol-gurantee-title_line > div:nth-child(1){
        width: 24px;
    }
    .he_chol-gurantee-title_line > div:nth-child(2){
        width: calc(100% - 24px - 12px);
    }
}

/* Complete formula */
.chol_complete-formula{
    position: relative;
    background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/Group_28620.webp?v=1784806149');
    background-size: cover;
    background-position: center;
}
.complete_formula-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.chol_complete-formula .he_page-width{
    position: relative;
    z-index: 1;
}
@media (max-width: 678px) {
    .chol_complete-formula{
        background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/Group_28631.webp?v=1784806150');
        background-size: cover;
        background-position: center;
    }
}
.chol_complete-formula *{
    color: white;
}
.he_complete-formula-grid{
    display: flex;
    gap: 160px;
}
.he_complete-formula-grid > div{
    width: 100%;
}
.he_formula-main-info-benefit-line{
    display: flex;
    align-items: center;
    gap: 4px;
}
.he_formula-main-info-benefit-line > div:nth-child(1){
    width: 16px;
}
.he_formula-main-info-benefit-line > div:nth-child(2){
    width: calc(100% - 16px - 4px);
}
.he_formula-main-info-benefit-line p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
}
.he_formula-main-info-benefits-grid{
    display: flex;
    gap: 8px;
    align-items: center;
}
.he_formula-main-info-benefits-grid > div{
    width: 100%;
}
.he_formula-nav-info-btns-line{
    display: flex;
    gap: 4px;
}
.he_formula-main-info-btn_inn{
    display: flex;
    align-items: center;
    gap: 4px;
}
.he_formula-main-info-btn{
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    padding: 4px 8px;
    padding-top: 6px;
    cursor: pointer;
    transition: all .4s;
    width: 40px;
}
.he_formula-main-info-btn.active{
    width: auto;
}
.he_formula-main-info-btn *{
    font-size: 16px;
    line-height: 1em;
}
.active.he_formula-main-info-btn * {
    color: #080E41;
}
.he_formula-main-info-btn.active{
    background: #CFF5B5;
}
.he_formula-main-info-btn__inner-full {
   width: 0;
   white-space: nowrap;
   overflow: hidden;
}
.active .he_formula-main-info-btn__inner-full {
    width: auto;
}
.he_formula-main-info-nav{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.he_formula-main-info-box{
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 16px 20px;
    margin-top: 16px;
}
.he_formula-number-badge{
    display: inline-block;
    background: #CFF5B5;
    border-radius: 24px;
    padding: 4px 8px;
    padding-top: 6px;
    color: #080E41;
    line-height: 1em;
    font-size: 14px;
}
.he_formula-number-badge *{
    color: #080E41;
    line-height: 1em;
    font-size: 14px;
}
.he_formula-main-info-title h4{
    margin: 0;
    font-size: 32px;
    line-height: 1.15em;
}
.he_formula-main-info-title{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_formula-main-info-text{
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.he_formula-main-info-text .hea_border-line.topPart{
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}
.he_formula-main-info-text .hea_border-line.bottomPart{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
}
.he_formula-main-info-text *{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
}
.he_formula-content-nav{
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
}
.he_formula-content-nav-prev{
    cursor: pointer;
    width: 20px;
    display: flex;
    align-items: center;
}
.he_formula-content-nav-next{
    cursor: pointer;
    width: 20px;
    display: flex;
    align-items: center;
}
.he_complete-formula_elipse-out{
    position: relative;
}
.he_complete-vertical-line{
    position: absolute;
    top: -64px;
    left: 200px;
    width: auto !important;
    object-fit: cover;
    height: calc(100% + 64px + 64px);
}
.he_complete-eli-nav-line{
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all .3s;
    cursor: pointer;
}
.he_complete-eli-nav-line:hover{
    opacity: 0.8;
}
.he_complete-eli-nav-line > div:nth-child(1){
    width: 66px;
}
.he_complete-eli-nav-line > div:nth-child(2){
    width: calc(100% - 66px - 20px);
}
.he_complete-eli-nav-num{
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    padding: 4px 8px;
    padding-top: 6px;
    color: white;
    line-height: 1em;
    font-size: 14px;
}
.he_complete-eli-nav-line.active .he_complete-eli-nav-num{
    background: #CFF5B5;
    color: #080E41;
}
.he_complete-eli-nav-title{
    font-family: 'MoriSemi' !important;
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}
.he_complete-eli-nav-line.active .he_complete-eli-nav-title{
    color:  #CFF5B5;
}
.he_complete-elipse-nav__grid{
    display: grid;
    gap: 52px;
}
.he_complete-elipse-nav__grid_outer{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    left: 175px;
}
.he_complete-eli-nav-line[data-index="1"]{
    position: relative;
    left: 50px;
}
.he_complete-eli-nav-line[data-index="4"]{
    position: relative;
    left: 50px;
}
@media (max-width: 678px) {
    .he_complete-formula-grid{
        flex-wrap: wrap;
        gap: 24px;
    }
    .he_complete-elipse-nav__grid{
        display: flex;
    }
    .he_complete-elipse-nav__grid_outer{
        left: 0;
    }
    .he_complete-eli-nav-line[data-index="1"]{
        position: relative;
        left: 0;
        bottom: 20px;
    }
    .he_complete-eli-nav-line[data-index="2"]{
        position: relative;
        left: 0;
        bottom: -10px;
    }
    .he_complete-eli-nav-line[data-index="4"]{
        position: relative;
        left: 0;
        bottom: 30px;
    }
    .he_complete-elipse-nav__grid{
        gap: 8px;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .he_complete-eli-nav-line > div:nth-child(2){
        width: 100%;
    }
    .he_complete-eli-nav-line img{
        max-width: 66px;
        display: block;
        margin: auto;
        text-align: center;
    }
    .he_complete-eli-nav-line{
        text-align: center;
    }
    .he_complete-eli-nav-title{
        font-size: 13px;
        margin-top: 8px;
    }
    .he_complete-eli-nav-line{
        width: 100%;
    }
    .he_complete-horizontal-line{
        position: absolute;
        left: -20px;
        bottom: 100px;
        width: calc(100% + 40px) !important;
    }
    .he_formula-main-info-btn *{
        font-size: 14px;
    }
    .he_formula-main-info-benefits-grid{
        flex-wrap: wrap;
    }
    .he_blood-res-grid{
        margin-top: 24px;
    }
}


.he_product-main-quotes_subtitle{
    font-size: 20px;
    line-height: 1.15em;
    margin: 8px 0;
    margin-top: 24px;
    font-style: italic;
    max-width: 530px;
}
.he_quotes-btn-link{
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
}
.he_quotes-btn-link *{
    font-size: 14px;
    line-height: 1em;
    font-family: 'MoriSemi' !important;
}
.he_quotes-btn-link  img{
    width: 6px;
    display: block;
}
.he_rev-ing-text{
    font-size: 20px;
    line-height: 1.15em;
    margin: 12px 0;
}
@media (max-width: 678px) {
    .he_product-main-quotes_subtitle{
        margin-bottom: 24px;
    }
}

.product_tab-thumb img{
    max-width: 18px;
}
.product_tab-block{
    border-bottom: none;
    position: relative;
}
.product_tab-block .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.product_tab-block{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product_tab-thumb p{
    font-family: 'Clash' !important;
    font-size: 20px;
}
.main_product-review{
    border-radius: 4px;
    background: #F0F4F8;
}
.logos_wrap img{
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
}
.he_whynothing-box{
    background: white;
    padding: 12px;
    border-radius: 4px;
}
.he_whynothing-box h4{
    font-size: 24px;
    line-height: 1.15em;
    margin: 0;
    margin-top: 16px;
    font-family: 'Clash' !important;
    max-width: 260px;
    margin-bottom: 16px;
}
.he_whynothing-image{
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}
.he_why-nothing-label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.15em;
    margin-bottom: 10px;
    margin-top: 0;
}
.he_why-nothing-label img{
    width: 100%;
    max-width: 20px;
    display: block;
}
.he_whynothing-text-box{
    position: relative;
    padding-top: 16px;
}
.he_whynothing-text-box .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_whynothing-text{
    color: #080E41B2;
    font-size: 14px;
    line-height: 1.15em;
    margin: 0;
}
.he_thatswhy-banner{
    border-radius: 4px;
    padding: 94px 40px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.he_thatswhy-banner > div{
    width: 100%;
}
.he_thatshwy-inner-left{
    max-width: 380px;
}
.he_thatshwy-inner-right{
    max-width: 480px;
    margin-left: auto;
}
.he_thatswhy-banner *{
    color: white;
}
.he_thatswhy-banner .he_thatshy-text{
    font-size: 16px;
    margin: 0;
    line-height: 1.15em;
    max-width: 320px;
    margin-top: 20px;
}
@media (max-width: 678px) {
    .he_thatswhy-banner{
        flex-wrap: wrap;
        gap: 220px;
        padding: 24px;
    }
    .he_thatshwy-inner-right{
        margin-left: -16px;
        width: calc(100% + 28px);
        margin-bottom: -12px;
    }
}
.he_long-icons{
    display: flex;
    gap: 100px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.he_long-icons > div{
    width: 100%;
}
.he_long-icon-image{
    max-width: 32px;
    display: block;
}
.he_long-icon-box{
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}
.he_long-icon-box h4{
    font-size: 24px;
    line-height: 1.15em;
    margin: 0;
    max-width: 200px;
}
.he_long-icon-box .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_product-outer-section.icons_oter-sect{
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (max-width: 678px) {
    .he_long-icons{
        gap: 16px;
    }
    .he_long-icon-box h4{
        font-size: 14px;
        line-height: 1.15em;
        text-align: center;
    }
    .he_long-icon-image{
        max-width: 20px;
        margin: auto !important;
    }
    .he_long-icon-box{
        margin-top: 12px;
        padding-top: 0;
    }
}
.he_flex-info-section{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}
.he_flex-info-section > div{
    width: 100%;
}
.he_flex-rating-img{
    max-width: 300px;
    display: block;
    margin-bottom: 16px;
}
.main_he_flex-img {
    display: block;
    width: 100%;
}
.he_product-flex-info-text *{
    font-size: 16px;
    line-height: 1.15em;
    margin: 16px 0;
}
.he_long-flex-btn-box{
    max-width: 500px;
}
.reversed_flex_info{
    flex-direction: row-reverse;
}
.he_product-outer-section.blubg_outer{
    background: #F0F4F8;
}
@media (max-width: 678px) {
    .he_flex-info-section{
        flex-wrap: wrap;
        gap: 16px;
        flex-direction: column;
    }
}
.he_take-pill-line{
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 32px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
}
.he_take-pill-line > div{
    width: 100%;
}
.he_take-pill-line h3{
    margin: 0;
    color: white;
    font-size: 48px;
    line-height: 1.15em;
}
.he_take-pill-line  p{
    margin: 0;
    color: white;
     line-height: 1.15em;
     font-size: 18px;
}
.he_take-pill-grid{
    gap: 24px;
    display: grid;
}
@media (max-width: 678px) {
    .he_take-pill-line{
        padding: 20px 12px;
    }
    .he_take-pill-line h3{
        font-size: 32px;
    }
    .he_take-pill-line p{
        font-size: 14px;
    }
    .he_take-pill-grid{
        gap: 8px;
    }
}
.he_product-read-outer{
    background-size: cover;
    background-position: right;
}
.he_product-read-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    max-width: 700px;
    margin: 24px 0;
}
.he_product-read-cell{
    background: white;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.he_product-read-cell > div:nth-child(1){
    width: 68px;
}
.he_product-read-cell > div:nth-child(2){
    width: calc(100% - 68px - 14px);
}
.he_product-read-cell img{
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
}
.he_product-read-cell h4{
    margin: 0;
    font-size: 24px;
    line-height: 1.15em;
}
.he_product-read-cell p{
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_product-read-content{
    position: relative;
    padding-top: 10px;
    margin-top: 6px;
}
.he_product-read-content .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 678px) {
    .he_product-read-grid{
        grid-template-columns: 1fr;
    }
}

.he_bundle-label{
    color: #080E4180;
    font-size: 14px;
    line-height: 1.35em;
    margin: 0;
    text-transform: uppercase;
}  
.he_bundle-product-card{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_bundle-product-card > div:nth-child(1){
    width: 50px;
}
.he_bundle-product-card > div:nth-child(2){
    width: calc(100% - 50px - 12px - 120px)
}
.he_bundle-product-card > div:nth-child(3){
    width: 120px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-direction: row-reverse;
}
.he_bundle-pp-card-image{
    width: 100%;
    max-width: 50px;
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    object-fit: cover;
}
.he_bundle-grid{
    margin: 0;
    display: grid;
    gap: 12px;
}
.he_bundle-pp-title{
    font-size: 16px;
    font-family: 'MoriSemi' !important;
    margin: 0;
    line-height: 1.15em;
}
.he_bundle-pp-price{
    font-size: 16px;
    font-family: 'MoriSemi' !important;
    margin: 0;
    line-height: 1.15em;
}
.he_bundle-pp-compare{
    font-size: 14px;
    color: #080E4180;
    margin: 0;
    line-height: 1.15em;
}
.he_bundle-pp-badge{
    display: inline-block;
    padding: 6px;
    border-radius: 4px;
    padding-bottom: 4px;
    background: #00AC1D;
    font-size: 14px;
    color: white;
    line-height: 1em;
    margin: 0;
    font-family: 'MoriSemi' !important;
}
.he_bundle-stars{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}
.he_bundle-stars p{
    margin: 0;
    font-size: 12px;
    line-height: 1.15em;
    color: #080E4180;
    position: relative;
    top: 2px;
}
.he_bundle-stars img{
    display: block;
    max-width: 75px;
}
.he_bundle-price-total{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
}
.he_bundle-price-label{
    margin: 0;
    font-size: 16px;
    line-height: 1.15em;
    color: #080E41;
    font-family: 'MoriSemi' !important;
}
.he_bundle-price-realprice{
    font-family: 'MoriSemi' !important;
    margin: 0;
    font-size: 20px;
    line-height: 1.15em;
    color: #00AC1D;
}
.he_bundle-price-total{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.he_bundle-price-total-inline{
    display: flex;
    align-items: center;
    gap: 6px;
}
.he_bundle-price-compare{
    margin: 0;
    color: #080E4180;
    font-size: 16px;
    line-height: 1.15em;
}
.he_bundle-block{
    padding: 12px;
    border-radius: 4px;
    background: #F0F4F8;
    margin: 16px 0;
}
.he_bundles-block-footer{
    padding-top: 16px;
    margin-top: 16px;
    position: relative;
}
.he_bundles-block-footer .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080E4180;
}
.he_bundle-product-card_outer{
    position: relative;
    padding-bottom: 12px;
}
.he_bundle-product-card_outer:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.he_bundle-product-card_outer .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.he_bundle-product-card_outer:last-child .hea_border-line{
    display: none !important;
}
.he_bundle-sub-ticker-inn{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_bundle-sub-ticker-bubb{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #080E41;
    border-radius: 2px;
    background: white;
}
.he_bundle-sub-ticker-bubb svg{
    fill: white;
    width: 12px;
}
.activated .he_bundle-sub-ticker-bubb{
    background: #080E41;
}
.he_bundle-sub-ticker-cont{
    width: calc(100% - 20px - 8px);
}
.he_bundle-sub-ticker-title{
    font-size: 14px;
    line-height: 1.15em;
    margin: 0;
    font-family: 'MoriSemi' !important;
}
.he_bundle-sub-ticker-text{
    font-size: 14px;
    line-height: 1.35em;
    color: #080E4180;
    margin: 0;
}
.he_bundle-sub-ticker{
    border: 1px solid #A5EF72;
    background: #CFF5B5;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 16px;
}
@media (max-width: 678px) {
    .he_bundle-price-label{
        margin-bottom: 4px;
    }
    .he_bundle-price-total > div:last-child{
        text-align: right;
    }
}

.he_product-variant-images{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.he_product-variant-images img{
    margin: 0 !important;
}

.he_timeline-image_out{
    width: 100%;
    margin-top: 40px;
}
.he_timeline-image-inn {
    width: 100%;
}
.he_timeline-image-inn img{
    display: block;
    width: 100%;
}
@media (max-width: 678px) {
    .he_timeline-image_out{
        margin-top: 32px;
        overflow-x: scroll;
        margin-left: -16px;
        width: calc(100% + 32px);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .he_timeline-image_out::-webkit-scrollbar{
        display: none;
    }
    .he_timeline-image-inn{
        min-width: 1200px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.he_promising-text{
    margin-top: 16px;
    max-width: 380px;
}
.he_promising-text p{
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
    color: white;
}
.he_promising-btn{
    max-width: 350px;
    margin-top: 32px;
}
.he_science-clean-content{
    max-width: 480px;
}
.he_clean-grid{
    margin-top: 32px;
    display: grid;
    gap: 32px;
}
.he_clean-box h4{
    margin: 0;
    font-size: 24px;
    line-height: 1.15em;
    margin-bottom: 8px;
}
.he_clean-box p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
}

.he_about-info-top{
    display: flex;
    align-items: center;
    gap: 64px;
}
.he_about-info-top > div{
    width: 100%;
}
.he_about-text *{
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_about-text_normal{
    margin-top: 24px;
}
.he_about-text_normal *{
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    margin: 8px 0;
}
.he_about-block-info{
    display: flex;
    gap: 64px;
    align-items: center;
}
.he_about-block-info > div{
    width: 100%;
}
.he_about-block-info img{
    display: block;
    width: 100%;
}
.he_about-blocks{
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.he_about-blocks .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #080e4180;
}
.he_about-blocks-grid{
    display: grid;
    gap: 64px;
}
.he_about-block-info_outer.reversed{
    border-radius: 4px;
    background: #F0F4F8;
    margin-left: -32px;
    width: calc(100% + 64px);
    overflow: hidden;
}
.he_about-block-info_outer.reversed .he_about-block-info{
    flex-direction: row-reverse;
}
.he_about-block-info_outer.reversed .he_about-info-container{
    padding: 32px;
}
@media (max-width: 678px) {
    .he_about-info-top{
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 160px;
    }
    .he_about-block-info{
        flex-wrap: wrap;
        gap: 16px;
    }
    .he_about-block-info_outer.reversed{
        margin-left: -16px;
        width: calc(100% + 32px);
    }
    .he_about-block-info_outer.reversed .he_about-info-container{
        padding: 16px;
    }
    .he_about-block-info_outer.reversed .he_about-block-info{
        flex-direction: column;
    }
}


/* Contact us form */
.he_contact-hero-flex{
    display: flex;
    align-items: center;
    gap: 64px;
}
.he_contact-hero-flex > div{
    width: 100%;
}
.he_contact-hero-subtitle{
    color: white;
    font-size: 20px;
    line-height: 1.15em;
    margin: 0;
    margin-top: 14px;
}
.he_contact-hero-text{
    font-size: 14px;
    line-height: 1.15em;
    margin: 14px 0;
    color: white;
    opacity: 0.6;
    position: relative;
    top: 3px;
}
.he_contact-inner-box{
    max-width: 420px;
}
.he_contact-inner-box .he_hero-btn{
    max-width: 320px;
}
.he_contact-address__outer{
    position: relative;
    padding-top: 14px;
    padding-bottom: 32px;
}
.he_contact-address{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.he_contact-address > div:nth-child(1){
    width: 20px;
}
.he_contact-address > div:nth-child(2){
    width: calc(100% - 20px - 10px);
}
.he_contact-address img{
    width: 100%;
    display: block;
}
.he_contact-address  p{
    font-size: 14px;
    line-height: 1.15em;
    margin: 0;
    color: white;
    opacity: 0.6;
}
.he_contact-address__outer .hea_border-line.top{
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.he_contact-address__outer .hea_border-line.bot{
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.he_contact-inner-box{
    margin-top: 54px;
}
.he_hero-contact-socials{
    display: flex;
    gap: 24px;
    margin-top: 62px;
}
.he_hero-contact-socials img{
    display: block;
    max-width: 35px;
}


.he_contact-main-form {
    background: #F0F4F8;
    border-radius: 4px;
    padding: 46px 44px;
}

.he_contact-main-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.he_cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.he_cf-field input,
.he_cf-field textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 20px;
    font-size: 16px;
    color: #080E41B2;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit;
    box-sizing: border-box;
    resize: none;
    border: 1px solid #080E411A;
}

.he_cf-field input::placeholder,
.he_cf-field textarea::placeholder {
    color: #080E41B2;
}

.he_cf-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.he_cf-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #1a1e4b;
    cursor: pointer;
    border-radius: 3px;
}

.he_cf-checkbox label {
    font-size: 14px;
    color: #080E4180;
    cursor: pointer;
}
.he_cf-submit{
    border: none !important;
    font-weight: 400 !important;
}

@media (max-width: 540px) {
    .he_cf-row {
        grid-template-columns: 1fr;
    }
    .he_contact-main-form {
        padding: 16px;
        margin-top: 24px;
    }
    .he_contact-hero-flex{
        flex-wrap: wrap;
        gap: 16px;
        flex-direction: column-reverse;
    }
    .he_contact-inner-box{
        margin-top: 0;
    }
    .he_contact-address__outer.main_top_lin-addreess{
        padding-bottom: 0;
    }
    body .he_contact-address__outer .hea_border-line.top{
        display: none !important;
    }
}

.he_natto-lipis-gift__outer{
    position: relative;
    margin-top: 8px;
}
.he_natto-lipids-gift-plus{
    position: absolute;
    left: -8px;
    top: -8px;
    max-width: 16px;
    display: block;
}
.he_natto-lipis-gift{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    border-radius: 4px;
    background: #CFF5B5;
}
.he_natto-lipis-gift img{
    display: block;
}
.he_natto-lipis-gift s{
    display: block;
    padding-right: 4px;
}
.he_natto-lipis-gift > div:nth-child(1){
    width: 46px;
    display: flex;
    align-items: center;
}
.he_natto-lipis-gift > div:nth-child(2){
    width: calc(100% - 46px - 100px - 20px);
}
.he_natto-lipis-gift > div:nth-child(3){
    width: 100px;
    text-align: right;
}
.he_natto-lipids-badge{
    background: #A5EF72;
    border-radius: 4px;
    padding: 2px 8px;
    padding-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    color: #080E41;
    font-family:  "MoriSemi" !important;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}
.he_natto-lipids-title{
    color: #080E41;
    font-family: "MoriSemi" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.15em;
    text-transform: capitalize;
    margin: 0;
}
.he_natto-lipids-title span{
    font-size: 12px;
    color: rgba(8, 14, 65, 0.50);
    line-height: 1.15em;
}
.he_natto-lipids-title.bot{
    margin-top: 6px;
}

.he_happens-point_line{
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.he_happens-point_line > div:nth-child(1){
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.he_happens-point_line img{
    position: relative;
    bottom: 1px;
}
.he_happens-point_line > div:nth-child(2){
    width: calc(100% - 16px - 4px);
}
.he_happens-point_line p{
    margin: 0;
    line-height: 1.15em;
    font-size: 14px;
    color: #080E41;
}
.he_happens-points-grid{
    display: grid;
    gap: 8px;
}
.he_happens-title{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_happens-title * {
    margin: 0;
    line-height: 1.15em;
    font-size: 16px;
    font-family: 'MoriSemi' !important;
     color: #080E41;
}
.he_happens-badge.yellow{
    border-radius: 4px;
    background: rgba(255, 208, 0, 0.50);
    padding: 3px 4px;
     font-size: 14px;
     position: relative;
    bottom: 1px;
}
.he_happens-badge.orange{
    border-radius: 4px;
    background: rgba(255, 147, 6, 0.70);    
    padding: 3px 4px;
    font-size: 14px;
    position: relative;
    bottom: 1px;
}
.he_happens-badge.green{
    border-radius: 4px;
    background: var(--Secure-Green, #00AC1D); 
    color: white;
    padding: 3px 4px;
    font-size: 14px;
    position: relative;
    bottom: 1px;
}
.he_happens-title{
    margin-top: 20px;
    margin-bottom: 16px;
}
.he_happens-box .hea_border-line{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #080E4180;
}
.he_happens-box{
    position: relative;
    padding-bottom: 16px;
}
.he_hairs-before-after-headlines{
    max-width: 540px;
}
.he_hairs-before-after-grid{
    display: flex;
    gap: 20px;
}
.he_hairs-before-after-cell{
    width: 100%;
}
.he_hairs-ba-note{
    border-radius: 4px;
    background: rgba(0, 172, 29, 0.10);
    padding: 10px;
    margin-top: 12px;
}
.he_hairs-ba-text{
    font-size: 14px;
    line-height: 1.15em;
    margin: 0;
    color: #080E41;
    opacity: 0.7;
}
.he_hairs-ba-title{
    font-size: 20px;
    line-height: 1.15em;
    margin: 12px;
    margin-top: 16px;
}
.he_hairs-before-after-cell{
    border-radius: 4px;
    background: var(--Primary-Grey, #F0F4F8);
    padding: 16px;
}
.he_hairs-ba-image{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.he_hairs-ba-content *{
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.15em;
}
.he_hairs-ba-content ul{
    padding-left: 0;
}
.he_hairs-ba-content  li{
    background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/SVG_1_b9774811-16cf-4b7e-b2db-fab8a04cab73.png?v=1784806192');
    background-size: 14px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 20px;
    list-style: none;
}
.he_hairs-ba-content  li strong{
    font-family: 'MoriSemi' !important;
    color: #00AC1D;
}
.he_hairs-ba-content {
    position: relative;
    padding-top: 12px;
}
.he_hairs-ba-content .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #080E4180;
}
.he_hairs-ba-name{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_hairs-ba-name img{
    max-width: 130px;
    display: block;
    position: relative;
    bottom: 2px;
}
.he_hairs-ba-name span{
    color: #080E4180;
    font-size: 14px;
    line-height: 1.15em;
    font-family: 'MoriSemi' !important;
    margin: 0;
}
.he_hairs-ba-name p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
    font-family: 'MoriSemi' !important;
}
.he_hairs-before-after-grid--outer{
    margin-top: 32px;
}
@media (max-width: 678px) {
   .he_hairs-before-after-grid--outer {
        margin-left: -16px;
        width: calc(100% + 32px);
        overflow-x: scroll;
        overflow-y: hidden;

        /* Hide scrollbar */
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;     /* Firefox */
    }

    .he_hairs-before-after-grid--outer::-webkit-scrollbar {
        display: none;             /* Chrome, Safari, Opera */
    }
    .he_hairs-before-after-grid{
        width: fit-content;
        gap: 12px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 20px;
    }
    .he_hairs-before-after-cell{
        width: 330px;
    }
}

.he_hairs-info-text video{
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.he_hairs-info-text{
    display: flex;
    align-items: center;
    gap: 40px;
}
.he_hairs-info-text > div{
    width: 100%;
}
.he_hairs-text *{
    font-size: 16px;
    line-height: 1.15em;
    margin: 16px 0;
}
.he_hairs-text ul{
    padding-left: 0;
}
.he_hairs-text li{
    list-style: none;
    padding-left: 22px;
    background-size: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media (min-width: 678px) {
    .he_hairs-info-text.reversed{
        flex-direction: row-reverse;
    }
}
@media (max-width: 678px) {
    .he_hairs-info-text{
        flex-wrap: wrap;
        gap: 16px;
    }
}
.he_hermidine-grid{
    display: flex;
    gap: 20px;
}
.he_hermidine-wrapper{
    margin-top: 32px;
}
.he_hermidine-cell{
    position: relative;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.he_hermidine-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.he_hermidine-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 16px;
}
.he_hermidine-footer h5{
    font-size: 32px;
    line-height: 1.15em;
    margin-top: 0;
    margin-bottom: 8px;
}
.he_hermidine-footer p{
    margin: 0;
    font-size: 16px;
    line-height: 1.15em;
    max-width: 220px;
}
@media (max-width: 678px) {
    .he_hermidine-grid{
        gap: 12px;
    }
    .he_hermidine-grid{
        width: fit-content;
        padding-left: 16px;
        padding-right: 16px;
    }
    .he_hermidine-wrapper{
        width: calc(100% + 32px);
        margin-left: -16px;
        overflow-x: scroll;
        overflow-y: hidden;
        /* Hide scrollbar Firefox */
        scrollbar-width: none;
        /* Hide scrollbar IE/Edge */
        -ms-overflow-style: none;
    }
    .he_hermidine-wrapper::-webkit-scrollbar {
        /* Hide scrollbar Chrome/Safari */
        display: none;
    }
    .he_hermidine-cell{
        width: 280px;
    }
}

.he_product-outer-section.mollecule_bg{
    background: #F0F4F8;
}
.he_molecule-header{
    max-width: 750px;
    margin: auto;
}
.he_molecule-text{
    line-height: 1.15em;
    font-size: 16px;
    margin: 0;
}
.he_molecule-points{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
    justify-content: center;
}
.he_molecule-point-line_out{
    display: inline-block;
    padding: 6px 8px;
    border-radius: 32px;
    border: 1px solid #00AC1D;
}
.he_molecule-point-line{
    display: flex;
    align-items: center;
    gap: 8px;
}
.he_molecule-point-line > div:nth-child(1){
    width: 16px;
    display: flex;
    align-items: center;
}
.he_molecule-point-line p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
    font-weight: 600;
    color: #00AC1D;
}
.he_molecule-flex{
    display: flex;
    align-items: center;
    gap: 32px;
}
.he_molecule-flex > div:nth-child(1){
    width: 100%;
}
.he_molecule-flex > div:nth-child(2){
    width: 70%;
}
.he_molecule-flex > div:nth-child(3){
    width: 100%;
}
.he_hair-mol-box__head{
    display: flex;
    align-items: center;
    gap: 12px;
}
.he_hair-mol-box__head > div:nth-child(1){
    width: 44px;
}
.he_hair-mol-box__head > div:nth-child(2){
    width: calc(100% - 44px - 12px);
}
.he_hair-mol-box__head  h5{
    margin: 0;
    max-width: 220px;
    font-size: 20px;
    line-height: 1.15em;
}
.he_hair-mol-box-content p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
}
.he_hair-mol-box-content{
    position: relative;
    padding-top: 16px;
    margin-top: 16px;
}
.he_hair-mol-box{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 14px;
}
.he_hair-mol-box-grid{
    display: grid;
    gap: 24px;
}
.he_hair-mol-box-content .hea_border-line {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #080E4180;
}
.he_molecule-flex{
    margin-top: 40px;
}
@media (max-width: 678px) {
    .he_molecule-flex{
        flex-wrap: wrap;
        gap: 16px;
    }
    .he_hair-mol-box-grid{
        gap: 16px;
    }
    .he_molecule-middle-image{
        max-width: 200px;
        margin: auto !important;
        display: block;
    }
    .he_molecule-flex{
        margin-top: 12px;
    }
}
.he_molecule-footer-label{
    text-align: center;
    font-size: 16px;
    line-height: 1.15em;
    margin: 32px 0;
    text-transform: uppercase;
}
.he_molecule-footer-grid{
    max-width: 880px;
    margin: auto;
    display: flex;
    gap: 20px;
}
.he_molecule-footer-grid > div{
    width: 100%;
}
.he_molecule-footer-cell{
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
    background: white;
    gap: 12px;
}
.he_molecule-footer-cell > div:nth-child(1){
    width: 76px;
}
.he_molecule-footer-cell > div:nth-child(2){
    width: calc(100% - 76px - 12px);
}
.he_molecule-footer-cell p{
    margin: 0;
    display: inline-block;
    background: #AAC9F4;
    border-radius:32px;
    padding: 2px 8px;
    line-height: 1.15em;
    font-size: 16px;
}
.he_molecule-footer-cell h4{
    margin: 0;
    font-size: 24px;
    line-height: 1.15em;
    margin-top: 4px;
}
.he_molecule-footer-cell h4 span{
    font-size: 16px;
}
.he_molecule-footer-cell p.he_molecule-footer-text-info{
    font-size: 16px;
    line-height: 1.3em;
    margin: 0;
    color: #080E4180;
    background: transparent !important;
    padding: 0 !important;
}

.he_below-icons-text{
    display: inline-block;
    font-size: 14px;
    line-height: 1.15em;
    margin: 16px 0;
    margin-top: 0;
    color: #080E41;
    padding: 4px 12px;
    border-radius: 24px;
    background: #CFF5B5;
}
@media (max-width: 678px) {
    .he_molecule-footer-grid{
        flex-wrap: wrap;
        gap: 12px;
    }
    .he_molecule-footer-cell h4{
        font-size: 18px;
    }
    .he_molecule-footer-cell h4 span{
        font-size: 12px;
    }
   .he_molecule-footer-cell p.he_molecule-footer-text-info{
        font-size: 12px;
    }
}

.he_hairs-badge{
    display: inline-block;
    padding: 4px 8px;
    padding-bottom: 3px;
    border-radius: 4px;
    background: #A5EF72;
    margin: 0;
    font-family: 'MoriSemi' !important;
    font-size: 14px;
    line-height: 1.15em;
    text-transform: uppercase;
    color: #080E41;
    position: absolute;
    top: -16px;
    z-index: 1;
    left: 16px;
}
.he_hairs-before-after-cell{
    position: relative;
}
.he_hairs-label{
    height: 20px;
    width: auto !important;
    display: block;
    margin: 16px 0;
}

/* nato doc partnership */
.he_nat-doc-hero{
    display: flex;
    align-items: center;
    position: relative;
}
.he_nat-doc-hero .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.he_nat-doc-hero > div{
    width: 100%;
    max-height: 900px;
    overflow: hidden;
}
.he_nat-doc-image{
    position: relative;
}
.he_nat-doc-scientific-badge p{
    color: #ffffff;
    font-family: 'MoriSemi' !important;
    font-size: 16px;
    margin: 0;
    position: relative;
    top: 1px;
    line-height: 1.15em;
}
.he_nat-doc-scientific-badge{
    position: absolute;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 16px;
    border-radius: 24px;
    background: #00AC1D;
}
.he_nat-doc-scientific-badge img{
    max-width: 22px;
    display: block;
}
.he_nat-doc-inner{
    padding: 24px;
}
.he_nat-doc-hero img{
    width: 100%;
    display: block;
}
.he_nat-doc-subtitle{
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    border-radius: 24px;
    font-size: 16px;
    line-height: 1.15em;
    padding: 4px 8px;
    background: #F0F4F8;
}
.he_nat-doc-title{
    color: #080E41;
    font-size: 48px;
    line-height: 1.15em;
    margin-top: 24px;
    margin-bottom: 8px;
    font-family: 'Clash' !important;
}
.he_nat-doc-text{
    font-family: 'Mori' !important;
     color: #080E41;
     font-size: 16px;
     line-height: 1.15em;
     margin: 20px 0;
}
.he_nat-doc-card{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 4px;
    background: #F0F4F8;
}
.he_nat-doc-card-avatar-wrap{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.he_nat-doc-card-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.he_nat-doc-card-info{
    display: flex;
    flex-direction: column;
}
.he_nat-doc-card-name{
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_nat-doc-card-title{
    font-family: 'Mori' !important;
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    margin: 0;
}
.he_nat-doc-card-credentials{
    font-family: 'Mori' !important;
    color: rgba(8, 14, 65, 0.48);
    font-size: 14px;
    line-height: 1.15em;
    margin: 4px 0 0;
}
.he_nat-doc-disclaimer{
    font-family: 'MoriSemi' !important;
    color: rgba(8, 14, 65, 0.3);
    font-size: 12px;
    line-height: 1.15em;
    margin: 12px 0 0;
}
.he_nat-doc-card-link{
    display: flex;
    align-items: center;
    align-self: flex-start;
    margin-left: auto;
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 14px;
    line-height: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s;
}
.he_nat-doc-card-link:hover{
    opacity: 0.9;
}
.he_nat-doc-card-link-arrow{
    width: 6px;
    height: 10px;
    margin-left: 4px;
}
.he_nat-doc-cta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 32px;
}
.he_nat-doc-cta-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 27px;
    border-radius: 4px;
    background: #A5EF72;
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s;
}
.he_nat-doc-cta-button:hover{
    opacity: 0.9;
}
.he_nat-doc-cta-reasons{
    display: flex;
    align-items: center;
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 14px;
    line-height: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}
.he_nat-doc-cta-reasons:hover{
    opacity: 0.9;
}
.he_hero-partnership-flex{
    display: flex;
    gap: 40px;
    margin-top: 54px;
}
.he_hero-partnership-flex > div{
    width: 100%;
    position: relative;
    padding-top: 16px;
}
.he_hero-partnership-flex .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: #080E4180;
}
.he_hero-partnership-flex h3{
    font-size: 32px;
    line-height: 1.15em;
    margin: 0;
    color: #080E41;
    font-family: 'Mori' !important;
}
.he_hero-partnership-flex p{
    margin: 0;
    color: #080E41B2;
    font-family: 'Mori' !important;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.15em;
}
.he_nat-doc-product-card{
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: calc(100% - 80px);
    padding: 10px 24px 10px 0;
    padding-right: 16px;
    border-radius: 4px;
    background: #F0F4F8;
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.he_nat-doc-product-card-image-wrap{
    width: 125px;
    align-self: stretch;
    flex-shrink: 0;
    overflow: hidden;
}
.he_nat-doc-product-card-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.he_nat-doc-product-card-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.he_nat-doc-product-card-title{
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 20px;
    max-width: 200px;
    line-height: 1.15em;
    margin: 0;
}
.he_nat-doc-product-card-badges{
    display: flex;
    gap: 8px;
}
.he_nat-doc-product-card-badge{
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 48px;
    background: white;
    font-family: 'Mori' !important;
    color: #080E41;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}
.he_nat-doc-product-card-button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border-radius: 4px;
    background: #A5EF72;
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 14px;
    line-height: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s;
}
.he_nat-doc-product-card-button:hover{
    opacity: 0.9;
}
.he_nat-doc-hero > div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: center;
}
.he_nat-doc-inner{
    max-width: 800px;
}
@media (max-width: 678px) {
    .he_nat-doc-hero{
        flex-direction: column-reverse;
    }
    .he_nat-doc-product-card{
        left: 16px;
        bottom: 16px;
    }
    .he_nat-doc-product-card-image-wrap{
        width: 90px;
    }
    .he_nat-doc-product-card-title{
        max-width: 120px;
        font-size: 18px;
    }
    .he_nat-doc-product-card-info{
        gap: 6px;
    }
    .he_nat-doc-product-card-badge{
        font-size: 12px;
        line-height: 2px 6px;
    }
    .he_nat-doc-subtitle{
        font-size: 14px;
    }
    .he_nat-doc-title{
        font-size: 32px;
        margin: 20px 0;
    }
    .he_nat-doc-inner{
        padding: 24px 16px;
    }
    .he_nat-doc-card-link{
        margin-left: 0;
    }
    .he_nat-doc-card-credentials{
        font-size: 12px;
        margin: 6px 0;
    }
    .he_nat-doc-card-link{
        font-size: 12px;
    }
    .he_nat-doc-cta-button{
        display: flex;
        width: 100%;
    }
    .he_nat-doc-cta{
        display: block;
        text-align: center;
    }
    .he_nat-doc-cta-reasons{
        justify-content: center;
        margin-top: 16px;
    }
    .he_hero-partnership-flex{
        margin-top: 32px;
    }
    .he_hero-partnership-flex h3{
        font-size: 22px;
    }
    .he_hero-partnership-flex p{
        font-size: 14px;
        margin-top: 6px;
    }
    .he_hero-partnership-flex{
        gap: 16px;
    }
}
.he_nato-doc-research .he_product-main-title,
.he_nato-doc-research .he_product-text{
    color: white;
}
.he_nato-doc-research{
    display: flex;
    align-items: center;
    gap: 160px;
    padding: 64px 40px;
    border-radius: 4px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.he_nato-doc-research > div:nth-child(1){
    width: 60%;
}
.he_nato-doc-research > div:nth-child(2){
    width: 100%;
}
/* nato doc research note */
.he_doc-research-note{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
}
.he_doc-research-note-text{
    margin: 0;
    max-width: 324px;
    font-family: 'Mori' !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.15em;
}
.he_doc-research-note-highlight{
    font-family: 'MoriSemi' !important;
    color: #A5EF72;
}
.he_doc-research-note-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 4px;
    background: #A5EF72;
    font-family: 'MoriSemi' !important;
    color: #080E41;
    font-size: 14px;
    line-height: 1.15em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: all .2s;
}
.he_doc-research-note-button:hover{
    opacity: 0.9;
}
.he_doc-research-disclaimer{
    margin-top: 8px;
    font-family: 'MoriSemi' !important;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.15em;
}
.he_doc-research-stats{
    margin: 24px 0;
    display: flex;
    gap: 40px;
}
.he_doc-research-stats > div{
    width: 100%;
    position: relative;
}
.he_doc-reserach-cell .hea_border-line{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background-color: white;
}
.he_doc-reserach-cell h3{
    color: white;
    font-size: 24px;
    margin: 0;
    line-height: 1.15em;
    margin-top: 16px;
}
.he_doc-reserach-cell p{
    margin: 0;
    font-size: 14px;
    line-height: 1.15em;
    margin-top: 16px;
    color: white;
}
.he_doc-research-doses{
    display: flex;
    gap: 16px;
}
.he_doc-research-dose{
    position: relative;
    width: 100%;
    padding: 28px 20px 24px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
}
.he_doc-research-dose--studied{
    border: 1px solid #A5EF72;
}
.he_doc-research-dose-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 27px;
    padding: 0 12px;
    border-radius: 48px;
    font-family: 'MoriSemi' !important;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}
.he_doc-research-dose-badge svg{
    flex-shrink: 0;
}
.he_doc-research-dose-badge--shelf{
    background: rgba(240, 244, 248, 0.2);
}
.he_doc-research-dose-badge--studied{
    background: #00AC1D;
}
.he_doc-research-dose-amount{
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 20px 0 0;
    font-family: 'MoriSemi' !important;
    color: #fff;
    font-size: 36px;
    line-height: 1;
}
.he_doc-research-dose-unit{
    font-family: 'Mori' !important;
    font-size: 20px;
    line-height: 1.15em;
    color: white;
}
.he_doc-research-dose-text{
    margin: 20px 0 0;
    font-family: 'Mori' !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.15em;
}
.he_doc-research-dose-highlight{
    font-family: 'MoriSemi' !important;
}
.he_doc-research-dose-highlight--red{
    color: #FF8385;
}
.he_doc-research-dose-highlight--green{
    color: #00AC1D;
}
@media (max-width: 678px) {
    .he_doc-research-doses{
        flex-wrap: wrap;
    }
    .he_doc-research-note{
        padding: 16px;
    }
    .he_doc-research-note-text{
        font-size: 14px;
        max-width: 100%;
    }
    .he_nato-doc-research{
        flex-wrap: wrap;
        gap: 16px;
        padding: 32px 24px;
    }
    .he_nato-doc-research > div:nth-child(1){
        width: 100%;
    }
    .he_nato-doc-research > div:nth-child(2){
        width: 100%;
    }
    .he_doc-research-stats{
        flex-wrap: wrap;
        gap: 0;
    }
    .he_doc-reserach-cell{
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 0;
    }
    .he_doc-reserach-cell h3{
        width: 50%;
        margin: 0;
    }
    .he_doc-reserach-cell p{
        width: 100%;
        margin: 0;
    }
}

/* nato doc flex info */
.he_doc-flex{
    display: flex;
    align-items: center;
    gap: 64px;
}
.he_doc-flex > div:nth-child(1){
    width: 80%;
}
.he_doc-flex > div:nth-child(2){
    width: 100%;
}
.he_doc-main-flex-img{
    width: 100%;
    display: block;
}
.he_doc-flex-index{
    margin: 0;
    font-family: 'Mori' !important;
    color: #AAC9F4;
    font-size: 40px;
    line-height: 1.15em;
}
.he_doc-flex-divider{
    margin-top: 9px;
    border-top: 1px dotted rgba(8, 14, 65, 0.5);
}
.he_doc-flex-heading{
    margin: 21px 0 0;
    color: #080E41;
    font-size: 40px;
    line-height: 1.15em;
    text-transform: capitalize;
    font-family: 'Clash' !important;
}
.he_doc-flex-desc{
    margin: 24px 0 0;
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
    font-family: 'Mori' !important;
}
.he_doc-flex-desc p{
    margin: 0;
}
.he_doc-flex-desc strong{
    font-family: 'MoriSemi' !important;
}
.he_doc-flex-badges{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 29px;
}
.he_doc-flex-badge{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 37px;
    padding: 0 20px 0 12px;
    border-radius: 48px;
    background: #fff;
    font-family: 'MoriSemi' !important;
    color: #00AC1D;
    font-size: 16px;
    line-height: 1.15em;
    white-space: nowrap;
}
.he_doc-flex-badge svg{
    flex-shrink: 0;
}
.centered,
.centered *{
    text-align: center;
}
.he_nato-doc-header{
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 64px;
}
.he_nato-doc-header-subtitle{
    margin: 0 0 13px;
    text-transform: uppercase;
    color: #080E41;
    font-size: 16px;
    line-height: 1.15em;
}
.he_nato-doc-header .he_product-main-title{
    color: #080E41;
    text-transform: capitalize;
}
.he_doc-flex-divider.hea_border-line{
    background-color: #080E4180;
    display: block !important;
    margin: 16px 0;
    position: relative;
}
@media (min-width: 678px) {
    .he_doc-flex.reversed{
        flex-direction: row-reverse;
    }
}
@media (max-width: 678px) {
    .he_doc-flex{
        flex-wrap: wrap;
        gap: 24px;
        flex-direction: column-reverse;
    }
    .he_doc-flex-heading{
        font-size: 40px;
    }
    .he_doc-flex > div:nth-child(1){
        width: 100%;
    }
    .he_nato-doc-header{
        padding-top: 32px;
    }
    .he_nato-doc-header .he_product-main-title{
        font-size: 40px;
    }
    .he_nato-doc-research .he_product-main-title{
         font-size: 40px;
    }
}
.seen_in_outer{
    text-align: center;
    margin-top: 40px;
}
.pdp_section h2{
    font-size: 40px;
    line-height: 1.3em;
    margin: 1rem 0;
    color: #034A4C;
    font-family: transducer;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.seen_grid_inn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-top: 70px;
}
.seen_grid_inn > div{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.seen_grid_inn img{
    width: 100%;
    display: block;
    max-width: 150px;
    max-height: 50px;
}
@media only screen and (min-width: 600px) {
    .Mobile_only{
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    .Desktop_only{
        display: none !important;
    }
    .seen_in_grid_outer{
        width: 100%;
        overflow-x: hidden;
    }
    .seen_grid_inn{
        display: flex;
        font-size: 40px;
        width: 2200px;
        animation-name: infiniteScroll;
        animation-duration: 20s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .seen_grid_inn > div{
        white-space: nowrap;
    }
    .seen_grid_inn{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .pdp_section h2{
        font-size: 32px;
    }
    .seen_grid_inn img{
        width: 100%;
        display: block;
        max-width: 100px;
        max-height: 40px;
    }
    .seen_in_outer{
        margin-top: 0;
    }
}

@keyframes infiniteScroll {
    from {transform: translateX(0)}
    to {transform: translateX(-50%)}
}


/* articles */

.ha_articles_carousel{
    position: relative;
}
.glide__arrow{
    top: 105%;
}
.glide__arrow--right{
    right: 30%;
}
.glide__arrow--left{
    left: 30%;
}
.glide__arrow{
    background: transparent;
    border: none;
    box-shadow: none;
}
.ha_articles{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ha_articles_grid{
    display: grid;
    margin-top: 70px;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}
.ha_articles_grid img,
.ha_article_card img{
    width: 100%;
    margin-top: -10px;
}
.ha_article_card{
    border: 1px solid #034A4C;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(3, 74, 76, 0.05);
    transition: all .2s;
    display: block;
}
.ha_article_card:hover{
    transform: scale(0.98);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ha_article_card p{
    font-family: transducer;
    font-size: 14px;
    margin: 0;
    line-height: 1.4em;
    color: #034A4C;

}
.ha_article_card_inn{
    padding: 16px;
    position: relative;
}
.ha_article_a_spacer{
    display: block !important;
    min-height: 40px;
}
.ha_article_card_inn a{
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #034A4C;
    font-family: transducer;
    font-size: 14px;
}
.ha_article_card_inn a > span{
    display: flex;
    align-items: center;
}
.ha_article_card_inn a > span:nth-child(2){
    text-decoration: underline;
}


.ha_ugc_out{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #034a4c0d;
}
.ha_ugc_inn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.ha_ugc_inn > div:nth-child(1){
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ha_ugc_inn > div:nth-child(2){
    width: 60%;
}
.ha_ugc_body{
    max-width: 500px;
    margin: auto;
}
.ha_ugc_body p{
    font-family: transducer;
    margin: 0;
    line-height: 1.5em;
    font-size: 36px;
    color: #034A4C;
}
.ha_ugc_inn video{
    display: block;
    width: 100%;
    /* max-width: 400px; */
}
.ha_ugc_video_out{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.ha_ugc_video_start{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 3;
    justify-content: center;
}
.ha_ugc_video_start svg{
    position: relative;
    left: 3px;
}
@media only screen and (max-width: 600px) {
    .ha_ugc_inn{
        flex-wrap: wrap;
        gap: 32px;
    }
    .ha_ugc_inn > div,
    .ha_ugc_inn > div:nth-child(2){
        width: 100%;
    }
    .ha_ugc_body p{
        font-size: 26px;
    }
    .ha_ugc_out{
        background: transparent;
        padding-top: 32px;
        padding-bottom: 56px;
    }
}

/* Product selector update */
@media only screen and (max-width: 1150px) {
    .shopify-section .arcf_variants button{
        padding: 10px 6px;
    }
    .shopify-section span.arCfSavings{
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .shopify-section span.checkMark{
        width: 14px;
        height: 14px;
    }
    .shopify-section p.arCfVar_offer{
        font-size: 11px;
        line-height: 14px;
        min-height: 14px;
        font-weight: 600;
    }
    .shopify-section del.subCompare,
    .shopify-section span.subCrntPrice{
        font-size: 12px;
    }
    .shopify-section .arcf_variants button{
      min-height: 50px;
    }
}
@media only screen and (min-width: 1150px) {
    .shopify-section .arcf_variants button{
        padding: 12px;
    }
    .shopify-section span.arCfSavings{
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .shopify-section span.checkMark{
        width: 16px;
        height: 16px;
    }
    .shopify-section p.arCfVar_offer{
        font-size: 14px;
        line-height: 16px;
        min-height: 16px;
        font-weight: 600;
    }
    .shopify-section del.subCompare,
    .shopify-section span.subCrntPrice{
        font-size: 16px;
    }
}

.shippingTo_js{
    color: #597e80;
}


.shippingTxt{
    display: flex;
    align-items: center;
}
.shippingTxt svg{
    position: relative;
    top: 3px;
    width: 150px;
}
@media only screen and (max-width: 1150px) {
    .shippingTxt svg{
        width: 110px;
    }
}



.md_faqs .md_headline{
    text-align: center;
}
.md_faqs{
    padding-top: 40px;
    padding-bottom: 40px;
}
.md_faq_block h3{
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #034a4c;
}
.md_faq_block h3 > span:nth-child(2){
    width: 20px;
}
.md_faq_block_content{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.md_faq_block svg{
    transition: all .2s;
}
.active.md_faq_block svg{
    transform: rotate(45deg);
}
.md_faq_block{
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 2px solid #EDEDF3;
    padding-top:5px;
}
.md_faq_block.first_faq{
    padding-top: 0;
}
.md_faq_block a{
    display: inline-block;
    color: #034a4c;
}
.md_faq_container{
    padding: 24px;
    /* background: #F6F6F9; */
    border-radius: 8px;
    max-width: 800px;
    margin: auto;
}
.md_faq_block_content{
    display: none;
}
.md_faq_container p,
.md_faq_container li{
    color: #034a4c;
    margin: 10px 0;
}
.md_faqs_expand_button_outer{
    cursor: pointer;
    text-align: center;
}
.md_faqs_expand_button_outer .md_explore_btn{
    justify-content: center;
    margin-bottom: 0;
}
.md_faq_block svg,
.md_faq_block path{
    fill: #034a4c;
}

/* Banner */
.pdp_banner_out{
    display: flex;
}
.pdp_banner_out > div{
    width: 100%;
    background: #043388;
}
.pdp_banner_out > div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdp_banner_out > div:nth-child(2) > div{
    padding: 64px;
    text-align: center;
}
.pdp_banner_out img{
    width: 100%;
    display: block;
}
.pdp_banner_out h2{
    color: white;
    font-size: 40px;
    font-family: transducer;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.pdp_banner_out p{
    font-size: 14px;
    color: white;
    margin: 12px 0;
    font-family: transducer;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.pdp_banner_out a{
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
    background: #e9e8df;
    font-family: transducer;
    color: #034a4c;
    padding: 8px;
    max-width: 400px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .pdp_banner_out{
        flex-wrap: wrap;
    }
    .pdp_banner_out>div:nth-child(2)>div{
        padding: 45px 24px;
    }
    .pdp_banner_out h2{
        font-size: 32px;
    }
}

.pr_video_outer{
    position: relative;
    padding-top: 90%;
    width: 100%;
    overflow: hidden;
}
.pr_video_outer video{
    position: absolute;
    top: -150px;
}


/* Grid features */
.ha_features_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    max-width: 600px;
    margin-left: -10px;
}
.ha_features_grid > div{
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(3, 74, 76, 0.15);
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 20px);
    width: 100%;
}
.ha_features_grid p{
    font-size: 14px;
    margin: 0;
    color: #034a4c;
}
.ha_features_grid svg{
    width: 24px;
}
.ha_features_grid span{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .ha_features_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

.prImage{
    width: 100%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.prImage img{
    position: absolute;
    top: 0;
}
.ha_custom_reviews{
    margin: 0 !important;
}
.Mobile_only.grid__item.product__media-wrapper{
    margin-top: 24px !important;
}
@media only screen and (max-width: 768px) {
    .naProduct .product__title h1{
        font-size: 28px !important;
    }
    .ha_features_grid{
        margin-top: 16px;
    }
}


/* Glp flex */
.pgf_outer{
    background: rgba(3, 74, 76, 0.05);
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 120px;
}
.pgf_inner{
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: center;
}
.pgf_inner > div{
    width: 100%;
}
.pgf_inner img{
    width: 100%;
}
.pdp_section.pgf_inner p{
    color: #034a4c;
    line-height: 1.5em;
    font-size: 18px;
}
.pgf_inner.pdp_section h2{
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .pgf_inner{
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .pgf_inner h2{
        font-size: 28px;
    }
    .pdp_section.pgf_inner p{
        font-size: 16px;
    }
    .pgf_outer{
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Results */
.glpr_outer{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #034A4C;
    width: 100%;
    text-align: center;
}
.glpr_outer h2 {
    max-width: 700px;
    margin: auto;
    margin-bottom: 24px;
}
.glpr_outer h2, 
.glpr_outer p{
    color: white;
}
.glpr_outer img{
    width: 100%;
    display: block;
    margin-top: 32px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
    .glpr_outer{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .glpr_outer img{
        max-width: 85%;
    }
}

.glpi_grid{
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}
.glpi_grid > div{
    width: 100%;
    text-align: center;
}
.glpi_grid img{
    width: 100%;
    transform: scale(1.5);
    position: relative;
}
.glpi_outer{
    padding-top: 64px;
    padding-bottom: 120px;
}
.glpi_outer h2{
    position: relative;
    z-index: 1;
}
.glpi_grid h4{
    font-size: 18px;
    color: #034a4c;
    font-family: transducer;
}
.glpi_grid p{
    font-size: 14px;
    color: #034a4c;
    font-family: transducer;
}
.glpi_grid_line_text,
.glpi_grid_line{
    position: relative;
    z-index: 1;
    
}
.glpi_grid_line{
    margin-top: 0;
    margin-bottom: 32px;
}
.glpi_grid_line_text{
    border-bottom: 1px solid rgba(3, 74, 76, 0.15);
    display: inline-block;
    margin: 4px 0;
}
.glpi_grid h4{
    margin-top: 0;
}
@media only screen and (max-width: 768px) {
    .glpi_grid{
        flex-wrap: wrap;
    }
    .glpi_grid h4{
        font-size: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .glpi_grid p{
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .glpi_grid img{
        width: 100%;
        transform: scale(1);
        position: relative;
    }
}


/* Glp selector */
.glp_selector_cell{
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}
.glp_selector_cell > div:nth-child(1){
    width: 5%;
}
.glp_selector_cell > div:nth-child(2){
    width: 100%;
}
.glp_selector_check{
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.active .glp_selector_check{
    border: 1px solid #034A4C;
}
.active .glp_selector_check_inn{
    width: 16px;
    height: 16px;
    background: #034A4C;
    border-radius: 50%;
    display: block !important;
}
.active.glp_selector_cell h4{
    color: #034A4C;
}
.active.glp_selector_cell p{
    color: rgba(3, 74, 76, 0.5);
}
.glp_selector_cell h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #6E6E6E;
    line-height: 1em;
    display: flex;
    align-items: center;
    gap: 8px;
}
.glp_selector_cell p{
    margin: 0;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(110, 110, 110, 0.5);
    line-height: 1em;

}
.glp_badge{
    font-size: 14px;
    color: #034A4C;
    border-radius: 32px;
    background: #6DD7CF;
    padding: 4px 12px;
    text-transform: uppercase;
}
.glp_icons{
    max-width: 500px;
    width: 100%;
}
.glp_icons img{
    width: 100%;
    display: block;
}
@media only screen and (max-width: 768px) {
    .glp_selector_cell h4{
        font-size: 14px;
        line-height: 1.2em;
    }
    .glp_selector_cell p{
        font-size: 12px;
    }
    .glp_badge{
        font-size: 12px;
        padding: 4px;
    }
    .glp_selector_check{
        width: 16px;
        height: 16px;
    }
    .active .glp_selector_check_inn{
        width: 8px;
        height: 8px;
    }
    .glp_title_main{
        max-width: 240px;
    }
}


.ha_features_outer_whole p{
  line-height: 1.3em;
}
.ha_features_grid>div{
  padding-top: 6px;
  padding-bottom: 6px;
}



/* Ugc reviews section */
.ugcr_outer{
 display: none;
 margin-top: 64px;
 padding-top: 64px;
 padding-bottom: 64px;
 background-size: cover;
 background-position: center;
 background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/pictures.webp?v=1784806226');   
}
.ugcr_inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ugcr_inner > div{
    width: 100%;
    display: block !important;
}
.ugcr_header {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ugcr_header img{
    max-width: 120px;
    display: block;
}
.ugcr_header p{
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.ugcr_body{
    font-size: 18px;
    color: white;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 1.3em;
}
.ugcr_name{
    font-size: 16px;
    color: white;
    margin-top: 16px;
    margin-bottom: 16px;
}
.ugcr_cell{
    border-bottom: 1px solid white;
    padding-top: 16px;
}
.ugcr_cell:last-child{
    border-bottom: none;
}
@media only screen and (max-width: 768px) {
    .ugcr_outer{
        background-image: url('https://cdn.shopify.com/s/files/1/0815/2134/4766/files/pictures_1.jpg?v=1784806248');
    }
    .ugcr_inner .Desktop_only{
        display: none !important;
    }
    .ugcr_header p{
        font-size: 16px;
    }
    .ugcr_header  img{
        max-width: 80px;
    }
    .ugcr_body{
        font-size: 16px;
    }
    .ugcr_name{
        font-size: 14px;
    }
    .ugcr_outer{
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 32px;
    }
}

.video__text{
  display: flex;
  padding: 14px !important;
}
.product_notification_box{
  display: flex;
  gap: 6px;
  margin-top: 12px;
  background: #f7f9f9;
  padding: 12px 12px;
  border-radius: 8px;
}
.product_notification_box > div:nth-child(1){
  width: 20px;
  display: flex;
  align-items: center;
}
.product_notification_box > div:nth-child(2){
  width: 100%;
}
.product_notification_box svg{
  fill: #db1102;
}
.product_notification_box  p{
  margin: 0;
  line-height: 1.3em;
}
.product_notification_box  p span{
  color: #db1102;
}
@media only screen and (max-width: 600px) {
.product_notification_box > div:nth-child(1){
   width: 5%;
   align-items: flex-start;
   padding-top: 3px;
}
}


/* Colostrum */
.col_page_width{
  max-width: 1317px;
  margin: auto;
  padding: 0 16px;
}
.img100{
  width: 100%;
}
.col_transform_container{
  display: flex;
  align-items: flex-end;
  gap: 64px;
}
.col_transform_container > div{
  width: 100%;
}
.colos_transform_nav{
  display: flex;
  gap: 4px;
  padding-bottom: 16px;
}
.colos_nav_btn.active{
  color: white;
  background: #034A4C;
}
.colos_nav_btn{
  border: 1px solid #034A4C;
  font-size: 14px;
  color: #034A4C;
  cursor: pointer;
  padding: 4px 12px;
  border-radius: 24px;
  display: inline-block;
}
.colos_title{
  font-size: 40px;
  line-height: 1.3em;
  margin: 32px 0;
  font-family: TransducerTest-Medium !important;
  color: #034a4c;
}
.colos_title.narrow{
  max-width: 390px;
}
.colos_text.narrow{
  max-width: 340px;
}
.colos_text p{
  color: #034a4c;
  margin: 1rem 0;
  line-height: 1.3em;
  font-size: 14px;
}
.colos_text p strong{
  color: #034a4c;
  font-weight: 600;
}
.dynamicContent.hidden{
  display: none !important;
}
.col_section_outer{
  padding-top: 32px;
  padding-bottom: 32px;
}
.light_bg{
  background: #F2F6F6;
}
@media only screen and (max-width: 678px) {
  .colos_transform_nav{
    flex-wrap: wrap;
  }
  .col_transform_container{
    flex-wrap: wrap;
    gap: 24px;
  }
  .colos_title{
    margin: 24px 0;
  }
  .colos_transform_nav{
    padding-bottom: 0;
  }
}
.col_points_main_container{
  aspect-ratio: 1/1;
  object-fit: cover;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.col_point_exact{
  position: absolute;
}
.col_transform-subtitle{
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #034a4c;
}
.col_transform-subtitle span{
  color: #FF6663;
}
.col_points-dynamic img.col_points-icon-minus{
  display: none;
}
.active img.col_points-icon-minus{
  display: block;
}
.active img.col_points-icon-plus{
  display: none;
}
.col_points-dynamic img{
  width: 100%;
  display: block;
}
.col_points-dynamic > div:nth-child(1){
  width: 28px;
  display: flex;
  align-items: center;
}
.col_points-dynamic > div:nth-child(2){
  width: 100%;
}
.col_points-dynamic p{
  font-family: transducer;
  color: #034a4c;
  margin: 0;
  line-height: 1.3em;
  font-size: 20px;
}
.col_points-dynamic{
  display: flex;
  align-items: center;
  gap: 12px;
}
.col_point-point-box{
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 1px solid rgba(3, 74, 76, 0.15);
}
.col_point-point-box.active .col_points-dynamic-content{
  display: block;
}
.col_points-dynamic-content{
  display: none;
  padding-top: 16px;
}
.col_points-inner-text{
  color: #034a4c;
  margin: 0;
  line-height: 1.3em;
  font-size: 16px;
}
.col_points-inner-img{
  max-width: 170px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.col_point-icon{
  width: 32px;
  height: 32px;
}
.col_point_exact{
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.col_point_exact:hover p,
.col_point_exact.active p{
  opacity: 1;
}
.col_point_exact p{
  opacity: 0;
  transition: all .2s;
  font-size: 16px;
  line-height: 1.2em;
  border-radius: 24px;
  padding: 6px 9px;
  border: 1px solid white;
  background: #034A4C;
  margin: 0;
  color: white;
  font-family: transducer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.col_transform_container.points{
  gap: 0;
  border-radius: 8px;
}
.col_transform_container.points > div:nth-child(1){
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.col_transform_container.points .colos_title{
  margin-bottom: 0;
  margin-top: 16px;
  text-transform: uppercase;
}
.col_point-icon.selected{
  display: none;
}
.active .col_point-icon.unselected{
  display: none;
}
.active .col_point-icon.selected{
  display: block;
}
.pulsing {
  animation: pulse-animation 2s infinite;
  border-radius: 50%;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@media only screen and (max-width: 678px) {
  .col_transform_container.points>div:nth-child(1){
    padding: 16px;
  }
  .colos_title{
    font-size: 36px;
  }
  .col_points_main_container{
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .col_point_exact p{
    font-size: 14px;
  }
}

.greenbg{
  background: #F7FAFA;
}
.colos_medium-title{
  font-size: 20px;
  line-height: 1.3em;
  margin: 12px 0;
  margin-top: -16px;
  font-family: transducer;
  color: #034a4c;
}
.col_power-grid{
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.col_power-grid > div{
  width: 100%;
}
.col_power-grid img{
  width: 100%;
}
.col_power-note > div:nth-child(1){
  width: 20%;
}
.col_power-note > div:nth-child(2){
  width: 100%;
}
.col_power-note{
  background: #F1F1EA;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  max-width: 340px;
  margin-top: 16px;
}
.col_power-strong{
  margin: 0;
  font-size: 14px;
  line-height: 1.3em;
  font-family: TransducerTest-Medium;
  color: #034a4c;
}
.colos_note_title{
  margin: 0;
  font-size: 14px;
  font-family: TransducerTest-Medium;
  color: #034a4c;
}
.col_power-note .colos_text p{
  margin: 0;
  font-size: 14px;
}
.col_power-grid h4,
.col_rebuild-grid h4{
  font-size: 20px;
  font-family: TransducerTest-Medium;
  color: #034a4c;
  margin: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.col_power-grid h4 span:nth-child(1){
  width: 20px;
  display: flex;
  align-items: center;
}
.col_power-grid h4 span:nth-child(2){
  width: 100%;
  display: flex;
  align-items: center;
}
.active .col_power-plus{
  display: none !important;
}
.col_power-box-inner{
  padding-left: 16px;
  padding-right: 16px;
}
.col_power-img-box{
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.col-power-fullbox.active .col_power-img-box img{
  max-width: 200px;
}
.col_power-img-box img{
  max-width: 100px;
  object-fit: cover;
  aspect-ratio: 1;
  transition: all .2s;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.col_power-box-inner{
  min-height: 320px;
}
.col_power-img-box{
  height: 200px;
}
.col_power-innercontent{
  display: none;
}
.active .col_power-innercontent{
  display: block;
}
.cell_1 .col_power-label-line{
  margin-left: 16px;
}
.cell_3 .col_power-label-line{
  margin-right: 16px;
}
.col_power-label-line{
  position: relative;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #034A4C;
}
.active .col_power-label-line p{
  color: white;
  background: #034A4C;
}
.cell_1 .col_power-label-line p{
  left: 0;
}
.col_power-label-line p{
  position: absolute;
  left: 16px;
  top: -16px;
  background: white;
  font-family: transducer;
  color: #034A4C;
  border: 1px solid #034A4C;
  line-height: 1.3em;
  margin: 0;
  padding: 6px 12px;
  border-radius: 24px;
}
.col-power-fullbox{
  cursor: pointer;
}
.col_section_outer.greenbg .colos_title{
  margin-top: 0;
}
@media only screen and (max-width: 678px) {
  .colos_medium-title{
    font-size: 18px;
  }
  .col_power-grid{
    width: 900px;
  }
  .col_power-note .colos_text p{
    font-size: 12px;
  }
  .colos_note_title{
    font-size: 12px;
  }
  .col_power-note{
    gap: 8px;
  }
  .col_power-grid-outer{
    width: 100%;
    overflow-x: scroll;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  .col_power-grid{
    margin-top: 24px;
  }
}
.col_rebuild-image{
  display: flex;
  align-items: flex-end;
  min-height: 300px;
}
.col_rebuild-box img{
  width: 100%;
  transition: all .2s;
  aspect-ratio: 1;
  object-fit: cover;
}
.col_rebuild-grid{
  display: flex;
  gap: 16px;
}
.col_rebuild-box.active{
  width: 130%;
  opacity: 1;
}
.col_rebuild-box{
  width: 100%;
  opacity: 0.7;
  transition: all .2s;
  cursor: pointer;
  min-height: 550px;
}
.col_rebuild-box .colos_text p{
  margin: 0;
}
.col_rebuild-box.active .colos_text{
  display: block;
}
.col_rebuild-box .colos_text{
  display: none;
}
.active .col_rebuild-image {
   border-bottom: 2px solid rgba(3, 74, 76, 1);
}
.col_rebuild-image {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(3, 74, 76, 0.3);
}
.col_rebuild-nav{
  display: none;
}
@media only screen and (max-width: 678px) {
  .col_rebuild-grid{
    width: 1900px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .col_rebuild-box.active{
    width: 100%;
  }
  .active.col-rebuild_navbtn{
    opacity: 1;
  }
  .col-rebuild_navbtn{
    cursor: pointer;
    border-top: 1px solid #034A4C;
    padding-top: 6px;
    padding-bottom: 16px;
    width: 100%;
    opacity: 0.2;
  }
  .col-rebuild_navbtn p{
    color: #034A4C;
    font-family: transducer;
    font-size: 18px;
    margin: 0;
    line-height: 1em;
  }
  .col_rebuild-nav{
    display: flex;
    gap: 12px;
    margin-top: 24px;
  }
}
.col_section_outer.darkgreen{
  background: #034A4C;
}
.col_section_outer.darkgreen .colos_title {
  color: white;
}
.col_articles-grid{
  display: flex;
  align-items: center;
  gap: 64px;
}
.col_articles-grid  > div:nth-child(1){
  width: calc(30% - 32px);
}
.col_articles-grid  > div:nth-child(2){
  width: calc(70% - 32px);
}
.colos_rating{
  width: 100%;
  max-width: 300px;
}
.col_articles-grid-outer{
  width: 100%;
  overflow-x: scroll;
}
.col_articles-grid_main{
  display: flex;
  gap: 24px;
  width: 3000px;
  padding-right: 10%;
}
.col_articles-grid_main img{
  width: 100%;
}
.col_articles-grid_main > div{
  width: 100%;
}
.col_article-box{
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.col_article-meta{
  background: #E9E8DF;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px;

}
.col_article-diagram{
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.col_page_width_articles{
  position: relative;
    /* padding-left: calc(10%); */
  left: calc(50% - 658px);
}
.col_article-meta h4{
  font-size: 20px;
  font-family: TransducerTest-Medium;
  color: #034A4C;
  margin: 0;
  line-height: 1.3em;
}
.col_article-meta img{
  max-width: 120px;
  display: block;
  margin-left: 0;
}
.col_article-box a{
  font-family: transducer;
  color: #034A4C;
  text-decoration: underline;
  text-align: left;
  line-heigth: 1.3em;
  margin: 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
.col_articles-navigation img{
  width: 100%;
}
.col_articles-navigation{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin-bottom: 32px;
}
.col_article-nav-prev img{
  transform: rotate(180deg);
}
.col_article-nav-prev{
  cursor: pointer;
  width: 20px;
  display: block;
}
.col_article-nav-next{
  cursor: pointer;
  width: 20px;
  display: block;
}
.disabled{
  opacity: 0.4;
}
@media only screen and (min-width: 678px) {
  .col_articles-grid_main{
    padding-right: 50%;
  }
}

@media only screen and (max-width: 678px) {
  .col_page_width_articles{
    left: 0;
  }
  .col_articles-grid{
    flex-wrap: wrap;
    gap: 24px;
  }
  .col_articles-grid > div:nth-child(1){
    width: 100%;
    padding: 0 16px;
  }
  .col_articles-grid > div:nth-child(2){
    width: 100%;
  }
  .col_article-box{
    flex-wrap: wrap;
  }
  .col_articles-grid_main{
    width: 1400px;
  }
  .col_articles-grid_main{
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mp_selection-box{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.mp_selection-box > div:nth-child(1){
  width: 20px;
  padding-top: 8px;
}
.mp_selection-box > div:nth-child(2){
  width: 100%;
}
.mp_selection-box > div:nth-child(3){
  width: 20%;
  padding-top: 8px;
}
.mp_selection-benefits img{
  width: 16px;
  display: block;
}
.mp_selection-benefits{
  display: flex;
  align-items: center;
  gap:6px;
  font-size: 11px;
  line-height: 1.3em;
  margin: 0;
  color: rgba(3, 74, 76, 0.5);
}
.mp_selection-benefits span{
  display: flex;
  align-items: center;
}
.mp_selectio-benefits-flex{
  display: flex;
  align-items: center;
  gap: 12px;
}
.mp_selection-title{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #034A4C;
  margin: 0;
}
.mp_selection-box.active{
   border: 1px solid  rgba(3, 74, 76, 1);
}
.mp_selection-box{
  padding: 20px 16px;
  border-radius: 8px;
  position: relative;
  border: 1px solid  rgba(3, 74, 76, 0.5);
  margin-bottom: 20px;
  cursor: pointer;
}
.active .mp_selection-checkbox__inner{
  display: block !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #034A4C;
}
.mp_selection-checkbox{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid  #034A4C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp_selection-badge{
  background: #6DD7CF;
  border-radius: 24px;
  padding: 2px 16px;
}
.mp_selectio-benefits-flex{
  margin-top: 6px;
}
.mp_selection-price{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  line-height: 1.3em;
  margin-bottom: 6px;
}
.mp_selection-price s{
  color: rgba(3, 74, 76, 0.5);
  font-size: 20px;
  font-weight: 600;
}
.mp_selection-price span{
  font-weight: 600;
  color: #034A4C;
  font-size: 24px;
}
.mp_selection-box>div:nth-child(3) .mp_selection-benefits{
  justify-content: flex-end;
}
.colostrum_shipping-line div{
  display: flex;
  align-items: center;
  gap: 8px;
}
.colostrum_shipping-line p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.colostrum_shipping-line{
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 !important;
}
.main_product-atc-btn{
  display: block;
  padding: 14px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  background: #034A4C;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  margin: 12px 0 !important;
}
.main-product_selection{
  margin: 16px 0 !important;
}
.tab1_grid{
  display: flex;
  align-items: center;
  gap: 24px;
}
.tab1-description p{
  font-size: 14px;
}
.tab1-description a{
  font-size: 14px;
  line-height: 1.3em;
  color: #034A4C;
  margin: 0;
}
.tab1-description p{
  color: #034A4C;
  line-height: 1.4em;
}
.tabs__tab3-content p{
  color: #034A4C !important;
  line-height: 1.4em !important;
  font-size: 14px !important;
}
.tabs__header{
  margin-top: 24px !important;
}
.tabs__header label{
  font-size: 14px !important;
}
.tab1_grid_tabs{
  display: flex;
  gap: 24px;
  max-width: 540px;
}
.tab1_grid_tabs > div:nth-child(1){
  width: 80px;
}
.tab1_grid_tabs img{
  display: block;
  width: 100%;
}
.tab1_grid_tabs > div:nth-child(2){
  width: 100%;
}
.tab1_grid_tabs{
  margin-bottom: 12px;
}
.tab1_grid_tabs:last-child{
  margin-bottom: 0;
}
.tab1_grid_tabs p{
  font-size: 14px;
  line-height: 1.4em;
  color: #034A4C;
  margin: 0;
}
@media only screen and (max-width: 678px) {
  .tab1_grid_tabs{
    max-width: 80vw;
  }
  .mp_selection-box>div:nth-child(3){
    width: 30%;
  }
  .mp_selection-title{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    line-height: 1.3em;
    font-size: 14px;
  }
  .mp_selection_name_smaller_mob{
    font-weight: 500;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
  }
  .mp_selection-price span{
    font-size: 20px;
  }
  .mp_selection-price s{
    font-size: 16px;
  }
  .mp_selectio-benefits-flex{
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    border-top: 0.5px solid #034a4c80;
    padding-top: 6px;
  }
  .mp_selection-box{
    padding-bottom: 50px;
  }
  .mp_selection-benefits{
    font-size: 9px;
  }
  .mp_selection-benefits img{
    width: 12px;
  }
}
.mp_badge_outer{
  position: absolute;
  right: 0;
  width: 100%;
  top: -10px;
}
.mp_badge_inner{
  display: block;
  font-size: 12px;
  line-height: 1.3em;
  color: #034A4C;
  border-radius: 24px;
  padding: 3px 10px;
  max-width: 130px;
  margin-left: auto;
  margin-right: 24px;
  text-align: center;
  border: 1px solid #E9E8DF;
}
.product__title.arPrTitleMain{
  margin: 24px 0 !important;
}
@media only screen and (max-width: 678px) {
  .mp_badge_inner{
    margin-right: 0;
  }
  .col_rebuild-box{
    opacity: 1;
  }
  .col_rebuild-box .colos_text{
    display: block;
  }
}

.col_section_outer {
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
.col_section_outer::-webkit-scrollbar-thumb{
  display: none !important;
}
.col_section_outer::-webkit-scrollbar {
  display: none !important;
}

/* COmpare */
.col_compare-grid{
  display: flex;
  gap: 32px;
}
.col_compare-grid > div:nth-child(1){
  width: 30%;
}
.col_compare-grid > div:nth-child(2){
  width: 100%;
}
.col_compare-meta{
  max-width: 320px;
}
.col_compare-table{
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid #DEDDD9;
}
.col_compare-table-2 .col_compare-prduct-img{
  width: 100%;
  max-width: 110px;
  display: block;
  margin: auto;
}
.col_compare-table-3 .col_compare-prduct-img{
  width: 100%;
  max-width: 140px;
  display: block;
  margin: auto;
}
.col_compare-table-4 .col_compare-prduct-img{
  width: 100%;
  max-width: 140px;
  display: block;
  margin: auto;
}
.col_compare-table-1{
  width: 80%;
  padding: 24px 16px;
}
.col_compare-table-2{
  width: 100%;
  padding: 24px 16px;
  background: #F1F1EA;
  border-radius: 12px;
}
.col_compare-table-3{
  width: 100%;
  padding: 24px 16px;
  background: #F7FAFA;
  border-radius: 12px;
}
.col_compare-table-4{
  width: 100%;
  padding: 24px 16px;
  background: #F7FAFA;
  border-radius: 12px;
}
.col_compare-product-img-out{
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col_compare-table-info-line p{
  color: #034a4c;
  margin:  0;
  line-height: 1.3em;
  font-size: 14px;
}
.strong p{
  font-weight: 600;
}
.left{
  text-align: left !important;
  justify-content: flex-start !important;
}
.col_compare-table-info-line{
  border-bottom: 1px solid #DEDDD9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
}
.col_compare-table-info-line:last-child{
  border-bottom: none;
}
@media only screen and (max-width: 678px) {
  .col_compare-grid{
    flex-wrap: wrap;
    gap: 24px;
  }
  .col_compare-grid>div:nth-child(1){
    width: 100%;
  }
  .col_compare-table-outer{
    width: 100%;
    overflow-x: scroll;
  }
  .col_compare-table{
    width: 600px;
  }
}

.mp_features-line{
  display: flex;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  margin-right: -100px;
}
.mp_features-line > div:nth-child(1){
  width: 16px;
  display: flex;
  align-items: center;
}
.mp_features-line > div:nth-child(2){
  width: calc(100% - 16px - 6px);
  /* position: relative; */
}
.mp_features-line svg{
  fill: #034a4c;
  width: 16px;
}
.mp_features-line p{
  color: #034a4c;
  margin:  0;
  line-height: 1.3em;
  font-size: 14px;
  position: absolute;
}
.mp_features-box{
  margin-top: 16px;
}
.mp_features-box{
  display: grid;
  gap: 6px;
}


.colos-elevate_grid{
  display: flex;
  align-items: center;
  gap: 64px;
}
.colos-elevate_grid > div{
  width: 100%;
}
.colos-elevate_grid img{
  width: 100%;
}
.colos-elevate_main_image{
  margin-bottom: 16px;
}
.colos-elevate_grid .colos_title{
  margin-top: 0;
}
@media only screen and (max-width: 678px) {
  .centeredMob{
    text-align: center;
  }
}


.centered{
  text-align: center;
}
.blueBg{
  background: #F7FAFA;
  position: relative;
  padding: 64px 0;
}
.col_why-grid{
  display: flex;
  align-items: center;
  gap: 64px;
}
.col_why-grid  img{
  width: 100%;
}
.col_why-grid > div{
  width: 100%;
}
.col_why-grid > div::nth-child(2){
  width: 120%;
}
.col_why-icon{
  display: block;
  max-width: 40px;
}
.col_why-title{
  font-family:  TransducerTest-Medium !important;
  font-size:20px;
  line-height: 1.3em;
  margin: 12px 0;
  color: #034A4C;
}
.col_why-text p{
  font-size: 14px;
  line-height: 1.3em;
  margin: 12px 0;
  color: #034A4C;
}
.mainCenterImage{
  position: absolute;
  bottom: 0;
  max-width: 400px;
  left: calc(50% - 200px);
}
.col_why-box{
    margin-bottom: 16px;
}
.col_why-box:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 678px) {
  .col_why-grid{
    flex-wrap: wrap;
    gap: 0;
  }
  .col_why-box{
    margin-bottom: 24px;
  }
  .blueBg{
    padding: 16px 0;
    padding-bottom: 0;
  }
  .mainCenterImageMob{
    display: block;
    margin: auto;
    margin-top: -50px;
    width: 100%;
  }
}

.col_simple-buy{
  display: flex;
  align-items: center;
  gap: 64px;
}
.col_simple-buy > div{
  width: calc(50% - 32px);
}
.col_simple-buy img{
  width: 100%;
}
.col_simple-buy_title{
  font-size: 44px;
  font-family:  TransducerTest-Medium !important;
  line-height: 1.3em;
  margin: 0;
  color: #034A4C;
}
.col_simple-buy_price{
  display: flex;
  align-items: center;
  gap: 12px;
}
.col_simple-buy_price s{
  margin: 0;
  font-size: 22px;
  line-height: 1.3em;
  color: #7c7c7c;
  font-family:  TransducerTest-Medium !important;
}
.col_simple-buy_price p{
  margin: 0;
  font-size: 28px;
  line-height: 1.3em;
  color: #034A4C;
  font-family:  TransducerTest-Medium !important;
}
.col_simple-buy-atc-btn{
  display: block;
  padding: 14px;
  text-align: center;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  background: #034a4c;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 24px;
}
.col-simple-buy-stars{
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  cursor: pointer;
}
.col-simple-buy-stars > div{
  display: flex;
  align-items: center;
  gap: 4px;
}
.col-simple-buy-stars p{
  line-height: 1.3em;
  color: #034A4C;
  font-size: 14px;
  margin: 0;
}
.col_simple-buy-subtitle{
  font-size: 22px;
  line-height: 1.3em;
  color: #034A4C;
  font-family:  TransducerTest-Medium !important;
  margin-top: 0;
}
.col_simple-buy-shipping{
  font-size: 18px;
  line-height: 1.3em;
  color: #034A4C;
  font-family:  TransducerTest-Medium !important;
  margin: 0;
}
@media only screen and (max-width: 678px) {
  .col_simple-buy > div{
    width: 100%;
  }
  .col_simple-buy{
    flex-wrap: wrap;
    gap: 0px;
  }
  .col_simple-buy_title{
    font-size: 28px;
  }
  .col_simple-buy_price s{
    font-size: 16px;
  }
  .col_simple-buy_price p{
    font-size: 22px;
  }
  .col_simple-buy-subtitle{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .col_simple-buy-shipping{
    font-size: 14px;
  }
}
div#PageContainer {
    overflow: visible;
}
div#shopify-section-template--29723669397852__product {
    padding-top: 20px;
} 