:root{--color-bg-primary: #f7f7f6;--color-bg-surface: #ffffff;--color-bg-dark: #111111;--color-bg-subtle: #f0f0ee;--color-text-main: #0d0d0d;--color-text-muted: #555555;--color-text-subtle: #888888;--color-text-inverse: #ffffff;--color-border: #e2e2df;--color-border-dark: #222222;--color-accent: #0d0d0d;--color-accent-hover: #2b2b2b;--color-sale: #c92a2a;--color-success: #1e7e34;--color-warning: #d97706;--font-family-heading: "Outfit", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-mono: "Courier New", Courier, monospace;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-weight-black: 900;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.75rem;--text-5xl: 3.5rem;--lh-tight: 1.1;--lh-snug: 1.25;--lh-normal: 1.5;--lh-relaxed: 1.7;--ls-tight: -.03em;--ls-normal: 0;--ls-wide: .05em;--ls-widest: .12em;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--radius-none: 0px;--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--radius-full: 9999px;--container-max-width: 1280px;--container-narrow-width: 800px;--gutter-mobile: 1rem;--gutter-desktop: 2rem;--transition-fast: .15s cubic-bezier(.16, 1, .3, 1);--transition-normal: .25s cubic-bezier(.16, 1, .3, 1);--transition-slow: .4s cubic-bezier(.16, 1, .3, 1);--shadow-subtle: 0 2px 10px rgba(0, 0, 0, .04);--shadow-card: 0 4px 20px rgba(0, 0, 0, .06);--shadow-drawer: -4px 0 30px rgba(0, 0, 0, .15);--z-base: 1;--z-sticky: 100;--z-header: 200;--z-drawer: 300;--z-modal: 400;--z-toast: 500}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family-body);font-size:var(--text-base);line-height:var(--lh-normal);color:var(--color-text-main);background-color:var(--color-bg-primary);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}ul,ol{list-style:none}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-text-main);outline-offset:3px}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-weight:var(--font-weight-black);letter-spacing:var(--ls-tight);line-height:var(--lh-tight);text-transform:uppercase;color:var(--color-text-main)}h1{font-size:clamp(2.2rem,5vw,3.8rem);letter-spacing:-.04em}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:var(--text-lg);font-weight:var(--font-weight-bold)}p{color:var(--color-text-muted);line-height:var(--lh-relaxed)}.text-overline{font-family:var(--font-family-mono);font-size:var(--text-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:var(--ls-widest);color:var(--color-text-subtle);display:block;margin-bottom:var(--space-2)}.container{width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:var(--gutter-mobile);padding-right:var(--gutter-mobile)}@media(min-width:768px){.container{padding-left:var(--gutter-desktop);padding-right:var(--gutter-desktop)}}.container-narrow{max-width:var(--container-narrow-width)}.section-padding{padding-top:var(--space-12);padding-bottom:var(--space-12)}@media(min-width:768px){.section-padding{padding-top:var(--space-24);padding-bottom:var(--space-24)}}.grid-2{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr);gap:var(--space-8)}}.grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:640px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:var(--space-8)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.flex-center{display:flex;align-items:center;justify-content:center}.badge{display:inline-flex;align-items:center;padding:.25rem .6rem;font-size:var(--text-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:var(--ls-wide);background-color:var(--color-bg-dark);color:var(--color-text-inverse);border-radius:var(--radius-sm)}.badge-sale{background-color:var(--color-sale)}.badge-outline{background-color:transparent;border:1px solid var(--color-border-dark);color:var(--color-text-main)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
