:root{--color-bg: #FFFFFF;--color-surface: #FFFFFF;--color-fg: #131313;--color-muted: #5C5C5C;--color-border: #EAEAEA;--color-overlay: rgba(15, 18, 22, .55);--color-accent: #163E42;--color-accent-fg: #FFFFFF;--color-accent-hover: #0F2D30;--color-success: #1F6F4A;--color-error: #B5302E;--color-sale: #B5302E;--type-family-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--type-family-base: var(--type-family-sans);--type-base-size: 16px;--type-line-tight: 1.1;--type-line-snug: 1.25;--type-line-normal: 1.5;--type-line-loose: 1.7;--text-xs: .75rem;--text-sm: .8125rem;--text-base: 1rem;--text-md: 1.0625rem;--text-lg: clamp(1.125rem, .95rem + .6vw, 1.375rem);--text-xl: clamp(1.375rem, 1.05rem + 1vw, 1.75rem);--text-2xl: clamp(1.75rem, 1.25rem + 1.6vw, 2.5rem);--text-3xl: clamp(2.25rem, 1.4rem + 2.6vw, 3.5rem);--text-4xl: clamp(2.75rem, 1.5rem + 4vw, 4.5rem);--text-5xl: clamp(3.5rem, 1.8rem + 5.4vw, 6rem);--type-heading-weight: 600;--type-heading-tracking: -.025em;--type-heading-case: none;--type-body-weight: 400;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--section-pad-y: clamp(4rem, 2.5rem + 5vw, 7rem);--section-gap: clamp(2rem, 1rem + 2vw, 3.5rem);--container-max: 1440px;--container-pad: clamp(1.25rem, .75rem + 2vw, 2.5rem);--header-h: 64px;--header-h-desktop: 76px;--announcement-h: 36px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 999px;--radius-button: 4px;--radius-card: 0px;--radius-image: 0px;--border-w: 1px;--shadow-sm: 0 1px 2px rgba(14, 14, 14, .04);--shadow-md: 0 4px 14px rgba(14, 14, 14, .06);--shadow-lg: 0 16px 40px rgba(14, 14, 14, .1);--ease-out: cubic-bezier(.22, .61, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--dur-fast: .14s;--dur-base: .22s;--dur-slow: .38s;--z-base: 1;--z-sticky: 200;--z-header: 300;--z-dropdown: 400;--z-drawer: 800;--z-modal: 900;--z-toast: 1000;--button-weight: 600;--button-tracking: .06em;--button-case: uppercase;--button-height-sm: 36px;--button-height-md: 48px;--button-height-lg: 60px;--field-height: 48px;--field-pad-x: 14px;--product-image-ratio: 4 / 5;--focus-ring: 0 0 0 2px var(--color-bg), 0 0 0 4px var(--color-accent)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;min-height:100dvh;background:var(--color-bg);color:var(--color-fg);font-family:var(--type-family-base);font-size:var(--type-base-size);line-height:var(--type-line-normal);font-weight:var(--type-body-weight);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01","ss03","ss02","cv05","cv06";font-optical-sizing:auto}h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,figure,blockquote{margin:0}ul,ol{padding:0;list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%}img,video{height:auto}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:0;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}:focus{outline:0}:focus-visible{box-shadow:var(--focus-ring);border-radius:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.h1,h1{font-size:var(--text-4xl)}.h2,h2{font-size:var(--text-3xl)}.h3,h3{font-size:var(--text-2xl)}.h4,h4{font-size:var(--text-xl)}.h5,h5{font-size:var(--text-lg)}.h6,h6{font-size:var(--text-md)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:var(--type-heading-weight);line-height:var(--type-line-tight);letter-spacing:var(--type-heading-tracking);color:var(--color-fg);text-wrap:balance}.eyebrow{font-size:var(--text-xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);font-feature-settings:"cpsp"}.lead{font-size:var(--text-lg);line-height:var(--type-line-snug);color:var(--color-fg);text-wrap:pretty}.text-muted{color:var(--color-muted)}.text-accent{color:var(--color-accent)}.text-sale{color:var(--color-sale)}p{text-wrap:pretty}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--section-pad-y)}.section--flush-top{padding-top:0}.section--flush-bottom{padding-bottom:0}.stack>*+*{margin-top:var(--stack-gap, var(--space-4))}.stack-sm{--stack-gap: var(--space-2)}.stack-md{--stack-gap: var(--space-4)}.stack-lg{--stack-gap: var(--space-6)}.grid{display:grid;gap:var(--grid-gap, var(--space-5))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media(min-width:768px){.md\:grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:var(--space-2);z-index:var(--z-toast);padding:var(--space-2) var(--space-4);background:var(--color-fg);color:var(--color-bg);border-radius:var(--radius-sm);font-weight:600;transition:top var(--dur-base) var(--ease-out)}.skip-link:focus{top:var(--space-2)}.divider{height:1px;background:var(--color-border);border:0;margin-block:var(--space-6)}.aspect{aspect-ratio:var(--ratio, 1 / 1);overflow:hidden;background:color-mix(in srgb,var(--color-border) 50%,var(--color-surface))}.aspect img,.aspect picture,.aspect video{width:100%;height:100%;object-fit:cover}.no-scroll{overflow:hidden;touch-action:none}.spacing-compact{--section-pad-y: clamp(2.75rem, 1.75rem + 3vw, 4.5rem)}.spacing-spacious{--section-pad-y: clamp(5rem, 3rem + 6vw, 10rem)}::selection{background:var(--color-accent);color:var(--color-accent-fg)}.fonts-loading body{opacity:.98}body{opacity:0;animation:page-in .36s var(--ease-out) 60ms forwards}@keyframes page-in{to{opacity:1}}@media(prefers-reduced-motion:reduce){body{opacity:1;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/base.css.map */
