:root{--bg: #F6F6F3;--surface: #FFFFFF;--ink: #0E0E0E;--muted: #5E5E5E;--accent: #C6FF3D;--accent-ink: #0E0E0E;--max: 1240px;--display: "Oswald", Impact, sans-serif;--sans: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,.wordmark{font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;line-height:.95;margin:0 0 .45em}h1{font-size:clamp(2.6rem,8vw,6.2rem)}h2{font-size:clamp(1.8rem,4vw,3.2rem)}h3{font-size:1.15rem}p{margin:0 0 1rem}.wrap{width:min(100% - 2rem,var(--max));margin-inline:auto}.wrap.narrow{width:min(100% - 2rem,740px)}.section{padding:4.5rem 0}.center{text-align:center}.muted{color:var(--muted)}.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;margin-bottom:.8rem}.lede{font-size:1.15rem;color:var(--muted);max-width:38rem}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--ink);color:#fff;padding:.5rem 1rem}.skip-link:focus{top:1rem}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.text-link{font-weight:600;border-bottom:1px solid currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:650;font-size:.92rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-ink{background:var(--ink);color:#fff}.btn-accent{background:var(--accent);color:var(--accent-ink)}.btn-ghost{background:transparent;border-color:var(--ink)}.btn-ghost-light{background:transparent;border-color:#fff;color:#fff}.btn-block{width:100%}.btn-sm{padding:.55rem .9rem;font-size:.8rem}.btn-row{display:flex;flex-wrap:wrap;gap:.7rem}.inline-form{display:flex;gap:.5rem;flex-wrap:wrap}input,select,textarea{font:inherit;padding:.8rem .9rem;border-radius:12px;border:1px solid #d8d8d4;background:var(--surface)}.announce{background:var(--ink);color:#fff;text-align:center;font-size:.8rem;padding:.55rem 1rem}.announce p,.announce a{margin:0}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--bg) 86%,white);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #e7e7e2}.header-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:72px;gap:1rem}.wordmark{font-family:var(--display);letter-spacing:.08em;font-size:1.05rem}.nav-desk{display:none;gap:1rem;justify-content:center;font-size:.86rem;font-weight:600}.header-tools{display:flex;align-items:center;gap:.2rem}.header-cta{display:none}.icon-btn{width:42px;height:42px;border:0;background:transparent;border-radius:999px;display:grid;place-items:center;cursor:pointer;position:relative}.count{position:absolute;top:4px;right:4px;background:var(--accent);color:var(--accent-ink);border-radius:99px;min-width:16px;height:16px;font-size:10px;display:grid;place-items:center}.burger,.burger:before,.burger:after{width:18px;height:2px;background:currentColor;display:block;position:relative}.burger:before,.burger:after{content:"";position:absolute;left:0}.burger:before{top:-6px}.burger:after{top:6px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000059}.drawer[hidden]{display:none}.drawer-panel{background:var(--surface);height:100%;overflow:auto;padding:1.25rem}.drawer-left .drawer-panel{width:min(100%,360px);animation:slideL .28s ease}.drawer-right .drawer-panel{width:min(100%,400px);margin-left:auto;animation:slideR .28s ease}.drawer-top .drawer-panel{width:100%;height:auto;animation:slideD .25s ease}.drawer-top{align-items:start}.search-panel{padding:1rem}.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.nav-mob{display:grid;gap:.85rem;font-family:var(--display);font-size:1.4rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}@keyframes slideL{0%{transform:translate(-16px);opacity:0}}@keyframes slideR{0%{transform:translate(16px);opacity:0}}@keyframes slideD{0%{transform:translateY(-12px);opacity:0}}.hero{position:relative;min-height:78vh;display:grid;align-items:end;color:#fff;overflow:hidden}.hero-media,.hero-fallback{position:absolute;top:0;right:0;bottom:0;left:0}.hero-img,.hero-fallback{width:100%;height:100%;object-fit:cover}.hero-fallback{background:linear-gradient(120deg,#0000008c,#00000026),radial-gradient(circle at 20% 20%,#2a2a2a,#0b0b0b)}.hero-copy{position:relative;padding:5rem 0 3.5rem}.hero .eyebrow{color:var(--accent)}.trust-bar{background:var(--surface);border-bottom:1px solid #ecece8}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;padding:1rem 0;font-size:.85rem;font-weight:600;text-align:center}.trust-row p{margin:0}.cat-grid,.product-grid,.goal-grid,.why-grid,.guide-grid,.ig-grid,.footer-grid,.contact-grid{display:grid;gap:1rem}.cat-grid{grid-template-columns:1fr 1fr}.cat-card{position:relative;min-height:220px;border-radius:22px;overflow:hidden;color:#fff;display:block}.cat-card img,.cat-card .media-ph{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cat-card:hover img{transform:scale(1.06)}.cat-card span{position:absolute;left:1rem;bottom:1rem;right:1rem;display:flex;justify-content:space-between;align-items:end}.cat-card em{font-style:normal;background:var(--accent);color:var(--accent-ink);border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:700}.media-ph{background:linear-gradient(145deg,#e8e8e2,#cfd4c8);min-height:160px;border-radius:16px}.media-ph.tall{min-height:280px;aspect-ratio:4/5}.pcard{background:var(--surface);border-radius:20px;overflow:hidden;position:relative;border:1px solid #ecece8}.pcard-media{display:block;aspect-ratio:4/5;overflow:hidden;position:relative;background:#eee}.pcard-media img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.pcard-media .img-b{opacity:0;transition:opacity .35s ease}.pcard:hover .img-b{opacity:1}.pcard-body{padding:.9rem 1rem 1.1rem}.pcard h3{font-family:var(--sans);text-transform:none;letter-spacing:0;font-size:1rem}.price s{color:var(--muted);margin-left:.35rem}.price.xl{font-size:1.4rem;font-weight:700}.stars{color:#111;letter-spacing:.08em;font-size:.75rem;margin:.25rem 0 .6rem}.badge{position:absolute;top:10px;left:10px;background:var(--ink);color:#fff;font-size:.68rem;padding:.25rem .5rem;border-radius:999px}.badge.sale{background:var(--accent);color:var(--accent-ink)}.wish{position:absolute;top:10px;right:10px;width:36px;height:36px;border:0;border-radius:99px;background:#fff;cursor:pointer}.wish.is-on{background:var(--accent)}.split-grid,.product-grid-layout{display:grid;gap:2rem}.split-media img{border-radius:24px;width:100%}.editorial{position:relative;min-height:520px;display:grid;align-items:center;color:#fff}.editorial-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#111}.editorial-bg img{width:100%;height:100%;object-fit:cover;opacity:.55}.editorial-copy{position:relative;max-width:36rem;padding:4rem 0}.goal,.why,.guide{background:var(--surface);border-radius:20px;padding:1.2rem;border:1px solid #ecece8;display:grid;gap:.35rem;transition:transform .2s ease}.goal:hover,.guide:hover{transform:translateY(-3px)}.goal-grid,.why-grid,.guide-grid{grid-template-columns:1fr}.ugc-row{display:flex;gap:1rem;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.ugc{flex:0 0 220px;scroll-snap-align:start;margin:0}.ugc img,.ugc video,.ugc .media-ph{border-radius:18px;width:100%;aspect-ratio:4/5;object-fit:cover}.ugc figcaption{font-size:.85rem;margin-top:.5rem;color:var(--muted)}.ig-grid{grid-template-columns:repeat(3,1fr)}.ig{aspect-ratio:1;overflow:hidden;border-radius:14px}.ig img{width:100%;height:100%;object-fit:cover}.newsletter{background:var(--surface)}.final-cta{background:var(--ink);color:#fff;padding:5.5rem 0}.site-footer{background:#0e0e0e;color:#f3f3f0;padding:3.5rem 0 1.5rem}.site-footer a,.site-footer h3{display:block;margin-bottom:.4rem}.site-footer .muted{color:#b5b5b0}.footer-base{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding-top:1rem;border-top:1px solid #2a2a2a;font-size:.85rem}.gallery{display:grid;gap:.6rem}.gallery-item img,.gallery-item video{border-radius:18px;width:100%}.buy-col{position:sticky;top:92px;align-self:start}.benefits{padding-left:1.1rem;color:var(--muted)}.option{border:0;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.4rem}.option legend{width:100%;font-weight:650;margin-bottom:.4rem}.option label span{display:inline-block;border:1px solid #ddd;border-radius:999px;padding:.35rem .7rem}.option input{display:none}.option input:checked+span{background:var(--ink);color:#fff}.qty-row{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.qty-row button{width:36px;height:36px;border-radius:99px;border:1px solid #ddd;background:#fff;cursor:pointer}.acc details,.acc-item{border-top:1px solid #ecece8;padding:.85rem 0}.acc summary{cursor:pointer;font-weight:650}.sticky-atc{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border-top:1px solid #ecece8;padding:.7rem 1rem;z-index:30}.coll-banner{position:relative;min-height:320px;display:grid;align-items:end;color:#fff}.coll-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.coll-banner-copy{position:relative;padding:3rem 0}.coll-layout{display:grid;gap:1.5rem;padding-bottom:3rem}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.filter{margin-bottom:1rem}.check{display:flex;gap:.45rem;align-items:center;margin:.3rem 0;font-size:.9rem}.cart-line{display:grid;grid-template-columns:84px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #ecece8}.predictive-results{display:grid;gap:.5rem;margin-top:1rem}.faq-search{width:100%;margin-bottom:1rem}.reveal{animation:rise .7s ease both}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(min-width:900px){.header-grid{grid-template-columns:auto 1fr auto}.nav-desk{display:flex}.header-cta{display:inline-flex}.header-grid>.icon-btn[data-open-menu]{display:none}.trust-row{grid-template-columns:repeat(4,1fr)}.cat-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.goal-grid,.why-grid{grid-template-columns:repeat(3,1fr)}.guide-grid{grid-template-columns:repeat(5,1fr)}.ig-grid{grid-template-columns:repeat(6,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.split-grid,.product-grid-layout,.contact-grid,.coll-layout{grid-template-columns:1.1fr .9fr}.sticky-atc,.filter-toggle,.mobile-only{display:none}}@media(max-width:899px){.filters{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:60;padding:1rem;overflow:auto;display:none}.filters.is-open{display:block}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
