:root,[data-theme=light]{--font-body: "Satoshi", "Inter", sans-serif;--font-display: "Rajdhani", "Satoshi", sans-serif;--text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--text-sm: clamp(.875rem, .8rem + .35vw, 1rem);--text-base: clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .75vw, 1.5rem);--text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--color-bg: #f5f5f5;--color-surface: #ffffff;--color-surface-2: #ededed;--color-surface-offset: #e4e4e4;--color-border: rgba(10,10,10,.12);--color-divider: rgba(10,10,10,.07);--color-text: #0A0A0A;--color-text-muted: #4a4a4a;--color-text-faint: #717171;--color-text-inverse: #F5F5F5;--color-primary: #B11226;--color-primary-hover: #8c0f1f;--color-primary-active: #690a17;--color-primary-highlight: rgba(177,18,38,.12);--color-success: #2f6b2f;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: .875rem;--radius-xl: 1.25rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 12px 32px rgba(0,0,0,.12);--shadow-lg: 0 24px 60px rgba(0,0,0,.18);--content-default: 1200px;--content-wide: 1360px;--transition: .18s cubic-bezier(.16,1,.3,1)}[data-theme=dark]{--color-bg: #0A0A0A;--color-surface: #121212;--color-surface-2: #1A1A1A;--color-surface-offset: #202020;--color-border: rgba(245,245,245,.12);--color-divider: rgba(245,245,245,.07);--color-text: #F5F5F5;--color-text-muted: #C8C8C8;--color-text-faint: #8D8D8D;--color-text-inverse: #0A0A0A;--color-primary-highlight: rgba(177,18,38,.18);--shadow-sm: 0 1px 2px rgba(0,0,0,.24);--shadow-md: 0 16px 36px rgba(0,0,0,.28);--shadow-lg: 0 28px 70px rgba(0,0,0,.36)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg: #0A0A0A;--color-surface: #121212;--color-surface-2: #1A1A1A;--color-surface-offset: #202020;--color-border: rgba(245,245,245,.12);--color-divider: rgba(245,245,245,.07);--color-text: #F5F5F5;--color-text-muted: #C8C8C8;--color-text-faint: #8D8D8D;--color-text-inverse: #0A0A0A;--color-primary-highlight: rgba(177,18,38,.18);--shadow-sm: 0 1px 2px rgba(0,0,0,.24);--shadow-md: 0 16px 36px rgba(0,0,0,.28);--shadow-lg: 0 28px 70px rgba(0,0,0,.36)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth;scroll-padding-top:5rem}body{min-height:100vh;font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--color-text);background:var(--color-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:transparent;border:0}.skip-link{position:absolute;left:var(--space-4);top:-100px;z-index:999;padding:.875rem 1rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-md);font-weight:700}.skip-link:focus{top:var(--space-4)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}.container{width:min(calc(100% - 2rem),var(--content-default));margin-inline:auto}.container-wide{width:min(calc(100% - 2rem),var(--content-wide));margin-inline:auto}.section{padding-block:clamp(3rem,7vw,6rem)}.section-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-8)}.kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--color-primary);font-weight:700}.kicker:before{content:"";width:2.25rem;height:1px;background:currentColor}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.05;letter-spacing:.02em;text-transform:uppercase}h1{font-size:var(--text-xl)}h2{font-size:clamp(1.4rem,1.2rem + 1vw,2rem)}h3{font-size:clamp(1.15rem,1.05rem + .6vw,1.5rem)}p{max-width:70ch;color:var(--color-text-muted)}.eyebrow{color:var(--color-text-faint);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.12em}.btn,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;min-width:48px;gap:.65rem;padding:.9rem 1.4rem;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:transform var(--transition),background-color var(--transition),border-color var(--transition),color var(--transition)}.btn:hover,.button:hover{transform:translateY(-1px)}.btn-primary,.button--primary{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.btn-primary:hover,.button--primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.btn-ghost{border:1px solid transparent;color:var(--color-text)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:var(--radius-full);background:var(--color-primary-highlight);color:var(--color-primary);font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.grid{display:grid;gap:var(--space-6)}.site-main>*{content-visibility:auto;contain-intrinsic-size:800px}.announcement-bar{background:#050505;border-bottom:1px solid rgba(255,255,255,.08);color:#f5f5f5;font-size:var(--text-xs)}.announcement-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem 2rem;padding:.7rem 0;letter-spacing:.08em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb,var(--color-bg) 88%,transparent);border-bottom:1px solid var(--color-divider)}.site-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-4);min-height:76px}.site-logo{display:inline-flex;align-items:center;gap:.8rem;color:var(--color-text)}.site-logo__mark{width:42px;height:42px;flex:0 0 auto}.site-logo__wordmark{display:flex;flex-direction:column;gap:.05rem}.site-logo__name{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.12em;text-transform:uppercase;line-height:1}.site-logo__tagline{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-faint)}.header-nav{display:flex;justify-content:center;gap:1.25rem}.header-nav a{font-size:var(--text-sm);font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.75rem .1rem;transition:color var(--transition)}.header-nav a:hover{color:var(--color-primary)}.header-actions{display:flex;align-items:center;justify-content:end;gap:.75rem}.icon-button{display:inline-flex;align-items:center;justify-content:center;inline-size:48px;block-size:48px;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);transition:background var(--transition),border-color var(--transition)}.icon-button:hover{border-color:var(--color-primary)}.mobile-nav-toggle{display:none}.header-search{position:relative;width:min(100%,340px)}.header-search input{width:100%;min-height:48px;padding:.8rem 1rem .8rem 2.9rem;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface);transition:border-color var(--transition)}.header-search input:focus{border-color:var(--color-primary);outline:none}.header-search svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--color-text-faint)}.mobile-drawer{display:none}.hero{position:relative;overflow:clip;min-height:82svh;display:flex;align-items:center;border-bottom:1px solid var(--color-divider);background:radial-gradient(circle at top right,rgba(177,18,38,.14),transparent 28%),var(--color-bg)}.hero__inner{display:grid;gap:var(--space-8);grid-template-columns:1.15fr .85fr;align-items:center;padding-block:clamp(4rem,10vw,8rem)}.hero__copy h1{font-size:clamp(2.3rem,4.5vw,5.25rem);max-width:11ch}.hero__copy p{margin-top:var(--space-4);font-size:var(--text-lg);max-width:58ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-6)}.hero__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-8)}.hero__stat{padding:var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 80%,transparent)}.hero__media{position:relative;aspect-ratio:5/6;border-radius:1.5rem;overflow:hidden;border:1px solid var(--color-border);background:linear-gradient(135deg,#1a1a1a,#0a0a0a);box-shadow:var(--shadow-lg)}.hero__image-wrap{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border-radius:1rem;overflow:hidden}.hero__image-wrap img{inline-size:100%;block-size:100%;object-fit:cover;filter:grayscale(100%) contrast(1.08)}.hero__overlay{position:absolute;left:var(--space-5);bottom:var(--space-5);right:var(--space-5);padding:var(--space-4);background:#0a0a0ab8;border:1px solid rgba(245,245,245,.08);border-radius:var(--radius-lg);color:#fff}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-card{position:relative;min-height:220px;padding:var(--space-6);display:flex;flex-direction:column;justify-content:end;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:linear-gradient(180deg,#0a0a0a0d,#0a0a0ad1),var(--color-surface-2)}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;inline-size:100%;block-size:100%;object-fit:cover;opacity:.35;transition:transform var(--transition),opacity var(--transition)}.category-card:hover img{transform:scale(1.03);opacity:.48}.category-card__content{position:relative;z-index:1;color:#fff}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;display:grid;gap:var(--space-4);overflow:hidden}.product-card__image{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface-2)}.product-card__image img{inline-size:100%;block-size:100%;object-fit:cover;transition:transform var(--transition)}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__badges{position:absolute;left:.85rem;top:.85rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:2}.product-card__body{display:grid;gap:.55rem}.product-card__title{font-family:var(--font-display);text-transform:uppercase;line-height:1.1}.price{display:flex;align-items:center;gap:.75rem;font-weight:700}.price--sale .price__compare{color:var(--color-text-faint);text-decoration:line-through;font-weight:500}.product-card__actions,.product-form__actions{display:flex;gap:.75rem;flex-wrap:wrap}.review-stars{display:inline-flex;align-items:center;gap:.35rem;font-size:var(--text-xs);color:var(--color-text-faint)}.star-row{display:inline-flex;color:#d89a00}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card,.policy-card,.article-card,.faq-card,.cart-card,.account-card{padding:var(--space-6)}.policy-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.article-card__image{aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-lg);margin-bottom:var(--space-4);background:var(--color-surface-2)}.article-card__image img{inline-size:100%;block-size:100%;object-fit:cover}.newsletter{border-top:1px solid var(--color-divider);border-bottom:1px solid var(--color-divider);background:linear-gradient(135deg,rgba(177,18,38,.08),transparent 55%),var(--color-surface)}.newsletter__inner{display:grid;grid-template-columns:1fr auto;gap:var(--space-6);align-items:center}.newsletter-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:end}.newsletter-form input{min-width:min(100%,360px);min-height:50px;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-bg);padding:.9rem 1rem}.collection-hero{border-bottom:1px solid var(--color-divider);padding-block:var(--space-12)}.collection-shell{display:grid;gap:var(--space-8);grid-template-columns:280px 1fr}.filter-panel{position:sticky;top:6rem;align-self:start;padding:var(--space-5)}.filter-group+.filter-group{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--color-divider)}.filter-group label{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;font-size:var(--text-sm)}.sort-bar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:space-between;margin-bottom:var(--space-6)}.sort-bar select{min-height:46px;padding:.65rem .95rem;border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface)}.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-8)}.product-gallery{display:grid;gap:var(--space-4)}.product-gallery__main{aspect-ratio:4/4.75;overflow:hidden;border-radius:1.5rem;border:1px solid var(--color-border);background:var(--color-surface-2)}.product-gallery__main img{inline-size:100%;block-size:100%;object-fit:cover}.product-gallery__thumbs{display:grid;gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr))}.product-gallery__thumbs button{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);cursor:pointer}.product-gallery__thumbs img{width:100%;aspect-ratio:1;object-fit:cover}.product-panel{display:grid;gap:var(--space-5)}.product-title{font-size:clamp(2rem,3vw,3.25rem)}.product-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.quantity-field{display:inline-flex;align-items:center;min-height:48px;border-radius:var(--radius-full);border:1px solid var(--color-border);overflow:hidden}.quantity-field button,.quantity-field input{min-height:48px;min-width:48px;text-align:center;background:transparent;border:0}.accordion{border-top:1px solid var(--color-divider)}.accordion__item{border-bottom:1px solid var(--color-divider)}.accordion__button{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);text-align:left;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:color var(--transition)}.accordion__button:hover{color:var(--color-primary)}.accordion__panel{display:none;padding-bottom:var(--space-4)}.accordion__item.is-open .accordion__panel{display:block}.cart-layout{display:grid;gap:var(--space-8);grid-template-columns:1.2fr .8fr}.cart-items{display:grid;gap:var(--space-4)}.cart-line{display:grid;grid-template-columns:120px 1fr auto;gap:var(--space-4);align-items:center}.cart-line__image{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface-2)}.page-hero{border-bottom:1px solid var(--color-divider);padding-block:clamp(2.5rem,6vw,4.5rem)}.prose{max-width:75ch}.prose>*+*{margin-top:1rem}.faq-list{display:grid;gap:var(--space-4)}.site-footer{padding-top:var(--space-12);border-top:1px solid var(--color-divider)}.site-footer__grid{display:grid;gap:var(--space-8);grid-template-columns:1.2fr .8fr .8fr .8fr}.footer-list{display:grid;gap:.7rem}.footer-list a{color:var(--color-text-muted);transition:color var(--transition);font-size:var(--text-sm)}.footer-list a:hover{color:var(--color-primary)}.footer-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);padding-block:var(--space-6);margin-top:var(--space-8);border-top:1px solid var(--color-divider);color:var(--color-text-faint);font-size:var(--text-sm)}.empty-state{padding:var(--space-10);text-align:center;border-radius:var(--radius-xl);border:1px dashed var(--color-border);background:var(--color-surface)}@media(max-width:1080px){.hero__inner,.product-page,.cart-layout,.collection-shell,.newsletter__inner,.site-footer__grid{grid-template-columns:1fr}.product-grid,.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid,.policy-grid,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-panel{position:static}}@media(max-width:860px){.header-nav,.header-search{display:none}.mobile-nav-toggle{display:inline-flex}.product-grid,.category-grid,.hero__highlights,.testimonial-grid,.policy-grid,.article-grid{grid-template-columns:1fr 1fr}.mobile-drawer{display:none;position:fixed;inset:76px 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:1rem;z-index:49}.mobile-drawer.is-open{display:grid;gap:.8rem}.mobile-drawer a{padding:.85rem 0;border-bottom:1px solid var(--color-divider);text-transform:uppercase;font-weight:700;font-size:var(--text-sm)}}@media(max-width:640px){.container,.container-wide{width:min(calc(100% - 1rem),var(--content-default))}.product-grid,.category-grid,.hero__highlights,.testimonial-grid,.policy-grid,.article-grid,.product-gallery__thumbs{grid-template-columns:1fr}.hero{min-height:auto}.hero__copy h1{max-width:10ch}.product-card__actions,.product-form__actions,.hero__actions,.newsletter-form{flex-direction:column;align-items:stretch}.cart-line{grid-template-columns:92px 1fr}.cart-line__totals{grid-column:2 / -1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
