.site-header{position:sticky;top:0;z-index:100;background:#000;color:#fff;width:100%;transition:background .3s ease}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:65px;padding-inline:var(--container-gutter, 1.25rem);max-width:1300px;margin:0 auto}@media screen and (min-width:990px){.site-header__inner{height:80px}}.site-header__logo{grid-column:2;display:flex;align-items:center;justify-content:center}.site-header__logo img,.site-header__logo svg{height:32px;width:auto}@media screen and (min-width:990px){.site-header__logo img,.site-header__logo svg{height:40px}}.site-header__nav{grid-column:1;display:none}@media screen and (min-width:990px){.site-header__nav{display:flex;align-items:center;gap:.5rem}}.site-header__nav-link{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:1.3rem;font-weight:500;color:#fff;text-decoration:none;border-radius:.4rem;transition:color .2s;white-space:nowrap;position:relative}.site-header__nav-link:hover{color:#00fea9}.site-header__nav-link svg{width:10px;height:10px;fill:currentColor}.nav-dropdown{position:relative}.nav-dropdown__menu{display:none;position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:#111;border:1px solid rgba(255,255,255,.1);border-radius:.8rem;overflow:hidden;z-index:200;box-shadow:0 10px 40px #00000080}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{display:block}.nav-dropdown__menu a{display:block;padding:1rem 1.5rem;font-size:1.3rem;color:#fff;text-decoration:none;transition:background .2s,color .2s}.nav-dropdown__menu a:hover{background:#ffffff14;color:#00fea9}.site-header__icons{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.site-header__icon-btn{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s;position:relative;text-decoration:none}.site-header__icon-btn:hover{background:#ffffff1a}.site-header__icon-btn svg{width:2rem;height:2rem;fill:currentColor}.cart-count{position:absolute;top:4px;right:4px;width:17px;height:17px;background:#00fea9;color:#000;font-size:.9rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count:empty,.cart-count[data-count="0"]{display:none}.site-header__hamburger{display:flex;flex-direction:column;gap:4px;width:4rem;height:4rem;align-items:center;justify-content:center;cursor:pointer;border-radius:.4rem;transition:background .2s}.site-header__hamburger:hover{background:#ffffff1a}.site-header__hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}@media screen and (min-width:990px){.site-header__hamburger{display:none}}.mobile-nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.mobile-nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s}.mobile-nav-drawer__panel{position:absolute;top:0;left:0;width:min(320px,85vw);height:100%;background:#000;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);overflow-y:auto;display:flex;flex-direction:column}.mobile-nav-drawer.is-open{pointer-events:all}.mobile-nav-drawer.is-open .mobile-nav-drawer__overlay{opacity:1}.mobile-nav-drawer.is-open .mobile-nav-drawer__panel{transform:translate(0)}.mobile-nav-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-drawer__close{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;transition:background .2s}.mobile-nav-drawer__close:hover{background:#ffffff1a}.mobile-nav-links{padding:2rem;flex:1}.mobile-nav-links a{display:block;padding:1.2rem 0;font-size:1.6rem;font-weight:500;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;transition:color .2s}.mobile-nav-links a:hover{color:#00fea9}.announcement-bar{background:#000;color:#fff;text-align:center;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:500}.announcement-bar a{color:#00fea9}.hero-banner{position:relative;width:100%;min-height:100svh;display:flex;align-items:center;overflow:hidden;background:#fff}.hero-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-banner__bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-banner__content{position:relative;z-index:2;padding:8rem var(--container-gutter, 1.25rem) 6rem;max-width:700px}.hero-banner__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:1.5rem;opacity:.85}.hero-banner__heading{font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:800;line-height:1.05;color:#fff;letter-spacing:-.03em;margin-bottom:2.5rem}.hero-banner__social-proof{display:flex;align-items:center;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.hero-banner__stars{display:flex;gap:3px}.hero-banner__stars svg{width:1.8rem;height:1.8rem;fill:#fff}.hero-banner__proof-text{font-size:1.3rem;color:#ffffffe6;font-weight:500}.hero-banner__bg--mobile{display:block}.hero-banner__bg--desktop{display:none}@media screen and (min-width:750px){.hero-banner__bg--mobile{display:none}.hero-banner__bg--desktop{display:block}}.press-logos{padding:3rem 0;background:#fff;overflow:hidden}.press-logos__heading{text-align:center;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:2.5rem}.press-logos__track{display:flex;align-items:center;gap:4rem;animation:scroll-logos 25s linear infinite;width:max-content}.press-logos:hover .press-logos__track{animation-play-state:paused}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.press-logos__item{flex-shrink:0;display:flex;align-items:center;opacity:.65;transition:opacity .2s;text-decoration:none}.press-logos__item:hover{opacity:1}.press-logos__item img{height:28px;width:auto;object-fit:contain;filter:grayscale(100%);transition:filter .2s}.press-logos__item:hover img{filter:none}.hero-video{padding:6rem var(--container-gutter, 1.25rem);text-align:center;background:#fff}.hero-video__eyebrow{display:inline-block;font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#666;margin-bottom:1.5rem}.hero-video__heading{font-size:clamp(2.2rem,4vw,4.5rem);font-weight:800;letter-spacing:-.03em;color:#000;max-width:800px;margin:0 auto 2rem;line-height:1.1}.hero-video__body{font-size:1.6rem;color:#666;max-width:600px;margin:0 auto 4rem;line-height:1.6}.hero-video__player{position:relative;max-width:900px;margin:0 auto;border-radius:1.5rem;overflow:hidden;cursor:pointer;aspect-ratio:16 / 9;background:#000}.hero-video__player img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.hero-video__player:hover img{transform:scale(1.02)}.hero-video__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:7rem;height:7rem;border-radius:50%;border:2.5px solid rgba(255,255,255,.8);display:flex;align-items:center;justify-content:center;background:#0000004d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:background .2s,transform .2s;z-index:2}.hero-video__play-btn:hover{background:#00fea9cc;transform:translate(-50%,-50%) scale(1.05)}.hero-video__play-btn svg{width:2.5rem;height:2.5rem;fill:#fff;margin-left:3px}.video-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000eb;align-items:center;justify-content:center;padding:2rem}.video-modal.is-open{display:flex}.video-modal__inner{position:relative;width:100%;max-width:1000px;aspect-ratio:16 / 9}.video-modal__inner iframe{width:100%;height:100%;border:none;border-radius:.8rem}.video-modal__close{position:absolute;top:-5rem;right:0;width:4rem;height:4rem;border-radius:50%;background:#ffffff26;color:#fff;font-size:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;line-height:1}.video-modal__close:hover{background:#ffffff4d}.science-tabs{padding:6rem var(--container-gutter, 1.25rem);background:#f2f2f2}.science-tabs__header{text-align:center;max-width:700px;margin:0 auto 4rem}.science-tabs__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#666;margin-bottom:1.2rem}.science-tabs__heading{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#000;line-height:1.15}.science-tabs__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto}@media screen and (min-width:750px){.science-tabs__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1000px){.science-tabs__grid{grid-template-columns:repeat(4,1fr)}}.science-card{background:#fff;border-radius:1.5rem;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.science-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.science-card__image{aspect-ratio:4 / 3;overflow:hidden}.science-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.science-card:hover .science-card__image img{transform:scale(1.05)}.science-card__body{padding:2rem;flex:1;display:flex;flex-direction:column;gap:.8rem}.science-card__tag{font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#00fea9}.science-card__title{font-size:1.8rem;font-weight:700;color:#000;line-height:1.2}.science-card__stat{font-size:1.3rem;color:#666;margin-top:auto}.hero-stats{padding:6rem var(--container-gutter, 1.25rem);background:#000;color:#fff}.hero-stats__header{text-align:center;max-width:800px;margin:0 auto 5rem}.hero-stats__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00fea9;margin-bottom:1.5rem}.hero-stats__heading{font-size:clamp(2.2rem,4vw,4rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em}.hero-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}@media screen and (min-width:750px){.hero-stats__grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:3rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;background:#ffffff0a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.stat-card__number{display:block;font-size:clamp(3.5rem,5vw,6rem);font-weight:900;color:#00fea9;letter-spacing:-.04em;line-height:1;margin-bottom:.8rem}.stat-card__suffix{font-size:.7em;vertical-align:super}.stat-card__label{font-size:1.4rem;color:#ffffffb3;font-weight:500;line-height:1.4}.stat-card__sub{font-size:1.2rem;color:#fff6;margin-top:.5rem}.before-after{padding:6rem var(--container-gutter, 1.25rem);background:#fff}.before-after__header{text-align:center;max-width:800px;margin:0 auto 4rem}.before-after__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00fea9;margin-bottom:1.2rem}.before-after__heading{font-size:clamp(2.2rem,4vw,4rem);font-weight:800;letter-spacing:-.03em;color:#000;line-height:1.15;margin-bottom:1.5rem}.before-after__description{font-size:1.6rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.comparison-slider{position:relative;max-width:900px;margin:0 auto 3rem;border-radius:1.5rem;overflow:hidden;aspect-ratio:16 / 9;cursor:col-resize;-webkit-user-select:none;user-select:none}.comparison-slider__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.comparison-slider__img img{width:100%;height:100%;object-fit:cover;pointer-events:none}.comparison-slider__before{z-index:1}.comparison-slider__after{z-index:2;clip-path:inset(0 50% 0 0)}.comparison-slider__handle{position:absolute;top:0;left:50%;width:4px;height:100%;background:#fff;z-index:10;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.comparison-slider__knob{width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 2px 12px #0000004d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comparison-slider__knob svg{width:20px;height:20px;fill:#000}.comparison-slider__label{position:absolute;bottom:1.5rem;padding:.5rem 1.2rem;background:#000000b3;color:#fff;font-size:1.2rem;font-weight:600;border-radius:var(--rounded-full);z-index:5}.comparison-slider__label--before{left:1.5rem;z-index:1}.comparison-slider__label--after{right:1.5rem;z-index:6}.before-after__cta{text-align:center}.mcc{padding:6rem 0;background:#fff;overflow:hidden}.mcc__header{text-align:center;max-width:700px;margin:0 auto 4rem;padding-inline:var(--container-gutter, 1.25rem)}.mcc__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#666;margin-bottom:1.2rem}.mcc__heading{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#000}.mcc__track-wrapper{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.mcc__track-wrapper::-webkit-scrollbar{display:none}.mcc__track-wrapper.is-dragging{cursor:grabbing}.mcc__track{display:flex;gap:2rem;padding:0 var(--container-gutter, 1.25rem) 2rem}.mcc__card{flex-shrink:0;width:min(340px,80vw);border-radius:1.5rem;overflow:hidden;background:#f7f7f7;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.mcc__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.mcc__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#e0e0e0}.mcc__media img,.mcc__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.mcc__text{padding:2rem}.mcc__card-title{font-size:1.8rem;font-weight:700;color:#000;margin-bottom:.8rem;line-height:1.2}.mcc__card-body{font-size:1.4rem;color:#666;line-height:1.5}.mcc__dots{display:flex;justify-content:center;gap:.8rem;margin-top:2.5rem;padding-inline:var(--container-gutter, 1.25rem)}.mcc__dot{width:8px;height:8px;border-radius:50%;background:#0003;cursor:pointer;transition:background .2s,transform .2s}.mcc__dot.is-active{background:#00fea9;transform:scale(1.3)}.reviews-section{padding:6rem var(--container-gutter, 1.25rem);background:#ededed}.reviews-section__header{text-align:center;margin-bottom:4rem}.reviews-section__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#666;margin-bottom:1.2rem}.reviews-section__heading{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#000}.reviews-section__aggregate{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.reviews-section__rating{font-size:2rem;font-weight:800;color:#000}.reviews-section__stars{display:flex;gap:3px}.reviews-section__stars svg{width:2rem;height:2rem;fill:#00fea9}.reviews-section__count{font-size:1.3rem;color:#666}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media screen and (min-width:700px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1000px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;gap:1.2rem}.review-card__stars{display:flex;gap:3px}.review-card__stars svg{width:1.6rem;height:1.6rem;fill:#00fea9}.review-card__title{font-size:1.6rem;font-weight:700;color:#000;line-height:1.3}.review-card__body{font-size:1.4rem;color:#444;line-height:1.6;flex:1}.review-card__author{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.review-card__avatar{width:4rem;height:4rem;border-radius:50%;background:#f0f0f0;overflow:hidden;flex-shrink:0}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__name{font-size:1.3rem;font-weight:700;color:#000}.review-card__verified{font-size:1.1rem;color:#00fea9;font-weight:600;display:flex;align-items:center;gap:.3rem}.review-card__verified svg{width:1.2rem;height:1.2rem;fill:#00fea9}.faq-section{padding:6rem var(--container-gutter, 1.25rem);background:#ededed}.faq-section__header{text-align:center;max-width:700px;margin:0 auto 4rem}.faq-section__heading{font-size:clamp(2.2rem,4vw,4rem);font-weight:800;letter-spacing:-.03em;color:#000}.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:1.2rem;overflow:hidden}.faq-item__question{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 2.5rem;font-size:1.6rem;font-weight:600;color:#000;cursor:pointer;background:none;border:none;font-family:var(--font-body-family);transition:color .2s}.faq-item__question:hover{color:#00fea9}.faq-item__icon{width:2.4rem;height:2.4rem;flex-shrink:0;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .3s}.faq-item__icon svg{width:1.2rem;height:1.2rem;fill:#000;transition:transform .3s}.faq-item.is-open .faq-item__icon{background:#00fea9;transform:rotate(0)}.faq-item.is-open .faq-item__icon svg{transform:rotate(45deg);fill:#000}.faq-item__answer{display:none;padding:0 2.5rem 2.5rem;font-size:1.5rem;color:#444;line-height:1.7}.faq-item__answer p{margin-bottom:1rem}.faq-item__answer p:last-child{margin-bottom:0}.faq-item__answer a{color:#00fea9;text-decoration:underline}.faq-item.is-open .faq-item__answer{display:block}.faq-section__cta{text-align:center;margin-top:4rem}.site-footer{background:#000;color:#fff;padding:6rem var(--container-gutter, 1.25rem) 3rem}.site-footer__inner{max-width:1300px;margin:0 auto}.site-footer__top{display:grid;grid-template-columns:1fr;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}@media screen and (min-width:700px){.site-footer__top{grid-template-columns:1fr 1fr}}@media screen and (min-width:1000px){.site-footer__top{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-newsletter__heading{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.8rem;letter-spacing:-.02em}.footer-newsletter__sub{font-size:1.4rem;color:#fff9;margin-bottom:2rem;line-height:1.5}.footer-newsletter__form{display:flex;gap:0;border:1px solid rgba(255,255,255,.2);border-radius:var(--rounded-full);overflow:hidden;max-width:340px}.footer-newsletter__input{flex:1;background:transparent;border:none;padding:1.2rem 1.5rem;color:#fff;font-size:1.4rem;outline:none;min-width:0}.footer-newsletter__input::placeholder{color:#fff6}.footer-newsletter__submit{width:4.5rem;height:4.5rem;background:#00fea9;border:none;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.footer-newsletter__submit:hover{background:#00d48e}.footer-newsletter__submit svg{width:1.8rem;height:1.8rem;fill:#000}.footer-menu__title{font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:2rem}.footer-menu__links{display:flex;flex-direction:column;gap:1.2rem}.footer-menu__link{font-size:1.4rem;color:#ffffffbf;text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:.5rem}.footer-menu__link:hover{color:#00fea9}.site-footer__bottom{display:flex;flex-direction:column;gap:2rem;align-items:center;padding-top:3rem}@media screen and (min-width:700px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:1.3rem;color:#fff6}.footer-copyright a{color:#fff9}.footer-copyright a:hover{color:#00fea9}.footer-social{display:flex;gap:1rem}.footer-social__link{width:3.8rem;height:3.8rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff9;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.footer-social__link:hover{border-color:#00fea9;color:#00fea9;background:#00fea914}.footer-social__link svg{width:1.6rem;height:1.6rem;fill:currentColor}.footer-logo{margin-bottom:2rem}.footer-logo img{height:32px;width:auto}.product-card{background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f7f7f7}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:2}.product-card__info{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.6rem}.product-card__title{font-size:1.5rem;font-weight:600;color:#000;line-height:1.3}.product-card__price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.product-card__price-current{font-size:1.5rem;font-weight:700;color:#000}.product-card__price-was{font-size:1.3rem;color:#999;text-decoration:line-through}.product-card__price-save{font-size:1.2rem;color:#00fea9;font-weight:600}.product-card__stars{display:flex;align-items:center;gap:.4rem}.product-card__stars svg{width:1.4rem;height:1.4rem;fill:#00fea9}.product-card__review-count{font-size:1.2rem;color:#999}.cart-drawer-custom{position:fixed;top:0;right:0;width:min(420px,100vw);height:100%;background:#fff;z-index:300;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026}.cart-drawer-custom.is-open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299;opacity:0;pointer-events:none;transition:opacity .35s}.cart-drawer__overlay.is-open{opacity:1;pointer-events:all}.cart-drawer__header{padding:2rem 2.5rem;border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-size:1.8rem;font-weight:700}.cart-drawer__close{width:3.5rem;height:3.5rem;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2rem;line-height:1;transition:background .2s}.cart-drawer__close:hover{background:#e0e0e0}.cart-drawer__items{flex:1;overflow-y:auto;padding:2rem 2.5rem}.cart-drawer__footer{padding:2rem 2.5rem;border-top:1px solid rgba(0,0,0,.08)}.cart-drawer__total{display:flex;justify-content:space-between;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.cart-drawer__checkout{width:100%;padding:1.6rem;background:#00fea9;color:#000;font-weight:700;font-size:1.5rem;border-radius:var(--rounded-button);cursor:pointer;transition:background .2s;text-decoration:none;text-align:center;display:block}.cart-drawer__checkout:hover{background:#000;color:#00fea9}.image-text{padding:6rem var(--container-gutter, 1.25rem)}.image-text__inner{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}@media screen and (min-width:750px){.image-text__inner{grid-template-columns:1fr 1fr}.image-text--image-right .image-text__media{order:2}.image-text--image-right .image-text__content{order:1}}.image-text__media{border-radius:2rem;overflow:hidden;aspect-ratio:4 / 3}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__eyebrow{display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#00fea9;margin-bottom:1.5rem}.image-text__heading{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#000;line-height:1.15;margin-bottom:1.5rem}.image-text__body{font-size:1.6rem;color:#555;line-height:1.7;margin-bottom:2.5rem}.image-text__features{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}.image-text__feature{display:flex;align-items:flex-start;gap:1.2rem}.image-text__feature-icon{width:2.2rem;height:2.2rem;border-radius:50%;background:#00fea9;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:.2rem}.image-text__feature-icon svg{width:1.2rem;height:1.2rem;fill:#000}.image-text__feature-text{font-size:1.5rem;color:#333;line-height:1.5}.announcement-bar{background:#000;color:#fff;padding:.9rem 1.5rem;text-align:center}.announcement-bar__text{font-size:1.3rem;font-weight:500}.announcement-bar__text a{color:#00fea9;text-decoration:underline;text-underline-offset:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-lime{color:#00fea9}.text-black{color:#000}.text-white{color:#fff}.text-subdued{color:#666}.bg-black{background:#000}.bg-white{background:#fff}.bg-light{background:#f7f7f7}.bg-muted{background:#f2f2f2}.bg-gray{background:#ededed}.bg-lime{background:#00fea9}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.4rem}.gap-2{gap:.8rem}.gap-3{gap:1.2rem}.gap-4{gap:1.6rem}.gap-5{gap:2rem}.mt-1{margin-top:.4rem}.mt-2{margin-top:.8rem}.mt-3{margin-top:1.2rem}.mt-4{margin-top:1.6rem}.mt-5{margin-top:2rem}.mt-6{margin-top:2.5rem}.mt-8{margin-top:3.2rem}.mb-1{margin-bottom:.4rem}.mb-2{margin-bottom:.8rem}.mb-3{margin-bottom:1.2rem}.mb-4{margin-bottom:1.6rem}.mb-5{margin-bottom:2rem}.mb-6{margin-bottom:2.5rem}.w-full{width:100%}.h-full{height:100%}@media screen and (max-width:749px){.hidden-mobile{display:none!important}}@media screen and (min-width:750px){.hidden-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/main.css.map */
