*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.section{padding:clamp(46px,7vw,92px) 0}.section--tight{padding:28px 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-header h2,.prose h1,.prose h2{margin:0;line-height:1.08;letter-spacing:-.035em}.section-header h2{font-size:clamp(30px,4vw,52px)}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:var(--accent)}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;background:var(--accent);color:#fff;border:1px solid var(--accent);font-weight:800;cursor:pointer;transition:.2s transform,.2s box-shadow}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 28%,transparent)}.button--secondary{background:transparent;color:var(--text);border-color:var(--border)}.button[disabled]{opacity:.5;cursor:not-allowed}.skip-link,.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}.skip-link:focus{clip:auto;width:auto;height:auto;margin:12px;padding:12px;background:#fff;z-index:9999}.announcement{background:var(--text);color:var(--bg);font-size:.86rem;text-align:center;padding:9px 16px}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;font-size:1.25rem}.brand img{max-height:44px;width:auto}.nav{display:flex;justify-content:center;gap:24px}.nav a{font-weight:700;font-size:.93rem}.header-actions{display:flex;align-items:center;gap:12px}.icon-button{border:1px solid var(--border);background:var(--surface);border-radius:999px;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.mobile-toggle{display:none}.mobile-nav{display:none;border-top:1px solid var(--border);padding:12px 0 20px}.mobile-nav[data-open]{display:grid}.mobile-nav a{padding:10px 0;font-weight:800}.hero{padding:clamp(42px,7vw,86px) 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,6vw,84px)}.hero h1{font-size:clamp(46px,7vw,88px);line-height:.94;letter-spacing:-.06em;margin:14px 0 20px}.hero p{font-size:clamp(17px,2vw,21px);color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{position:relative;min-height:480px;border-radius:calc(var(--radius) * 1.5);overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 18%,var(--surface)),color-mix(in srgb,var(--accent-2) 20%,var(--surface)));box-shadow:var(--shadow)}.hero-visual>img{width:100%;height:100%;min-height:480px;object-fit:cover}.hero-art{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:36px}.hero-card{width:min(88%,410px);background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);transform:rotate(-2deg)}.hero-card strong{font-size:1.4rem;display:block}.hero-card .mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.hero-card .mini-grid span{aspect-ratio:1;border-radius:16px;background:linear-gradient(135deg,var(--accent),var(--accent-2));opacity:.85}.badge-float{position:absolute;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:999px;padding:10px 15px;font-weight:800}.badge-float.one{top:28px;right:25px}.badge-float.two{bottom:35px;left:22px}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card{position:relative;min-height:180px;padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;transition:.2s transform,.2s box-shadow}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.category-card h3{margin:0 0 8px;font-size:1.28rem}.category-icon{font-size:2.2rem;margin-bottom:26px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column}.product-card__media{aspect-ratio:1/1;background:color-mix(in srgb,var(--surface) 70%,var(--border));overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s transform}.product-card:hover img{transform:scale(1.035)}.product-card__body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card h3{font-size:1rem;line-height:1.35;margin:0}.price{font-weight:900}.compare-price{text-decoration:line-through;color:var(--muted);font-size:.9rem;margin-left:6px}.pill{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:5px 10px;background:color-mix(in srgb,var(--accent) 12%,var(--surface));color:var(--accent);font-size:.75rem;font-weight:900}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.trust-item{padding:24px;border-right:1px solid var(--border)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:1rem}.trust-item span{font-size:.88rem;color:var(--muted)}.rich-card{border-radius:calc(var(--radius) * 1.25);background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 10%,var(--surface)),var(--surface));border:1px solid var(--border);padding:clamp(32px,7vw,76px);display:grid;grid-template-columns:1fr .7fr;gap:40px;align-items:center}.rich-card h2{font-size:clamp(34px,5vw,62px);margin:8px 0 16px;line-height:1}.newsletter{background:var(--text);color:var(--bg);border-radius:calc(var(--radius) * 1.25);padding:clamp(32px,6vw,70px);display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.newsletter h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:0 0 12px}.newsletter-form{display:flex;gap:10px}.field{width:100%;min-height:50px;border:1px solid var(--border);border-radius:999px;padding:12px 16px;background:var(--surface);color:var(--text)}.newsletter .field{background:#fff;color:#111}.site-footer{border-top:1px solid var(--border);padding:52px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr);gap:40px}.footer-links{display:grid;gap:10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);margin-top:36px;padding-top:22px;color:var(--muted);font-size:.85rem}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(34px,6vw,80px);align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery img{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);width:100%}.product-info{position:sticky;top:110px}.product-info h1{font-size:clamp(34px,5vw,58px);line-height:1;letter-spacing:-.045em;margin:12px 0}.product-form{display:grid;gap:14px;margin:24px 0}.label{font-size:.85rem;font-weight:800}.select,.quantity{min-height:50px;border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:10px 13px;color:var(--text)}.product-benefits{display:grid;gap:8px;margin:22px 0;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.rte{color:var(--muted)}.rte a{text-decoration:underline}.collection-hero{padding:54px 0 22px}.collection-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.05em;margin:0 0 14px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:38px}.pagination a,.pagination span{min-width:42px;height:42px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:38px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-item img{border-radius:14px}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;height:max-content}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:18px 20px}.faq summary{font-weight:900;cursor:pointer}.empty-state{text-align:center;padding:90px 0}.search-form{display:flex;gap:10px;max-width:700px;margin:28px auto}.page-content{max-width:820px;margin:auto}.page-content h1{font-size:clamp(40px,6vw,70px)}dialog{border:0;border-radius:var(--radius);max-width:620px;width:calc(100% - 32px);padding:0;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}dialog::backdrop{background:#0a0f198c}.modal-inner{padding:26px}.modal-head{display:flex;justify-content:space-between;align-items:center}@media(max-width:990px){.nav{display:none}.mobile-toggle{display:grid}.header-inner{grid-template-columns:auto 1fr auto}.hero-grid,.product-layout,.rich-card,.newsletter,.cart-layout{grid-template-columns:1fr}.hero-visual{min-height:400px}.product-grid,.category-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--border)}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.page-width{width:min(calc(100% - 22px),var(--page))}.section{padding:42px 0}.hero{padding:34px 0 48px}.hero h1{font-size:44px}.hero-visual,.hero-visual>img{min-height:340px}.header-inner{gap:10px;min-height:68px}.brand{font-size:1.05rem}.header-actions .account-link{display:none}.category-grid,.product-grid,.trust-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:150px;padding:18px}.trust-item{border:0!important;border-bottom:1px solid var(--border)!important}.trust-item:nth-last-child(-n+2){border-bottom:0!important}.product-gallery{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.cart-item{grid-template-columns:80px 1fr}.cart-item>div:last-child{grid-column:2}.section-header,.toolbar{align-items:start;flex-direction:column}}.cart-icon{width:22px;height:22px;display:block}.cart-trigger{position:relative}.cart-count{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;border:2px solid var(--bg);font-size:.7rem;font-weight:900;line-height:1}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#080e1885;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.cart-overlay[data-open]{opacity:1;visibility:visible}.cart-drawer{position:fixed;inset:0 0 0 auto;z-index:1000;width:min(430px,100%);height:100dvh;background:var(--bg);border-left:1px solid var(--border);box-shadow:-24px 0 70px #080e1833;display:grid;grid-template-rows:auto minmax(0,1fr) auto;transform:translate(102%);visibility:hidden;transition:transform .28s ease,visibility .28s ease}.cart-drawer[data-open]{transform:translate(0);visibility:visible}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px 22px 18px;border-bottom:1px solid var(--border);background:var(--surface)}.cart-drawer__header h2{font-size:1.55rem;line-height:1;margin:3px 0 0}.cart-drawer__header .eyebrow{margin:0}.cart-drawer__body{overflow-y:auto;padding:0 22px;overscroll-behavior:contain}.cart-drawer__empty{text-align:center;padding:64px 12px}.cart-drawer__empty-icon{width:68px;height:68px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 12%,var(--surface));color:var(--accent)}.cart-drawer__empty-icon .cart-icon{width:30px;height:30px}.cart-drawer__empty h3{font-size:1.3rem;margin:0 0 6px}.cart-drawer__items{display:grid}.cart-drawer__item{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;padding:20px 0;border-bottom:1px solid var(--border)}.cart-drawer__image{display:block;aspect-ratio:1;border-radius:14px;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.cart-drawer__image img{width:100%;height:100%;object-fit:cover}.cart-drawer__details{min-width:0}.cart-drawer__title{display:block;font-weight:900;line-height:1.28;margin:1px 0 5px}.cart-drawer__variant{font-size:.82rem;color:var(--muted);margin:0 0 12px}.cart-drawer__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-quantity{height:36px;border:1px solid var(--border);border-radius:999px;display:grid;grid-template-columns:34px 30px 34px;align-items:center;background:var(--surface)}.cart-quantity button{height:34px;border:0;background:transparent;cursor:pointer;font-size:1.1rem;color:var(--text)}.cart-quantity button:disabled{opacity:.4;cursor:wait}.cart-quantity span{text-align:center;font-size:.86rem;font-weight:900}.cart-remove{border:0;background:transparent;color:var(--muted);text-decoration:underline;padding:8px 0 0;cursor:pointer;font-size:.78rem}.cart-drawer__footer{padding:18px 22px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -14px 34px #080e180f}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.cart-drawer__fine-print{margin:5px 0 15px;color:var(--muted);font-size:.78rem}.cart-drawer__checkout-form{margin:0}.cart-drawer__checkout,.cart-drawer__view-cart{width:100%;justify-content:center}.cart-drawer__view-cart{margin-top:9px}.cart-drawer [hidden]{display:none!important}.cart-drawer-open{overflow:hidden}.floating-cart{position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:40;display:none;align-items:center;gap:8px;min-height:52px;padding:0 12px 0 15px;border-radius:999px;background:var(--text);color:var(--bg);box-shadow:0 14px 35px #080e1847;font-weight:900;border:1px solid color-mix(in srgb,var(--bg) 18%,transparent)}.floating-cart .cart-icon{width:20px;height:20px}.floating-cart__count{min-width:25px;height:25px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.75rem}.floating-cart [hidden]{display:none!important}@media(max-width:990px){.floating-cart{display:flex}}@media(max-width:620px){.cart-drawer{width:100%}.cart-drawer__header{padding:18px 16px 15px}.cart-drawer__body{padding:0 16px}.cart-drawer__footer{padding-left:16px;padding-right:16px}.cart-drawer__item{grid-template-columns:82px minmax(0,1fr)}.floating-cart{right:12px;bottom:calc(12px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.cart-drawer,.cart-overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
