:root{--color-orange: #FF6400;--color-orange-dim: #CC5000;--color-blue: #009BFF;--color-white: #FFFFFF;--color-bone: #F2F0EC;--color-gray-200: #E5E5E5;--color-gray-300: #B5B5B5;--color-gray-400: #888888;--color-gray-450: #767676;--color-gray-500: #555555;--color-gray-700: #2A2A2A;--color-gray-800: #1A1A1A;--color-black: #0D0D0D;--color-pure-black: #000000;--bg: var(--color-white);--bg-elevated: var(--color-bone);--bg-strong: var(--color-bone);--fg: var(--color-black);--fg-muted: var(--color-gray-500);--fg-subtle: var(--color-gray-450);--accent: var(--color-orange);--line: rgba(0, 0, 0, .08);--line-strong: rgba(0, 0, 0, .16);--font-display: "Anton", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--text-xs: .7rem;--text-sm: .85rem;--text-base: 1rem;--text-lg: 1.15rem;--text-xl: 1.35rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: clamp(2.5rem, 5vw, 3.75rem);--text-5xl: clamp(3rem, 7vw, 5.5rem);--text-display: clamp(3.5rem, 13vw, 12rem);--gutter: clamp(1.25rem, 4vw, 4rem);--section-py: clamp(4rem, 10vw, 9rem);--max-width: 1440px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .2s;--duration-base: .35s;--duration-slow: .6s;--z-base: 1;--z-elevated: 10;--z-sticky: 50;--z-overlay: 100;--z-modal: 200;--z-toast: 300}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-base);font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}main{overflow-x:clip}img,picture,video,svg{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}::selection{background:var(--accent);color:var(--color-black)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:var(--z-toast);opacity:.035;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>")}.t-display{font-family:var(--font-display);font-weight:400;font-size:var(--text-display);line-height:.85;letter-spacing:-.02em;text-transform:uppercase}.t-h1{font-family:var(--font-display);font-weight:400;font-size:var(--text-5xl);line-height:.9;letter-spacing:-.01em;text-transform:uppercase}.t-h2{font-family:var(--font-display);font-weight:400;font-size:var(--text-4xl);line-height:.95;letter-spacing:-.005em;text-transform:uppercase}.t-h3{font-family:var(--font-display);font-weight:400;font-size:var(--text-3xl);line-height:1;text-transform:uppercase}.t-serif{font-family:var(--font-serif);font-style:italic;font-weight:400;letter-spacing:-.005em}.t-serif-lg{font-family:var(--font-serif);font-style:italic;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.25}.t-body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.55;color:var(--fg-muted)}.t-small{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.5;color:var(--fg-muted)}.t-meta{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-subtle)}.t-meta-strong{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--fg)}.t-accent{color:var(--accent)}.t-accent-italic{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--accent);text-transform:lowercase;letter-spacing:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.section{padding-top:var(--section-py);padding-bottom:var(--section-py)}.section--strong{background:var(--bg-strong)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:1rem 1.6rem;border:1px solid transparent;cursor:pointer;transition:background var(--duration-base) var(--ease-out),color var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out)}.btn--primary{background:var(--accent);color:var(--color-black)}.btn--primary:hover{background:var(--color-orange-dim);color:var(--color-white)}.btn--secondary{background:var(--fg);color:var(--bg)}.btn--secondary:hover{background:var(--accent);color:var(--color-black)}.btn--ghost{background:transparent;color:var(--fg);border-color:var(--line-strong)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.btn--block{width:100%}.btn--lg{padding:1.25rem 2rem;font-size:var(--text-sm)}.btn.is-loading{opacity:.7;pointer-events:none;cursor:wait}.btn--primary.is-added{background:var(--color-pure-black);color:var(--accent);border-color:var(--color-pure-black)}.btn--primary.is-error{background:var(--bg-elevated);color:var(--fg);border-color:var(--line-strong)}.input,.textarea,.select{display:block;width:100%;background:transparent;border:1px solid var(--line-strong);color:var(--fg);font-family:var(--font-sans);font-size:var(--text-sm);padding:1rem 1.2rem;transition:border-color var(--duration-base) var(--ease-out)}.input:focus,.textarea:focus,.select:focus{outline:none;border-color:var(--accent)}.input::placeholder,.textarea::placeholder{color:var(--fg-subtle)}.label{display:block;font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--fg-subtle);margin-bottom:.75rem}.divider{border:none;border-top:1px solid var(--line);margin:0}.divider--strong{border-top-color:var(--line-strong)}.icon{display:inline-block;vertical-align:middle;flex-shrink:0}drawer-element{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);pointer-events:none;visibility:hidden;transition:visibility 0s linear var(--duration-base)}drawer-element[open]{pointer-events:auto;visibility:visible;transition-delay:0s}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;opacity:0;transition:opacity var(--duration-base) var(--ease-out)}drawer-element[open] .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;bottom:0;left:0;width:min(86vw,380px);background:var(--bg);display:flex;flex-direction:column;border-right:1px solid var(--line);transform:translate(-100%);transition:transform var(--duration-base) var(--ease-out);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}drawer-element[open] .drawer__panel{transform:translate(0)}drawer-element[side=right] .drawer__panel{left:auto;right:0;border-right:0;border-left:1px solid var(--line);transform:translate(100%)}drawer-element[side=right][open] .drawer__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){.drawer__overlay,.drawer__panel{transition:none}}.price{display:inline-flex;align-items:baseline;gap:.55rem;font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase}.price__current{color:var(--fg);font-weight:500}.price__compare{color:var(--fg-subtle);text-decoration:line-through;font-weight:400}.price--sale .price__current{color:var(--accent)}.product-card{position:relative;display:flex;flex-direction:column}.product-card__link{display:flex;flex-direction:column;color:inherit}.product-card__media{position:relative;aspect-ratio:4 / 5;background:transparent;overflow:hidden;margin-bottom:.85rem}@supports not (aspect-ratio: 1 / 1){.product-card__media{padding-top:125%}.product-card__media>*{position:absolute;top:0;left:0}}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:0;transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.product-card__img--placeholder{background:linear-gradient(135deg,var(--bg-elevated) 0%,var(--color-gray-200) 100%)}.product-card__img--secondary{opacity:0}@media(hover:hover)and (min-width:768px){.product-card--has-secondary .product-card__link:hover .product-card__img--primary,.product-card--has-secondary .product-card__link:focus-visible .product-card__img--primary{opacity:0}.product-card__link:hover .product-card__img--secondary,.product-card__link:focus-visible .product-card__img--secondary{opacity:1}.product-card__link:hover .product-card__img,.product-card__link:focus-visible .product-card__img{transform:scale(1.03)}}@media(prefers-reduced-motion:reduce){.product-card__img{transition:none}}.product-card__badge{position:absolute;top:.6rem;left:.6rem;background:var(--color-pure-black);color:var(--color-white);padding:.35rem .6rem}.product-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0 0}@media(max-width:768px){.product-card__body{padding-top:1rem}}.product-card__title{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--fg);line-height:1.4;margin:0}.product-card__price-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;color:var(--fg);line-height:1.4}.product-card__pro-badge{font-family:var(--font-mono);font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#ff640014;border:1px solid rgba(255,100,0,.3);padding:.2rem .4rem;border-radius:2px;white-space:nowrap;line-height:1}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-form__row{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--line-strong);transition:border-color var(--duration-fast) var(--ease-out)}.newsletter-form__row:focus-within{border-bottom-color:var(--accent)}.newsletter-form__input{flex:1;background:transparent;border:0;padding:.95rem 0;color:var(--fg);font-family:var(--font-sans);font-size:var(--text-sm);min-width:0}.newsletter-form__input:focus{outline:none}.newsletter-form__input::placeholder{color:var(--fg-subtle)}.newsletter-form__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--fg);white-space:nowrap;transition:color var(--duration-fast) var(--ease-out)}.newsletter-form__btn:hover{color:var(--accent)}.newsletter-form__btn .icon{transition:transform var(--duration-base) var(--ease-out)}.newsletter-form__btn:hover .icon{transform:translate(3px)}.newsletter-form__msg{margin:0}.newsletter-form__msg--ok{color:var(--accent)}.newsletter-form__msg--err{color:var(--color-orange)}.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}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--accent);color:var(--color-black);padding:.75rem 1.25rem;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;letter-spacing:.18em;text-transform:uppercase;z-index:var(--z-toast);transition:top var(--duration-base) var(--ease-out)}.skip-link:focus{top:1rem}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.reveal{opacity:0;transform:translateY(24px);transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}html{scroll-behavior:auto}}.template-product main>.shopify-section:has(.product-info){padding-inline:var(--gutter)}@media(max-width:1023px){.template-product main{padding-bottom:5rem}}@media(min-width:1024px){.template-product main{display:grid;grid-template-columns:60% 40%;gap:0}.template-product main>.shopify-section:has(.product-gallery){grid-column:1;grid-row:1;padding-inline:0}.template-product main>.shopify-section:has(.product-info){grid-column:2;grid-row:1;padding-left:clamp(1.5rem,3vw,3rem);padding-right:var(--gutter)}.template-product main>.shopify-section:has(.complete-the-kit){grid-column:1 / -1;grid-row:2;padding-inline:0}}.template-product main,.template-product main *{font-family:var(--font-helvetica)!important}.template-product main .product-info__desc,.template-product main .product-info__desc *,.template-product main .product-description__rich,.template-product main .product-description__rich *{font-style:normal!important}.template-product main .product-info__price,.template-product main .product-info__price *,.template-product main .price,.template-product main .price *,.template-product main .price__amount,.template-product main .price__compare,.template-product main .product-info__size,.template-product main .product-info__color,.template-product main .product-info__option-label,.template-product main .product-info__option-value,.template-product main .product-info__option-head,.template-product main .product-info__size-guide,.template-product main .product-info__model-info,.template-product main .product-info__low-stock,.template-product main .product-info__payment-alt,.template-product main .product-tagline,.template-product main .product-trust__label,.template-product main .product-trust__value,.template-product main .product-gallery__counter,.template-product main .product-accordions__tab,.template-product main .product-accordions__trigger,.template-product main .product-accordions__heading,.template-product main .product-description__shipping-row--head,.template-product main .product-description__shipping-row--head *,.template-product main .product-description__shipping-cell--time,.template-product main .size-guide-link,.template-product main .sticky-cta__title,.template-product main .sticky-cta__price,.template-product main .complete-the-kit__card-price,.template-product main .complete-the-kit__card-quick-add,.template-product main .t-meta,.template-product main .t-meta-strong{font-family:var(--font-mono)!important}.template-product main .product-info__title,.template-product main .product-info__title *,.template-product main .complete-the-kit__heading,.template-product main .t-h1,.template-product main .t-h2,.template-product main .t-h3,.template-product main .t-display{font-family:var(--font-display)!important}.template-product main .btn,.template-product main .btn--primary,.template-product main .btn--secondary,.template-product main .btn *,.template-product main .sticky-cta__btn,.template-product main .sticky-cta__btn *{font-family:var(--font-mono)!important}.template-product main .product-info__desc em,.template-product main .product-info__desc i,.template-product main .product-description__rich em,.template-product main .product-description__rich i{font-style:normal!important;font-weight:500;color:var(--accent)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
