/** Shopify CDN: Minification failed

Line 1209:32 Expected identifier but found "2"
Line 1209:34 Unexpected "{"

**/
/* Product stylesheet */
@font-face {
  font-family: "Clash";
  src: url("/cdn/shop/files/ClashGrotesk-Variable.ttf?v=1762961928") format("truetype");
}
@font-face {
  font-family: "Mori";
  src: url("/cdn/shop/files/PPMori-Regular.otf?v=1762961928") format("opentype");
}
@font-face {
  font-family: "MoriSemi";
  src: url("/cdn/shop/files/PPMori-SemiBold.otf?v=1763057491") format("opentype");
}



h1, h2, h3, h4, h5{
    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 *{
    letter-spacing: 0;
}
.he_page-width{
    max-width: 1400px;
    margin: auto;
    padding: 0 16px;
}
.he_product-section{
    display: flex;
    align-items: flex-start;
    gap: 32px;
}
.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: 25%;
}
.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;
}
.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;
    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;
    max-width: 16px;
    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{
    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{
    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: 60px;
    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{
    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;
}
.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;
}
@media (max-width: 678px) {
    .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: 40px;
    }
    .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-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-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: 20px;
    }
}
.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{
    display: block;
    padding: 16px;
    background: #a5ef72;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.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{
        font-size: 14px;
    }
}
.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%;
}
.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: 335px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

@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;
}
.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: 14px;
}
.he_ugc-block-name img{
    display: block;
    max-width: 20px;
}
.he_ugc-block-title{
    color: white!important;
    font-size: 24px;
    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: 32px;
    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: 140px;
}
.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('/cdn/shop/files/Diagonal_Lines_-_Editable_Line_Weight_1.png?v=1762767407');
    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;
}