:root{--bg:#fff;--text:#111;--muted:#666;--line:#e8e8e8;--accent:#111;--page:1200px;--space:clamp(16px,3vw,40px)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(100% - 2 * var(--space),var(--page));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.75rem;z-index:100}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{min-height:68px;display:flex;align-items:center;gap:28px}.brand{font-size:1.15rem;font-weight:750;letter-spacing:-.02em}.nav{display:flex;gap:22px;margin-left:auto}.nav a,.cart-link{font-size:.95rem}.cart-link{white-space:nowrap}.menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:10px}.menu-toggle span{display:block;width:22px;border-top:2px solid;margin:5px}.hero{padding:clamp(54px,10vw,130px) 0;text-align:center;border-bottom:1px solid var(--line)}.hero h1{max-width:900px;margin:0 auto 16px;font-size:clamp(2.4rem,7vw,6.5rem);line-height:.95;letter-spacing:-.065em}.hero p{max-width:620px;margin:0 auto 28px;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}.button.secondary{background:transparent;color:var(--text)}.section{padding:clamp(42px,7vw,90px) 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h1,.section-head h2{margin:0;font-size:clamp(1.7rem,3vw,2.6rem);letter-spacing:-.04em}.section-head p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.5vw,30px)}.product-card-image{aspect-ratio:4/5;background:#f5f5f5;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover img{transform:scale(1.025)}.product-card-info{display:flex;justify-content:space-between;gap:15px;padding-top:12px}.product-card-title{font-weight:600}.price{white-space:nowrap}.muted{color:var(--muted)}.empty{padding:50px 0;text-align:center;color:var(--muted)}.product{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:clamp(30px,7vw,90px);align-items:start}.product-media{background:#f5f5f5}.product-info{position:sticky;top:100px}.product-info h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0 0 15px;letter-spacing:-.05em}.product-price{font-size:1.25rem;margin-bottom:28px}.product-form label{display:block;margin:18px 0 7px;font-weight:600}.product-form select,.product-form input[type=number]{width:100%;min-height:48px;padding:0 12px;border:1px solid #bbb;background:#fff}.product-form .button{width:100%;margin-top:20px}.rte{margin-top:30px;color:#333}.rte a{text-decoration:underline}.rte img{margin:20px 0}.collection-description{max-width:650px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:16px;margin-top:45px}.pagination a,.pagination span{padding:8px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:18px 10px;border-bottom:1px solid var(--line);text-align:left}.cart-product{display:flex;align-items:center;gap:16px}.cart-product img{width:74px;height:92px;object-fit:cover;background:#f5f5f5}.cart-quantity{width:75px;padding:9px}.cart-summary{display:flex;align-items:center;justify-content:flex-end;gap:24px;margin-top:24px}.cart-summary strong{font-size:1.2rem}.cart-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.page-content{max-width:760px}.page-content h1{font-size:clamp(2.2rem,5vw,4rem);letter-spacing:-.05em}.search-form{display:flex;gap:10px;margin:25px 0 45px}.search-form input{flex:1;min-height:48px;padding:0 14px;border:1px solid #bbb}.site-footer{border-top:1px solid var(--line);padding:35px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.9rem}.footer-links{display:flex;flex-wrap:wrap;gap:18px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product{grid-template-columns:1fr}.product-info{position:static}.nav{display:none;position:absolute;left:0;right:0;top:68px;padding:20px var(--space);background:#fff;border-bottom:1px solid var(--line);flex-direction:column}.nav.is-open{display:flex}.menu-toggle{display:block}.cart-link{margin-left:0}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr auto}.cart-table td{grid-column:1/-1}.cart-table td:last-child{grid-column:2}.cart-summary,.cart-actions{align-items:stretch;flex-direction:column}.footer-inner{flex-direction:column}}@media(max-width:520px){.product-grid{gap:24px 12px}.product-card-info{display:block}.product-card-info .price{margin-top:4px}.section-head{align-items:start;flex-direction:column}}.empty h2{margin:0 0 12px;color:var(--text)}.empty>p{max-width:720px;margin:0 auto}.empty .cart-actions{justify-content:center;margin:24px auto 20px}.empty .button{min-width:160px}@media(max-width:900px){.empty .cart-actions{align-items:stretch}.empty .button{width:100%}}.site-footer{padding:48px 0 28px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,4vw,56px)}.footer-group{border:0}.footer-group summary{list-style:none;cursor:default}.footer-group summary::-webkit-details-marker{display:none}.footer-group h2{margin:0 0 16px;font-size:1rem;color:var(--text)}.footer-nav,.footer-company{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-nav a:hover,.footer-company a:hover{text-decoration:underline}.footer-company p{margin:0;max-width:28ch}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:40px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.payment-icons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin:0;padding:0;list-style:none}.payment-icons svg{display:block;width:38px;height:24px}@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-icons{justify-content:flex-start}}@media(max-width:520px){.footer-grid{display:block}.footer-group{border-bottom:1px solid var(--line)}.footer-group summary{display:flex;align-items:center;justify-content:space-between;min-height:52px;cursor:pointer}.footer-group summary:after{content:"+";font-size:1.25rem}.footer-group[open] summary:after{content:"\2013"}.footer-group h2{margin:0}.footer-nav,.footer-company{padding:0 0 20px}.footer-bottom{margin-top:28px}}.product-vendor{display:inline-block;margin-bottom:10px;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-vendor:hover{text-decoration:underline}.availability{display:flex;align-items:center;gap:8px;margin:-12px 0 22px;color:var(--muted);font-size:.95rem}.availability-dot{width:8px;height:8px;border-radius:50%;background:#16794c;box-shadow:0 0 0 3px #16794c1f}.button:disabled{opacity:.55;cursor:not-allowed}.product-trust{margin:28px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.product-trust li{display:grid;gap:3px;padding:16px 0;border-bottom:1px solid var(--line)}.product-trust strong{font-size:.95rem}.product-trust span{color:var(--muted);font-size:.9rem}.product-trust a{text-decoration:underline;text-underline-offset:2px}:root{--bg: #0a0a0a;--text: #f5f5f5;--muted: #a8a8a8;--line: #2a2a2a;--accent: #f5f5f5;--surface: #141414;--surface-subtle: #1c1c1c;--field-bg: #111111;--field-border: #484848;--button-text: #0a0a0a;--header-bg: rgba(10, 10, 10, .96);--focus: #7ab8ff;color-scheme:dark}html[data-theme=light]{--bg: #ffffff;--text: #111111;--muted: #666666;--line: #e8e8e8;--accent: #111111;--surface: #ffffff;--surface-subtle: #f5f5f5;--field-bg: #ffffff;--field-border: #bbbbbb;--button-text: #ffffff;--header-bg: rgba(255, 255, 255, .96);--focus: #005fcc;color-scheme:light}html,body,.site-footer,.cart-drawer,.drawer__inner,.menu-drawer{background:var(--bg);color:var(--text)}body,.site-header,.site-footer,.nav,.product-card-info,.product-info,.page-content,.search-form,.cart-table,.cart-summary,.cart-actions{transition:background-color .18s ease,color .18s ease,border-color .18s ease}.site-header{background:var(--header-bg)}.product-card-image,.product-media,.cart-product img{background:var(--surface-subtle)}.button{color:var(--button-text)}.button.secondary,.rte,.page-content,.product-info,.collection-description{color:var(--text)}.rte :where(p,span,div,li,h1,h2,h3,h4,h5,h6,table,th,td,strong,em){background-color:transparent!important;color:var(--text)!important}input,select,textarea,.product-form select,.product-form input[type=number],.search-form input,html[data-theme] .header-search input{background:var(--field-bg);border-color:var(--field-border);color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}select option{background:var(--field-bg);color:var(--text)}.nav,[id^=PredictiveSearch-],.predictive-results,.predictive-list,.cart-drawer,.drawer__inner,.menu-drawer{background:var(--surface)!important;color:var(--text);border-color:var(--line)!important}.predictive-item:hover,.predictive-item:focus,.predictive-item[aria-selected=true]{background:var(--surface-subtle)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.payment-icons svg{background:#fff;border-radius:3px}.theme-toggle{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:60;display:grid;width:46px;height:46px;padding:0;place-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);box-shadow:0 10px 30px #00000047;cursor:pointer}.theme-toggle:hover{background:var(--surface-subtle);transform:translateY(-1px)}.theme-toggle__icon{grid-area:1 / 1;font-size:1.25rem;line-height:1;transition:opacity .16s ease,transform .16s ease}.theme-toggle__icon--sun{opacity:1;transform:rotate(0) scale(1)}.theme-toggle__icon--moon{opacity:0;transform:rotate(-30deg) scale(.7)}html[data-theme=light] .theme-toggle__icon--sun{opacity:0;transform:rotate(30deg) scale(.7)}html[data-theme=light] .theme-toggle__icon--moon{opacity:1;transform:rotate(0) scale(1)}@media(max-width:900px){.nav{background:var(--surface)}}@media(max-width:520px){.theme-toggle{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:42px;height:42px}}@media(prefers-reduced-motion:reduce){body,.site-header,.site-footer,.nav,.theme-toggle,.theme-toggle__icon{transition:none}}.search-help{color:var(--muted)!important}@media(max-width:749px){.header-search:focus-within{border-radius:8px;outline:3px solid var(--focus);outline-offset:2px}html[data-theme] .header-search input[type=search]:focus-visible{outline:none}}html[data-theme=light] .header-search input[type=search]{background:#0a0a0a;border-color:#0a0a0a;color:#fff;color-scheme:dark}html[data-theme=light] .header-search input[type=search]::placeholder{color:#b8b8b8;opacity:1}html[data-theme=light] .header-search button{background:#0a0a0a;border-color:#0a0a0a;border-left-color:#3f3f3f;color:#fff}html[data-theme=dark] .header-search input[type=search]{background:#fff;border-color:#fff;color:#111;color-scheme:light}html[data-theme=dark] .header-search input[type=search]::placeholder{color:#5f5f5f;opacity:1}html[data-theme=dark] .header-search button{background:#fff;border-color:#fff;border-left-color:#d6d6d6;color:#111}.menu-toggle span:nth-child(1){border-top-color:#d9232e}.menu-toggle span:nth-child(2){border-top-color:#fff}.menu-toggle span:nth-child(3){border-top-color:#1f5fbf}html[data-theme=light] .menu-toggle span:nth-child(2){filter:drop-shadow(0 -1px 0 rgba(0,0,0,.78)) drop-shadow(0 1px 0 rgba(0,0,0,.78))}html[data-theme] .brand-browser{background:var(--surface-subtle);color:var(--text)}html[data-theme] .brand-heading h2,html[data-theme] .brand-picker label,html[data-theme] .brand-details summary{color:var(--text)}html[data-theme] .brand-heading p{color:var(--muted)}html[data-theme] .brand-picker select,html[data-theme] .brand-picker option{background:var(--field-bg);border-color:var(--field-border);color:var(--text)}html[data-theme] .brand-picker button{background:var(--accent);border-color:var(--accent);color:var(--button-text)}html[data-theme] .brand-link{background:var(--surface);border-color:var(--line);color:var(--text)}html[data-theme] .brand-grid{overflow-x:hidden;overflow-y:auto}html[data-theme] .brand-link{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{position:relative;display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.brand-logo-image,.brand-logo-fallback{grid-area:1 / 1}.brand-logo-image{display:block;width:28px;height:28px;object-fit:contain;filter:none;opacity:0}.brand-logo-fallback{color:#222;font-size:11px;font-weight:800;letter-spacing:.03em;line-height:1}.brand-logo.has-logo .brand-logo-image{opacity:1}.brand-logo.has-logo .brand-logo-fallback{opacity:0}@media(max-width:480px){.brand-logo{flex-basis:32px;width:32px;height:32px}.brand-logo-image{width:24px;height:24px}}.related-products{border-top:1px solid var(--line)}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
