*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{display:block;max-width:100%}.page-width{width:min(calc(100% - 40px),var(--page));margin:0 auto}.skip-link{position:fixed;left:12px;top:-60px;background:var(--lime);padding:10px 14px;z-index:9999}.skip-link:focus{top:12px}.main-content{min-height:60vh}.muted{color:var(--muted)}.rte{line-height:1.65}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.eyebrow{margin:0 0 12px;font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.eyebrow--light{color:#fff}.eyebrow--lime{color:var(--lime)}.section{padding:88px 0}.section--tight{padding-top:70px;padding-bottom:70px}.section--soft{background:var(--soft)}.section--dark{background:var(--ink);color:#fff}.section--dark .section-copy,.section--dark .product-card__vendor{color:#a7a7a1}.section--dark .product-card__title a{color:#fff}.section-title{font-size:clamp(42px,5vw,78px);line-height:.92;letter-spacing:-.065em;text-transform:uppercase;margin:0;max-width:900px}.section-copy{margin:14px 0 0;color:var(--muted);max-width:540px;font-size:15px;line-height:1.65}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:36px}.section-head--inline>div{flex:1}.section-head--inline .section-copy{flex:0 0 420px;margin:0}.text-link{font-size:12px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.text-link span{display:inline-block;margin-left:8px;transition:transform .2s}.text-link:hover span{transform:translate(4px)}.btn{min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;background:var(--lime);color:var(--lime-text);transition:transform .18s,opacity .18s,background .18s}.btn:hover{transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--dark{background:var(--ink);color:#fff}.btn--accent{background:var(--lime);color:var(--ink)}.btn--glass{background:#ffffff1a;color:#fff;border-color:#ffffff59;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--outline{background:transparent;border-color:var(--ink);color:var(--ink)}.btn--full{width:100%}.icon-btn{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;padding:0;border-radius:50%}.icon-btn svg{width:22px;height:22px}.icon-btn:hover{background:var(--soft)}.announcement-bar{height:34px;background:var(--ink);color:#fff;overflow:hidden;border-bottom:1px solid #202020}.announcement-track{display:flex;width:max-content;animation:ticker 28s linear infinite;height:100%}.announcement-group{display:flex;align-items:center}.announcement-pill{display:flex;align-items:center;gap:9px;padding:0 34px;font-size:10px;font-weight:900;letter-spacing:.1em;white-space:nowrap;height:34px}.announcement-pill span:first-child{color:var(--lime)}@keyframes ticker{to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:80;background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-shell{min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px}.header-nav{display:flex;align-items:center;gap:26px}.header-nav a{font-size:12px;font-weight:900;letter-spacing:.035em;position:relative}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--ink);transition:right .2s}.header-nav a:hover:after{right:0}.brand{justify-self:center;display:inline-flex;align-items:center;gap:5px}.brand-word{font-size:26px;font-weight:1000;letter-spacing:-.065em}.brand-dot{width:8px;height:8px;background:var(--lime);border-radius:50%}.brand-logo{max-height:44px;width:auto}.header-actions{justify-self:end;display:flex;align-items:center;gap:2px}.cart-count{position:absolute;transform:translate(12px,-12px);min-width:19px;height:19px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:10px;font-weight:950;display:grid;place-items:center;border:2px solid #fff}.header-menu-btn{display:none}.quick-nav-wrap{border-top:1px solid var(--line)}.quick-nav{height:38px;display:flex;align-items:center;gap:24px;overflow:auto;scrollbar-width:none}.quick-nav::-webkit-scrollbar{display:none}.quick-nav__label{font-size:9px;font-weight:950;letter-spacing:.16em;color:var(--muted);padding-right:3px}.quick-nav a{font-size:10px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.quick-nav a:hover{color:#5e7600}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none}.mobile-nav.open{pointer-events:auto}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0000008a;opacity:0;transition:.25s;width:100%;height:100%}.mobile-nav.open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;left:0;top:0;bottom:0;width:min(88vw,410px);background:#fff;transform:translate(-100%);transition:.25s;padding:24px;display:flex;flex-direction:column}.mobile-nav.open .mobile-nav__panel{transform:none}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;font-size:22px;letter-spacing:-.04em}.mobile-search{display:grid;grid-template-columns:1fr 46px;margin:25px 0;border:1px solid var(--line);border-radius:999px;overflow:hidden}.mobile-search input{border:0;padding:0 16px;outline:0}.mobile-search button{border:0;background:var(--lime);font-weight:900}.mobile-nav__links{display:grid}.mobile-nav__links a{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:17px 0;font-size:22px;font-weight:900;letter-spacing:-.03em}.mobile-nav__note{margin-top:auto;padding-top:22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;pointer-events:none}.search-drawer.open{pointer-events:auto}.search-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000080;opacity:0;transition:.2s;width:100%;height:100%}.search-drawer.open .search-drawer__overlay{opacity:1}.search-drawer__panel{position:absolute;left:0;right:0;top:0;background:#fff;transform:translateY(-105%);transition:.28s;padding:28px 0 36px}.search-drawer.open .search-drawer__panel{transform:none}.search-drawer__top{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:950;letter-spacing:.14em}.search-drawer__form{display:grid;grid-template-columns:1fr auto;gap:14px;margin-top:24px}.search-drawer__form input{border:0;border-bottom:3px solid var(--ink);font-size:clamp(24px,4vw,56px);font-weight:850;letter-spacing:-.04em;outline:0;padding:14px 0;background:transparent}.search-drawer__trending{font-size:11px;color:var(--muted);margin-top:16px}.search-drawer__trending span{color:var(--ink);font-weight:900}.hero-gorilla{padding:14px 0 0}.hero-gorilla__frame{min-height:min(760px,76vh);border-radius:calc(var(--radius) + 6px);overflow:hidden;position:relative;background:#111;color:#fff}.hero-gorilla__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-gorilla__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000075 40%,#00000014 78%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 40%)}.hero-gorilla__content{position:absolute;left:clamp(26px,5vw,72px);top:50%;transform:translateY(-50%);max-width:800px}.hero-gorilla__content h1{font-size:clamp(62px,7.4vw,116px);line-height:.84;letter-spacing:-.075em;text-transform:uppercase;margin:0;max-width:850px}.hero-gorilla__text{max-width:570px;font-size:16px;line-height:1.55;color:#e9e9e3;margin:24px 0 28px}.hero-gorilla__buttons{display:flex;gap:10px;flex-wrap:wrap}.hero-gorilla__stamp{position:absolute;right:30px;top:30px;width:104px;height:104px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;color:#fff;transform:rotate(7deg)}.hero-gorilla__stamp span{font-size:8px;letter-spacing:.16em}.hero-gorilla__stamp strong{font-size:22px;margin:6px 0}.hero-gorilla__bottom-note{position:absolute;left:32px;bottom:24px;font-size:9px;letter-spacing:.14em;font-weight:850}.hero-gorilla__fallback{background:radial-gradient(circle at 68% 42%,#293000 0 15%,transparent 16%),linear-gradient(125deg,#050505 0 45%,#12180a 46% 75%,#050505 76%)}.hero-fallback-word{position:absolute;right:5%;bottom:-9%;font-size:min(42vw,520px);font-weight:1000;letter-spacing:-.12em;color:var(--lime);opacity:.95;line-height:.8}.hero-shape{position:absolute;border:1px solid rgba(200,255,0,.3);border-radius:50%}.hero-shape--one{width:420px;height:420px;right:12%;top:12%}.hero-shape--two{width:240px;height:240px;right:22%;top:31%}.hero-shape--three{width:650px;height:650px;right:-10%;top:-20%}.trust-strip{padding:20px 0;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:14px;padding:12px 24px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-item__icon{width:34px;height:34px;border-radius:50%;background:var(--soft);display:grid;place-items:center;font-size:10px;font-weight:950}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:12px}.trust-item div span{font-size:10px;color:var(--muted);margin-top:3px}.trend-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trend-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--soft);transition:transform .2s}.trend-card:hover{transform:translateY(-4px)}.trend-card__media{aspect-ratio:4/5;overflow:hidden;background:#deded9}.trend-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.trend-card:hover img{transform:scale(1.035)}.trend-card__placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:80px;font-weight:1000;letter-spacing:-.08em;background:linear-gradient(135deg,#e5e5df,#fafafa);color:#bbb}.trend-card__footer{display:flex;justify-content:space-between;align-items:center;padding:16px 17px;font-weight:950;font-size:13px;letter-spacing:.03em}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0}.product-card__media{display:block;position:relative;aspect-ratio:1/1;background:var(--soft);border-radius:var(--radius);overflow:hidden}.product-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-card__media>img{transform:scale(1.025)}.product-card__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#efefe9,#dcdcd5);color:#aaa}.product-card__placeholder span{font-size:58px;font-weight:1000;letter-spacing:-.08em}.product-card__placeholder small{font-size:8px;letter-spacing:.15em;font-weight:900;margin-top:6px}.product-card__badges{position:absolute;left:10px;top:10px;display:grid;gap:6px;justify-items:start}.badge{padding:7px 9px;border-radius:999px;font-size:9px;font-weight:950;line-height:1;background:#fff;box-shadow:0 4px 15px #00000014}.badge--sale{background:var(--danger);color:#fff}.badge--gift{background:var(--lime);color:var(--ink)}.product-card__view{position:absolute;right:10px;bottom:10px;background:#0a0a0ae6;color:#fff;padding:8px 11px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.08em;opacity:0;transform:translateY(5px);transition:.2s}.product-card:hover .product-card__view{opacity:1;transform:none}.product-card__body{padding:14px 2px 0}.product-card__vendor{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800;margin-bottom:5px}.product-card__title{font-size:14px;line-height:1.3;margin:0 0 8px;font-weight:850;min-height:36px}.price-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-current{font-size:14px;font-weight:950}.price-compare{text-decoration:line-through;color:var(--muted);font-size:12px}.card-quick-form{margin:0}.card-quick-add{width:100%;border:0;background:transparent;border-top:1px solid var(--line);margin-top:13px;padding:11px 0 0;display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:.1em;font-weight:950}.section--dark .card-quick-add{border-top-color:#2b2b2b;color:#fff}.section--dark .product-card__media{background:#171717}.promo-editorial__grid{display:grid;grid-template-columns:.86fr 1.14fr;min-height:620px;border-radius:calc(var(--radius) + 4px);overflow:hidden;background:var(--ink);color:#fff}.promo-editorial__copy{padding:clamp(38px,5vw,80px);display:flex;flex-direction:column;justify-content:center;position:relative}.promo-editorial__copy h2{font-size:clamp(58px,6.2vw,98px);line-height:.84;letter-spacing:-.07em;margin:0 0 22px;max-width:650px}.promo-editorial__copy>p:not(.eyebrow){color:#c6c6c1;line-height:1.6;max-width:500px;margin:0 0 26px}.promo-editorial__index{position:absolute;left:clamp(38px,5vw,80px);bottom:28px;font-size:9px;letter-spacing:.15em;color:#777}.promo-editorial__media{position:relative;overflow:hidden;background:#1d1d1d}.promo-editorial__media img{width:100%;height:100%;object-fit:cover}.promo-editorial__placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,#3b4700,transparent 40%),#121212}.promo-editorial__placeholder span{font-size:12px;letter-spacing:.25em}.promo-editorial__placeholder strong{font-size:clamp(70px,10vw,160px);letter-spacing:-.09em;color:var(--lime);line-height:.8}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.step-card{min-height:260px;border:1px solid #d9d9d2;border-radius:var(--radius);padding:26px;display:flex;flex-direction:column}.step-card__number{font-size:11px;font-weight:950;color:var(--muted);letter-spacing:.1em}.step-card h3{font-size:28px;letter-spacing:-.04em;margin:auto 0 10px}.step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55;max-width:320px}.rating-badge{display:flex;align-items:center;gap:10px}.rating-badge strong{font-size:34px;letter-spacing:-.05em}.rating-badge span{font-size:11px;letter-spacing:.08em}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:270px;display:flex;flex-direction:column}.review-card__top{display:flex;justify-content:space-between;gap:12px}.review-stars{font-size:10px;letter-spacing:.08em}.review-verified{font-size:9px;color:#567000;font-weight:900}.review-card blockquote{margin:36px 0 28px;font-size:20px;line-height:1.35;letter-spacing:-.03em;font-weight:700}.review-card__bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:14px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.review-card__bottom strong,.review-card__bottom span{display:block}.review-card__bottom strong{font-size:12px}.review-card__bottom div span,.review-product{font-size:10px;color:var(--muted);margin-top:3px}.review-product{text-align:right}.gift-box{display:grid;grid-template-columns:1fr 1fr;background:var(--lime);border-radius:calc(var(--radius) + 5px);overflow:hidden;min-height:570px}.gift-box__copy{padding:clamp(38px,5vw,80px);display:flex;flex-direction:column;justify-content:center}.gift-kicker{font-size:10px;font-weight:950;letter-spacing:.18em;margin-bottom:16px}.gift-box h2{font-size:clamp(58px,6.5vw,105px);line-height:.82;letter-spacing:-.075em;margin:0;max-width:720px}.gift-box__copy>p{max-width:560px;line-height:1.55;margin:24px 0}.gift-points{display:flex;gap:10px 22px;flex-wrap:wrap;margin-bottom:28px;font-size:11px;font-weight:850}.gift-points span{margin-right:6px}.gift-box__media{min-height:500px;position:relative;overflow:hidden;background:#171717}.gift-box__media img{width:100%;height:100%;object-fit:cover}.gift-bottle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(5deg);width:min(48%,320px);aspect-ratio:.66;background:linear-gradient(145deg,#262626,#050505);border:1px solid #4a4a4a;border-radius:28px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 30px 80px #00000073}.gift-bottle:before{content:"";position:absolute;top:-52px;width:42%;height:58px;border-radius:8px 8px 0 0;background:#222;border:1px solid #444}.gift-bottle span{font-size:9px;letter-spacing:.24em}.gift-bottle strong{font-size:100px;color:var(--lime);line-height:.9;letter-spacing:-.1em}.gift-bottle small{font-size:8px;letter-spacing:.16em;margin-top:14px}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-intro{position:sticky;top:150px;align-self:start}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;font-size:17px;font-weight:850;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{font-size:25px;font-weight:400;transition:.2s}.faq-item[open] .faq-plus{transform:rotate(45deg)}.faq-answer{padding:0 60px 24px 0;color:var(--muted);line-height:1.65;font-size:14px}.newsletter-section{background:var(--ink);color:#fff;padding:70px 0}.newsletter-box{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.newsletter-box h2{font-size:clamp(42px,5vw,78px);line-height:.9;letter-spacing:-.06em;margin:0}.newsletter-box p{color:#a8a8a4;max-width:520px}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px}.newsletter-form input{min-height:52px;border:1px solid #3c3c3c;background:#141414;color:#fff;border-radius:999px;padding:0 18px;outline:0}.newsletter-form input:focus{border-color:var(--lime)}.site-footer{background:#050505;color:#fff;padding:68px 0 22px}.footer-top{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:45px}.footer-brand{font-size:35px;font-weight:1000;letter-spacing:-.07em}.footer-brand span{color:var(--lime)}.footer-logo{max-height:60px;width:auto}.footer-brand-col p{color:#8f8f8a;line-height:1.6;max-width:420px;font-size:13px}.footer-social{display:inline-block;margin-top:14px;font-size:10px;font-weight:950;letter-spacing:.14em;color:var(--lime)}.footer-menu{display:flex;flex-direction:column;gap:10px}.footer-menu h3{font-size:10px;letter-spacing:.14em;margin:0 0 8px;color:#777}.footer-menu a,.footer-menu span{font-size:12px;color:#d1d1cc}.footer-menu a:hover{color:var(--lime)}.footer-wordmark{font-size:min(14vw,210px);font-weight:1000;letter-spacing:-.09em;line-height:.75;margin:75px 0 42px;color:#111;white-space:nowrap;overflow:hidden}.footer-bottom{padding-top:18px;border-top:1px solid #1b1b1b;display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.08em;color:#686864}.product-main{padding:38px 0 90px}.product-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:42px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery__item{aspect-ratio:1;background:var(--soft);border-radius:var(--radius);overflow:hidden}.product-gallery__item:first-child{grid-column:1/-1;aspect-ratio:1.32}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:135px}.product-info__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.product-gift-chip{background:var(--lime);color:var(--ink);border-radius:999px;padding:7px 10px;letter-spacing:0}.product-info__title{font-size:clamp(42px,4.7vw,72px);line-height:.92;letter-spacing:-.06em;margin:16px 0}.product-info__price{display:flex;gap:10px;align-items:center;margin-bottom:7px}.product-info__price .price-current{font-size:22px}.product-info__price .price-compare{font-size:16px}.product-sale-note{font-size:9px;font-weight:900;letter-spacing:.13em;color:var(--danger);margin-bottom:30px}.variant-field{border:0;padding:0;margin:26px 0}.variant-field legend{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.variant-field legend small{font-size:9px;color:var(--muted);font-weight:700;letter-spacing:0;text-transform:none}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-pill input{position:absolute;opacity:0;pointer-events:none}.variant-pill span{min-width:54px;height:43px;border:1px solid var(--line);border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:850;padding:0 13px;cursor:pointer}.variant-pill input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}.product-actions{display:grid;gap:9px}.dynamic-checkout .shopify-payment-button__button{border-radius:999px!important;min-height:50px!important}.product-benefit-list{margin:25px 0 20px;border-top:1px solid var(--line)}.product-benefit-list>div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;padding:14px 0;border-bottom:1px solid var(--line)}.product-benefit-list>div>span{grid-row:1/3;font-size:18px}.product-benefit-list strong{font-size:11px}.product-benefit-list small{font-size:10px;color:var(--muted);margin-top:2px}.product-accordion{border-bottom:1px solid var(--line)}.product-accordion summary{list-style:none;display:flex;justify-content:space-between;padding:18px 0;font-size:10px;font-weight:950;letter-spacing:.1em;cursor:pointer}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion .rte{padding:0 0 20px;font-size:13px;color:var(--muted)}.collection-page{padding:48px 0 90px}.collection-hero{padding:20px 0 45px}.collection-hero__row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.collection-hero h1,.page-title{font-size:clamp(58px,8vw,120px);line-height:.8;letter-spacing:-.075em;text-transform:uppercase;margin:0}.collection-hero__row>span{font-size:10px;letter-spacing:.12em;font-weight:900}.collection-description{max-width:730px;color:var(--muted);font-size:13px;margin-top:22px}.collection-toolbar{border-top:1px solid var(--ink);border-bottom:1px solid var(--line);height:58px;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.filter-toggle{border:0;background:transparent;padding:0;font-size:10px;font-weight:950;letter-spacing:.1em}.collection-toolbar__right{display:flex;align-items:center;gap:24px;font-size:9px;color:var(--muted);font-weight:800;letter-spacing:.08em}.collection-toolbar__right form{display:flex;align-items:center;gap:8px}.collection-toolbar select{border:0;background:transparent;font-size:10px;font-weight:900;outline:0}.collection-layout{display:grid;grid-template-columns:230px 1fr;gap:32px}.filters__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--ink);font-size:10px;letter-spacing:.1em}.filters__head a{color:var(--muted);font-size:9px}.filter-group{border-bottom:1px solid var(--line)}.filter-group summary{list-style:none;display:flex;justify-content:space-between;padding:16px 0;font-size:11px;font-weight:900;cursor:pointer}.filter-group summary::-webkit-details-marker{display:none}.filter-list{list-style:none;margin:0;padding:0 0 14px;max-height:250px;overflow:auto}.filter-list li{margin:0 0 9px}.filter-list label{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:7px;font-size:11px}.filter-list input{accent-color:var(--ink)}.filter-list small{color:var(--muted)}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 0 14px}.price-filter label{font-size:8px;font-weight:900;color:var(--muted)}.price-filter input{width:100%;height:40px;border:1px solid var(--line);padding:0 8px;margin-top:5px}.filters-submit{margin-top:18px}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state{grid-column:1/-1;padding:80px 20px;text-align:center;border:1px solid var(--line);border-radius:var(--radius)}.empty-state strong,.empty-state a{display:block}.empty-state a{font-size:11px;margin-top:12px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:48px}.pagination a,.pagination span{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:900}.pagination .current{background:var(--ink);color:#fff;border-color:var(--ink)}.cart-page,.search-page,.simple-page{padding:60px 0 100px}.cart-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;margin-top:45px}.cart-items{border-top:1px solid var(--ink)}.cart-row{display:grid;grid-template-columns:130px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{width:130px;height:130px;object-fit:cover;background:var(--soft);border-radius:var(--radius)}.cart-row__info>a{font-size:17px;font-weight:900}.cart-row__info>span{display:block;color:var(--muted);font-size:11px;margin-top:5px}.cart-row__qty{display:flex;align-items:center;gap:8px;margin-top:25px}.cart-row__qty label{font-size:9px;font-weight:900}.cart-row__qty input{width:55px;height:34px;border:1px solid var(--line);text-align:center}.cart-row__end{text-align:right;display:flex;flex-direction:column;justify-content:space-between}.cart-row__end strong{font-size:14px}.cart-row__end a{font-size:9px;color:var(--muted);text-decoration:underline}.cart-summary{position:sticky;top:145px;align-self:start;background:var(--soft);border-radius:var(--radius);padding:24px}.cart-summary__gift{background:var(--lime);padding:11px 12px;border-radius:8px;font-size:11px;font-weight:900;margin-bottom:22px}.cart-summary__line{display:flex;justify-content:space-between;font-size:13px;font-weight:900;border-bottom:1px solid #d6d6d0;padding-bottom:14px}.cart-summary p{font-size:10px;line-height:1.5;color:var(--muted);margin:14px 0 20px}.cart-summary .btn+.btn{margin-top:8px}.empty-cart{margin-top:45px;background:var(--soft);border-radius:var(--radius);padding:50px;max-width:650px}.empty-cart strong{font-size:30px}.empty-cart p{color:var(--muted);margin:10px 0 22px}.search-page__form{display:grid;grid-template-columns:1fr auto;gap:10px;margin:42px 0}.search-page__form input{min-height:58px;border:1px solid var(--line);border-radius:999px;padding:0 22px;outline:0;font-size:18px}.search-result-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--ink);padding-bottom:12px;margin-bottom:24px;font-size:10px;letter-spacing:.08em}.simple-page__inner{max-width:1000px}.simple-page__content{margin-top:45px;font-size:15px}.error-page{background:var(--ink);color:#fff;min-height:72vh;display:flex;align-items:center;text-align:center}.error-code{display:block;color:var(--lime);font-size:12px;font-weight:900;letter-spacing:.2em}.error-page h1{font-size:clamp(58px,9vw,140px);line-height:.8;letter-spacing:-.08em;margin:20px auto;max-width:1100px}.error-page p{color:#999;margin-bottom:28px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0000008c;opacity:0;transition:.2s}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(94vw,460px);background:#fff;transform:translate(100%);transition:.25s;display:flex;flex-direction:column}.cart-drawer.open .cart-drawer__panel{transform:none}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cart-drawer__head>div{display:grid;gap:3px}.cart-drawer__head strong{font-size:22px;letter-spacing:-.04em}.mini-eyebrow{font-size:8px;letter-spacing:.14em;color:var(--muted);font-weight:900}.cart-gift-note{background:var(--lime);padding:11px 22px;font-size:10px;font-weight:900;text-align:center}.cart-drawer__body{padding:20px;overflow:auto;flex:1}.drawer-empty{padding:70px 10px;text-align:center;display:grid;gap:8px}.drawer-empty strong{font-size:26px;letter-spacing:-.04em}.drawer-empty span{font-size:11px;color:var(--muted)}.drawer-item{display:grid;grid-template-columns:88px 1fr auto;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line)}.drawer-item>img{width:88px;height:88px;object-fit:cover;border-radius:10px;background:var(--soft)}.drawer-item__info>a{font-size:12px;font-weight:900;display:block}.drawer-item__info>span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.drawer-item__price{font-size:11px;font-weight:900;white-space:nowrap}.drawer-qty{display:flex;align-items:center;margin-top:12px}.drawer-qty button,.drawer-qty span{width:28px;height:27px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;font-size:11px}.drawer-qty span{border-left:0;border-right:0}.cart-drawer__footer{padding:20px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-total span{font-size:10px;font-weight:900;letter-spacing:.1em}.cart-total strong{font-size:18px}.cart-drawer__footer p{font-size:9px;color:var(--muted);line-height:1.5;margin:10px 0 15px}@media(max-width:1100px){.header-nav{display:none}.header-menu-btn{display:grid}.header-shell{grid-template-columns:1fr auto 1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trend-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.promo-editorial__grid{grid-template-columns:1fr 1fr}.gift-box{grid-template-columns:1fr}.gift-box__media{order:-1;min-height:420px}.faq-layout{grid-template-columns:1fr;gap:35px}.faq-intro{position:static}.footer-top{grid-template-columns:1fr 1fr}.product-layout{grid-template-columns:1fr}.product-info{position:static}.collection-layout{grid-template-columns:1fr}.filters{display:none;background:#fff;position:fixed;z-index:125;left:0;top:0;bottom:0;width:min(88vw,380px);overflow:auto;padding:24px;box-shadow:20px 0 60px #0003}.filters.active{display:block}.product-grid--collection{grid-template-columns:repeat(3,1fr)}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.newsletter-box{grid-template-columns:1fr;gap:28px}}@media(max-width:760px){.page-width{width:min(calc(100% - 22px),var(--page))}.section{padding:58px 0}.section--tight{padding:50px 0}.announcement-pill{padding:0 22px}.header-shell{min-height:64px}.brand-word{font-size:21px}.brand-logo{max-height:36px}.quick-nav{gap:18px}.hero-gorilla{padding-top:10px}.hero-gorilla__frame{min-height:650px;border-radius:var(--radius)}.hero-gorilla__shade{background:linear-gradient(0deg,#000000bd,#00000059 68%,#0000001f)}.hero-gorilla__content{left:22px;right:22px;top:auto;bottom:78px;transform:none}.hero-gorilla__content h1{font-size:55px}.hero-gorilla__text{font-size:13px;margin:18px 0 22px}.hero-gorilla__stamp{width:78px;height:78px;right:15px;top:15px}.hero-gorilla__stamp strong{font-size:16px}.hero-gorilla__bottom-note{left:22px;bottom:24px;max-width:75%;line-height:1.4}.trust-strip{padding:10px 0}.trust-item{padding:12px 8px;border-bottom:1px solid var(--line)}.trust-item:first-child{padding-left:8px}.trust-item:nth-last-child(-n+2){border-bottom:0}.trust-item__icon{width:28px;height:28px}.trust-item strong{font-size:10px}.trust-item div span{font-size:9px}.section-head,.section-head--inline{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:25px}.section-head--inline .section-copy{flex:auto;margin:0}.section-title{font-size:48px}.trend-grid{gap:8px}.trend-card__footer{padding:12px;font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card__badges{left:7px;top:7px;gap:4px}.badge{font-size:7px;padding:6px 7px}.product-card__view{display:none}.product-card__title{font-size:12px;min-height:32px}.price-current{font-size:12px}.price-compare{font-size:10px}.card-quick-add{font-size:8px}.product-grid--mobile-scroll{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px;margin-right:-11px}.product-grid--mobile-scroll .product-card{flex:0 0 72vw;scroll-snap-align:start}.promo-editorial__grid{grid-template-columns:1fr;min-height:0}.promo-editorial__copy{min-height:470px;padding:34px 24px}.promo-editorial__copy h2{font-size:62px}.promo-editorial__media{min-height:390px}.promo-editorial__index{left:24px}.steps-grid{grid-template-columns:1fr}.step-card{min-height:210px}.reviews-grid{grid-template-columns:1fr}.rating-badge strong{font-size:26px}.gift-box__copy{padding:38px 24px}.gift-box h2{font-size:61px}.gift-box__media{min-height:390px}.faq-item summary{font-size:14px}.newsletter-section{padding:50px 0}.newsletter-box h2{font-size:48px}.newsletter-form,.footer-top{grid-template-columns:1fr}.footer-wordmark{font-size:20vw;margin:55px 0 30px}.footer-bottom{flex-direction:column}.product-main{padding-top:16px}.product-gallery{gap:7px}.product-gallery__item:first-child{aspect-ratio:1}.product-info__title{font-size:46px}.product-info__meta{align-items:flex-start}.product-benefit-list>div{padding:12px 0}.collection-page{padding-top:28px}.collection-hero{padding-bottom:30px}.collection-hero__row{align-items:flex-start;flex-direction:column}.collection-hero h1,.page-title{font-size:62px}.collection-toolbar{height:52px}.collection-toolbar__right>span{display:none}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-page,.search-page,.simple-page{padding:42px 0 70px}.cart-row{grid-template-columns:90px 1fr;gap:12px}.cart-row img{width:90px;height:90px}.cart-row__end{grid-column:2;flex-direction:row;align-items:center;text-align:left}.cart-row__qty{margin-top:15px}.search-page__form,.search-drawer__form{grid-template-columns:1fr}.search-drawer__form input{font-size:30px}.search-drawer__form .btn{width:100%}.drawer-item{grid-template-columns:75px 1fr}.drawer-item>img{width:75px;height:75px}.drawer-item__price{grid-column:2}.footer-wordmark{white-space:normal}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
