*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Satoshi,Arial,sans-serif;font-weight:400;color:var(--color-foreground);background:var(--color-background);text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:16px;top:16px;z-index:100;transform:translateY(-160%);padding:10px 14px;background:var(--color-accent);color:var(--color-foreground);border-radius:6px}.skip-link:focus{transform:translateY(0)}.container{width:min(1180px,calc(100vw - 32px));margin:0 auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 18px;border:1px solid var(--color-foreground);border-radius:8px;background:var(--color-foreground);color:var(--color-surface);font-weight:700;line-height:1;cursor:pointer;transition:transform .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--accent{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-foreground)}.button--ghost{background:transparent;color:var(--color-foreground)}.button--full{width:100%}.eyebrow{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase;color:var(--color-muted)}.section-heading{max-width:760px;margin:0 auto 34px;text-align:center}.section-heading h2,.section-heading h1{margin:0;font-size:clamp(2rem,6vw,4.75rem);line-height:.92;letter-spacing:0;font-weight:700}.section-heading p{margin:16px auto 0;max-width:620px;color:var(--color-muted);font-size:1.05rem;line-height:1.55}.announcement{background:var(--color-foreground);color:var(--color-surface);font-weight:700;font-size:.88rem}.announcement__inner{display:flex;justify-content:center;padding:9px 16px;text-align:center}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--color-background) 94%,transparent);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:76px;gap:18px}.site-header__logo img{width:min(178px,42vw);height:auto}.site-header__nav{display:flex;align-items:center;gap:20px;font-weight:700}.site-header__nav a,.site-header__cart{color:var(--color-muted)}.site-header__nav a:hover,.site-header__cart:hover{color:var(--color-foreground)}.site-header__cart{justify-self:end;font-weight:700}.mobile-menu{display:none}.reviews{padding:72px 0;background:var(--color-background)}.reviews__app,.reviews__placeholder{max-width:980px;margin:0 auto}.reviews__placeholder{padding:28px;border:1px dashed var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-muted);text-align:center}.main-product{padding:44px 0 82px;background:var(--color-surface)}.product-form{display:grid;gap:12px;margin-top:22px}.cart-page,.simple-page,.collection-page,.search-page,.not-found{padding:58px 0 88px}.simple-page__content{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:32px;padding:28px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-background)}.cart-items{display:grid;gap:14px;margin:28px 0}.cart-item{display:grid;grid-template-columns:108px minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.cart-item img{aspect-ratio:1;width:108px;object-fit:cover;border-radius:8px}.cart-summary{display:grid;gap:12px;justify-items:end;padding-top:20px;border-top:1px solid var(--color-border)}.cart-summary__subtotal{font-size:1.25rem;font-weight:700}.product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px}.product-tile{display:grid;gap:14px;padding:14px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.product-tile img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.product-tile h2{margin:0;font-size:1.2rem;font-weight:700}.site-footer{padding:50px 0;background:var(--color-foreground);color:var(--color-surface)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px;align-items:end}.site-footer__logo img{width:148px}.site-footer p{color:color-mix(in srgb,var(--color-surface) 70%,transparent);line-height:1.5}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:16px;color:color-mix(in srgb,var(--color-surface) 78%,transparent);font-weight:700}@media(prefers-reduced-motion:no-preference){.button,.product-tile{view-transition-name:match-element}}@media(max-width:920px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__nav{display:none}.mobile-menu{display:block}.mobile-menu summary{cursor:pointer;font-weight:700;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{position:absolute;left:16px;right:16px;top:78px;display:grid;gap:12px;padding:18px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.simple-page__content,.site-footer__inner,.product-list{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.site-header__inner{min-height:66px}.cart-item{grid-template-columns:82px minmax(0,1fr)}.cart-item__total{grid-column:2}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{background:color-mix(in srgb,var(--fresh-night) 92%,transparent);border-bottom:1px solid rgba(255,255,255,.09);color:var(--fresh-page)}.site-header__inner{min-height:72px}.site-header__nav,.site-header__cart,.mobile-menu summary{font-size:.82rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.site-header__nav a,.site-header__cart{color:var(--fresh-page)}.site-header__nav a:hover,.site-header__cart:hover,.site-header__nav a:focus-visible,.site-header__cart:focus-visible{color:#fff}.mobile-menu__panel{background:#070d16;color:var(--fresh-page);border-color:#ffffff1f;box-shadow:0 24px 70px #0000004d}.landing-hero-image{background:#030812;overflow:hidden}.landing-hero-image__link{display:block;outline-offset:-6px}.landing-hero-image__img{width:100%;height:calc(100svh - 72px);min-height:620px;object-fit:cover;object-position:center}.landing-section-heading{max-width:780px;margin:0 auto 36px;text-align:center}.landing-section-heading h2,.contact-page h1{margin:0;color:var(--fresh-ink);font-size:clamp(2.25rem,5.8vw,5.4rem);font-weight:700;letter-spacing:0;line-height:.92}.landing-section-heading p:not(.eyebrow){max-width:620px;margin:16px auto 0;color:var(--fresh-ink);font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.55}.landing-results{padding:clamp(56px,8vw,104px) 0;background:#f4f6f8}.landing-results__rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.result-card{min-width:0;overflow:hidden;border:1px solid rgba(7,16,28,.08);border-radius:8px;background:#fff;box-shadow:0 18px 60px #07101c14}.result-card__comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 12px 0}.result-card figure{min-width:0;margin:0}.result-card figcaption{display:flex;align-items:center;justify-content:center;min-height:38px;margin-bottom:8px;background:#eef0f3;color:var(--fresh-ink);font-weight:700}.result-card__comparison img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px}.result-card__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin:12px;padding:14px;border-radius:8px;background:#252a32;color:#fff}.result-card__product{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center}.result-card__product img{width:42px;height:42px;object-fit:contain}.result-card h3,.result-card p{margin:0}.result-card h3{font-size:.98rem;font-weight:700}.result-card__product p{margin-top:4px;font-weight:700;color:var(--fresh-page)}.result-card__button{display:inline-flex;align-items:center;justify-content:center;min-width:116px;min-height:42px;padding:10px 16px;border-radius:5px;background:#fff;color:var(--fresh-ink);font-size:.92rem;font-weight:700;transition:transform .16s ease,background .16s ease}.result-card__button:hover{transform:translateY(-1px);background:#f0f4ff}.landing-faq{padding:clamp(56px,8vw,104px) 0;background:#fff}.landing-faq__inner{max-width:940px}.landing-faq__list{border-top:1px solid rgba(7,16,28,.14)}.landing-faq__item{border-bottom:1px solid rgba(7,16,28,.14)}.landing-faq summary{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:72px;cursor:pointer;list-style:none;color:var(--fresh-ink);font-size:clamp(1.08rem,2vw,1.32rem);font-weight:700}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq__icon{position:relative;flex:0 0 18px;width:18px;height:18px}.landing-faq__icon:before,.landing-faq__icon:after{content:"";position:absolute;top:50%;left:0;width:18px;height:1.5px;background:var(--fresh-deep);transition:transform .18s ease}.landing-faq__icon:after{transform:rotate(90deg)}.landing-faq details[open] .landing-faq__icon:after{transform:rotate(0)}.landing-faq__answer{max-width:720px;padding:0 0 26px;color:var(--fresh-ink);font-size:1rem;line-height:1.65}.landing-faq__answer p{margin:0}.contact-page{min-height:72vh;padding:clamp(56px,8vw,104px) 0;background:#f4f6f8}.contact-page__inner{max-width:860px}.contact-form{display:grid;gap:18px;padding:clamp(20px,4vw,36px);border:1px solid rgba(7,16,28,.1);border-radius:8px;background:#fff;box-shadow:0 18px 60px #07101c14}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:grid;gap:8px}.field label{color:var(--fresh-ink);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.field input,.field textarea,.site-footer__newsletter-row input{width:100%;border:1px solid rgba(7,16,28,.18);border-radius:6px;background:#fff;color:var(--fresh-ink);line-height:1.4}.field input,.site-footer__newsletter-row input{min-height:50px;padding:0 14px}.field textarea{padding:14px;resize:vertical}.form-status{margin:0;font-weight:700}.form-status--success{color:var(--fresh-ink)}.community-page{background:#fff;color:var(--fresh-ink)}.community-hero{display:grid;background:#fff}.community-hero__media{position:relative;overflow:hidden;min-height:clamp(360px,54vw,650px);background:var(--fresh-fog)}.community-hero__media img,.community-hero__placeholder{display:block;width:100%;height:clamp(360px,54vw,650px)}.community-hero__media img{object-fit:cover}.community-hero__placeholder{border-bottom:1px solid rgba(7,16,28,.08);background:linear-gradient(135deg,#07101c14,#fff0 36%),linear-gradient(180deg,var(--fresh-page) 0%,#e8edf3 100%)}.community-hero__content{display:grid;max-width:920px;gap:16px;justify-items:start;padding-top:clamp(34px,6vw,70px);padding-bottom:clamp(54px,7vw,92px)}.community-hero__eyebrow,.community-story .eyebrow,.community-testimonials .eyebrow{margin:0;color:var(--fresh-ink);font-size:.78rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.community-hero h1{max-width:760px;margin:0;color:var(--fresh-ink);font-size:clamp(3.1rem,8vw,6.6rem);font-weight:700;letter-spacing:0;line-height:.96}.community-hero__content>p:not(.community-hero__eyebrow){max-width:590px;margin:0;color:var(--fresh-ink);font-size:clamp(1.05rem,1.6vw,1.32rem);line-height:1.45}.community-hero__button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;margin-top:8px;padding:0 23px;border:1px solid var(--fresh-deep);border-radius:7px;background:var(--fresh-deep);color:#fff;font-weight:700;transition:transform .18s ease,background .18s ease}.community-hero__button:hover,.community-hero__button:focus-visible{background:#182231;transform:translateY(-1px)}.community-page__inner{display:grid;gap:clamp(58px,8vw,96px);padding-bottom:clamp(64px,9vw,116px)}.community-story{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(28px,6vw,76px);align-items:start;padding-top:clamp(58px,8vw,94px);border-top:1px solid rgba(7,16,28,.1)}.community-story h2,.community-testimonials h2{margin:10px 0 0;color:var(--fresh-ink);font-size:clamp(2.15rem,4.2vw,4.2rem);font-weight:700;letter-spacing:0;line-height:1}.community-story__copy{display:grid;gap:16px;color:var(--fresh-ink);font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.62}.community-story__copy p{margin:0}.community-testimonials{display:grid;gap:clamp(24px,4vw,38px)}.community-testimonials__heading{max-width:660px}.community-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.community-testimonial{overflow:hidden;border:1px solid rgba(7,16,28,.1);border-radius:8px;background:#f4f7fa;box-shadow:0 16px 46px #07101c0f}.community-testimonial img,.community-testimonial__placeholder{display:block;aspect-ratio:4 / 5;width:100%}.community-testimonial img{object-fit:cover}.community-testimonial__placeholder{background:linear-gradient(135deg,#07101c14,#fff0 42%),var(--fresh-fog)}.site-footer{padding:clamp(44px,6vw,72px) 0 34px;background:var(--fresh-night);color:var(--fresh-page)}.site-footer__inner{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,.72fr);gap:clamp(32px,6vw,84px);align-items:start}.site-footer__brand,.site-footer__newsletter{min-width:0}.site-footer__logo img{width:128px}.site-footer p{max-width:460px;color:var(--fresh-page);line-height:1.58}.site-footer__socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.site-footer__social-link{display:inline-flex;align-items:center;gap:9px;min-height:38px;padding:8px 11px;border:1px solid rgba(247,249,252,.16);border-radius:6px;color:var(--fresh-page);font-weight:700}.site-footer__social-link svg{width:18px;height:18px;fill:currentColor}.site-footer__newsletter h2{margin:0 0 16px;color:#fff;font-size:clamp(1.55rem,3vw,2.4rem);line-height:1}.site-footer__newsletter-form{display:grid;gap:12px}.site-footer__newsletter-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.site-footer__newsletter-row input{border-color:#f7f9fc38;background:#ffffff0f;color:#fff}.site-footer__newsletter-row input::placeholder{color:var(--fresh-page)}.site-footer__newsletter-row button{min-height:50px;padding:0 18px;border:1px solid #1b6dff;border-radius:6px;background:#085cff;color:#fff;font-weight:700;cursor:pointer}.site-footer__bottom{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px;align-items:end;padding-top:30px;border-top:1px solid rgba(247,249,252,.12)}.site-footer__bottom p{margin:0;font-size:.9rem}.site-footer__bottom p+p{margin-top:7px}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px 18px;color:var(--fresh-page);font-size:.9rem;font-weight:700}.site-footer a:hover,.site-footer a:focus-visible{color:#fff}@keyframes twofresh-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes twofresh-fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:no-preference){.site-header{animation:twofresh-fade .42s ease both}.landing-hero-image__img{animation:twofresh-fade .68s ease both}.reveal-on-scroll{opacity:0;animation:twofresh-fade-up .72s cubic-bezier(.22,1,.36,1) both}.result-card:nth-child(2){animation-delay:90ms}.result-card:nth-child(3){animation-delay:.18s}}@media(max-width:1040px){.landing-results__rail{grid-auto-flow:column;grid-auto-columns:minmax(340px,62vw);grid-template-columns:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 16px 10px;margin:0 -16px}.landing-results__rail::-webkit-scrollbar{display:none}.result-card{scroll-snap-align:center}}@media(max-width:920px){.site-footer__inner,.site-footer__bottom{grid-template-columns:1fr}.site-footer__links{justify-content:flex-start}}@media(max-width:749px){.landing-hero-image__img{height:calc(100svh - 66px);min-height:680px}.landing-results{padding-top:46px}}@media(max-width:640px){body{padding-bottom:0}.site-header__inner{min-height:64px}.landing-section-heading{margin-bottom:26px;text-align:left}.landing-section-heading h2,.contact-page h1{font-size:clamp(2rem,12vw,3.4rem)}.landing-results__rail{grid-auto-columns:minmax(316px,86vw)}.result-card__footer{grid-template-columns:1fr}.result-card__button{width:100%}.contact-form__grid,.site-footer__newsletter-row{grid-template-columns:1fr}}.landing-results{padding:clamp(48px,7vw,86px) 0;background:linear-gradient(180deg,var(--fresh-night) 0%,#081423 52%,var(--fresh-night) 100%);color:var(--fresh-page)}.landing-results .landing-section-heading{max-width:680px;margin-bottom:30px}.landing-results .landing-section-heading h2{color:#fff;font-size:clamp(2rem,4.2vw,4.25rem)}.landing-results .landing-section-heading p:not(.eyebrow){color:var(--fresh-page)}.landing-results .eyebrow{color:var(--fresh-page)}.landing-results__rail{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center;gap:16px;max-width:1060px;margin:0 auto}.result-card{border-color:#b9d1f429;background:#0d1724;box-shadow:0 18px 52px #0000003d}.result-card__comparison{gap:7px;padding:10px 10px 0}.result-card figcaption{min-height:31px;margin-bottom:7px;background:#172337;color:var(--fresh-page);font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.result-card__comparison img{aspect-ratio:4 / 5;max-height:252px;border-radius:5px}.result-card__footer{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:10px;padding:11px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:linear-gradient(135deg,#dbe7f6,#aebdd1);color:var(--fresh-ink)}.result-card__product{grid-template-columns:34px minmax(0,1fr);gap:10px}.result-card__product img{width:34px;height:34px}.result-card h3{font-size:.88rem}.result-card__product p{margin-top:2px;color:var(--fresh-ink);font-size:.86rem}.result-card__button{min-width:94px;min-height:37px;padding:8px 12px;background:var(--fresh-deep);color:#fff;font-size:.84rem}.result-card__button:hover{background:var(--fresh-cta-hover)}.site-footer{padding:clamp(52px,7vw,86px) 0 30px;background:#000}.site-footer__inner{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(140px,.65fr) minmax(160px,.72fr) minmax(260px,1fr);gap:clamp(30px,5vw,72px);align-items:start}.site-footer__column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:10px}.site-footer__column h2{margin:0 0 8px;color:#fff;font-size:clamp(1.05rem,1.8vw,1.4rem);font-weight:700;letter-spacing:.01em;line-height:1.05;text-transform:uppercase}.site-footer__column p,.site-footer__bottom p{margin:0;color:var(--fresh-page);font-size:.96rem;line-height:1.55}.site-footer__newsletter-copy{max-width:34ch}.site-footer__column a{color:var(--fresh-page);font-size:.98rem;line-height:1.35}.site-footer__column a:hover,.site-footer__column a:focus-visible{color:#fff}.site-footer__newsletter-form{width:100%}.site-footer__newsletter-row{grid-template-columns:minmax(0,1fr);gap:9px}.site-footer__newsletter-row input{border-color:#ffffff47;background:transparent}.site-footer__newsletter-row button{border-color:#fff;background:#fff;color:var(--fresh-ink)}.site-footer__bottom{grid-column:1 / -1;display:flex;justify-content:space-between;gap:24px;align-items:center;padding-top:clamp(46px,7vw,76px);border-top:0}.site-footer__socials{display:flex;flex-wrap:wrap;gap:15px;margin:0}.site-footer__social-link{width:28px;height:28px;min-height:28px;padding:0;border:0;border-radius:0;color:#fff}.site-footer__social-link svg{width:20px;height:20px}@media(max-width:1040px){.landing-results__rail{grid-auto-columns:minmax(282px,34vw);padding-bottom:12px}.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.landing-results .landing-section-heading{text-align:left}.landing-results__rail{grid-auto-columns:minmax(260px,78vw)}.result-card__comparison img{max-height:236px}.site-footer__inner{grid-template-columns:1fr;gap:30px}.site-footer__bottom{align-items:flex-start;flex-direction:column-reverse;padding-top:28px}}.fresh-product{position:relative;background:#f7f8fb;color:var(--fresh-ink)}.fresh-product__shell{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.82fr);gap:clamp(28px,5vw,72px);align-items:start;padding:clamp(28px,5vw,62px) 0 clamp(54px,7vw,92px)}.fresh-product__media{position:sticky;top:92px}.fresh-gallery{position:relative}.fresh-gallery__viewport{overflow:hidden;border:1px solid rgba(7,16,28,.08);border-radius:8px;background:radial-gradient(circle at 50% 38%,#fff,#eef3fa 56%,#dce5f0)}.fresh-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.fresh-gallery__track::-webkit-scrollbar{display:none}.fresh-gallery__slide{display:grid;flex:0 0 100%;min-height:clamp(440px,64vh,680px);place-items:center;scroll-snap-align:start}.fresh-gallery__slide img{width:min(74%,440px);max-height:clamp(380px,58vh,620px);object-fit:contain}.fresh-gallery__slide--blank>div{display:grid;width:min(74%,440px);aspect-ratio:4 / 5;place-items:center;border:1px dashed rgba(7,16,28,.22);border-radius:8px;background:#ffffff6b;color:var(--fresh-ink);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.fresh-gallery__arrow{position:absolute;z-index:2;top:50%;display:inline-grid;width:46px;height:46px;place-items:center;border:1px solid rgba(7,16,28,.1);border-radius:999px;background:#07101cb8;color:#fff;cursor:pointer;transform:translateY(-50%)}.fresh-gallery__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.fresh-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:12px}.fresh-gallery__thumb{display:grid;aspect-ratio:1;place-items:center;border:1px solid rgba(7,16,28,.12);border-radius:6px;background:#fff;cursor:pointer}.fresh-gallery__thumb.is-active{border-color:var(--fresh-ink);box-shadow:0 0 0 1px var(--fresh-ink)}.fresh-gallery__thumb img{width:72%;height:72%;object-fit:contain}.fresh-gallery__thumb--blank span{width:58%;height:58%;border:1px dashed rgba(7,16,28,.2);border-radius:4px}.fresh-product__panel{min-width:0;padding-top:clamp(8px,2vw,28px)}.fresh-product__header{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:baseline;margin-bottom:18px}.fresh-product__header h1{margin:0;color:var(--fresh-ink);font-size:clamp(2.35rem,5vw,4.7rem);font-weight:700;letter-spacing:0;line-height:.94}.fresh-product__header span{color:var(--fresh-ink);font-size:clamp(1rem,1.4vw,1.18rem);font-weight:700}.fresh-benefits{display:grid;gap:12px;margin:0 0 24px;padding:0;list-style:none}.fresh-benefits li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;align-items:center;color:var(--fresh-ink);font-size:clamp(1rem,1.5vw,1.18rem);font-weight:700;line-height:1.28}.fresh-benefits svg{width:29px;height:29px;fill:none;stroke:var(--fresh-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.fresh-product-form{display:grid;gap:14px}.fresh-pack-selector{display:grid;gap:12px;min-width:0;margin:0;padding:0;border:0}.fresh-pack-option{display:block}.fresh-pack-card{position:relative;display:grid;grid-template-columns:18px 62px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:88px;padding:12px 14px;border:1px solid rgba(7,16,28,.14);border-radius:8px;background:#fff;color:var(--fresh-ink);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.fresh-pack-option input:checked+.fresh-pack-card{border-color:var(--fresh-ink);background:linear-gradient(180deg,#fff,#f2f6ff);box-shadow:0 0 0 1px var(--fresh-ink),0 18px 42px #1c35571c}.fresh-pack-option input:disabled+.fresh-pack-card{cursor:not-allowed;opacity:.52}.fresh-pack-card__radio{width:14px;height:14px;border:1.5px solid rgba(7,16,28,.28);border-radius:999px}.fresh-pack-option input:checked+.fresh-pack-card .fresh-pack-card__radio{border-color:var(--fresh-ink);box-shadow:inset 0 0 0 4px #fff;background:var(--fresh-ink)}.fresh-pack-card__image{display:grid;width:62px;height:62px;place-items:center;overflow:hidden;border-radius:7px;background:var(--fresh-night)}.fresh-pack-card__image img{width:72%;height:72%;object-fit:contain}.fresh-pack-card__image--bundle img{width:86%;height:86%}.fresh-pack-card__copy{display:grid;gap:4px;min-width:0}.fresh-pack-card__copy strong{font-size:clamp(1.05rem,1.8vw,1.22rem);line-height:1}.fresh-pack-card__copy small{width:fit-content;padding:3px 7px;border:1px solid rgba(11,92,255,.18);border-radius:4px;color:var(--fresh-ink);font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.fresh-pack-card__price{display:grid;gap:4px;justify-items:end;white-space:nowrap;font-size:clamp(1.04rem,1.8vw,1.18rem);font-weight:700}.fresh-pack-card__price s{color:var(--fresh-ink);font-size:.88rem;font-weight:700}.fresh-pack-card__price small{padding:3px 8px;border:1px solid rgba(11,92,255,.28);border-radius:4px;color:var(--fresh-ink);font-size:.7rem;font-weight:700;text-transform:uppercase}.fresh-pack-card__badge{position:absolute;top:-12px;right:14px;padding:5px 12px;border-radius:999px;background:var(--fresh-ink);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.fresh-add-button{width:100%;min-height:58px;border:0;border-radius:7px;background:var(--fresh-deep);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease}.fresh-add-button:hover{background:var(--fresh-cta-hover);transform:translateY(-1px)}.fresh-add-button:disabled{cursor:not-allowed;opacity:.5}.fresh-product-accordion{margin-top:22px;border-top:1px solid rgba(7,16,28,.14)}.fresh-product-accordion details{border-bottom:1px solid rgba(7,16,28,.14)}.fresh-product-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:54px;cursor:pointer;list-style:none;color:var(--fresh-ink);font-size:.98rem;font-weight:700;text-transform:lowercase}.fresh-product-accordion summary::-webkit-details-marker{display:none}.fresh-product-accordion summary span{position:relative;width:16px;height:16px}.fresh-product-accordion summary span:before,.fresh-product-accordion summary span:after{content:"";position:absolute;top:50%;right:0;width:14px;height:1.5px;background:#5f6975;transition:transform .18s ease}.fresh-product-accordion summary span:after{transform:rotate(90deg)}.fresh-product-accordion details[open] summary span:after{transform:rotate(0)}.fresh-product-accordion p,.fresh-key-benefits{max-width:560px;margin:0;padding:0 0 18px;color:var(--fresh-ink);line-height:1.6}.fresh-key-benefits{display:grid;gap:2px;max-width:none;list-style:none}.fresh-key-benefits li{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;background:#f0f2f5;color:var(--fresh-ink);font-weight:700}.fresh-key-benefits li:before{content:none!important}.fresh-key-benefits__icon{width:22px;height:22px;fill:none;stroke:var(--fresh-ink);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fresh-product-apps{margin-top:24px}.fresh-product-sticky{position:fixed;z-index:30;right:14px;bottom:14px;left:14px;display:none;min-height:54px;border:0;border-radius:7px;background:var(--fresh-deep);color:#fff;font-weight:700;box-shadow:0 16px 42px #00000038}@media(max-width:980px){.fresh-product__shell{grid-template-columns:1fr;gap:26px}.fresh-gallery__slide{min-height:560px}.fresh-product__panel{padding-top:0}}@media(max-width:640px){.fresh-product{padding-bottom:78px}.fresh-product__shell{padding-top:0}.fresh-gallery__viewport{margin:0 -16px;border-right:0;border-left:0;border-radius:0}.fresh-gallery__slide{min-height:470px}.fresh-gallery__slide img{width:min(72%,330px);max-height:430px}.fresh-gallery__arrow{width:40px;height:40px}.fresh-gallery__arrow--prev{left:8px}.fresh-gallery__arrow--next{right:8px}.fresh-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.fresh-product__header h1{font-size:clamp(2.25rem,12vw,3.4rem)}.fresh-pack-card{grid-template-columns:16px 54px minmax(0,1fr)}.fresh-pack-card__image{width:54px;height:54px}.fresh-product-sticky{display:block}}html,body{background:#fff}.site-header{background:#fffffff5!important;border-bottom:1px solid rgba(7,16,28,.08)!important;color:var(--fresh-ink)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{grid-template-columns:1fr auto 1fr;min-height:68px}.site-header__nav,.site-header__utilities{display:flex;align-items:center;gap:18px}.site-header__utilities{justify-content:flex-end}.site-header__nav a,.mobile-menu summary{color:var(--fresh-ink)!important}.site-header__nav a:hover,.site-header__nav a:focus-visible,.mobile-menu summary:hover,.mobile-menu summary:focus-visible{color:var(--fresh-ink)!important}.site-header__logo img{width:min(132px,36vw)}.site-header__icon-link{position:relative;display:inline-grid;width:38px;height:38px;place-items:center;border-radius:999px;color:var(--fresh-ink);transition:background .16s ease,transform .16s ease}.site-header__icon-link:hover,.site-header__icon-link:focus-visible{background:#f1f3f6;color:var(--fresh-ink);transform:translateY(-1px)}.site-header__icon-link svg,.mobile-menu summary svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.site-header__cart-count{position:absolute;top:3px;right:3px;display:inline-grid;min-width:16px;height:16px;place-items:center;border-radius:999px;background:var(--fresh-accent-blue);color:#fff;font-size:.65rem;font-weight:700;line-height:1}.mobile-menu summary{display:inline-grid;width:38px;height:38px;place-items:center;cursor:pointer;list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{background:#fff!important;color:var(--fresh-ink)!important;border-color:#07101c1f!important;box-shadow:0 22px 58px #07101c1f!important}.landing-results,.landing-faq,.contact-page,.community-page,.fresh-product{background:#fff!important;color:var(--fresh-ink)}.landing-results .landing-section-heading h2,.landing-results .landing-section-heading p:not(.eyebrow),.landing-results .eyebrow{color:var(--fresh-ink)}.landing-results .landing-section-heading p:not(.eyebrow),.landing-results .eyebrow{color:var(--fresh-ink)}.result-card{border-color:#07101c17;background:#fff;box-shadow:0 16px 48px #07101c12}.result-card figcaption{background:#eef1f5;color:var(--fresh-ink)}.result-card__footer{border-color:#07101c1f;background:var(--fresh-deep);color:#fff}.result-card__product p{color:var(--fresh-page)}.result-card__button{background:#fff;color:var(--fresh-ink)}.fresh-product__shell{grid-template-columns:minmax(0,.98fr) minmax(380px,.86fr);padding-top:clamp(26px,4vw,48px)}.fresh-gallery__viewport{border-color:#07101c14;background:#fff}.fresh-gallery__slide{min-height:clamp(430px,58vh,620px)}.fresh-gallery__slide img{width:min(64%,380px);max-height:clamp(360px,52vh,560px)}.fresh-benefits li{grid-template-columns:30px minmax(0,1fr)}.fresh-benefits img,.fresh-benefits svg{width:29px;height:29px;object-fit:contain}.fresh-benefits svg{stroke:var(--fresh-deep)}.fresh-pack-card{grid-template-columns:16px 58px minmax(0,1fr) auto;min-height:80px;padding:11px 14px}.fresh-pack-card__image{width:58px;height:58px}.fresh-pack-card__copy small{display:none}.fresh-pack-card__badge{top:-11px;right:14px}.fresh-key-benefits-block{margin-top:24px}.fresh-key-benefits-block h2{margin:0 0 9px;color:var(--fresh-ink);font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.fresh-key-benefits{display:grid;gap:2px;max-width:none;margin:0;padding:0;list-style:none}.fresh-key-benefits li{position:relative;min-height:42px;padding:12px 14px 12px 42px;background:#f3f3f4;color:var(--fresh-ink);font-weight:700;line-height:1.35}.fresh-key-benefits li:before{content:"";position:absolute;top:17px;left:15px;width:13px;height:7px;border-bottom:1.8px solid var(--fresh-deep);border-left:1.8px solid var(--fresh-deep);transform:rotate(-45deg)}.fresh-product-accordion,.landing-faq__list{border-top:1px solid rgba(7,16,28,.16)}.fresh-product-accordion{margin-top:24px}.fresh-product-accordion details,.landing-faq__item{border-bottom:1px solid rgba(7,16,28,.16)}.fresh-product-accordion summary,.landing-faq summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0;color:var(--fresh-ink);cursor:pointer;font-size:.96rem;font-weight:700;letter-spacing:0;line-height:1.2;list-style:none;text-transform:lowercase}.fresh-product-accordion summary::-webkit-details-marker,.landing-faq summary::-webkit-details-marker{display:none}.accordion-chevron{width:14px;height:8px;flex:0 0 auto;object-fit:contain;transition:transform .18s ease}.fresh-product-accordion details[open] .accordion-chevron,.landing-faq details[open] .accordion-chevron{transform:rotate(180deg)}.fresh-product-accordion summary span,.fresh-product-accordion summary span:before,.fresh-product-accordion summary span:after,.landing-faq__icon,.landing-faq__icon:before,.landing-faq__icon:after{content:none;display:none}.fresh-product-accordion p,.landing-faq__answer{max-width:620px;margin:0;padding:0 0 18px;color:var(--fresh-ink);line-height:1.58}@media(max-width:980px){.site-header__nav{display:none}.mobile-menu{display:block}.site-header__utilities{gap:4px}.site-header__icon-link{width:36px;height:36px}.fresh-gallery__slide{min-height:520px}}@media(max-width:640px){.site-header__inner{min-height:62px;gap:8px}.site-header__logo img{width:min(116px,34vw)}.site-header__icon-link[href*="/account"]{display:none}.fresh-gallery__slide{min-height:440px}.fresh-gallery__slide img{width:min(70%,310px);max-height:390px}.fresh-pack-card{grid-template-columns:14px 52px minmax(0,1fr);min-height:78px}.fresh-pack-card__price{grid-column:3;justify-items:start}.fresh-pack-card__image{width:52px;height:52px}}.site-header__utilities{gap:8px}.landing-results{padding-bottom:clamp(28px,4vw,46px)!important}.landing-faq{padding-top:clamp(34px,5vw,58px)!important}.landing-faq .landing-section-heading{margin-bottom:clamp(26px,4vw,36px)}.fresh-product__header{display:block;margin-bottom:16px}.fresh-product__header h1{max-width:680px;font-size:clamp(2.45rem,4.2vw,3.9rem);line-height:.94}.fresh-product__header h1 span{display:inline-block;margin-left:10px;color:var(--fresh-ink);font-size:.32em;font-weight:700;line-height:1;transform:translateY(-.12em);white-space:nowrap}.fresh-benefits img{filter:brightness(0);opacity:.96}.result-card__comparison picture,.result-card__comparison picture img{display:block;width:100%}.accordion-chevron{width:12px;height:12px}@media(max-width:640px){.landing-results{padding-bottom:26px!important}.landing-faq{padding-top:34px!important}.fresh-product__header h1{font-size:clamp(2.28rem,10vw,3.15rem)}.fresh-product__header h1 span{margin-left:7px;font-size:.36em}}.fresh-product__shell{grid-template-columns:minmax(0,.96fr) minmax(380px,.88fr);gap:clamp(30px,4vw,58px)}.fresh-gallery__viewport{background:#fff}.fresh-gallery__slide{min-height:auto;aspect-ratio:1 / 1;padding:clamp(12px,1.6vw,18px)}.fresh-gallery__slide img{width:100%;height:100%;max-height:none;border-radius:6px;object-fit:contain}.fresh-gallery__slide--blank>div{width:100%;height:100%}.fresh-gallery__arrow{width:48px;height:48px;border:1px solid rgba(255,255,255,.55);background:#07101cd1;color:#fff;box-shadow:0 12px 34px #07101c38}.fresh-gallery__arrow:hover,.fresh-gallery__arrow:focus-visible{background:var(--fresh-cta-hover)}.fresh-gallery__arrow--prev{left:18px}.fresh-gallery__arrow--next{right:18px}.landing-results__rail{align-items:stretch}.result-card__comparison img{width:100%;max-height:none;object-fit:cover}@media(max-width:980px){.fresh-product__shell{grid-template-columns:1fr}.fresh-product__media{position:static}.fresh-gallery__slide{aspect-ratio:1 / 1;min-height:auto}}@media(max-width:749px){.fresh-product__shell{width:min(100vw - 24px,620px)}.fresh-gallery__viewport{margin:0;border:1px solid rgba(7,16,28,.08);border-radius:8px}.fresh-gallery__slide{padding:8px}.fresh-gallery__arrow{width:44px;height:44px;background:#07101ce0}.fresh-gallery__arrow--prev{left:12px}.fresh-gallery__arrow--next{right:12px}.landing-results{overflow:hidden}.landing-results .container{width:100%}.landing-results .landing-section-heading{width:min(100vw - 32px,620px);margin-right:auto;margin-left:auto}.landing-results__rail{display:flex;max-width:none;margin:0;padding:0 16px 14px;gap:12px;overflow-x:auto;justify-content:flex-start;scroll-padding:16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.landing-results__rail::-webkit-scrollbar{display:none}.result-card{flex:0 0 min(88vw,360px);min-width:0;scroll-snap-align:center}.result-card__comparison{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:8px 8px 0}.result-card figcaption{min-height:28px;margin-bottom:6px;font-size:.7rem}.result-card__comparison img{aspect-ratio:1 / 1;border-radius:4px}.result-card__footer{grid-template-columns:minmax(0,1fr);gap:10px;margin:8px;padding:10px}.result-card__button{width:100%}}.fresh-product__mobile-heading{display:none}.fresh-product__header h1,.fresh-product__mobile-heading h1{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}.fresh-product__header h1{max-width:600px;font-size:clamp(1.95rem,3vw,2.85rem);line-height:1}.fresh-benefits li{font-size:clamp(.95rem,1.15vw,1.06rem)}.landing-results__carousel{position:relative;max-width:1100px;margin:0 auto}.landing-results__rail{display:flex;justify-content:flex-start;gap:16px;max-width:none;overflow-x:auto;padding:0 4px 12px;scroll-padding:4px;scroll-snap-type:x mandatory;scrollbar-width:none}.landing-results__rail::-webkit-scrollbar{display:none}.result-card{flex:0 0 clamp(280px,30vw,326px);scroll-snap-align:center}.result-card__comparison img{aspect-ratio:1 / 1}.landing-results__arrow{position:absolute;z-index:3;top:46%;display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid rgba(7,16,28,.1);border-radius:999px;background:var(--fresh-deep);color:#fff;box-shadow:0 14px 34px #07101c2e;cursor:pointer;transform:translateY(-50%)}.landing-results__arrow:hover,.landing-results__arrow:focus-visible{background:var(--fresh-cta-hover)}.landing-results__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.landing-results__arrow--prev{left:-20px}.landing-results__arrow--next{right:-20px}@media(max-width:749px){.fresh-product__shell{display:grid;grid-template-areas:"mobile-heading" "media" "panel";gap:16px;padding-top:20px}.fresh-product__mobile-heading{display:block;grid-area:mobile-heading}.fresh-product__mobile-heading h1{margin:0;color:var(--fresh-ink);gap:7px;font-size:clamp(1.72rem,8.4vw,2.28rem);font-weight:700;letter-spacing:0;line-height:1}.fresh-product__mobile-heading h1 span{display:inline-flex;color:var(--fresh-ink);font-size:.34em;line-height:1;transform:none}.fresh-product__media{grid-area:media}.fresh-product__panel{grid-area:panel}.fresh-product__panel .fresh-product__header{display:none}.landing-results__carousel{max-width:none}.landing-results__rail{padding:0 46px 14px;scroll-padding:46px}.result-card{flex-basis:min(800px,calc(100vw - 92px))}.result-card__comparison{gap:5px;padding:7px 7px 0}.result-card__comparison img{aspect-ratio:1 / 1}.landing-results__arrow{top:42%;width:38px;height:38px;background:#07101ce6}}.landing-results{background:linear-gradient(180deg,#fff,#f8fbff 46%,#fff)!important}.landing-results .landing-section-heading h2{color:var(--fresh-ink)}.landing-results .landing-section-heading p:not(.eyebrow){color:var(--fresh-ink)}.landing-results .eyebrow{color:var(--fresh-ink)}.result-card{border:1px solid #dbe4ee;background:#fff;box-shadow:0 18px 54px #07101c0f}.result-card:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--fresh-deep) 0%,#294363 52%,#d7e6f6 100%)}.result-card__comparison{background:#fff}.result-card figcaption{background:#edf3f8;color:var(--fresh-ink);font-size:.72rem;letter-spacing:.12em}.result-card figure{overflow:hidden;border-radius:5px;background:var(--fresh-page)}.result-card__comparison img{background:var(--fresh-page)}.result-card__footer{border-color:#ffffff14;background:linear-gradient(135deg,var(--fresh-deep) 0%,#111b2a 68%,#1b2d43 100%);color:#fff}.result-card__product img{border:1px solid rgba(219,231,245,.2);border-radius:4px;background:var(--fresh-night)}.result-card__button{background:#eef6ff;color:var(--fresh-ink)}.result-card__button:hover,.result-card__button:focus-visible{background:#cfe4ff;color:var(--fresh-ink)}.landing-results__arrow{border-color:#ffffff8f;background:var(--fresh-deep);color:#fff}.landing-results__arrow:hover,.landing-results__arrow:focus-visible{background:var(--fresh-accent-blue)}@media(max-width:749px){.result-card{flex-basis:min(800px,calc(100vw - 72px))}.landing-results__rail{padding-right:36px;padding-left:36px;scroll-padding:36px}.landing-results__arrow--prev{left:6px}.landing-results__arrow--next{right:6px}}.fresh-product__header h1 span,.fresh-product__mobile-heading h1 span{display:inline-flex;align-items:center;flex:0 0 auto;margin-left:0;padding:4px 7px;border-radius:6px;background:#f0f3f7;color:var(--fresh-ink);font-size:.3em;font-weight:700;line-height:1;transform:none;white-space:nowrap}.fresh-product__header h1,.fresh-product__mobile-heading h1{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:9px;white-space:nowrap}@media(max-width:749px){.fresh-product__mobile-heading h1{font-size:clamp(1.68rem,8vw,2.2rem);gap:7px}.fresh-product__mobile-heading h1 span{padding:3px 6px;font-size:.34em}}.fresh-product__header h1,.fresh-product__mobile-heading h1,.fresh-product__header h1 span,.fresh-product__mobile-heading h1 span{font-weight:700}.fresh-benefits li{color:var(--fresh-ink);font-weight:700}.fresh-benefits li span{font-weight:700}.landing-results__carousel{width:min(1120px,100%)}.landing-results__rail{gap:16px;padding:0 8px 18px;scroll-padding:8px}.result-card{flex:0 0 clamp(286px,29vw,336px);border-radius:8px}.result-card:before{height:2px;background:linear-gradient(90deg,var(--fresh-deep) 0%,#6f8197 100%)}.result-card__comparison{gap:7px;padding:9px 9px 0}.result-card figure{border-radius:5px}.result-card figcaption{min-height:32px;margin-bottom:7px;background:var(--fresh-fog);color:var(--fresh-ink);font-size:.72rem;font-weight:700}.result-card__comparison img,.result-card__placeholder{display:block;width:100%;aspect-ratio:3 / 4;border-radius:4px;background:linear-gradient(180deg,var(--fresh-page) 0%,var(--fresh-fog) 100%);object-fit:cover}.result-card__placeholder{border:1px dashed rgba(7,16,28,.13)}.result-card__footer{min-height:72px;margin:9px;padding:10px;border-radius:7px}.result-card__product img{width:42px;height:42px}.result-card h3{font-size:.86rem;font-weight:700}.result-card__button{min-height:40px;padding:10px 15px;border-radius:5px}.landing-results__arrow{width:46px;height:46px;background:var(--fresh-deep);box-shadow:0 16px 36px #07101c38}.landing-results__arrow--prev{left:-10px}.landing-results__arrow--next{right:-10px}.fresh-how-to,.fresh-product-faq{padding-bottom:clamp(46px,7vw,82px)}.fresh-product-section-heading{max-width:720px;margin:0 auto clamp(22px,4vw,34px);text-align:center}.fresh-product-section-heading h2{margin:0;color:var(--fresh-ink);font-size:clamp(2rem,4.8vw,4rem);font-weight:700;letter-spacing:0;line-height:.98}.fresh-how-to__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,2vw,18px)}.fresh-how-to__step{overflow:hidden;border:1px solid rgba(7,16,28,.1);border-radius:8px;background:#fff;box-shadow:0 16px 44px #07101c0f}.fresh-how-to__media{background:#f3f6fa}.fresh-how-to__media img,.fresh-how-to__placeholder{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.fresh-how-to__placeholder{border-bottom:1px dashed rgba(7,16,28,.12);background:linear-gradient(180deg,var(--fresh-page) 0%,var(--fresh-fog) 100%)}.fresh-how-to__copy{margin:10px;padding:13px;border:1px solid rgba(7,16,28,.08);border-radius:6px;background:var(--fresh-page)}.fresh-how-to__copy span{display:block;margin-bottom:7px;color:var(--fresh-ink);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.fresh-how-to__copy h3{margin:0;color:var(--fresh-ink);font-size:1.05rem;font-weight:700;line-height:1.15}.fresh-how-to__copy p{margin:8px 0 0;color:var(--fresh-ink);font-size:.94rem;line-height:1.45}.fresh-product-faq .fresh-product-accordion{max-width:900px;margin:0 auto}.fresh-product-accordion--faq summary{min-height:58px;text-transform:none}.fresh-product-accordion__richtext{max-width:720px;padding:0 0 20px;color:var(--fresh-ink);line-height:1.58}.fresh-product-accordion__richtext p{margin:0}.site-footer{background:#02050a}.site-footer__social-link{background:#ffffff12}.site-footer__social-link:hover,.site-footer__social-link:focus-visible{background:#fff;color:var(--fresh-ink)}.cart-page{background:#fff;padding:clamp(36px,6vw,72px) 0}.cart-page .section-heading{margin-bottom:clamp(22px,4vw,36px);text-align:left}.cart-page .section-heading h1{font-size:clamp(2rem,5vw,4.3rem);font-weight:700;line-height:1}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:94px minmax(0,1fr) auto;gap:18px;align-items:center;padding:14px;border:1px solid rgba(7,16,28,.1);border-radius:8px;background:#fff;box-shadow:0 14px 38px #07101c0d}.cart-item img{width:94px;height:94px;border-radius:6px;background:#f2f5f8;object-fit:contain}.cart-item h2{margin:0 0 8px;font-size:1.06rem;font-weight:700}.cart-item label{display:block;margin-bottom:6px;color:var(--fresh-ink);font-size:.78rem;font-weight:700;text-transform:uppercase}.cart-item input{width:84px;min-height:40px;border:1px solid rgba(7,16,28,.16);border-radius:5px;text-align:center}.cart-summary{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:18px;padding:16px;border:1px solid rgba(7,16,28,.1);border-radius:8px;background:var(--fresh-page)}.cart-summary__subtotal{width:100%;color:var(--fresh-ink);font-size:1.15rem;font-weight:700;text-align:right}@media(max-width:749px){.fresh-benefits li{font-size:.94rem}.landing-results__rail{gap:12px;padding:0 28px 16px;scroll-padding:28px}.result-card{flex-basis:min(800px,calc(100vw - 56px))}.result-card__comparison{gap:6px;padding:8px 8px 0}.result-card__comparison img,.result-card__placeholder{aspect-ratio:3 / 4}.landing-results__arrow{top:48%;width:42px;height:42px;border-color:#ffffffb3;background:var(--fresh-deep)}.landing-results__arrow--prev{left:8px}.landing-results__arrow--next{right:8px}.fresh-how-to,.fresh-product-faq{width:min(100vw - 24px,620px);padding-bottom:52px}.fresh-how-to__steps{grid-template-columns:1fr}.fresh-how-to__media img,.fresh-how-to__placeholder{aspect-ratio:4 / 3}.cart-item{grid-template-columns:76px minmax(0,1fr)}.cart-item img{width:76px;height:76px}.cart-item__total{grid-column:2}.cart-summary{justify-content:stretch}.cart-summary .button{width:100%}.cart-summary__subtotal{text-align:left}}:focus-visible{outline:2px solid var(--fresh-ink);outline-offset:3px}.button--accent,.fresh-add-button,.fresh-product-sticky,.cart-summary .button--accent,.contact-form .button--accent,.reviews__placeholder .button--accent{display:inline-flex;gap:10px;align-items:center;justify-content:center;border-color:var(--fresh-cta)!important;background:var(--fresh-cta)!important;color:#fff!important}.fresh-button-icon,.cart-drawer__button-icon,.cart-drawer__checkout-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9;flex:0 0 auto}.button--accent:hover,.fresh-add-button:hover,.fresh-product-sticky:hover,.cart-summary .button--accent:hover,.contact-form .button--accent:hover,.reviews__placeholder .button--accent:hover{background:var(--fresh-cta-hover)!important;transform:translateY(-1px)}.fresh-add-button:disabled,.fresh-product-sticky:disabled{background:#8a94a3!important;cursor:not-allowed;opacity:.75;transform:none}.site-header__cart-count,.fresh-pack-card__badge{background:var(--fresh-cta)!important;color:#fff!important}.fresh-gallery__thumb.is-active,.fresh-pack-option input:checked+.fresh-pack-card{border-color:var(--fresh-cta)!important;box-shadow:0 0 0 1px var(--fresh-cta),0 18px 42px #07101c14!important}.fresh-pack-option input:checked+.fresh-pack-card{background:linear-gradient(180deg,#fff,#f6f8fb)!important}.fresh-pack-option input:checked+.fresh-pack-card .fresh-pack-card__radio{border-color:var(--fresh-cta)!important;background:var(--fresh-cta)!important}.fresh-pack-card__price small,.fresh-pack-card__copy small{border-color:#07101c2e!important;color:var(--fresh-ink)!important}.landing-hero-image__img{width:100%;height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center!important}.landing-results,.landing-faq{padding:80px 0!important}.landing-results,.landing-faq{background:#fff!important}.landing-section-heading{margin-bottom:34px!important}.landing-section-heading h2{font-size:clamp(2.6rem,5vw,4.7rem)!important;font-weight:700!important;line-height:.96!important}.landing-section-heading p:not(.eyebrow){max-width:660px;font-size:clamp(1.05rem,1.25vw,1.22rem)!important}.landing-section-heading .eyebrow,.eyebrow{margin-bottom:14px;color:var(--fresh-muted);font-size:.76rem;letter-spacing:.08em}.landing-results__carousel{width:min(100%,520px)!important;margin:0 auto}.landing-results__rail{display:flex!important;justify-content:center!important;gap:0!important;overflow:visible!important;padding:0!important;margin:0!important}.result-card{flex:0 1 420px!important;width:min(100%,420px)!important;border-color:var(--fresh-line)!important;box-shadow:0 18px 54px #07101c12!important}.result-card:before{display:none!important}.result-card__comparison{gap:6px!important;padding:10px 10px 0!important}.result-card figcaption{min-height:38px!important;margin-bottom:6px!important;background:var(--fresh-fog-strong)!important;color:var(--fresh-ink)!important;font-family:Satoshi,Arial,sans-serif!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.075em!important;line-height:1!important}.result-card__comparison img,.result-card__placeholder{aspect-ratio:3 / 4!important;background:linear-gradient(180deg,var(--fresh-page) 0%,var(--fresh-fog) 100%)!important}.result-card__footer{grid-template-columns:minmax(0,1fr) auto!important;min-height:84px!important;margin:10px!important;padding:12px!important;background:linear-gradient(135deg,var(--fresh-deep) 0%,#101b2a 100%)!important}.result-card__product{grid-template-columns:66px minmax(0,1fr)!important;gap:12px!important}.result-card__product img{width:66px!important;height:66px!important;image-rendering:auto}.result-card h3{font-size:.88rem!important;font-weight:700!important;white-space:nowrap}.result-card__product p{font-size:.9rem;font-weight:700!important}.result-card__button{min-width:112px;background:var(--fresh-cream)!important;color:var(--fresh-ink)!important;font-weight:700!important}.result-card__button:hover,.result-card__button:focus-visible{background:#fff!important}.fresh-product__shell{grid-template-columns:minmax(0,1fr) minmax(440px,.92fr)!important;gap:clamp(32px,5vw,72px)!important}.fresh-product__panel{max-width:620px}.fresh-product__header h1,.fresh-product__mobile-heading h1{font-size:clamp(2.25rem,4.2vw,4.15rem)!important;font-weight:700!important;line-height:1!important}.fresh-product__header h1 span,.fresh-product__mobile-heading h1 span{color:var(--fresh-muted)!important;font-size:.28em!important;font-weight:700!important}.fresh-benefits{gap:10px!important;margin-bottom:22px!important}.fresh-benefits li{color:var(--fresh-ink-soft)!important;font-size:clamp(.98rem,1.1vw,1.08rem)!important;font-weight:700!important;line-height:1.35!important}.fresh-product-accordion summary,.landing-faq summary{text-transform:none!important}.fresh-key-benefits-block h2{text-transform:none!important;letter-spacing:0!important;font-size:.98rem!important;font-weight:700!important}.fresh-key-benefits li{font-weight:700!important}.fresh-product-sticky{right:max(14px,env(safe-area-inset-right))!important;bottom:max(14px,env(safe-area-inset-bottom))!important;left:max(14px,env(safe-area-inset-left))!important;opacity:0;pointer-events:none;transform:translateY(calc(100% + 20px));transition:opacity .18s ease,transform .18s ease,background .16s ease}.fresh-product-sticky.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.site-footer__newsletter-row button{border-color:var(--fresh-cream)!important;background:var(--fresh-cream)!important;color:var(--fresh-ink)!important}@media(max-width:980px){.fresh-product__shell{grid-template-columns:1fr!important}.fresh-product__panel{max-width:none}}@media(max-width:749px){.landing-results,.landing-faq{padding:54px 0!important}.landing-section-heading{margin-bottom:24px!important}.landing-section-heading h2{font-size:clamp(2.2rem,10vw,3.35rem)!important}.landing-section-heading p:not(.eyebrow){font-size:1rem!important}.landing-results__carousel{width:min(100%,344px)!important}.result-card{flex-basis:100%!important;width:100%!important}.result-card__footer{grid-template-columns:minmax(0,1fr) auto!important;min-height:82px!important}.result-card__product{grid-template-columns:62px minmax(0,1fr)!important}.result-card__product img{width:62px!important;height:62px!important}.result-card__button{min-width:104px;padding:10px 13px}.fresh-product__mobile-heading h1{font-size:clamp(1.92rem,8.8vw,2.55rem)!important}}@media(max-width:374px){.landing-results__carousel{width:min(100%,328px)!important}.result-card__footer{grid-template-columns:1fr!important}.result-card__button{width:100%}}@media(prefers-reduced-motion:no-preference){.motion-ready .announcement{animation:twofresh-fade-down .48s cubic-bezier(.22,1,.36,1) both}.motion-ready .site-header{animation:twofresh-fade-down .56s 70ms cubic-bezier(.22,1,.36,1) both}.motion-ready .landing-hero-image__img{animation:twofresh-hero-settle .76s .12s cubic-bezier(.22,1,.36,1) both!important}.motion-ready .reveal-on-scroll,.motion-ready .footer-reveal,.motion-ready .twofresh-auto-reveal{opacity:0;transform:translateY(22px);transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform;animation:none!important}.motion-ready .reveal-on-scroll.is-visible,.motion-ready .footer-reveal.is-visible,.motion-ready .twofresh-auto-reveal.is-visible{opacity:1;transform:translateY(0)}.motion-ready .result-card.reveal-on-scroll{transform:translateY(28px) scale(.985)}.motion-ready .result-card.reveal-on-scroll.is-visible{transform:translateY(0) scale(1)}.fresh-pack-card,.fresh-gallery__thumb,.result-card__button,.site-footer__social-link,.site-footer__column a{transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease}.fresh-pack-option:hover .fresh-pack-card,.fresh-gallery__thumb:hover,.result-card__button:hover,.site-footer__social-link:hover{transform:translateY(-1px)}}@keyframes twofresh-fade-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes twofresh-hero-settle{0%{opacity:0;transform:translateY(14px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.fresh-product-sticky:disabled{display:none!important}.cart-page{background:#fff!important;padding:clamp(42px,7vw,84px) 0!important}.cart-page__inner{max-width:1180px}.cart-page__header{max-width:760px;margin-bottom:clamp(24px,4vw,38px)}.cart-page__kicker{margin:0 0 10px;color:var(--fresh-muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cart-page__header h1{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0;color:var(--fresh-ink);font-size:clamp(2.35rem,6vw,4.75rem);font-weight:700;line-height:.96}.cart-page__header h1 span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:6px;background:var(--fresh-fog);color:var(--fresh-ink);font-size:clamp(.8rem,1.2vw,.95rem);font-weight:700;line-height:1}.cart-page__header p:last-child{max-width:560px;margin:14px 0 0;color:var(--fresh-ink);font-size:1.04rem;line-height:1.5}.cart-empty{display:grid;gap:18px;max-width:520px;padding:clamp(24px,5vw,42px);border:1px solid rgba(7,16,28,.1);border-radius:8px;background:var(--fresh-page)}.cart-empty p{margin:0;color:var(--fresh-ink);font-size:1.05rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);gap:clamp(18px,4vw,34px);align-items:start}.cart-items{gap:14px!important}.cart-item{grid-template-columns:92px minmax(0,1fr) auto!important;gap:16px!important;padding:14px!important;border-color:#07101c1a!important;background:linear-gradient(180deg,#ffffff 0%,var(--fresh-page) 100%)!important;box-shadow:0 16px 44px #07101c0e!important}.cart-item__media{display:grid;place-items:center;width:92px;height:92px;overflow:hidden;border-radius:7px;background:var(--fresh-fog)}.cart-item__media img{width:100%!important;height:100%!important;object-fit:contain!important}.cart-item__content{min-width:0}.cart-item__title{display:inline-block;color:var(--fresh-ink);font-size:1.04rem;font-weight:700;line-height:1.2;text-decoration:none}.cart-item__title:hover{text-decoration:underline;text-underline-offset:3px}.cart-item__variant{margin:5px 0 0;color:var(--fresh-ink);font-size:.9rem}.cart-item__meta{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:14px}.cart-quantity{display:inline-grid;grid-template-columns:34px 42px 34px;align-items:center;min-height:34px;overflow:hidden;border:1px solid rgba(7,16,28,.14);border-radius:999px;background:#fff}.cart-quantity__button,.cart-quantity input{width:100%;min-height:34px;border:0;background:transparent;color:var(--fresh-ink);font:inherit;font-weight:700;text-align:center}.cart-quantity__button{cursor:pointer}.cart-quantity__button:hover,.cart-quantity__button:focus-visible{background:var(--fresh-fog)}.cart-quantity input{-webkit-appearance:textfield;appearance:textfield;padding:0}.cart-quantity input::-webkit-outer-spin-button,.cart-quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.cart-item__remove{color:var(--fresh-ink);font-size:.88rem;font-weight:700;text-decoration:underline;text-underline-offset:3px}.cart-item__pricing{display:grid;gap:4px;justify-items:end;color:var(--fresh-ink);font-size:1rem}.cart-item__pricing s{color:var(--fresh-ink);font-size:.86rem}.cart-item__total{font-size:1rem;font-weight:700}.cart-summary{position:sticky;top:96px;display:grid!important;gap:14px!important;padding:clamp(18px,3vw,24px)!important;border-color:#07101c1f!important;background:var(--fresh-page)!important;box-shadow:0 18px 48px #07101c14}.cart-summary h2{margin:0 0 4px;color:var(--fresh-ink);font-size:1.24rem;font-weight:700}.cart-summary__row{display:flex;justify-content:space-between;gap:16px;color:var(--fresh-ink);font-size:.98rem}.cart-summary__row strong,.cart-summary__row--estimated strong{color:var(--fresh-ink)}.cart-summary__row--estimated{font-weight:700;letter-spacing:.02em;text-transform:none}.cart-summary__subtotal{width:auto!important;padding-top:12px;border-top:1px solid rgba(7,16,28,.12);font-size:1.1rem!important;text-align:left!important}.cart-summary__note{margin:0;color:var(--fresh-ink);font-size:.9rem;line-height:1.45}.cart-summary__checkout,.cart-summary__update{width:100%}.cart-summary__checkout{min-height:54px;background:var(--fresh-cta)!important;color:#fff!important;letter-spacing:.03em;text-transform:uppercase}.cart-summary__update{min-height:46px;border-color:#07101c29!important;background:#fff!important;color:var(--fresh-ink)!important}.cart-trust{display:grid;gap:8px;padding-top:2px;color:var(--fresh-ink);font-size:.88rem;line-height:1.35}.cart-trust span{position:relative;padding-left:17px}.cart-trust span:before{position:absolute;top:.48em;left:0;width:6px;height:6px;border-radius:999px;background:var(--fresh-ink);content:""}body{font-weight:400}h1,h2,.landing-section-heading h2,.fresh-product-section-heading h2,.cart-page__header h1,h3,.fresh-pack-card__copy strong,.cart-summary h2,.cart-drawer__title{font-weight:700}.section-heading p,.landing-section-heading p:not(.eyebrow),.fresh-product-section-heading p:not(.eyebrow),.cart-summary__note,.cart-drawer__note,.cart-drawer__trust{font-weight:400}.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq{padding-top:var(--fresh-section-y)!important;padding-bottom:var(--fresh-section-y)!important}.landing-section-heading,.fresh-product-section-heading{margin-bottom:clamp(28px,4vw,42px)!important}.fresh-benefits{gap:13px}.fresh-benefits li{grid-template-columns:28px minmax(0,1fr);gap:12px}.fresh-benefits__flag,.fresh-benefits__icon{display:inline-grid;width:27px;height:27px;place-items:center}.fresh-benefits__flag{font-size:1.35rem;line-height:1}.fresh-benefits__icon{fill:none;stroke:var(--fresh-ink);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.cart-drawer-open{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;justify-items:end;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__scrim{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#03070c9e;opacity:0;cursor:pointer;transition:opacity .22s ease}.cart-drawer.is-open .cart-drawer__scrim{opacity:1}.cart-drawer__panel{position:relative;z-index:1;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(438px,100vw);height:100%;border-left:1px solid rgba(255,255,255,.1);background:#080d15;color:#fff;box-shadow:-24px 0 70px #0000005c;transform:translate(100%);transition:transform .26s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer__heading{display:flex;align-items:center;gap:10px;margin:0;color:#fff;font-size:1.12rem;font-weight:700;line-height:1.1;white-space:nowrap}.cart-drawer__heading svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-drawer__heading [data-cart-drawer-count]{color:var(--fresh-page);font-weight:700}.cart-drawer__close{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0a;color:#fff;cursor:pointer}.cart-drawer__close svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.cart-drawer__close:hover,.cart-drawer__close:focus-visible{background:#fff;color:var(--fresh-ink)}.cart-drawer__status{min-height:22px;margin:0;padding:10px 24px 0;color:var(--fresh-page);font-size:.88rem;line-height:1.35}.cart-drawer__body{display:flex;flex-direction:column;min-height:0;overflow-y:auto;padding:8px 24px 20px}.cart-drawer__lines{display:grid;gap:12px}.cart-drawer__line{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:13px;align-items:center;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff09}.cart-drawer__media{display:grid;width:72px;height:72px;place-items:center;overflow:hidden;border-radius:6px;background:#03060a}.cart-drawer__media img{width:100%;height:100%;object-fit:contain}.cart-drawer__line-copy{min-width:0}.cart-drawer__title{display:inline-block;color:#fff;font-size:.98rem;line-height:1.18}.cart-drawer__variant{margin:4px 0 0;color:var(--fresh-page);font-size:.86rem}.cart-drawer__controls{display:flex;flex-wrap:wrap;gap:9px 12px;align-items:center;margin-top:12px}.cart-drawer__quantity{display:inline-grid;grid-template-columns:31px 36px 31px;overflow:hidden;min-height:31px;border:1px solid rgba(255,255,255,.16);border-radius:999px}.cart-drawer__quantity button,.cart-drawer__quantity input{width:100%;min-height:31px;border:0;background:transparent;color:#fff;font:inherit;font-weight:700;text-align:center}.cart-drawer__quantity button{cursor:pointer}.cart-drawer__quantity button:hover,.cart-drawer__quantity button:focus-visible{background:#ffffff1a}.cart-drawer__quantity input{-webkit-appearance:textfield;appearance:textfield;padding:0}.cart-drawer__quantity input::-webkit-outer-spin-button,.cart-drawer__quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.cart-drawer__remove{display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff09;color:var(--fresh-page);cursor:pointer}.cart-drawer__remove svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.cart-drawer__remove:hover,.cart-drawer__remove:focus-visible{background:#ffffff1a;color:#fff}.cart-drawer__line-price{color:#fff;font-size:.95rem;font-weight:700;white-space:nowrap}.cart-drawer__empty{display:grid;gap:11px;align-content:start;padding:18px 0 8px;text-align:center}.cart-drawer__empty h3{margin:0;color:#fff;font-size:1.45rem;font-weight:700}.cart-drawer__empty p{max-width:280px;margin:0 auto;color:var(--fresh-page);line-height:1.5}.cart-drawer__continue{display:inline-flex;justify-self:center;min-height:44px;align-items:center;justify-content:center;margin-top:6px;padding:0 18px;border-radius:7px;background:#fff;color:var(--fresh-ink);font-weight:700}.cart-drawer__recommendations,.cart-drawer__upsell{display:grid;gap:10px;margin-top:16px}.cart-drawer__recommendations>h3,.cart-drawer__upsell-copy h3{margin:0;color:#fff;font-size:1rem;font-weight:700;line-height:1.2}.cart-drawer__recommendation-grid{display:grid;gap:10px}.cart-drawer__upsell{margin-top:auto;padding:14px 0 0}.cart-drawer__upsell-copy{display:grid;gap:5px}.cart-drawer__upsell-copy small,.cart-drawer__product-copy small{color:var(--fresh-page);font-size:.72rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.cart-drawer__upsell-copy p{margin:0;color:var(--fresh-page);font-size:.86rem;line-height:1.4}.cart-drawer__product-card{display:grid;grid-template-columns:66px minmax(0,1fr);gap:12px;align-items:center;padding:11px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:#ffffff0d}.cart-drawer__product-card--featured{border-color:#9cb5d347;background:#0a121ec7}.cart-drawer__product-card--compact{grid-template-columns:54px minmax(0,1fr);gap:10px;padding:9px}.cart-drawer__product-media{display:grid;width:66px;height:66px;place-items:center;overflow:hidden;border-radius:6px;background:#03060a}.cart-drawer__product-card--compact .cart-drawer__product-media{width:54px;height:54px}.cart-drawer__product-media img{width:100%;height:100%;object-fit:contain}.cart-drawer__product-copy{display:grid;min-width:0;gap:4px}.cart-drawer__product-copy a{color:#fff;font-size:.94rem;font-weight:700;line-height:1.15}.cart-drawer__product-copy p{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;color:var(--fresh-page);font-size:.88rem;line-height:1.25}.cart-drawer__product-copy .cart-drawer__product-value{gap:6px}.cart-drawer__product-copy strong{color:#fff;font-weight:700}.cart-drawer__product-copy s{color:var(--fresh-page);font-size:.82rem}.cart-drawer__product-copy em{padding:3px 7px;border-radius:999px;background:#9cb5d329;color:var(--fresh-page);font-size:.75rem;font-style:normal;font-weight:700}.cart-drawer__product-add,.cart-drawer__sold-out{grid-column:1 / -1;display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-radius:7px;font-weight:700}.cart-drawer__product-card--compact .cart-drawer__product-add,.cart-drawer__product-card--compact .cart-drawer__sold-out{min-height:38px;font-size:.93rem}.cart-drawer__product-add{border:1px solid rgba(255,255,255,.96);background:#fff;color:var(--fresh-ink);cursor:pointer}.cart-drawer__product-add:hover,.cart-drawer__product-add:focus-visible{background:#dfe7f0}.cart-drawer__product-add:disabled{opacity:.62;cursor:progress}.cart-drawer__product-add span{color:var(--fresh-ink);font-weight:700}.cart-drawer__sold-out{background:#ffffff14;color:var(--fresh-page)}.cart-drawer__footer{display:grid;gap:13px;padding:18px 24px 22px;border-top:1px solid rgba(255,255,255,.1);background:#080d15}.cart-drawer__footer[hidden]{display:none!important}.cart-drawer__savings{display:flex;justify-content:space-between;gap:16px;color:var(--fresh-on-night);font-size:.9rem;font-weight:700;letter-spacing:.02em}.cart-drawer__savings[hidden]{display:none!important}.cart-drawer__savings strong{color:var(--fresh-on-night);font-weight:700}.cart-drawer__estimated{display:flex;justify-content:space-between;gap:16px;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.02em;text-transform:none}.cart-summary__row--savings{font-size:.98rem;font-weight:700}.cart-drawer__estimated strong{color:#fff;font-weight:700}.cart-drawer__note{margin:0;color:var(--fresh-page);font-size:.88rem;line-height:1.4}.cart-drawer__checkout{display:inline-flex;min-height:54px;align-items:center;justify-content:center;gap:10px;border-radius:7px;background:#fff;color:var(--fresh-ink);font-weight:700;letter-spacing:.03em;text-transform:uppercase;transition:transform .18s ease,background .18s ease}.cart-drawer__checkout:hover,.cart-drawer__checkout:focus-visible{background:#dfe7f0;transform:translateY(-1px)}.cart-drawer__trust{display:grid;gap:7px;color:var(--fresh-page);font-size:.84rem;line-height:1.35}.cart-drawer__trust span{position:relative;padding-left:15px}.cart-drawer__trust span:before{position:absolute;top:.5em;left:0;width:5px;height:5px;border-radius:999px;background:#fff;content:""}.cart-drawer.is-loading .cart-drawer__panel{cursor:progress}@media(max-width:749px){.community-hero__media,.community-hero__media img,.community-hero__placeholder{height:min(92vw,420px);min-height:310px}.community-hero__content{padding-top:30px;padding-bottom:52px}.community-hero h1{font-size:clamp(2.65rem,15vw,4.6rem)}.community-hero__content>p:not(.community-hero__eyebrow){font-size:1.02rem}.community-story{grid-template-columns:1fr;gap:22px;padding-top:52px}.community-story h2,.community-testimonials h2{font-size:clamp(2rem,10vw,3rem)}.community-testimonials__grid{display:flex;gap:12px;overflow-x:auto;margin-right:-16px;margin-left:-16px;padding:0 16px 12px;scroll-padding-inline:16px;scroll-snap-type:x mandatory}.community-testimonial{flex:0 0 min(78vw,310px);scroll-snap-align:start}.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq{padding-top:var(--fresh-section-y-mobile)!important;padding-bottom:var(--fresh-section-y-mobile)!important}.cart-drawer__panel{width:min(100vw,430px)}.cart-drawer__header,.cart-drawer__body,.cart-drawer__footer{padding-right:18px;padding-left:18px}.cart-drawer__line{grid-template-columns:66px minmax(0,1fr)}.cart-drawer__media{width:66px;height:66px}.cart-drawer__line-price{grid-column:2}.cart-drawer__empty{padding-top:14px}.cart-drawer__product-card{grid-template-columns:60px minmax(0,1fr);gap:10px}.cart-drawer__product-card--compact{grid-template-columns:52px minmax(0,1fr)}.cart-drawer__product-media{width:60px;height:60px}.cart-drawer__product-card--compact .cart-drawer__product-media{width:52px;height:52px}.fresh-gallery__slide{aspect-ratio:auto!important;height:auto!important;min-height:min(104vw,410px)!important}.fresh-gallery__slide img{width:min(64%,285px)!important;max-height:360px!important}.fresh-product__shell{grid-template-columns:minmax(0,1fr)!important;overflow:hidden;width:min(calc(100vw - 24px),620px)!important}.fresh-product__media,.fresh-gallery,.fresh-gallery__viewport,.fresh-gallery__track,.fresh-gallery__slide{width:100%!important;max-width:100%!important;min-width:0!important}}@media(max-width:899px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:749px){.cart-page{padding:34px 0 56px!important}.cart-page__header{margin-bottom:22px}.cart-page__header h1{font-size:clamp(2.15rem,12vw,3.1rem)}.cart-page__header p:last-child{font-size:.98rem}.cart-item{grid-template-columns:76px minmax(0,1fr)!important;align-items:start!important;padding:12px!important}.cart-item__media{width:76px;height:76px}.cart-item__pricing{grid-column:2;justify-items:start}.cart-item__meta{margin-top:12px}.cart-summary{margin-top:2px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}:root{--fresh-ref-page: #f7f9fc;--fresh-ref-fog: #eef2f6;--fresh-ref-card: #ffffff;--fresh-ref-ink: #1c3557;--fresh-ref-line: #dfe5ec;--fresh-ref-night: #050912;--fresh-ref-deep: #07101c;--fresh-ref-price-compare: #7a859d;--fresh-ref-hover: #27415f;--fresh-page: var(--color-background, var(--fresh-ref-page));--fresh-fog: var(--color-surface, var(--fresh-ref-fog));--fresh-fog-strong: var(--fresh-fog);--fresh-card: var(--fresh-ref-card);--fresh-ink: var(--color-foreground, var(--fresh-ref-ink));--fresh-ink-soft: var(--color-muted, var(--fresh-ref-ink));--fresh-muted: var(--fresh-ink-soft);--fresh-line: var(--color-border, var(--fresh-ref-line));--fresh-line-strong: color-mix(in srgb, var(--fresh-ink) 28%, transparent);--fresh-night: var(--color-inverse, var(--fresh-ref-night));--fresh-deep: var(--fresh-ref-deep);--fresh-on-night: var(--fresh-ref-page);--fresh-on-night-muted: var(--fresh-ref-page);--fresh-price-compare: var(--fresh-ref-price-compare);--fresh-cream: #f8f7f2;--fresh-accent-orange: #c66a32;--fresh-accent-orange-soft: #f6e4d8;--fresh-accent-blue: var(--color-accent, #1f5f9f);--fresh-accent-blue-soft: #dbe9f8;--fresh-accent-green: #2f7f68;--fresh-accent-green-soft: #ddf0e9;--fresh-savings: #2f6b4f;--fresh-savings-soft: #e7f2ed;--fresh-cta: var(--fresh-ink);--fresh-cta-hover: var(--fresh-ref-hover);--fresh-focus: var(--fresh-accent-blue);--fresh-radius-md: 8px;--fresh-shadow-soft: 0 18px 46px rgba(7, 16, 28, .08);--fresh-section-y: 80px;--fresh-section-y-mobile: 52px;--fresh-container: 1180px;--fresh-type-body: 1rem;--fresh-type-h3: clamp(1.08rem, 1.6vw, 1.35rem);--fresh-type-h2: clamp(1.9rem, 3.4vw, 3.25rem);--fresh-type-h1: clamp(2.25rem, 4.8vw, 4.75rem)}html,body{color:var(--fresh-ink);background:var(--fresh-page)}body{font-family:Satoshi,Arial,sans-serif;font-size:var(--fresh-type-body);font-weight:400}:is(h1,h2,h3,h4,h5,h6){margin-top:0;color:var(--fresh-ink);letter-spacing:0}h1,.section-heading h1,.landing-section-heading h2,.community-hero h1{font-size:var(--fresh-type-h1);font-weight:700;line-height:.94}h2,.section-heading h2,.fresh-product-section-heading h2,.community-story h2,.community-testimonials h2,.cart-page__header h1{font-size:var(--fresh-type-h2);font-weight:700;line-height:.98}h3,.result-card h3,.fresh-how-to__copy h3{font-size:var(--fresh-type-h3);font-weight:700;line-height:1.08}p,li{color:var(--fresh-muted);line-height:1.55}strong,.fresh-pack-card__copy strong,.cart-drawer__title{font-weight:700}.eyebrow,small,.fresh-pack-card__copy small,.fresh-pack-card__price small,.cart-drawer__product-copy small{color:var(--fresh-muted);font-weight:700;letter-spacing:0}.container{width:min(var(--fresh-container),calc(100vw - 32px))}:focus-visible{outline:2px solid var(--fresh-focus);outline-offset:3px}.button,.button--accent,.fresh-add-button,.fresh-product-sticky,.cart-summary .button--accent,.contact-form .button--accent,.reviews__placeholder .button--accent,.result-card__button,.cart-drawer__checkout,.cart-drawer__product-add{border-color:var(--fresh-cta)!important;border-radius:var(--fresh-radius-md)!important;background:var(--fresh-cta)!important;color:#fff!important;font-weight:700}.button:hover,.button:focus-visible,.button--accent:hover,.button--accent:focus-visible,.fresh-add-button:hover,.fresh-add-button:focus-visible,.fresh-product-sticky:hover,.fresh-product-sticky:focus-visible,.cart-summary .button--accent:hover,.cart-summary .button--accent:focus-visible,.contact-form .button--accent:hover,.contact-form .button--accent:focus-visible,.reviews__placeholder .button--accent:hover,.reviews__placeholder .button--accent:focus-visible,.result-card__button:hover,.result-card__button:focus-visible,.cart-drawer__checkout:hover,.cart-drawer__checkout:focus-visible,.cart-drawer__product-add:hover,.cart-drawer__product-add:focus-visible{border-color:var(--fresh-cta-hover)!important;background:var(--fresh-cta-hover)!important;color:#fff!important;box-shadow:0 12px 26px #1f5f9f29}.button--ghost,.cart-summary__update{border-color:var(--fresh-line-strong)!important;background:var(--fresh-page)!important;color:var(--fresh-ink)!important}.announcement,.site-header,.landing-faq,.fresh-how-to,.fresh-product-faq,.community-testimonials,.cart-page,.simple-page,.collection-page,.search-page,.not-found{background:var(--fresh-page)!important}.landing-results,.main-product,.community-story{background:var(--fresh-fog)!important}.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq,.community-story,.community-testimonials,.cart-page,.simple-page,.collection-page,.search-page,.not-found{padding-top:var(--fresh-section-y)!important;padding-bottom:var(--fresh-section-y)!important}.site-footer,.cart-drawer__panel,.cart-drawer__footer{background:var(--fresh-night)!important;color:var(--fresh-on-night)!important}:is(.site-footer,.cart-drawer__panel) :is(h1,h2,h3,strong,a,.cart-drawer__heading,.cart-drawer__title,.cart-drawer__line-price,.cart-drawer__estimated strong){color:var(--fresh-on-night)!important}:is(.site-footer,.cart-drawer__panel) :is(p,li,small,span,.cart-drawer__variant,.cart-drawer__status,.cart-drawer__product-copy p){color:var(--fresh-on-night-muted)!important}.cart-drawer__checkout,.cart-drawer__product-add,.cart-drawer__continue,.site-footer__newsletter-row button{border-color:var(--fresh-on-night)!important;background:var(--fresh-on-night)!important;color:var(--fresh-night)!important}.cart-drawer__checkout span,.cart-drawer__product-add span,.cart-drawer__continue span,.site-footer__newsletter-row button span{color:inherit!important}.site-header{border-bottom:1px solid rgba(7,16,28,.08)!important;color:var(--fresh-ink)!important}.site-header__nav a,.mobile-menu summary,.site-header__icon-link{color:var(--fresh-ink)!important}.site-header__nav a:hover,.site-header__nav a:focus-visible,.mobile-menu summary:hover,.mobile-menu summary:focus-visible,.site-header__icon-link:hover,.site-header__icon-link:focus-visible{color:var(--fresh-ink)!important}.site-header__cart-count,.fresh-pack-card__badge{background:var(--fresh-accent-blue)!important;color:#fff!important}.fresh-product__header h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;line-height:.96}.fresh-product__header h1 span{color:var(--fresh-muted);font-weight:700}.fresh-benefits li{color:var(--fresh-ink-soft);font-weight:700}.fresh-benefits__icon{stroke:var(--fresh-ink)!important}.fresh-pack-card,.cart-item,.cart-summary,.fresh-how-to__step,.community-testimonial,.result-card,.landing-faq__item{border-color:#07101c1a!important;border-radius:var(--fresh-radius-md)!important;background:var(--fresh-card)!important;color:var(--fresh-ink)!important;box-shadow:none}.fresh-pack-option input:checked+.fresh-pack-card{border-color:var(--fresh-ink)!important;background:linear-gradient(180deg,#ffffff 0%,var(--fresh-fog) 100%)!important;box-shadow:0 0 0 1px var(--fresh-ink),var(--fresh-shadow-soft)!important}.fresh-pack-option input:checked+.fresh-pack-card .fresh-pack-card__radio{border-color:var(--fresh-ink)!important;background:var(--fresh-ink)!important}.result-card__footer{background:var(--fresh-night)!important;color:var(--fresh-on-night)!important}.result-card__button{border-color:var(--fresh-on-night)!important;background:var(--fresh-on-night)!important;color:var(--fresh-night)!important}.result-card figcaption{background:var(--fresh-fog-strong)!important;color:var(--fresh-ink)!important;font-weight:700}.fresh-product-accordion summary,.landing-faq summary{color:var(--fresh-ink)!important;font-weight:700}.fresh-product-accordion p,.fresh-product-accordion__richtext,.landing-faq__answer,.cart-page__header p:last-child,.fresh-how-to__copy p{color:var(--fresh-muted)!important}.result-card:nth-of-type(3n+1),.fresh-how-to__step:nth-of-type(3n+1),.community-testimonial:nth-of-type(3n+1),.fresh-key-benefits li:nth-child(3n+1){--shape-accent: var(--fresh-accent-orange);--shape-accent-soft: var(--fresh-accent-orange-soft)}.result-card:nth-of-type(3n+2),.fresh-how-to__step:nth-of-type(3n+2),.community-testimonial:nth-of-type(3n+2),.fresh-key-benefits li:nth-child(3n+2){--shape-accent: var(--fresh-accent-blue);--shape-accent-soft: var(--fresh-accent-blue-soft)}.result-card:nth-of-type(3n),.fresh-how-to__step:nth-of-type(3n),.community-testimonial:nth-of-type(3n),.fresh-key-benefits li:nth-child(3n){--shape-accent: var(--fresh-accent-green);--shape-accent-soft: var(--fresh-accent-green-soft)}.result-card:before{background:linear-gradient(90deg,var(--shape-accent, var(--fresh-accent-blue)) 0%,var(--fresh-ink) 100%)!important}.fresh-how-to__placeholder,.community-testimonial__placeholder,.result-card__placeholder,.fresh-gallery__thumb--blank span{background:linear-gradient(180deg,var(--shape-accent-soft, var(--fresh-accent-blue-soft)) 0%,var(--fresh-fog) 100%)!important}.cart-drawer__product-copy em,.fresh-pack-card__price small,.fresh-pack-card__copy small{border-color:#07101c29!important;background:var(--fresh-accent-blue-soft)!important;color:var(--fresh-ink)!important}.site-footer__newsletter-row input,.contact-form input,.contact-form textarea,.product-form input,.product-form textarea,.product-form select{border-color:var(--fresh-line-strong)!important;border-radius:var(--fresh-radius-md)!important}.site-footer__newsletter-row input{border-color:#ffffff3d!important;background:#ffffff0a!important;color:var(--fresh-on-night)!important}.site-footer__newsletter-row input::placeholder{color:var(--fresh-page)!important}@media(max-width:749px){:root{--fresh-section-y: var(--fresh-section-y-mobile)}h1,.section-heading h1,.landing-section-heading h2,.community-hero h1,h2,.section-heading h2,.fresh-product-section-heading h2,.community-story h2,.community-testimonials h2,.cart-page__header h1{font-weight:700}}.announcement{background:var(--fresh-page)!important;color:var(--fresh-ink)!important;font-size:.72rem!important;line-height:1.2!important}.announcement__inner{min-height:22px!important;padding:4px 16px!important}.site-header__inner{min-height:58px!important}.site-header__logo img{width:min(118px,30vw)!important}.site-header__nav{gap:20px!important}.site-header__nav,.site-header__utilities,.mobile-menu summary{font-size:.76rem!important}.site-header__utilities{gap:8px!important}.site-header__icon-link{display:inline-grid!important;width:34px!important;height:34px!important}.site-header__icon-link svg,.mobile-menu summary svg{width:20px!important;height:20px!important}.site-header__icon-link[href*="/account"]{display:inline-grid!important}.landing-hero-image picture,.landing-hero-image__img{display:block}.landing-hero-image__img{width:100%!important;height:auto!important;min-height:0!important;object-fit:contain!important;object-position:center top!important}.fresh-product__header h1{font-size:clamp(2rem,4.4vw,3.55rem)!important;font-weight:700!important;line-height:1!important}@media(prefers-reduced-motion:no-preference){.motion-ready .announcement{animation:twofresh-fade-down .42s cubic-bezier(.22,1,.36,1) both!important}.motion-ready .site-header{animation:twofresh-fade-down .52s 60ms cubic-bezier(.22,1,.36,1) both!important}.motion-ready .landing-hero-image__img{animation:twofresh-hero-settle .9s .12s cubic-bezier(.22,1,.36,1) both!important;transform-origin:center top}.motion-ready .reveal-on-scroll,.motion-ready .footer-reveal,.motion-ready .twofresh-auto-reveal{opacity:0;filter:blur(8px);transform:translateY(18px);transition:opacity .62s cubic-bezier(.22,1,.36,1),filter .62s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,filter,transform}.motion-ready .reveal-on-scroll.is-visible,.motion-ready .footer-reveal.is-visible,.motion-ready .twofresh-auto-reveal.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}}@media(max-width:749px){.announcement__inner{min-height:20px!important;padding:3px 12px!important}.site-header__inner{min-height:56px!important;gap:8px!important}.site-header__logo img{width:min(112px,32vw)!important}.site-header__utilities{gap:2px!important}.site-header__icon-link{width:32px!important;height:32px!important}.landing-section-heading h2,.section-heading h1,.section-heading h2,.fresh-product-section-heading h2,.community-story h2,.community-testimonials h2,.cart-page__header h1{font-size:clamp(1.85rem,8.8vw,2.45rem)!important;line-height:1!important}.community-hero h1{font-size:clamp(2.35rem,12vw,3.65rem)!important;line-height:.96!important}.fresh-product__header h1{display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:.35rem .5rem!important;font-size:clamp(1.85rem,8.6vw,2.55rem)!important;line-height:1.02!important}.fresh-product__header h1 span{font-size:clamp(.86rem,3.8vw,1rem)!important}}.announcement{background:#071a34!important;color:var(--fresh-page)!important;border-bottom:1px solid rgba(247,249,252,.1)!important}.announcement__inner span{color:inherit!important}.site-header{position:sticky!important;top:0!important;z-index:90!important;background:#fffffff5!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.shopify-section-group-header-group:has(.site-header){position:sticky!important;top:0!important;z-index:95!important}.shopify-section-group-header-group:has(.site-header) .site-header{position:relative!important;top:auto!important}.eyebrow,.community-hero__eyebrow{display:none!important}.result-card__product>div{display:block!important;min-width:0!important}.result-card__footer .result-card__product h3{display:block!important;margin:0!important;color:var(--fresh-on-night)!important;font-size:.9rem!important;font-weight:700!important;line-height:1.08!important;white-space:normal!important}.result-card__footer .result-card__product p{display:block!important;margin-top:4px!important;color:var(--fresh-page)!important}.result-card__button{color:var(--fresh-ink)!important}@media(min-width:750px){.landing-hero-image{overflow:hidden!important;background:var(--fresh-night)!important}.landing-hero-image__link{display:block!important;background:var(--fresh-night)!important}.landing-hero-image__link:focus-visible{outline:2px solid rgba(247,249,252,.86)!important;outline-offset:-6px!important}.landing-hero-image picture{display:block!important;width:100%!important;height:min(56.28vw,calc(100vh - 82px))!important;background:var(--fresh-night)!important}.landing-hero-image__img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}}.community-hero{position:relative!important;display:grid!important;height:clamp(520px,calc(100vh - 82px),680px)!important;min-height:0!important;overflow:hidden!important;background:#f2f5f9!important}.community-hero__media,.community-hero__content{grid-area:1 / 1!important}.community-hero__media{min-height:100%!important}.community-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f9fcfa,#f7f9fcf2 48%,#f7f9fcdb 72%,#f7f9fcbd);content:"";pointer-events:none}.community-hero__media img,.community-hero__placeholder{width:100%!important;height:100%!important;min-height:0!important}.community-hero__media img{opacity:.18!important;filter:grayscale(1) saturate(.25) contrast(.95)!important;object-position:center bottom!important}.community-hero__content{position:relative!important;z-index:1!important;align-self:center!important;max-width:var(--fresh-container)!important;width:min(var(--fresh-container),calc(100% - 40px))!important;margin:0 auto!important;padding:clamp(68px,7vw,108px) 0!important}.community-hero h1{max-width:690px!important;font-size:clamp(3.2rem,5.4vw,5.25rem)!important;font-weight:700!important;line-height:.96!important}.community-hero__content>p{max-width:590px!important;color:var(--fresh-ink)!important;font-size:clamp(1rem,1.18vw,1.16rem)!important;line-height:1.5!important}.community-hero__button{min-height:52px!important;margin-top:8px!important;border-radius:6px!important;background:var(--fresh-ink)!important;color:#fff!important}.community-page__inner{gap:var(--fresh-section-y)!important;padding-top:var(--fresh-section-y)!important;padding-bottom:var(--fresh-section-y)!important}.community-story{display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:clamp(28px,5vw,64px)!important;align-items:start!important;padding-top:0!important}.community-story h2,.community-testimonials h2{font-size:clamp(2.05rem,3.4vw,3.45rem)!important;font-weight:700!important;line-height:1.02!important}.community-story__copy{max-width:760px!important}.community-story__copy p{font-size:clamp(1rem,1.15vw,1.14rem)!important}.community-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,22px)}.community-pillar{display:grid;gap:12px;padding:clamp(18px,2.2vw,26px);border:1px solid var(--fresh-line);border-radius:8px;background:var(--fresh-fog)}.community-pillar h3{margin:0;font-size:clamp(1.08rem,1.4vw,1.32rem);font-weight:700}.community-pillar p{margin:0;font-size:.98rem}.community-testimonials{display:grid!important;gap:clamp(24px,4vw,40px)!important}.community-testimonials__grid{gap:clamp(14px,2vw,22px)!important}.community-testimonial{border-radius:8px!important}.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq,.contact-page,.cart-page{padding-top:var(--fresh-section-y)!important;padding-bottom:var(--fresh-section-y)!important}@supports (content-visibility: auto){.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq,.community-page__inner,.site-footer{content-visibility:auto;contain-intrinsic-size:720px}}@media(prefers-reduced-motion:no-preference){.motion-ready .reveal-on-scroll.is-visible,.motion-ready .footer-reveal.is-visible,.motion-ready .twofresh-auto-reveal.is-visible{will-change:auto!important}}@media(max-width:749px){.site-header{top:0!important}.landing-hero-image__link:focus-visible{outline:2px solid rgba(247,249,252,.86)!important;outline-offset:-4px!important}.community-hero{height:500px!important;min-height:auto!important}.community-hero__media img,.community-hero__placeholder{min-height:520px!important;height:520px!important}.community-hero__media:after{background:linear-gradient(180deg,#f7f9fcfa,#f7f9fcf0 58%,#f7f9fce0)}.community-hero__content{width:min(var(--fresh-container),calc(100% - 32px))!important;padding-top:58px!important;padding-bottom:58px!important}.community-hero h1{max-width:100%!important;font-size:clamp(2.55rem,10.6vw,3.35rem)!important;line-height:.98!important}.community-hero__content>p{max-width:31ch!important;font-size:1rem!important}.community-page__inner{gap:var(--fresh-section-y-mobile)!important;padding-top:var(--fresh-section-y-mobile)!important;padding-bottom:var(--fresh-section-y-mobile)!important}.community-story{grid-template-columns:1fr!important;gap:20px!important}.community-story h2,.community-testimonials h2{font-size:clamp(1.85rem,8.5vw,2.55rem)!important}.community-pillars{grid-template-columns:1fr;gap:12px}.landing-results,.landing-faq,.fresh-how-to,.fresh-product-faq,.contact-page,.cart-page{padding-top:var(--fresh-section-y-mobile)!important;padding-bottom:var(--fresh-section-y-mobile)!important}.result-card__footer .result-card__product h3{font-size:.84rem!important}}:is(h1,h2,h3,h4,h5,h6),.landing-section-heading h2,.section-heading h1,.section-heading h2,.fresh-product__header h1,.fresh-product__mobile-heading h1,.fresh-product-section-heading h2,.community-hero h1,.community-story h2,.community-testimonials h2,.community-pillar h3,.cart-page__header h1{font-family:Satoshi,Arial,sans-serif!important;font-weight:700!important;letter-spacing:0!important}.landing-section-heading h2,.section-heading h1{font-size:var(--fresh-type-h1)!important;line-height:.98!important}.section-heading h2,.fresh-product-section-heading h2,.community-story h2,.community-testimonials h2,.cart-page__header h1{font-size:var(--fresh-type-h2)!important;line-height:1.04!important}.site-header__nav a,.mobile-menu__panel a,.fresh-add-button,.result-card__button,.community-hero__button,.cart-drawer__checkout,.cart-drawer__upsell-button,.button{font-weight:700!important}.community-hero{height:clamp(500px,calc(100vh - 96px),620px)!important;background:linear-gradient(90deg,var(--fresh-page) 0%,var(--fresh-fog) 48%,var(--fresh-fog) 100%)!important}.community-hero__media:after{background:linear-gradient(90deg,#f5f8fcfa,#f5f8fcf2 58%,#f5f8fce6)!important}.community-hero__media img{opacity:.08!important;filter:grayscale(1) saturate(.1) contrast(.9)!important}.community-hero__placeholder{background:linear-gradient(135deg,var(--fresh-page) 0%,var(--fresh-fog) 100%)!important}.community-hero__content{width:min(var(--fresh-container),calc(100% - 64px))!important;padding:clamp(72px,8vw,116px) 0!important}.community-hero h1{max-width:660px!important;font-size:clamp(3rem,4.8vw,4.65rem)!important;line-height:.98!important}.community-hero__content>p{max-width:610px!important;margin-top:18px!important;color:var(--fresh-ink)!important;font-size:clamp(1.02rem,1.12vw,1.14rem)!important;line-height:1.52!important}.community-hero__button{margin-top:14px!important}.community-page__inner{gap:clamp(56px,6vw,84px)!important}.community-story{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)!important;gap:clamp(28px,5vw,72px)!important}.community-story h2{max-width:11ch!important}.community-story__copy{max-width:700px!important}.community-story__copy p{color:var(--fresh-ink)!important;font-size:clamp(1rem,1.05vw,1.08rem)!important}.community-pillars{gap:16px!important}.community-pillar{border-color:#d9e2ec!important;background:var(--fresh-page)!important}.community-pillar h3{font-size:clamp(1.02rem,1.22vw,1.2rem)!important}.community-testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fresh-product__header h1,.fresh-product__mobile-heading h1{display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:8px 12px!important;color:var(--fresh-ink)!important;font-size:clamp(2rem,3.7vw,3.1rem)!important;line-height:1.02!important}.fresh-product__header h1 span,.fresh-product__mobile-heading h1 span{display:inline-flex!important;align-items:center!important;min-height:26px!important;padding:4px 8px!important;border-radius:7px!important;background:var(--fresh-fog)!important;color:var(--fresh-ink)!important;font-size:clamp(.78rem,1vw,.92rem)!important;font-weight:700!important;line-height:1!important}.fresh-benefits{gap:11px!important;margin-top:20px!important}.fresh-benefits li{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;color:var(--fresh-ink)!important;font-size:clamp(.98rem,1.15vw,1.08rem)!important;font-weight:700!important;line-height:1.34!important}.fresh-benefits__flag,.fresh-benefits__icon{width:24px!important;height:24px!important;color:var(--fresh-ink)!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}@media(min-width:990px){.fresh-product__panel{padding-top:clamp(12px,2vw,28px)!important}.fresh-product__shell{align-items:start!important}}.cart-drawer__panel .cart-drawer__line{grid-template-columns:60px minmax(0,1fr) auto!important;grid-template-areas:"media copy price" "media controls price";column-gap:10px!important;row-gap:7px!important;align-items:center;padding:10px!important}.cart-drawer__panel .cart-drawer__media{grid-area:media;width:60px!important;height:60px!important}.cart-drawer__panel .cart-drawer__line-copy{grid-area:copy;min-width:0}.cart-drawer__panel .cart-drawer__title{display:block;font-size:.84rem!important;line-height:1.15;white-space:nowrap}.cart-drawer__panel .cart-drawer__controls{grid-area:controls;flex-wrap:nowrap;gap:8px;margin-top:0}.cart-drawer__panel .cart-drawer__quantity{grid-template-columns:27px 30px 27px;min-height:30px}.cart-drawer__panel .cart-drawer__quantity button,.cart-drawer__panel .cart-drawer__quantity input{min-height:30px}.cart-drawer__panel .cart-drawer__remove{width:30px;height:30px;flex:0 0 30px}.cart-drawer__panel .cart-drawer__line-price{grid-area:price;grid-column:auto!important;align-self:center}@media(max-width:389px){.cart-drawer__panel .cart-drawer__line{grid-template-columns:56px minmax(0,1fr) auto!important;column-gap:8px!important}.cart-drawer__panel .cart-drawer__media{width:56px!important;height:56px!important}.cart-drawer__panel .cart-drawer__title{font-size:.78rem!important}}.cart-drawer__panel .cart-drawer__recommendations{gap:12px;margin-top:12px}.cart-drawer__panel .cart-drawer__recommendation-grid{gap:16px}.cart-drawer__panel .cart-drawer__recommendation-grid .cart-drawer__product-card{grid-template-columns:60px minmax(0,1fr) auto!important;column-gap:14px!important;padding:10px!important}.cart-drawer__panel .cart-drawer__recommendation-grid .cart-drawer__product-media{width:60px!important;height:60px!important}.cart-drawer__panel .cart-drawer__footer-recommendation .cart-drawer__product-card--compact{grid-template-columns:48px minmax(0,1fr) auto!important;column-gap:10px!important}.cart-drawer__panel .cart-drawer__footer-recommendation .cart-drawer__product-media{width:48px!important;height:48px!important}.cart-drawer__panel .cart-drawer__product-media img{object-fit:cover!important;object-position:center!important}.cart-drawer__panel .cart-drawer__empty{padding-top:12px;padding-bottom:8px}@media(max-width:749px){:root{--fresh-type-h1: clamp(2.05rem, 9vw, 2.85rem);--fresh-type-h2: clamp(1.75rem, 7.4vw, 2.35rem);--fresh-section-y-mobile: 46px}.landing-section-heading h2,.section-heading h1,.fresh-product-section-heading h2,.community-story h2,.community-testimonials h2{line-height:1.04!important}.community-hero{height:470px!important;background:linear-gradient(180deg,#f6f9fd 0%,var(--fresh-fog) 100%)!important}.community-hero__media:after{background:linear-gradient(180deg,#f6f9fdfa,#f6f9fdf0)!important}.community-hero__content{width:min(var(--fresh-container),calc(100% - 32px))!important;padding:54px 0!important}.community-hero h1{max-width:10ch!important;font-size:clamp(2.45rem,11vw,3.05rem)!important;line-height:1!important}.community-hero__content>p{max-width:29ch!important;font-size:.98rem!important}.community-story,.community-pillars,.community-testimonials__grid{grid-template-columns:1fr!important}.community-story h2{max-width:13ch!important}.fresh-product__mobile-heading h1{font-size:clamp(2.05rem,9vw,2.72rem)!important}.fresh-benefits li{font-size:.98rem!important}}.landing-hero-image{background:var(--hero-bg, var(--fresh-night))!important}.landing-hero-image picture{height:var(--hero-desktop-height, min(56.28vw, calc(100vh - 82px) ))!important;background:var(--hero-bg, var(--fresh-night))!important}.landing-hero-image__img{height:100%!important;object-fit:var(--hero-desktop-fit, cover)!important;object-position:var(--hero-position, center center)!important}.landing-results,.landing-faq{background:var(--section-bg, #ffffff)!important;padding-top:var(--section-padding-top, var(--fresh-section-y))!important;padding-bottom:var(--section-padding-bottom, var(--fresh-section-y))!important}.landing-results>.container,.landing-faq>.container{width:min(var(--section-max-width, var(--fresh-container)),calc(100vw - 32px))!important}.landing-section-heading{text-align:var(--section-text-align, center)!important}.landing-section-heading h2{font-size:var(--fresh-type-h2)!important}.landing-results[style*="--section-heading-size: small"] .landing-section-heading h2,.landing-faq[style*="--section-heading-size: small"] .landing-section-heading h2{font-size:clamp(1.65rem,2.8vw,2.55rem)!important}.landing-results[style*="--section-heading-size: large"] .landing-section-heading h2,.landing-faq[style*="--section-heading-size: large"] .landing-section-heading h2{font-size:clamp(2.35rem,4.8vw,4.4rem)!important}.result-card{width:min(var(--result-card-width, 340px),calc(100vw - 32px))!important;background:var(--result-card-bg, #ffffff)!important}.result-card__comparison figure img,.result-card__placeholder{height:var(--result-card-image-height, 320px)!important}.result-card__footer{background:var(--result-footer-bg, var(--fresh-ink))!important;color:var(--result-footer-text, var(--fresh-on-night))!important}.result-card__footer :is(h3,p){color:inherit!important}.landing-faq__item{border-color:var(--faq-border-color, var(--fresh-line))!important}.landing-faq__item summary,.landing-faq__answer,.landing-faq__answer p{color:var(--faq-text-color, var(--fresh-ink))!important}.community-page{background:var(--community-page-bg, #ffffff)!important}.community-hero{height:var(--community-hero-height, 560px)!important;background:var(--community-hero-bg, var(--fresh-page))!important}.community-hero__media:after{background:linear-gradient(90deg,color-mix(in srgb,var(--community-hero-bg, var(--fresh-page)) 96%,transparent),color-mix(in srgb,var(--community-hero-bg, var(--fresh-page)) 92%,transparent))!important}.community-hero__media img{opacity:var(--community-hero-image-opacity, .1)!important}.community-hero__content{width:min(var(--community-content-width, var(--fresh-container)),calc(100% - 64px))!important}.community-hero__content--center{text-align:center!important;justify-items:center!important}.community-hero__content--center :is(h1,p){margin-right:auto!important;margin-left:auto!important}.community-page__inner{width:min(var(--community-content-width, var(--fresh-container)),calc(100vw - 32px))!important;padding-top:var(--community-section-padding-top, var(--fresh-section-y))!important;padding-bottom:var(--community-section-padding-bottom, var(--fresh-section-y))!important}.community-story{background:var(--community-story-bg, var(--fresh-page))!important}.community-page__inner--stacked .community-story{grid-template-columns:1fr!important}.community-page__inner--stacked .community-story h2{max-width:16ch!important}.community-testimonials__grid{grid-template-columns:repeat(var(--community-testimonial-columns, 3),minmax(0,1fr))!important}.fresh-product{background:var(--product-section-bg, #ffffff)!important}.fresh-product__shell{gap:var(--product-shell-gap, 72px)!important;padding-top:var(--product-padding-top, 48px)!important;padding-bottom:var(--product-padding-bottom, 80px)!important}.fresh-product__media{max-width:var(--product-gallery-max-width, 620px)!important}.fresh-product__panel{max-width:var(--product-panel-max-width, 540px)!important}.fresh-gallery__viewport,.fresh-gallery__slide,.fresh-gallery__slide--blank{background:var(--product-gallery-bg, #ffffff)!important}.fresh-pack-card,.fresh-key-benefits,.fresh-how-to__step,.fresh-product-accordion details{background:var(--product-card-bg, #ffffff)!important}.fresh-product__header h1,.fresh-product__mobile-heading h1{font-size:var(--product-title-size, 50px)!important}.fresh-how-to,.fresh-product-faq{padding-top:var(--product-lower-padding-top, 64px)!important;padding-bottom:var(--product-lower-padding-bottom, 64px)!important}.site-footer{background:var(--footer-bg, var(--fresh-night))!important;color:var(--footer-text, var(--fresh-on-night))!important;padding-top:var(--footer-padding-top, 72px)!important;padding-bottom:var(--footer-padding-bottom, 52px)!important}.site-footer :is(h2,a,button){color:var(--footer-text, var(--fresh-on-night))!important}.site-footer :is(p,li,span),.site-footer__newsletter-copy{color:var(--footer-muted, var(--fresh-on-night-muted))!important}@media(max-width:749px){.landing-hero-image picture{height:var(--hero-mobile-height, 580px)!important}.landing-hero-image__img{object-fit:var(--hero-mobile-fit, contain)!important}.landing-results,.landing-faq{padding-top:var(--section-mobile-padding-top, var(--fresh-section-y-mobile))!important;padding-bottom:var(--section-mobile-padding-bottom, var(--fresh-section-y-mobile))!important}.result-card__comparison figure img,.result-card__placeholder{height:var(--result-card-mobile-image-height, 250px)!important}.community-hero{height:var(--community-hero-mobile-height, 470px)!important}.community-hero__content{width:min(var(--community-content-width, var(--fresh-container)),calc(100% - 32px))!important}.community-page__inner{padding-top:var(--community-mobile-padding-top, var(--fresh-section-y-mobile))!important;padding-bottom:var(--community-mobile-padding-bottom, var(--fresh-section-y-mobile))!important}.community-testimonials__grid{grid-template-columns:1fr!important}.fresh-product__shell{padding-top:var(--product-mobile-padding-top, 24px)!important;padding-bottom:var(--product-mobile-padding-bottom, 56px)!important}.fresh-product__header h1,.fresh-product__mobile-heading h1{font-size:var(--product-mobile-title-size, 35px)!important}}.landing-hero-image picture{translate:var(--hero-image-desktop-x, 0px) var(--hero-image-desktop-y, 0px)!important}.landing-results .landing-section-heading,.landing-faq .landing-section-heading{translate:var(--section-heading-desktop-x, 0px) var(--section-heading-desktop-y, 0px)!important}.landing-results__carousel{translate:var(--results-cards-desktop-x, 0px) var(--results-cards-desktop-y, 0px)!important}.landing-faq__list{translate:var(--faq-list-desktop-x, 0px) var(--faq-list-desktop-y, 0px)!important}.community-hero__content{translate:var(--community-hero-content-desktop-x, 0px) var(--community-hero-content-desktop-y, 0px)!important}.community-story{translate:var(--community-story-desktop-x, 0px) var(--community-story-desktop-y, 0px)!important}.community-pillars{translate:var(--community-pillars-desktop-x, 0px) var(--community-pillars-desktop-y, 0px)!important}.community-testimonials{translate:var(--community-testimonials-desktop-x, 0px) var(--community-testimonials-desktop-y, 0px)!important}.fresh-product__media{translate:var(--product-gallery-desktop-x, 0px) var(--product-gallery-desktop-y, 0px)!important}.fresh-product__panel{translate:var(--product-panel-desktop-x, 0px) var(--product-panel-desktop-y, 0px)!important}.fresh-how-to{translate:var(--product-how-to-desktop-x, 0px) var(--product-how-to-desktop-y, 0px)!important}.fresh-product-faq{translate:var(--product-faq-desktop-x, 0px) var(--product-faq-desktop-y, 0px)!important}.site-footer__inner{translate:var(--footer-content-desktop-x, 0px) var(--footer-content-desktop-y, 0px)!important}.community-testimonials__carousel{position:relative}.community-testimonials__grid{display:flex!important;grid-template-columns:none!important;gap:clamp(14px,2vw,22px)!important;margin:0 -6px!important;padding:0 6px 12px!important;overflow-x:auto!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.community-testimonials__grid::-webkit-scrollbar{display:none}.community-testimonial{flex:0 0 var(--community-testimonial-card-width, calc((100% - 44px) / 3))!important;scroll-snap-align:start}.community-testimonials__arrow{position:absolute;z-index:3;top:50%;display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid rgba(7,16,28,.12);border-radius:999px;background:var(--fresh-deep);color:#fff;box-shadow:0 16px 34px #07101c2e;cursor:pointer;transform:translateY(-50%);transition:background .16s ease,transform .16s ease}.community-testimonials__arrow:hover,.community-testimonials__arrow:focus-visible{background:#122035;transform:translateY(-50%) scale(1.03)}.community-testimonials__arrow--prev{left:-18px}.community-testimonials__arrow--next{right:-18px}.community-testimonials__arrow svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}@media(max-width:749px){.landing-hero-image picture{translate:var(--hero-image-mobile-x, var(--hero-image-desktop-x, 0px)) var(--hero-image-mobile-y, var(--hero-image-desktop-y, 0px))!important}.landing-results .landing-section-heading,.landing-faq .landing-section-heading{translate:var(--section-heading-mobile-x, var(--section-heading-desktop-x, 0px)) var(--section-heading-mobile-y, var(--section-heading-desktop-y, 0px))!important}.landing-results__carousel{translate:var(--results-cards-mobile-x, var(--results-cards-desktop-x, 0px)) var(--results-cards-mobile-y, var(--results-cards-desktop-y, 0px))!important}.landing-faq__list{translate:var(--faq-list-mobile-x, var(--faq-list-desktop-x, 0px)) var(--faq-list-mobile-y, var(--faq-list-desktop-y, 0px))!important}.community-hero__content{translate:var(--community-hero-content-mobile-x, var(--community-hero-content-desktop-x, 0px)) var(--community-hero-content-mobile-y, var(--community-hero-content-desktop-y, 0px))!important}.community-story{translate:var(--community-story-mobile-x, var(--community-story-desktop-x, 0px)) var(--community-story-mobile-y, var(--community-story-desktop-y, 0px))!important}.community-pillars{translate:var(--community-pillars-mobile-x, var(--community-pillars-desktop-x, 0px)) var(--community-pillars-mobile-y, var(--community-pillars-desktop-y, 0px))!important}.community-testimonials{translate:var(--community-testimonials-mobile-x, var(--community-testimonials-desktop-x, 0px)) var(--community-testimonials-mobile-y, var(--community-testimonials-desktop-y, 0px))!important}.fresh-product__media{translate:var(--product-gallery-mobile-x, var(--product-gallery-desktop-x, 0px)) var(--product-gallery-mobile-y, var(--product-gallery-desktop-y, 0px))!important}.fresh-product__panel{translate:var(--product-panel-mobile-x, var(--product-panel-desktop-x, 0px)) var(--product-panel-mobile-y, var(--product-panel-desktop-y, 0px))!important}.fresh-how-to{translate:var(--product-how-to-mobile-x, var(--product-how-to-desktop-x, 0px)) var(--product-how-to-mobile-y, var(--product-how-to-desktop-y, 0px))!important}.fresh-product-faq{translate:var(--product-faq-mobile-x, var(--product-faq-desktop-x, 0px)) var(--product-faq-mobile-y, var(--product-faq-desktop-y, 0px))!important}.site-footer__inner{translate:var(--footer-content-mobile-x, var(--footer-content-desktop-x, 0px)) var(--footer-content-mobile-y, var(--footer-content-desktop-y, 0px))!important}.community-testimonials__grid{margin:0 -12px!important;padding:0 12px 12px!important}.community-testimonial{flex-basis:min(82vw,330px)!important}.community-testimonials__arrow{width:40px;height:40px}.community-testimonials__arrow--prev{left:2px}.community-testimonials__arrow--next{right:2px}.community-story{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;inline-size:calc(100vw - 32px)!important;max-inline-size:calc(100vw - 32px)!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important;overflow:hidden!important}.community-story__intro,.community-story__copy{width:100%!important;max-width:none!important;min-width:0!important}}.announcement{min-height:var(--announcement-height, 30px)!important;background:var(--announcement-bg, var(--fresh-ink))!important;color:var(--announcement-text, #ffffff)!important}.announcement__inner{min-height:var(--announcement-height, 30px)!important;justify-content:var(--announcement-align, center)!important;text-align:var(--announcement-align, center)!important}.announcement__inner span{color:inherit!important;font-size:var(--announcement-font-size, 13px)!important;font-weight:700!important}.shopify-section-group-header-group:has(.site-header--sticky){position:sticky!important;top:0!important;z-index:95!important}.shopify-section-group-header-group:has(.site-header:not(.site-header--sticky)){position:static!important}.site-header{background:color-mix(in srgb,var(--header-bg, #ffffff) 96%,transparent)!important;border-bottom-color:var(--header-border, #e7edf3)!important;color:var(--header-text, var(--fresh-ink))!important;backdrop-filter:var(--header-blur, blur(16px))!important;-webkit-backdrop-filter:var(--header-blur, blur(16px))!important}.site-header__inner{min-height:var(--header-height, 72px)!important}.site-header__inner--full{width:100%;padding-right:clamp(20px,3.6vw,56px);padding-left:clamp(20px,3.6vw,56px)}.site-header__nav{gap:var(--header-nav-gap, 28px)!important}.site-header__utilities{gap:var(--header-icon-gap, 18px)!important}.site-header__nav a,.mobile-menu summary,.site-header__icon-link{color:var(--header-text, var(--fresh-ink))!important}.site-header__nav a:hover,.site-header__nav a:focus-visible,.mobile-menu summary:hover,.mobile-menu summary:focus-visible,.site-header__icon-link:hover,.site-header__icon-link:focus-visible{color:var(--header-text, var(--fresh-ink))!important}.site-header__logo img{width:min(var(--header-logo-width, 116px),38vw)!important}.cart-drawer__continue,.cart-drawer__checkout,.cart-drawer__product-add{border-color:var(--fresh-page)!important;background:var(--fresh-page)!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__panel .cart-drawer__continue,.cart-drawer__panel .cart-drawer__checkout,.cart-drawer__panel .cart-drawer__product-add{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__continue,.cart-drawer__checkout{text-decoration:none!important}.cart-drawer__continue span,.cart-drawer__checkout span,.cart-drawer__product-add span,.cart-drawer__panel .cart-drawer__continue span,.cart-drawer__panel .cart-drawer__checkout span,.cart-drawer__panel .cart-drawer__product-add span{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__continue svg,.cart-drawer__checkout svg,.cart-drawer__product-add svg,.cart-drawer__button-icon,.cart-drawer__checkout-icon{fill:none!important;stroke:currentColor!important}.cart-drawer__checkout:hover,.cart-drawer__checkout:focus-visible,.cart-drawer__continue:hover,.cart-drawer__continue:focus-visible,.cart-drawer__product-add:hover,.cart-drawer__product-add:focus-visible{background:#e7edf3!important;color:var(--fresh-ink)!important}.cart-page,.contact-page,.simple-page{background:var(--cart-page-bg, var(--simple-page-bg, #ffffff))!important;color:var(--cart-page-text, var(--simple-page-text, var(--fresh-ink)))!important}@media(prefers-reduced-motion:no-preference){.motion-ready .reveal-on-scroll,.motion-ready .footer-reveal,.motion-ready .twofresh-auto-reveal{filter:none!important;transition:opacity .56s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1)!important}.motion-ready .reveal-on-scroll.is-visible,.motion-ready .footer-reveal.is-visible,.motion-ready .twofresh-auto-reveal.is-visible{filter:none!important}}.cart-page__inner,.contact-page__inner,.simple-page>.container{width:min(var(--cart-page-max-width, var(--simple-page-max-width, var(--fresh-container))),calc(100vw - 32px))!important;padding-top:var(--cart-page-padding-top, var(--simple-page-padding-top, var(--fresh-section-y)))!important;padding-bottom:var(--cart-page-padding-bottom, var(--simple-page-padding-bottom, var(--fresh-section-y)))!important}.cart-page__inner{translate:var(--cart-page-content-desktop-x, 0px) var(--cart-page-content-desktop-y, 0px)!important}.contact-page__inner,.simple-page>.container{translate:var(--simple-page-content-desktop-x, 0px) var(--simple-page-content-desktop-y, 0px)!important}.cart-page__header,.contact-page .landing-section-heading,.simple-page .section-heading{text-align:var(--cart-page-align, var(--simple-page-align, left))!important}.cart-page .button--accent,.contact-page .button--accent{background:var(--cart-page-button-bg, var(--simple-page-button-bg, var(--fresh-deep)))!important;color:var(--cart-page-button-text, var(--simple-page-button-text, #ffffff))!important}@media(max-width:749px){.announcement,.announcement__inner{min-height:var(--announcement-mobile-height, 28px)!important}.announcement__inner span{font-size:var(--announcement-mobile-font-size, 11px)!important}.site-header__inner{min-height:var(--header-mobile-height, 64px)!important}.site-header__logo img{width:min(var(--header-mobile-logo-width, 104px),42vw)!important}.cart-page__inner,.contact-page__inner,.simple-page>.container{padding-top:var(--cart-page-mobile-padding-top, var(--simple-page-mobile-padding-top, var(--fresh-section-y-mobile)))!important;padding-bottom:var(--cart-page-mobile-padding-bottom, var(--simple-page-mobile-padding-bottom, var(--fresh-section-y-mobile)))!important}.cart-page__inner{translate:var(--cart-page-content-mobile-x, var(--cart-page-content-desktop-x, 0px)) var(--cart-page-content-mobile-y, var(--cart-page-content-desktop-y, 0px))!important}.contact-page__inner,.simple-page>.container{translate:var(--simple-page-content-mobile-x, var(--simple-page-content-desktop-x, 0px)) var(--simple-page-content-mobile-y, var(--simple-page-content-desktop-y, 0px))!important}}.landing-shop-sticky{display:none!important}.site-footer__newsletter-row button{display:inline-flex!important;min-width:124px!important;align-items:center!important;justify-content:center!important;border-color:var(--fresh-page)!important;background:var(--fresh-page)!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important;font-weight:700!important;text-indent:0!important;opacity:1!important}.site-footer__socials{display:flex!important;align-items:center!important;gap:12px!important}.site-footer__social-link{display:inline-grid!important;width:38px!important;height:38px!important;place-items:center!important;border:1px solid color-mix(in srgb,var(--footer-text, var(--fresh-page)) 18%,transparent)!important;border-radius:999px!important;color:var(--footer-text, var(--fresh-page))!important}.site-footer__social-link svg{width:18px!important;height:18px!important;fill:currentColor!important}.cart-drawer__checkout{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.cart-drawer__checkout-icon{display:block!important;width:18px!important;height:18px!important;flex:0 0 18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;color:var(--fresh-ink)!important}.cart-drawer__upsell{margin-top:16px!important}.fresh-gallery__viewport{overflow-x:auto!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.fresh-gallery__viewport::-webkit-scrollbar{display:none!important}.fresh-gallery__track{display:flex!important;overflow:visible!important}.fresh-gallery__slide{flex:0 0 100%!important;scroll-snap-align:center!important}.fresh-how-to__media{display:grid!important;overflow:hidden!important;width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:4 / 5!important;place-items:center!important;background:var(--fresh-night)!important}.fresh-how-to__media img,.fresh-how-to__placeholder{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.community-hero{overflow:hidden!important;background:var(--fresh-deep)!important;color:#fff!important}.community-hero__media:after{background:linear-gradient(90deg,#07101cc2,#07101c7a 45%,#07101c1f),linear-gradient(0deg,#07101c3d,#07101c3d)!important}.community-hero__media img{opacity:var(--community-hero-image-opacity, 1)!important;filter:none!important;object-fit:cover!important;object-position:center!important}.community-hero__content{color:#fff!important}.community-hero__content--right{text-align:right!important;justify-items:end!important}.community-hero__content--right :is(h1,p){margin-left:auto!important}.community-hero h1,.community-hero__content>p{color:#fff!important}.community-story{text-align:var(--community-story-align, left)!important}.community-pillars,.community-pillar{text-align:var(--community-pillars-align, left)!important}.community-testimonials__heading{text-align:var(--community-testimonials-align, left)!important}.community-testimonials__heading h2{margin-right:auto!important;margin-left:0!important}.community-testimonials__progress{position:relative!important;width:min(280px,48vw)!important;height:3px!important;margin:18px auto 0!important;overflow:hidden!important;border-radius:999px!important;background:#dbe4ee!important}.community-testimonials__progress span{position:absolute!important;top:0!important;bottom:0!important;left:0!important;min-width:38px!important;border-radius:inherit!important;background:var(--fresh-deep)!important;transition:left .16s ease,width .16s ease!important}.community-testimonials__grid{align-items:start!important}.community-testimonial{min-height:0!important;aspect-ratio:auto!important;overflow:hidden!important;padding:0!important;border:1px solid var(--fresh-line)!important;border-radius:8px!important;background:#111722!important}.community-testimonial img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important}.community-testimonial__placeholder{min-height:150px!important;aspect-ratio:16 / 5!important}@media(max-width:749px){.fresh-how-to__media{width:min(100%,320px)!important;max-height:none!important;margin-inline:auto!important;aspect-ratio:4 / 5!important}.community-hero__media:after{background:linear-gradient(180deg,#07101c57,#07101cad),linear-gradient(0deg,#07101c1f,#07101c1f)!important}.community-testimonial{flex-basis:min(86vw,360px)!important}}.site-header__nav{translate:var(--header-nav-x, 0px) var(--header-nav-y, 0px)!important}.site-header__logo{translate:var(--header-logo-x, 0px) var(--header-logo-y, 0px)!important}.site-header__utilities{translate:var(--header-icons-x, 0px) var(--header-icons-y, 0px)!important;gap:var(--header-icon-gap, 10px)!important}.mobile-menu{translate:var(--header-mobile-menu-x, 0px) var(--header-mobile-menu-y, 0px)!important}@media(min-width:981px){.site-header__nav{justify-content:var(--header-nav-align, start)!important}.site-header__logo{justify-self:var(--header-logo-align, center)!important}.site-header__utilities{justify-content:var(--header-icons-align, end)!important}}@media(max-width:980px){.mobile-menu{justify-self:var(--header-mobile-menu-align, start)!important}.site-header__logo{justify-self:var(--header-mobile-logo-align, center)!important}.site-header__utilities{justify-content:var(--header-mobile-icons-align, end)!important}}.site-footer__socials{flex-wrap:wrap!important}.site-footer__social-link{display:inline-flex!important;width:auto!important;min-height:38px!important;min-width:38px!important;gap:8px!important;padding:0 12px!important;text-decoration:none!important}.site-footer__social-link span{display:inline!important;color:inherit!important;font-size:.86rem!important;font-weight:700!important;line-height:1!important}.community-hero__button{border-color:#fff!important;background:#fff!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.community-hero__button:hover,.community-hero__button:focus-visible{background:#edf4ff!important;color:var(--fresh-ink)!important}.community-testimonials__progress{width:min(280px,54vw)!important;height:3px!important;border-radius:0!important;background:var(--fresh-deep)!important}.community-testimonials__progress span{display:none!important}.community-page__inner--stacked .community-story{grid-template-columns:1fr!important;gap:24px!important}.community-page__inner--stacked .community-story h2,.community-page__inner--stacked .community-story__copy{max-width:820px!important}@media(max-width:749px){.mobile-menu{translate:var(--header-mobile-menu-x, 0px) var(--header-mobile-menu-y, 0px)!important}.site-header__logo{translate:var(--header-mobile-logo-x, var(--header-logo-x, 0px)) var(--header-mobile-logo-y, var(--header-logo-y, 0px))!important}.site-header__utilities{translate:var(--header-mobile-icons-x, var(--header-icons-x, 0px)) var(--header-mobile-icons-y, var(--header-icons-y, 0px))!important}.site-footer__social-link span{display:none!important}}.site-footer__column--social .site-footer__socials{display:grid!important;justify-items:start!important;gap:11px!important;margin:0!important}.site-footer__column--social .site-footer__social-link{display:inline-flex!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;gap:10px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--footer-text, var(--fresh-page))!important;text-decoration:none!important}.site-footer__column--social .site-footer__social-link span{display:inline!important;color:inherit!important;font-size:.95rem!important;font-weight:400!important}.site-footer__column--social .site-footer__social-link svg{width:18px!important;height:18px!important;flex:0 0 18px!important;fill:currentColor!important}.site-footer__column--social .site-footer__social-link:hover,.site-footer__column--social .site-footer__social-link:focus-visible{background:transparent!important;color:#fff!important;text-decoration:underline!important;text-underline-offset:4px!important}.community-testimonials__carousel{position:relative!important;max-width:840px!important;margin-inline:auto!important}.community-testimonials__grid{display:flex!important;grid-template-columns:none!important;grid-auto-columns:unset!important;gap:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important}.community-testimonials__grid::-webkit-scrollbar{display:none!important}.community-testimonial{flex:0 0 100%!important;width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;scroll-snap-align:center!important;border:1px solid var(--fresh-line)!important;border-radius:8px!important;background:#fff!important;line-height:0!important}.community-testimonial img{display:block!important;aspect-ratio:auto!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important}.community-testimonial__placeholder{width:100%!important;min-height:280px!important;aspect-ratio:16 / 7!important;background:var(--fresh-fog)!important}.community-testimonials__dots{display:flex!important;justify-content:center!important;gap:9px!important;margin-top:18px!important}.community-testimonials__dot{display:block!important;width:8px!important;height:8px!important;padding:0!important;border:0!important;border-radius:999px!important;background:#c5ced9!important;cursor:pointer!important}.community-testimonials__dot.is-active{width:22px!important;background:var(--fresh-deep)!important}.community-testimonials__progress{display:none!important}.landing-shop-cta__frame{box-shadow:none!important}@media(max-width:749px){.community-testimonials__carousel{max-width:100%!important}.community-testimonial img{max-height:none!important}.community-testimonial__placeholder{min-height:220px!important}.site-footer__column--social .site-footer__social-link span{display:inline!important}}.cart-drawer__panel .cart-drawer__recommendation-grid .cart-drawer__product-media,.cart-drawer__panel .cart-drawer__footer-recommendation .cart-drawer__product-media{background:var(--fresh-night)!important}.cart-drawer__panel .cart-drawer__recommendation-grid .cart-drawer__product-media img,.cart-drawer__panel .cart-drawer__footer-recommendation .cart-drawer__product-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;transform:scale(1.18)}.site-header{position:relative!important}@media(max-width:980px){.mobile-menu{position:static!important;z-index:4!important}.mobile-menu[open] summary{background:#e8eef5!important;color:var(--fresh-ink)!important}.mobile-menu__panel{position:fixed!important;z-index:140!important;top:0!important;bottom:0!important;right:auto!important;left:0!important;display:block!important;width:min(86vw,360px)!important;min-width:0!important;max-width:360px!important;margin:0!important;padding:70px 24px 30px!important;overflow-y:auto!important;border:0!important;border-right:1px solid rgba(255,255,255,.12)!important;border-radius:0!important;background:var(--fresh-deep)!important;box-shadow:18px 0 50px #07101c47!important;animation:mobile-menu-drawer-in .18s ease-out both}.mobile-menu__close{position:absolute;top:18px;right:18px;display:inline-grid;width:38px;height:38px;place-items:center;padding:0;border:0;background:transparent;color:#dce8f5;cursor:pointer}.mobile-menu__close svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mobile-menu__links{display:grid;gap:20px}.mobile-menu__panel a{display:flex!important;min-height:0!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;border:0!important;color:#fff!important;font-size:1.22rem!important;font-weight:700!important;letter-spacing:0!important;line-height:1.2!important;text-decoration:none!important;white-space:nowrap!important}.mobile-menu__panel a:after{content:none}.mobile-menu__panel a:hover,.mobile-menu__panel a:focus-visible{color:#fff!important}@keyframes mobile-menu-drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu__panel a:last-child{border-bottom:0!important}}@media(max-width:749px){.mobile-menu__panel{top:0!important}}.site-footer{background:var(--footer-bg, var(--fresh-night))!important}.site-footer__inner{display:grid!important;grid-template-columns:minmax(240px,1.15fr) minmax(120px,.55fr) minmax(160px,.7fr) minmax(150px,.65fr) minmax(280px,1fr)!important;align-items:start!important;gap:clamp(28px,4.6vw,68px)!important}.site-footer__column{display:grid!important;align-content:start!important;justify-items:start!important;gap:10px!important}.site-footer__column--brand{gap:16px!important}.site-footer__brand-logo{display:inline-flex!important;width:fit-content!important;margin:0 0 10px!important}.site-footer__brand-logo img{display:block!important;width:min(148px,42vw)!important;height:auto!important}.site-footer__column h2{margin:0 0 10px!important;color:var(--footer-text, var(--fresh-page))!important;font-size:clamp(1rem,1vw,1.14rem)!important;font-weight:700!important;line-height:1.1!important;letter-spacing:0!important;text-transform:uppercase!important}.site-footer__column p,.site-footer__newsletter-copy,.site-footer__bottom p{max-width:34ch!important;color:var(--footer-muted, var(--fresh-page))!important;font-size:.95rem!important;line-height:1.55!important}.site-footer__column a{color:var(--footer-text, var(--fresh-page))!important;text-decoration:none!important}.site-footer__column a:hover,.site-footer__column a:focus-visible{color:#fff!important;text-decoration:underline!important;text-underline-offset:4px!important}.footer-social-list{display:grid!important;gap:12px!important;margin:0!important;padding:0!important}.footer-social-link{display:inline-flex!important;align-items:center!important;gap:10px!important;min-height:28px!important;color:var(--footer-text, var(--fresh-page))!important;font-size:.96rem!important;font-weight:400!important;line-height:1.2!important;text-decoration:none!important}.footer-social-link svg{box-sizing:border-box!important;width:28px!important;height:28px!important;flex:0 0 28px!important;padding:5px!important;border-radius:999px!important;background:var(--fresh-page)!important;color:var(--fresh-ink)!important;fill:currentColor!important}.footer-social-link span{display:inline!important;color:inherit!important;font:inherit!important}.site-footer__column--newsletter{width:100%!important;max-width:380px!important;translate:0 -10px!important}.site-footer__newsletter-form{width:100%!important}.site-footer__newsletter-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;width:100%!important}.site-footer__newsletter-row input{min-height:50px!important;border:1px solid color-mix(in srgb,var(--footer-text, var(--fresh-page)) 24%,transparent)!important;border-radius:7px!important;background:color-mix(in srgb,var(--footer-bg, var(--fresh-night)) 88%,#ffffff 12%)!important;color:var(--footer-text, var(--fresh-page))!important}.site-footer__newsletter-row button{min-width:118px!important;min-height:50px!important;border-radius:7px!important;background:var(--footer-text, var(--fresh-page))!important;color:var(--footer-bg, var(--fresh-ink))!important;-webkit-text-fill-color:var(--footer-bg, var(--fresh-ink))!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.site-footer__newsletter-row button:hover,.site-footer__newsletter-row button:focus-visible{background:#dce8f5!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important;transform:translateY(-1px)}.site-footer__bottom{grid-column:1 / -1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding-top:clamp(28px,4vw,44px)!important;border-top:1px solid color-mix(in srgb,var(--footer-text, var(--fresh-page)) 12%,transparent)!important}@media(max-width:1180px){.site-footer__inner{grid-template-columns:minmax(230px,1fr) repeat(3,minmax(120px,.6fr))!important}.site-footer__column--newsletter{grid-column:1 / -1!important;max-width:460px!important}}@media(max-width:749px){.site-footer__inner{grid-template-columns:1fr!important;gap:30px!important}.site-footer__newsletter-row{grid-template-columns:1fr!important}.site-footer__column--newsletter{translate:none!important}.site-footer__newsletter-row button{width:100%!important}.site-footer__bottom{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}}.community-page__inner--stacked .community-story{justify-items:center!important;padding-bottom:0!important;text-align:center!important}.community-page__inner--stacked .community-story__intro,.community-page__inner--stacked .community-story__copy,.community-page__inner--stacked .community-story h2{width:100%!important;max-width:820px!important;margin-inline:auto!important}.community-testimonials{padding-block:0!important}.community-testimonials__heading h2{margin-inline:auto!important}.community-testimonials__heading{width:100%!important;max-width:none!important;margin-inline:auto!important}.cart-drawer__footer-recommendation[hidden]{display:none!important}.cart-drawer__footer-recommendation .cart-drawer__upsell{margin:0!important;padding:0 0 12px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.cart-drawer__footer-recommendation .cart-drawer__product-card--compact{grid-template-columns:48px minmax(0,1fr)!important;gap:9px!important;padding:8px!important}.cart-drawer__footer-recommendation .cart-drawer__product-card--compact .cart-drawer__product-media{width:48px!important;height:48px!important}.cart-drawer__footer-recommendation .cart-drawer__product-copy{gap:2px!important}.cart-drawer__footer-recommendation .cart-drawer__product-copy a{font-size:.88rem!important}.cart-drawer__footer-recommendation .cart-drawer__product-copy small,.cart-drawer__footer-recommendation .cart-drawer__product-copy em{font-size:.68rem!important}.cart-drawer__footer-recommendation .cart-drawer__product-add{min-height:34px!important;font-size:.86rem!important}@media(max-width:749px){.fresh-how-to__steps{gap:0!important}.fresh-how-to__step{display:flex!important;overflow:visible!important;flex-direction:column!important;padding:0 0 28px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.fresh-how-to__step+.fresh-how-to__step{padding-top:28px!important;border-top:1px solid rgba(28,53,87,.16)!important}.fresh-how-to__copy{order:1!important;margin:0 0 14px!important}.fresh-how-to__media{order:2!important}}.fresh-gallery__arrow,.landing-results__arrow,.community-testimonials__arrow{border-color:var(--fresh-ink)!important;background:var(--fresh-ink)!important;color:#fff!important}.fresh-gallery__arrow:hover,.fresh-gallery__arrow:focus-visible,.landing-results__arrow:hover,.landing-results__arrow:focus-visible,.community-testimonials__arrow:hover,.community-testimonials__arrow:focus-visible{border-color:var(--fresh-cta-hover)!important;background:var(--fresh-cta-hover)!important;color:#fff!important}.fresh-key-benefits li{grid-template-columns:20px minmax(0,1fr)!important;gap:8px!important}.fresh-key-benefits__icon{width:20px!important;height:20px!important}@media(max-width:749px){.fresh-product__shell{gap:12px!important}.fresh-key-benefits li{padding:11px 12px!important}}.community-testimonials__carousel{box-sizing:border-box!important;padding-right:56px!important;padding-left:56px!important}.community-testimonials__grid{width:100%!important;margin:0!important;padding:0!important}.community-testimonials__arrow--prev{left:4px!important}.community-testimonials__arrow--next{right:4px!important}@media(max-width:749px){.community-testimonials__carousel{padding-right:44px!important;padding-left:44px!important}.community-testimonials__arrow{width:36px!important;height:36px!important}.community-testimonials__arrow--prev{left:0!important}.community-testimonials__arrow--next{right:0!important}}@media(max-width:980px){.mobile-menu{translate:none!important}.mobile-menu>summary{translate:var(--header-mobile-menu-x, 0px) var(--header-mobile-menu-y, 0px)!important}.mobile-menu__panel{top:0!important;right:0!important;bottom:0!important;left:0!important;box-sizing:border-box!important;width:100vw!important;max-width:none!important;height:100vh!important;height:100dvh!important;padding:0 0 36px!important;background:var(--fresh-page)!important;color:var(--fresh-ink)!important;border:0!important;box-shadow:none!important}.mobile-menu__header{display:flex!important;min-height:var(--header-mobile-height, 64px)!important;align-items:center!important;gap:8px!important;padding:0 12px!important;border-bottom:1px solid var(--fresh-line)!important;background:var(--fresh-page)!important}.mobile-menu__close{position:static!important;width:38px!important;height:38px!important;flex:0 0 38px!important;color:var(--fresh-ink)!important;animation:mobile-menu-close-control-in .21s ease-out both;transition:background .16s ease,transform .16s ease}.mobile-menu__close:hover,.mobile-menu__close:focus-visible{border-radius:6px!important;background:#e8eef5!important;transform:rotate(4deg)!important}.mobile-menu__logo{display:inline-flex!important;width:auto!important;align-items:center!important;padding:0!important}.mobile-menu__logo img{display:block!important;width:min(var(--header-mobile-logo-width, 104px),30vw)!important;height:auto!important}.mobile-menu__spacer{flex:1 1 auto!important}.mobile-menu__utilities{display:inline-flex!important;align-items:center!important;gap:2px!important}.mobile-menu__utilities .site-header__icon-link{display:inline-grid!important;color:var(--fresh-ink)!important}.mobile-menu__utilities .site-header__icon-link:hover,.mobile-menu__utilities .site-header__icon-link:focus-visible{background:#e8eef5!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.mobile-menu__links{gap:0!important;padding:24px 20px!important}.mobile-menu__panel .mobile-menu__links>a{min-height:54px!important;border-bottom:1px solid var(--fresh-line)!important;color:var(--fresh-ink)!important;font-size:1.08rem!important;font-weight:700!important}.mobile-menu__panel .mobile-menu__links>a:hover,.mobile-menu__panel .mobile-menu__links>a:focus-visible{color:var(--fresh-ink)!important;padding-left:6px!important}.mobile-menu.is-closing .mobile-menu__panel{animation:mobile-menu-drawer-out .17s ease-in both!important}body:has(.mobile-menu[open]){overflow:hidden!important}body:has(.mobile-menu[open]) .site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body:has(.mobile-menu[open]) .shopify-section-group-header-group:has(.site-header){z-index:1000!important}@keyframes mobile-menu-close-control-in{0%{opacity:0;transform:rotate(-36deg) scale(.82)}to{opacity:1;transform:rotate(0) scale(1)}}@keyframes mobile-menu-drawer-out{0%{transform:translate(0)}to{transform:translate(-100%)}}}@media(prefers-reduced-motion:reduce){.mobile-menu__close,.mobile-menu.is-closing .mobile-menu__panel{animation:none!important;transition:none!important}}.fresh-gallery__viewport{border-color:var(--fresh-line-strong)!important;background:var(--product-gallery-bg, var(--fresh-deep))!important}.fresh-gallery__slide{aspect-ratio:var(--product-gallery-ratio, 4 / 5)!important;min-height:0!important;padding:0!important;background:var(--product-gallery-bg, var(--fresh-deep))!important}.fresh-gallery__slide img{display:block!important;width:100%!important;height:100%!important;max-height:none!important;border-radius:7px!important;object-fit:var(--product-gallery-fit, contain)!important;object-position:center!important}.fresh-gallery__thumb{overflow:hidden!important;border-color:var(--fresh-line)!important}.fresh-gallery__thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.fresh-product :where(.fresh-gallery__viewport,.fresh-gallery__thumb,.fresh-pack-card,.fresh-key-benefits li,.fresh-product-accordion details),.landing-results .result-card,.landing-faq details,.community-page :where(.community-pillar,.community-story){border-color:var(--fresh-line)!important}.fresh-product .fresh-gallery__thumb.is-active,.fresh-product .fresh-pack-option input:checked+.fresh-pack-card,.fresh-product :where(.fresh-gallery__thumb,.fresh-pack-card):focus-visible{border-color:var(--fresh-ink)!important;box-shadow:0 0 0 1px var(--fresh-ink)!important}@media(max-width:749px){.fresh-gallery__slide{aspect-ratio:var(--product-gallery-ratio, 4 / 5)!important;height:auto!important;min-height:0!important}}.fresh-pack-card{grid-template-columns:16px 58px minmax(0,1fr) auto!important}.fresh-pack-card__price{grid-column:auto!important;justify-self:end!important;justify-items:end!important}.fresh-pack-card__price-row{display:flex;align-items:baseline;justify-content:flex-end;gap:7px}.fresh-pack-card__price-row strong{color:var(--fresh-ink)!important;font-size:inherit;font-weight:700}.fresh-pack-card__price-row s{color:var(--fresh-price-compare)!important;font-size:.82rem!important;font-weight:500!important}.fresh-pack-card__badge{top:-11px!important;right:auto!important;left:50%!important;min-width:136px;border-radius:4px!important;text-align:center;transform:translate(-50%)}.fresh-pack-option:has(.fresh-pack-card--bundle){margin-top:7px}.cart-drawer__panel,.cart-drawer__footer{border-color:#1c355724!important;background:#fff!important;color:var(--fresh-ink)!important}.cart-drawer__header,.cart-drawer__footer{border-color:#1c355724!important}.cart-drawer__heading,.cart-drawer__heading [data-cart-drawer-count],.cart-drawer__title,.cart-drawer__line-price,.cart-drawer__estimated,.cart-drawer__estimated strong,.cart-drawer__savings,.cart-drawer__savings strong,.cart-drawer__product-copy a,.cart-drawer__product-copy strong,.cart-drawer__recommendations>h3{color:var(--fresh-ink)!important}.cart-drawer__status,.cart-drawer__variant,.cart-drawer__product-copy p{color:var(--fresh-ink-soft)!important}.cart-drawer__close,.cart-drawer__remove{border-color:#1c35572e!important;background:var(--fresh-fog)!important;color:var(--fresh-ink)!important}.cart-drawer__close:hover,.cart-drawer__close:focus-visible,.cart-drawer__remove:hover,.cart-drawer__remove:focus-visible{background:#e6edf5!important;color:var(--fresh-ink)!important}.cart-drawer__line,.cart-drawer__product-card,.cart-drawer__product-card--featured{position:relative;border-color:#1c355729!important;background:var(--fresh-fog)!important}.cart-drawer__line{grid-template-columns:72px minmax(0,1fr) auto!important}.cart-drawer__quantity{border-color:#1c355738!important}.cart-drawer__quantity button,.cart-drawer__quantity input{color:var(--fresh-ink)!important}.cart-drawer__quantity button:hover,.cart-drawer__quantity button:focus-visible{background:#e6edf5!important}.cart-drawer__line-price{display:grid;gap:4px;justify-items:end;align-self:center;white-space:nowrap}.cart-drawer__line-price-row,.cart-drawer__product-price-row{display:flex;align-items:baseline;justify-content:flex-end;gap:6px}.cart-drawer__line-price s,.cart-drawer__product-value s{color:var(--fresh-price-compare)!important;font-size:.76rem!important;font-weight:500!important}.cart-drawer__line-price small,.cart-drawer__product-value em{color:var(--fresh-ink)!important;font-size:.7rem!important;font-style:normal;font-weight:700}.cart-drawer__product-card{grid-template-columns:60px minmax(0,1fr) auto!important;overflow:visible}.cart-drawer__product-card--has-badge{margin-top:10px}.cart-drawer__product-badge{position:absolute;z-index:1;top:-11px;left:50%;min-width:136px;padding:5px 12px;border-radius:4px;background:var(--fresh-ink)!important;color:#fff!important;font-size:.68rem!important;font-weight:700;line-height:1;text-align:center;text-transform:uppercase;transform:translate(-50%)}.cart-drawer__product-value{display:grid!important;gap:3px!important;justify-items:end;margin:0!important;text-align:right}.cart-drawer__product-add,.cart-drawer__checkout,.cart-drawer__continue{border-color:var(--fresh-ink)!important;background:var(--fresh-ink)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.cart-drawer__product-add span,.cart-drawer__checkout span,.cart-drawer__continue span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.cart-drawer__product-add:hover,.cart-drawer__product-add:focus-visible,.cart-drawer__checkout:hover,.cart-drawer__checkout:focus-visible,.cart-drawer__continue:hover,.cart-drawer__continue:focus-visible{border-color:var(--fresh-cta-hover)!important;background:var(--fresh-cta-hover)!important;color:#fff!important}.cart-drawer__footer-recommendation .cart-drawer__upsell{border-color:#1c355724!important}@media(min-width:750px){.site-footer__newsletter-row{grid-template-columns:minmax(0,1fr) auto!important;gap:4px!important;padding:4px!important;border:1px solid rgba(247,249,252,.3);border-radius:8px;background:#fff}.site-footer__newsletter-row input{min-height:44px!important;border:0!important;background:transparent!important;color:var(--fresh-ink)!important}.site-footer__newsletter-row input::placeholder{color:#58637a!important}.site-footer__newsletter-row button{min-width:112px!important;min-height:44px!important;border:0!important;background:var(--fresh-ink)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.site-footer__newsletter-row button:hover,.site-footer__newsletter-row button:focus-visible{background:var(--fresh-cta-hover)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}}@media(max-width:749px){.fresh-pack-card{grid-template-columns:14px 52px minmax(0,1fr) auto!important;gap:10px!important;padding:11px 12px!important}.fresh-pack-card__price{grid-column:auto!important;justify-self:end!important;justify-items:end!important}.fresh-pack-card__price-row{gap:5px}.fresh-pack-card__price-row strong{font-size:.96rem}.fresh-pack-card__price-row s{font-size:.74rem!important}.cart-drawer__line{grid-template-columns:62px minmax(0,1fr) auto!important;gap:10px!important}.cart-drawer__media{width:62px!important;height:62px!important}.cart-drawer__line-price{grid-column:auto!important}.cart-drawer__product-card,.cart-drawer__product-card--compact,.cart-drawer__footer-recommendation .cart-drawer__product-card--compact{grid-template-columns:48px minmax(0,1fr) auto!important;gap:8px!important}.cart-drawer__product-value{justify-self:end}}.cart-drawer__panel .cart-drawer__heading,.cart-drawer__panel .cart-drawer__heading span,.cart-drawer__panel .cart-drawer__empty h3,.cart-drawer__panel .cart-drawer__recommendations>h3,.cart-drawer__panel .cart-drawer__title,.cart-drawer__panel .cart-drawer__product-copy a,.cart-drawer__panel .cart-drawer__product-copy strong,.cart-drawer__panel .cart-drawer__line-price,.cart-drawer__panel .cart-drawer__line-price strong,.cart-drawer__panel .cart-drawer__estimated,.cart-drawer__panel .cart-drawer__estimated span,.cart-drawer__panel .cart-drawer__estimated strong,.cart-drawer__panel .cart-drawer__savings,.cart-drawer__panel .cart-drawer__savings span,.cart-drawer__panel .cart-drawer__savings strong{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__panel .cart-drawer__status,.cart-drawer__panel .cart-drawer__variant,.cart-drawer__panel .cart-drawer__product-copy p{color:var(--fresh-ink-soft)!important;-webkit-text-fill-color:var(--fresh-ink-soft)!important}.cart-drawer__panel .cart-drawer__line-price s,.cart-drawer__panel .cart-drawer__product-value s{color:var(--fresh-price-compare)!important;-webkit-text-fill-color:var(--fresh-price-compare)!important}.cart-drawer__panel .cart-drawer__line-price small,.cart-drawer__panel .cart-drawer__product-value em{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__panel .cart-drawer__continue,.cart-drawer__panel .cart-drawer__checkout,.cart-drawer__panel .cart-drawer__product-add,.cart-drawer__panel .cart-drawer__continue span,.cart-drawer__panel .cart-drawer__checkout span,.cart-drawer__panel .cart-drawer__product-add span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.cart-drawer__panel .cart-drawer__heading svg,.cart-drawer__panel .cart-drawer__close svg,.cart-drawer__panel .cart-drawer__remove svg{color:var(--fresh-ink)!important;stroke:currentColor!important}.site-footer .site-footer__newsletter-row{grid-template-columns:1fr!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important}.site-footer .site-footer__newsletter-row input{width:100%!important;min-height:50px!important;border:1px solid rgba(247,249,252,.3)!important;border-radius:7px!important;background:#f7f9fc1f!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.site-footer .site-footer__newsletter-row input::placeholder{color:#dce8f5!important;-webkit-text-fill-color:#dce8f5!important}.site-footer .site-footer__newsletter-row button{width:100%!important;min-height:50px!important;border:1px solid var(--fresh-ink)!important;border-radius:7px!important;background:var(--fresh-ink)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.site-footer .site-footer__newsletter-row button:hover,.site-footer .site-footer__newsletter-row button:focus-visible{border-color:var(--fresh-cta-hover)!important;background:var(--fresh-cta-hover)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.cart-drawer__panel .cart-drawer__product-card,.cart-drawer__panel .cart-drawer__product-card--compact,.cart-drawer__panel .cart-drawer__footer-recommendation .cart-drawer__product-card--compact{grid-template-columns:48px minmax(0,1fr) auto!important;grid-template-areas:"media copy price" "action action action"!important;column-gap:10px!important;row-gap:9px!important}.cart-drawer__panel .cart-drawer__product-media{grid-area:media}.cart-drawer__panel .cart-drawer__product-copy{grid-area:copy;align-self:center}.cart-drawer__panel .cart-drawer__product-value{grid-area:price;align-self:center;justify-self:end!important;color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__panel .cart-drawer__product-value strong{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.cart-drawer__panel .cart-drawer__product-add,.cart-drawer__panel .cart-drawer__sold-out{grid-area:action;grid-column:1 / -1!important;width:100%!important}.cart-drawer__panel .cart-drawer__checkout-icon{display:block!important;width:18px!important;height:18px!important;flex:0 0 18px!important;color:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important}@media(min-width:990px){.fresh-product__shell{padding-top:clamp(20px,3vh,30px)!important}.fresh-product__media{display:grid;justify-items:center}.fresh-gallery{width:min(100%,var(--product-gallery-max-width, 520px),max(320px,calc(80svh - 200px)));margin-inline:auto}.fresh-gallery__viewport,.fresh-gallery__slide{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:var(--product-gallery-ratio, 4 / 5)!important}.fresh-gallery__slide img{width:100%!important;height:100%!important;object-fit:var(--product-gallery-fit, contain)!important}.fresh-gallery__thumbs{grid-template-columns:repeat(6,72px)!important;justify-content:center;gap:9px!important;margin-top:10px!important}}.fresh-gallery__slide{display:grid!important;place-items:center!important}.fresh-gallery__slide img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:var(--product-gallery-fit, contain)!important;object-position:center center!important}.fresh-pack-card__price small,.cart-drawer__panel .cart-drawer__line-price small,.cart-drawer__panel .cart-drawer__product-value em{color:var(--fresh-savings)!important;-webkit-text-fill-color:var(--fresh-savings)!important}.cart-drawer__panel .cart-drawer__savings,.cart-drawer__panel .cart-drawer__savings span,.cart-drawer__panel .cart-drawer__savings strong,.cart-summary__row--savings,.cart-summary__row--savings span,.cart-summary__row--savings strong{color:var(--fresh-ink)!important;-webkit-text-fill-color:var(--fresh-ink)!important}.fresh-pack-card__price small{border-color:color-mix(in srgb,var(--fresh-savings) 30%,transparent)!important;background:var(--fresh-savings-soft)!important}@media(min-width:990px){.fresh-gallery{width:min(100%,540px)!important}.fresh-gallery__viewport,.fresh-gallery__slide{height:auto!important;aspect-ratio:3 / 4!important;background:var(--fresh-night)!important}.fresh-gallery__slide img{object-fit:contain!important;object-position:center!important}}.community-testimonials__controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:18px}.community-testimonials__controls .community-testimonials__arrow{position:static!important;width:38px!important;height:38px!important;flex:0 0 38px;transform:none!important}.community-testimonials__controls .community-testimonials__arrow:hover,.community-testimonials__controls .community-testimonials__arrow:focus-visible{transform:scale(1.04)!important}.community-testimonials__controls .community-testimonials__dots{margin:0!important}.community-testimonials__controls .community-testimonials__dot{width:9px!important;height:9px!important;border:1px solid var(--fresh-accent-blue)!important;background:transparent!important}.community-testimonials__controls .community-testimonials__dot.is-active{width:9px!important;background:var(--fresh-accent-blue)!important}@media(max-width:749px){.community-testimonials__carousel{width:100%!important;max-width:none!important}.community-testimonials__grid{width:100%!important;padding-inline:0!important}.community-testimonial{flex-basis:100%!important}.fresh-gallery__thumbs{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:72px;justify-content:start!important;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.fresh-gallery__thumbs::-webkit-scrollbar{display:none}.fresh-gallery__thumb{scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
