.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.cta-footer-section{position:relative;width:100%;overflow:hidden;min-height:43vw;background-color:#000}.cta-footer-bg{width:100%;height:100%;display:block;position:absolute;top:0;left:0;object-fit:cover;object-position:top left}.cta-footer-bg--mobile{display:none}@media(max-width:1200px){.cta-footer-section{display:flex;flex-direction:column}.cta-footer-bg--desktop{display:none}.cta-footer-bg--mobile{display:block;position:relative}}.cta-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:flex-end;height:100%;align-items:center}.cta-footer-content__inner{position:relative;z-index:1;display:flex;flex-direction:column;padding:2rem;max-width:700px}.cta-footer-content h2{font-size:3rem;margin-bottom:1rem;color:#fff;font-family:var(--font-primary--family)}.cta-footer-content p{font-size:1.2rem;margin-bottom:1.5rem;color:#fff}.cta-footer-btn{display:inline-block;padding:1rem;background:var(--primary-color);color:#000;border-radius:20px;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background .2s;width:100%;text-align:center;text-transform:uppercase;margin-bottom:1rem}.cta-footer-btn:hover{background:#000;color:#fff}@media(max-width:767px){.cta-footer-content h2{font-size:1.5rem}.cta-footer-content p{font-size:1rem}}.shopify-section:has(>.cta-large-section){--content-width: 100%;--page-margin: 0}.cta-large-section{position:relative;width:100%;min-height:50vw;display:flex;align-items:center;overflow:hidden;padding:5rem 0}.cta-large-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;overflow:hidden}.cta-large-section__bg-img--desktop{width:100%;height:100%;object-fit:cover;object-position:top left;display:block}.cta-large-section__bg-img--mobile{width:100%;height:100%;object-fit:cover;object-position:top left;display:none}.cta-large-section__wrap{display:flex;max-width:1400px;width:100%;justify-content:flex-end;margin:0 auto}@media(max-width:1200px){.cta-large-section{flex-direction:column;min-height:auto;background:#000}.cta-large-section__bg{position:relative}.cta-large-section__wrap{justify-content:center}.cta-large-section__bg-img--desktop{display:none}.cta-large-section__bg-img--mobile{display:block}}.cta-large-section__content{position:relative;z-index:1;text-align:center;color:#fff;padding:2rem 1.5rem}.cta-large-section__title{font-size:4rem;font-weight:700;color:var(--primary-color);font-family:var(--font-heading--family)}.cta-large-section__subtitle{font-size:2rem;margin-bottom:2rem;font-family:var(--font-heading--family);color:var(--primary-color);font-weight:700}.cta-large-section__title--second{font-size:1.7rem;font-weight:500;margin-bottom:1rem;color:#fff;font-family:var(--font-primary--family)}.cta-large-section__subtitle--second{font-size:1.7rem;margin-bottom:2rem;font-weight:400;font-family:var(--font-primary--family);color:#e1b177}.cta-large-section__pricing{margin:1.5rem 0;display:flex;flex-direction:row;justify-content:center;gap:.5rem}.cta-large-section__total-value{font-size:1rem;opacity:.9;text-decoration:line-through}.cta-large-section__you-pay{font-size:1rem;font-weight:700}.cta-large-section__button-wrap{display:flex;flex-direction:column;align-items:center}.cta-large-section__button{display:inline-block;padding:1rem;background:var(--primary-color);color:#000;border-radius:20px;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background .2s;width:100%;text-align:center;text-transform:uppercase;margin-bottom:1rem}.cta-large-section__button:hover{background:#000;color:#fff}.cta-large-section__button-wrap span{color:#bbb}@media screen and (max-width:425px){.cta-large-section__title:not(.cta-large-section__title--second){font-size:3rem}.cta-large-section__subtitle{font-size:1.5rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.shopify-section-group-header-group{position:absolute;z-index:2}header{height:8rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:4rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-section__mobile-image{display:none;width:100%;margin:0 auto 1.5rem;text-align:center}.shopify-section:has(>.hero-section){--content-width: 100%;--page-margin: 0}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;background:var(--color-background, #f8f8f8);padding:8rem 1rem 4rem;position:relative;overflow:hidden;color:#fff}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:top right;z-index:1;background-color:#000;background-repeat:no-repeat}@media(min-width:1640px){.hero-section__background{background-size:80vw}}@media(min-width:2000px){.hero-section__background{background-size:70vw}}@media(min-width:2240px){.hero-section__background{background-size:60vw}}@media(max-width:1300px){.hero-section__background{background-position:top,50%}}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;z-index:2}.hero-section__inner{max-width:1400px;width:100%}.hero-section__content{max-width:640px;position:relative;z-index:3}.hero-section__main{background:#466d4975;border-radius:40px;padding:3rem 1rem;margin-bottom:2rem}.hero-section__title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color);font-size:4rem;text-align:center}.hero-section__title-line:nth-child(2){font-size:3.3rem}.hero-section__title-line:nth-child(3){font-size:1.9rem}.hero-section__title-line{display:block}.hero-section__subtitle{font-size:1.24rem;margin-bottom:2rem;text-align:center}.hero-section__cta{display:inline-block;padding:1rem;background:var(--primary-color);color:#000;border-radius:20px;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background .2s;width:100%;text-align:center}.hero-section__cta:hover{background:#000;color:#fff}@media(max-width:1300px){.hero-section__title{font-size:3rem}.hero-section__title-line:nth-child(2){font-size:2.5rem}.hero-section__title-line:nth-child(3){font-size:1.46rem}.hero-section__content{max-width:530px}.hero-section__subtitle{font-size:1rem}.hero-section__cta{font-size:1.5rem}}@media(max-width:991px)and (min-width:768px){.hero-section__title{font-size:2rem}.hero-section__title-line:nth-child(2){font-size:1.7rem}.hero-section__title-line:nth-child(3){font-size:1rem}.hero-section__content{max-width:400px}.hero-section__background{background-size:130%;background-position:top,70%}}.hero__product{display:flex;align-items:center;flex-direction:row;margin-top:-17px;justify-self:center}.hero__product .hero__product-info{text-align:right;max-width:160px;margin-right:1rem}.hero-section__product-value{margin-top:1.25rem;font-size:1.15rem;font-weight:600;text-transform:uppercase}.hero-section__product-small-print{font-size:.8rem;text-transform:uppercase}.hero__image img{width:100%}.hero-section__reviews{margin:2.5rem auto 0;display:flex;justify-content:space-between;gap:1.25rem;position:relative;z-index:1}.stars{font-size:2rem}.hero-section__review{border-radius:6px;box-shadow:0 2px 8px #0000000f;padding:1.25rem 1rem;font-size:1.05rem;text-align:center}@media(max-width:767px){.hero-section{padding-left:0;padding-right:0}.hero-section__background{background-image:none!important}.hero-section__mobile-image{display:block}header{justify-content:center}.hero-section__content{max-width:100%}.hero-section__main{background:transparent;padding-top:0;padding-bottom:0;margin-bottom:0}.hero-section__mobile-image img{width:100%;object-fit:cover;height:100vw;object-position:50% -27vw}.hero-section__cta{display:block;margin-left:1rem;margin-right:1rem;max-width:580px;justify-self:center;width:auto;justify-content:center;padding:1rem 2rem}}@media(max-width:700px){.hero-section__reviews{flex-direction:column;gap:0}}@media(max-width:500px){.hero-section__title{font-size:1.7rem}.hero-section__title-line:nth-child(2){font-size:1.4rem}.hero-section__title-line:nth-child(3){font-size:.83rem}.hero__product{flex-direction:column-reverse;margin-top:1rem;margin-left:1rem;margin-right:1rem}.hero__product .hero__product-info{margin-right:0;text-align:center;max-width:100%}}.lp-callout{background-repeat:no-repeat;background-size:cover;color:#fff;text-align:center;padding:4rem 2rem}.callout-title{font-size:3rem;margin-bottom:1rem}.callout-subtitle{font-size:1.5rem;margin-top:0}@media screen and (max-width:767px){.callout-title{font-size:2.5rem}.callout-subtitle{font-size:1.25rem}}.lp-claim-offer{background-image:var(--bg-image-mobile);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:767px){.lp-claim-offer{background-image:none}}@media(min-width:1300px){.lp-claim-offer{background-image:var(--bg-image-desktop)}}.lp-claim-offer{background-position:top left;background-size:cover;background-repeat:no-repeat;margin-top:-10vw;padding-top:10rem;color:#fff;display:flex;justify-content:center;height:680px}.lp-claim-offer-bg-mobile-image{display:none}.lp-claim-offer-wrap{width:100%;max-width:1440px;display:flex;justify-content:flex-end;position:relative;padding:0 1rem}@media screen and (max-width:1299px){.lp-claim-offer{background-position:top center;height:120vw;margin-top:-18vw}.lp-claim-offer-wrap{justify-content:center;align-items:flex-end;padding-bottom:5rem}.claim-offer-highlights{display:none}}@media screen and (max-width:767px){.lp-claim-offer{height:auto;flex-direction:column;padding-top:0}.lp-claim-offer-wrap{background:#000;padding:5rem 2rem}.lp-claim-offer-bg-mobile-image{display:block;width:100%;height:81vw;object-fit:cover;object-position:top}}.lp-claim-offer-content{text-align:center;justify-content:center;display:flex;flex-direction:column}.claim-offer-title{font-size:3rem;margin-bottom:1rem;color:var(--color-wakit-gold)}.claim-offer-content{font-size:1.75rem;margin-bottom:2rem}@media screen and (max-width:425px){.claim-offer-title{font-size:2.5rem}.claim-offer-content{font-size:1.2rem}.claim-offer-button{font-size:1.5rem}}.claim-offer-content div:nth-child(2){color:var(--color-wakit-yellow)}.claim-offer-content div span{font-size:1rem}.claim-offer-button-subtext{margin-top:.5rem}.claim-price-info{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:1.25rem;margin-bottom:2rem}.claim-offer-value span{text-decoration:line-through}.claim-offer-pay{font-weight:700}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #e1b177b3}50%{transform:scale(1.05);box-shadow:0 0 20px 5px #e1b17766}}.claim-offer-button{color:var(--color-wakit-gold);background:#000;font-size:2.5rem;font-weight:900;padding:2rem;display:block;border-radius:40px;border:4px solid var(--color-wakit-gold);text-decoration:none;animation:pulse 2s ease-in-out infinite}@media screen and (max-width:767px){.claim-offer-button{font-size:2rem;padding:1.5rem}}.claim-offer-highlights{position:absolute;left:0;bottom:0;padding-bottom:4rem;font-size:1.2rem;font-weight:700}.lp-faqs{padding:4rem 2rem;background-color:var(--color-wakit-gray)}.faqs-title{font-size:3rem;margin-bottom:2.5rem;text-align:center}.faq-question{font-weight:900;margin-bottom:.5rem;background-color:var(--color-wakit-light-gray);font-size:1.75rem;padding:.5rem}@media screen and (max-width:767px){.faq-question,.faq-answer{font-size:1.5rem}}.lp-faqs-wrap{max-width:1000px;margin:0 auto}.lp-footer-cta{background-size:cover;background-position:left center;padding:5rem 2rem;color:#fff;text-align:center}.footer-cta-title{font-weight:600;font-size:2.2rem;margin-bottom:1rem}.footer-cta-subtitle{font-size:1.5rem;margin-top:0;margin-bottom:4rem}.claim-offer-button{max-width:690px;margin:0 auto;font-family:var(--font-wakit-family)}.lp-hero{color:#fff;background-size:cover;background-position:right center;padding:5rem;height:380px}.lp-hero-content{position:relative}@media screen and (max-width:991px){.lp-hero{padding:0;height:auto}.lp-hero-tablet-image img{display:block;width:100%;height:auto}.lp-hero-tablet-bg{background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.lp-hero-content-after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-repeat:no-repeat;background-position:top center;background-size:100%;opacity:.3}.lp-hero-tablet-bg,.lp-hero-content-after{display:block}.lp-hero-content{padding:5rem 2rem;position:relative}.lp-hero h1,.lp-hero p{position:relative;text-align:center;margin:0 auto}.lp-hero h1{margin-bottom:1rem}}@media screen and (min-width:991px){.lp-hero-content{background-image:none!important}.lp-hero-tablet-bg,.lp-hero-content-after{display:none!important}}.lp-hero h1{font-size:2.5rem;max-width:600px}@media screen and (max-width:425px){.lp-hero h1{font-size:2rem}}.lp-hero p{font-size:1.25rem}.lp-hero-tablet-image,.lp-hero-products-tablet-image{display:none}@media(max-width:991px){.lp-hero{background-image:none!important}.lp-hero-tablet-image{display:block}.lp-hero-products{background-image:none!important}.lp-hero-products-tablet-image{display:block}}.lp-hero-products{background-size:cover;background-position:top left;padding:5rem 0 5rem 5rem;color:#fff;display:flex;justify-content:right;align-items:flex-end;position:relative;z-index:2;margin-top:-4vw;height:30vw}@media screen and (max-width:991px){.lp-hero-products{flex-direction:column;padding:0;height:auto}.lp-hero-products-tablet-image{width:100%;height:auto}}.products-content{padding:2rem 3rem;border-radius:140px 0 0 140px;color:#fff;display:flex;align-items:center;background-size:cover}.products-content-link{text-decoration:none;color:inherit;cursor:pointer;display:block;width:auto}@media screen and (min-width:1600px){.products-content-link{width:50%}}.products-text{max-width:390px;margin-left:3rem}@keyframes slideLeft{0%,to{transform:translate(0)}50%{transform:translate(-15px)}}.products-content svg{animation:slideLeft 1.5s ease-in-out infinite}@media screen and (max-width:991px){.products-content{width:100%;border:0;background-size:cover;padding:0;border-radius:0;text-align:center;flex-direction:column;padding-bottom:4rem;padding-top:1rem}.products-content-link{width:100%}@keyframes slideUp{0%,to{transform:rotate(90deg) translate(0)}50%{transform:rotate(90deg) translate(-15px)}}.products-content svg{animation:slideUp 1.5s ease-in-out infinite;margin:-10px}.products-text{margin:0 auto}}.products-title{font-size:2rem;text-transform:uppercase;color:var(--color-wakit-gold)}.products-bonus{font-size:1.25rem}.products-bonus-subtitle{font-size:1rem}.lp-product-detail-bullets-image--tablet{display:none}.lp-product-detail-bullets-image--desktop{display:block}@media(max-width:990px){.lp-product-detail-bullets-image--tablet{display:block}.lp-product-detail-bullets-image--desktop{display:none}}.lp-product-detail-bullets{background-color:var(--color-wakit-gray)}.lp-product-detail-bullets-title{font-size:3rem;margin-bottom:3rem;color:var(--color-wakit-dark-gray)}@media screen and (max-width:991px){.lp-product-detail-bullets-title{text-align:center}}@media screen and (max-width:425px){.lp-product-detail-bullets-title{font-size:2.5rem}}.lp-product-detail-bullets ul{list-style:none;padding:0;margin:0}.lp-product-detail-bullets .lp-product-detail-bullet-item{display:flex;align-items:center;margin-bottom:2rem}.lp-product-detail-bullets .bullet-icon{display:block;width:45px;height:40px;margin-right:20px}.lp-product-detail-bullets .bullet-text{font-size:1.5rem;width:100%}.lp-product-detail-bullets-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:6rem 1rem 12rem;max-width:1200px;margin:0 auto}.lp-product-detail-bullets-image{max-width:517px;margin:0 auto}@media screen and (max-width:991px){.lp-product-detail-bullets-grid{grid-template:unset;max-width:720px}.lp-product-detail-bullets-image--tablet{max-width:100%;margin-bottom:5rem}}.lp-product-detail-bullets-image img{width:100%;height:auto}@media(max-width:768px){.lp-product-detail-bullets-grid{grid-template-columns:1fr}}.product-image--desktop{display:none}.product-image--mobile{display:block}@media(min-width:768px){.product-image--desktop{display:block}.product-image--mobile{display:none}}.lp-product-table{padding:6rem 2rem;background-color:var(--color-wakit-gray)}.product-image{max-width:900px;margin:0 auto 4rem}@media screen and (max-width:767px){.product-image--mobile{max-width:311px}}.product-image img{width:100%;height:auto}.product-table-heading{font-size:2.5rem;margin-bottom:0;text-align:center}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}@media screen and (max-width:991px){.testimonials{grid-template-columns:1fr;gap:0rem;max-width:330px}}.testimonial{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;margin:0 auto}.testimonial .stars{margin-bottom:.5rem;font-size:2rem}.testimonial span{font-size:1.3rem}.lp-three-points{background-color:var(--color-wakit-gray);padding:4rem 2rem;position:relative}.lp-three-points:before{content:"";display:block;width:100%;height:90px;background-image:url(noise-border.svg);background-size:cover;margin-bottom:2rem;position:absolute;top:-40px;left:0;background-repeat:repeat-x;z-index:2}.lp-three-points:after,.lp-faqs:after{content:"";display:block;width:100%;height:90px;background-image:url(noise-border.svg);background-size:cover;margin-bottom:2rem;position:absolute;bottom:-70px;left:0;background-repeat:repeat-x;z-index:2}.lp-three-points-wrap{display:flex;justify-content:space-between;max-width:1000px;margin:0 auto}@media screen and (max-width:767px){.lp-three-points-wrap{flex-direction:column;gap:2rem}}.product-point-item img{max-width:180px;margin-bottom:1rem}.product-point-item{display:flex;flex-direction:column;align-items:center}.point-title{font-size:20px;margin-bottom:5px}.point-subtitle{margin-top:0;font-size:16px}.video-section-title{font-size:4rem;margin-bottom:0}.video-section-subtitle{font-size:2rem;margin:0}@media screen and (max-width:425px){.video-section-title{font-size:2.5rem}.video-section-subtitle{font-size:1.25rem}}.lp-whats-in-the-box{background-image:var(--bg-image-mobile);background-size:cover;background-position:top left;background-repeat:no-repeat}@media(min-width:768px){.lp-whats-in-the-box{background-image:var(--bg-image-desktop)}}.lp-whats-in-the-box{padding:4rem 2rem 20rem;color:#fff;height:60vw}.whats-in-the-box-title{font-size:3rem}.lp-whats-in-the-box-content{text-align:right}@media screen and (max-width:767px){.lp-whats-in-the-box-content{text-align:left}.lp-whats-in-the-box{padding:4rem 1rem;height:150vw;display:flex;align-items:flex-end}}.whats-in-the-box-image-mobile{display:none}@media screen and (max-width:550px){.lp-whats-in-the-box{flex-direction:column;background-image:none!important;background-color:#000;padding:0;align-items:center;height:auto}.whats-in-the-box-image-mobile{display:block;width:100%;height:auto}.whats-in-the-box-wrap{height:auto;padding:4rem 2rem}.lp-whats-in-the-box-wrap{padding:4rem 2rem}}.lp-whats-in-the-box-title{font-size:2rem;margin-bottom:1rem}ul.whats-in-the-box-list{list-style:none;padding:0;margin:0}ul.whats-in-the-box-list li{margin-bottom:.5rem}.lp-whats-in-the-box .bullet-text{font-size:1.5rem}.product-banner-section{position:relative;width:100%;min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;text-align:center}.product-banner-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:1;pointer-events:none}.product-banner-section__content{position:relative;z-index:1;width:100%;max-width:800px;margin:0 auto;padding:48px 16px}.product-banner-section__heading{font-size:3rem;font-weight:700}.product-banner-section__subtitle{font-size:1.5rem;font-weight:400;margin-bottom:0}@media(max-width:991px){.product-banner-section__heading{font-size:2.25rem}.product-banner-section__subtitle{font-size:1.125rem}}.shopify-section:has(>.product-box-info){--content-width: 100%;--page-margin: 0}.product-box-info{position:relative;min-height:60vw;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-box-info__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1}.product-box-info__bg--tablet,.product-box-info__bg--mobile{display:none}.product-box-info__content{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:flex-end}.product-box-info__inner{position:relative;z-index:1;padding:2rem;text-align:right;color:#fff;max-width:440px}.product-box-info__title{font-size:3rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.product-box-info__items{display:flex;flex-direction:column;gap:1.5rem}.product-box-info__item{font-size:1.5rem;line-height:1.6}@media(max-width:991px){.product-box-info__title{font-size:2.5rem}.product-box-info__items{gap:1.25rem}.product-box-info__item{font-size:1rem}}@media(max-width:767px){.product-box-info__bg--desktop{display:none}.product-box-info__bg--mobile{display:block;position:relative;z-index:1;height:140vw}.product-box-info{flex-direction:column;background-color:#000}.product-box-info__content{padding:1.5rem 1rem;justify-content:flex-start}.product-box-info__inner{text-align:left}.product-box-info__title{font-size:1.5rem;margin-bottom:1.5rem}.product-box-info__items{gap:1rem}.product-box-info__item{font-size:.9rem}}.shopify-section:has(>.product-detail-bullets){--content-width: 100%;--page-margin: 0}.product-detail-bullets{background-color:#d9d9d9}.product-detail-bullets-title{font-size:3rem;margin-bottom:3rem;color:var(--secondary-color);padding:0 2rem}.product-detail-bullets-image--mobile{display:none}@media(max-width:1200px){.product-detail-bullets-title{text-align:center}}.product-detail-bullets-content{padding:4rem}@media(min-width:1201px){.product-detail-bullets-content{max-width:850px;justify-self:flex-end}}@media screen and (max-width:991px){.product-detail-bullets-title{text-align:center}}.product-detail-bullets ul{list-style:none;padding:0;margin:0}@media(max-width:1200px){.product-detail-bullets ul{max-width:710px;margin:0 auto;padding:0 2rem}}.product-detail-bullets .product-detail-bullet-item{display:flex;align-items:center;margin-bottom:2rem}.product-detail-bullets .bullet-icon{display:block;width:45px;height:40px;margin-right:20px}.product-detail-bullets .bullet-text{font-size:1.5rem;width:100%}.product-detail-bullets-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:1200px){.product-detail-bullets-grid{grid-template-columns:1fr}.product-detail-bullets-content{padding:4rem 0}.product-detail-bullets-grid{grid-template:unset}.product-detail-bullets-image--tablet{max-width:100%;margin-bottom:5rem}.product-detail-bullets-image--tablet{display:block}.product-detail-bullets-image--tablet img{width:100%}.product-detail-bullets-image--desktop{display:none}}@media(min-width:1201px){.product-detail-bullets-image--tablet{display:none}.product-detail-bullets-image--desktop{display:block;height:100%}.product-detail-bullets-image img{width:100%;height:100%;object-fit:cover;object-position:center right}}@media screen and (max-width:425px){.product-detail-bullets-title{font-size:1.9rem}.product-detail-bullets .bullet-text{font-size:1.2rem}.product-detail-bullets-image--mobile{display:block;margin-bottom:4rem}.product-detail-bullets-image--tablet{display:none}}.shopify-section:has(>.product-chart-section){--content-width: 100%;--page-margin: 0}.product-chart-section{position:relative;width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5rem 2rem 7rem}.product-chart-section__background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;pointer-events:none}.product-chart-section__content{position:relative;z-index:2;width:100%;max-width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column}.product-chart-section__heading{font-size:3rem;color:#000}.product-chart-section__content picture,.product-chart-section__content img{width:100%;height:auto;display:block}@media(max-width:1023px){.product-chart-section__content{max-width:800px}}@media(max-width:599px){.product-chart-section__content{max-width:100vw;padding:0 8px}}@media(max-width:425px){.product-chart-section__heading{font-size:1.9rem}}.shopify-section:has(>.product-faqs){--content-width: 100%;--page-margin: 0}.product-faqs{padding:5rem 2rem}.faqs-title{font-size:3rem;margin-bottom:4rem;text-align:center}.faq-item{margin-bottom:1.5rem}.faq-question{font-weight:900;margin-bottom:.5rem;background-color:#fff;font-size:1.75rem;padding:.5rem}.faq-answer{margin-bottom:1.5rem;margin-top:.5rem;padding:0 .5rem;font-size:1.75rem}@media(max-width:991px){.faqs-title{font-size:3rem}}@media screen and (max-width:767px){.faqs-title{font-size:2rem}.faq-question,.faq-answer{font-size:1.5rem}}.product-faqs-wrap{max-width:1400px;margin:0 auto}@media(max-width:425px){.faq-answer,.faq-question{font-size:1.25rem}}.product-info-grid-section{width:100%;padding:2rem 0;background-color:#000}.product-info-grid-section__header{text-align:center;margin-bottom:2rem}.product-info-grid-section__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-info{padding:2rem 1.5rem;text-align:center;color:#fff;font-size:4rem}.product-info-grid__heading{font-size:1.5rem;margin-bottom:.5rem;font-family:var(--font-primary--family);color:#fff}@media(max-width:900px){.product-info-grid-section__columns{grid-template-columns:1fr;gap:0}}.product-points-section{width:100%;padding:2rem 0;background:linear-gradient(0deg,#e3e3e3 20.4%,#cfe5c6 83.34%)}.product-points-section__header{text-align:center;margin-bottom:2rem}.product-points-section__title{font-size:2rem;font-weight:700;margin:0 0 .5rem}.product-points-section__subtitle{font-size:1.125rem;color:#666;margin:0}.product-points-section__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-point{padding:2rem 1.5rem;text-align:center}.product-point__icon{display:block;margin:0 auto 1rem;width:83px;height:83px;object-fit:contain}.product-point__heading{font-size:1.5rem;margin-bottom:.5rem;color:var(--secondary-color);font-family:var(--font-primary--family)}.product-point__description{color:var(--secondary-color);font-size:1rem}@media(max-width:900px){.product-points-section__columns{grid-template-columns:1fr;gap:1.5rem}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem 0;max-width:1400px;margin:0 auto}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__main{width:100%;max-width:600px;margin:0 auto}.product-gallery__main img{width:100%;height:auto;display:block;border-radius:8px}.product-gallery__thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:600px;margin:0 auto}.product-gallery__thumbnail{position:relative;width:100%;aspect-ratio:1;padding:0;border:2px solid transparent;border-radius:4px;background:none;cursor:pointer;overflow:hidden;transition:border-color .2s ease,opacity .2s ease}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumbnail:hover{opacity:.8}.product-gallery__thumbnail.active{border-color:var(--color-foreground, #000)}.product-content{display:flex;flex-direction:column;gap:2rem}.product-info__title{font-size:2rem;font-weight:700;margin-bottom:1rem}.product-info__price{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-info__description{line-height:1.6}.product-form{display:flex;flex-direction:column;gap:1.5rem}.product-form__group{display:flex;flex-direction:column;gap:.5rem}.product-form__label{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.product-form__select,.product-form__input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:var(--style-border-radius-inputs, 4px);font-size:1rem;background-color:var(--color-background, #fff);color:var(--color-foreground, #000);transition:border-color .2s ease}.product-form__select:focus,.product-form__input:focus{outline:none;border-color:var(--color-foreground, #000)}.product-form__input{max-width:100px}.product-form__actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.product-form__submit{padding:1rem 2rem;background-color:var(--color-foreground, #000);color:var(--color-background, #fff);border:none;border-radius:var(--style-border-radius-inputs, 4px);font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:opacity .2s ease}.product-form__submit:hover{opacity:.9}.product-form__submit:active{transform:scale(.98)}@media(max-width:767px){.product-page{grid-template-columns:1fr;gap:2rem;padding:1rem}.product-gallery__main{max-width:100%}.product-gallery__thumbnails{max-width:100%;grid-template-columns:repeat(4,1fr)}.product-info__title{font-size:1.5rem}.product-info__price{font-size:1.25rem}}@media(min-width:768px)and (max-width:1023px){.product-page{gap:2rem;padding:1.5rem}.product-gallery__thumbnails{grid-template-columns:repeat(5,1fr)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.shopify-section:has(>.lp-video-section){--content-width: 100%;--page-margin: 0}.lp-video-section{padding:6rem 2rem;background-size:cover;color:#fff}.video-section-header{margin-bottom:2rem;text-align:center}.video-section-title{font-size:3rem;margin-bottom:0}.video-section-subtitle{font-size:1.5rem;margin:0}@media screen and (max-width:991px){.video-section-title{font-size:3rem}}@media screen and (max-width:425px){.video-section-title{font-size:2rem}.video-section-subtitle{font-size:1.25rem}}@media screen and (max-width:991px){.video-section-subtitle{font-size:1.5rem}}.video-section-wrapper{padding:15vw 0;position:relative;max-width:800px;margin:0 auto;width:100%}@media screen and (max-width:991px){.video-section-wrapper{padding:28vw 0}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
