:root{--bg: #0F0F0F;--surface: #1A1A1A;--text: #FFFFFF;--muted: #888888;--accent: #FF3B3B;--accent-2: #FFE600;--border: #2C2C2C;--font-body: "Inter", system-ui, sans-serif;--font-display: "Bebas Neue", Impact, sans-serif;--btn-radius: 3px;--card-hover: 1.03;--max-w: 1280px;--gutter: 1.5rem;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{background:none;border:none;font-family:inherit;color:inherit;cursor:pointer}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}h1,h2,h3,h4{font-family:var(--font-display);text-transform:uppercase;line-height:.95;letter-spacing:.02em;font-weight:400}h1{font-size:clamp(2.5rem,8vw,6rem)}h2{font-size:clamp(2rem,5vw,4rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}h4{font-size:1.5rem}p{line-height:1.65}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:860px;margin-inline:auto;padding-inline:var(--gutter)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2.25rem;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--btn-radius);border:2px solid var(--accent);cursor:pointer;transition:filter var(--transition),background var(--transition),color var(--transition);white-space:nowrap}.btn:hover{filter:brightness(.88)}.btn:disabled{opacity:.45;cursor:not-allowed;filter:none}.btn--outline{background:transparent;color:var(--text);border-color:var(--text)}.btn--outline:hover{background:var(--text);color:var(--bg);filter:none}.btn--dark{background:var(--text);color:var(--bg);border-color:var(--text)}.btn--dark:hover{filter:brightness(.88)}.btn--full{width:100%}.btn--xl{padding:1.125rem 3rem;font-size:1.4rem}.announcement-bar{background:var(--surface);border-bottom:1px solid var(--border);overflow:hidden;position:relative;z-index:50}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;padding:.6rem var(--gutter);font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;gap:2rem;white-space:nowrap}.announcement-bar__text a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.announcement-bar--marquee .announcement-bar__inner{justify-content:flex-start;padding:0}.announcement-bar--marquee .announcement-bar__track{display:flex;gap:4rem;padding:.6rem 0;animation:marquee-scroll 28s linear infinite;white-space:nowrap}.announcement-bar--marquee .announcement-bar__track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}#shopify-section-header{position:sticky;top:0;z-index:100}.site-header{background:var(--surface);border-bottom:2px solid var(--border);transition:box-shadow .3s ease}.site-header.is-scrolled{box-shadow:0 2px 24px #00000080}.site-header__inner{max-width:var(--max-w);margin-inline:auto;padding-inline:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:64px}.site-header__logo-link{display:flex;align-items:center;flex-shrink:0}.site-header__logo-img{height:44px;width:auto;object-fit:contain}.site-header__logo{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}.site-header__nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.4rem .75rem;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text);transition:color var(--transition);background:none;border:none;cursor:pointer}.nav-link:hover{color:var(--accent)}.header-search{flex:1;max-width:380px;display:flex;align-items:center;background:var(--bg);border:1px solid var(--border);height:34px}.header-search__input{flex:1;background:none;border:none;outline:none;color:var(--text);padding:0 .75rem;font-family:var(--font-body);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;height:100%}.header-search__input::placeholder{color:var(--muted)}.header-search__btn{background:none;border:none;border-left:1px solid var(--border);color:var(--muted);padding:0 .65rem;cursor:pointer;display:flex;align-items:center;height:100%;transition:color var(--transition)}.header-search__btn:hover{color:var(--accent)}.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;cursor:pointer;background:none;border:none;flex-shrink:0}.hamburger__line{display:block;width:24px;height:2px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:200;display:flex;flex-direction:column;padding:2rem var(--gutter);overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__close{align-self:flex-end;font-size:.7rem;font-weight:700;letter-spacing:.2em;margin-bottom:2rem;color:var(--muted);background:none;border:none;cursor:pointer}.mobile-nav__list{display:flex;flex-direction:column;gap:.25rem}.mobile-nav__link{display:block;font-family:var(--font-display);font-size:3rem;letter-spacing:.03em;color:var(--text);padding:.25rem 0;background:none;border:none;cursor:pointer;text-align:left}.mobile-nav__link:hover{color:var(--accent)}.mobile-nav__currency{position:relative;display:inline-flex;align-items:center}.mobile-nav__currency-select{font-family:var(--font-display);font-size:3rem;letter-spacing:.03em;color:var(--text);background:none;border:none;padding:.25rem 1.75rem .25rem 0;text-transform:uppercase;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.mobile-nav__currency-select:hover{color:var(--accent)}.mobile-nav__currency-select option{color:#000;font-family:var(--font-body);font-size:1rem;text-transform:none}.mobile-nav__currency-arrow{position:absolute;right:0;font-size:1.5rem;line-height:1;color:var(--text);pointer-events:none}.contact-overlay,.cart-overlay,.size-chart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:150}.contact-overlay.is-open,.cart-overlay.is-open,.size-chart-overlay.is-open{display:block}.contact-drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100%;background:var(--surface);border-left:1px solid var(--border);z-index:160;overflow-y:auto;transform:translate(100%);transition:transform .3s ease}.contact-drawer.is-open{transform:translate(0)}.contact-drawer__panel{padding:2rem}.contact-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.contact-drawer__title{font-family:var(--font-display);font-size:2rem;letter-spacing:.04em}.contact-drawer__close{font-size:1rem;color:var(--muted);padding:.25rem}.contact-drawer__subtext{font-size:.8rem;color:var(--muted);margin-bottom:2rem;letter-spacing:.05em}.contact-drawer__field{margin-bottom:1.25rem}.contact-drawer__label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.2em;margin-bottom:.4rem;color:var(--muted)}.contact-drawer__input,.contact-drawer__textarea{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.75rem 1rem;font-size:.875rem;outline:none;transition:border-color var(--transition)}.contact-drawer__input:focus,.contact-drawer__textarea:focus{border-color:var(--accent)}.contact-drawer__textarea{resize:vertical;min-height:120px}.contact-drawer__success{color:var(--accent-2);font-size:.85rem;padding:1rem 0}.contact-drawer__error{color:var(--accent);font-size:.8rem;margin-bottom:1rem}.cart-drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100%;background:var(--surface);border-left:1px solid var(--border);z-index:160;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__panel{display:flex;flex-direction:column;height:100%}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);font-size:1.75rem;letter-spacing:.04em}.cart-drawer__close{font-size:1rem;color:var(--muted);padding:.25rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__loading{text-align:center;padding:3rem;font-size:.75rem;letter-spacing:.15em;color:var(--muted)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1rem;text-align:center;font-size:.8rem;letter-spacing:.15em;color:var(--muted)}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer__item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-drawer__item-img{width:80px;height:100px;object-fit:cover;flex-shrink:0;background:var(--bg)}.cart-drawer__item-img-placeholder{width:80px;height:100px;background:var(--bg);flex-shrink:0}.cart-drawer__item-info{flex:1;display:flex;flex-direction:column;gap:.3rem}.cart-drawer__item-title{font-size:.82rem;font-weight:600;line-height:1.3}.cart-drawer__item-variant{font-size:.72rem;color:var(--accent-2);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cart-drawer__item-price{font-size:.875rem;font-weight:700;margin-top:auto}.cart-drawer__item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-drawer__qty{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border)}.cart-drawer__qty-btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text);cursor:pointer}.cart-drawer__qty-val{font-size:.8rem;font-weight:600;min-width:1.5rem;text-align:center}.cart-drawer__item-remove{font-size:.65rem;letter-spacing:.15em;color:var(--muted);cursor:pointer;text-decoration:underline}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.cart-drawer__subtotal-label{font-size:.7rem;letter-spacing:.2em;color:var(--muted)}.cart-drawer__subtotal-value{font-size:1.1rem;font-weight:700}.cart-drawer__checkout{font-size:1.1rem}.currency-picker{position:relative}.currency-picker__btn{display:flex;align-items:center;gap:.3rem}.currency-picker__arrow{font-size:.6rem}.currency-picker__dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);max-height:240px;overflow-y:auto;z-index:200;min-width:120px}.currency-picker__dropdown.is-open{display:block}.currency-picker__option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.72rem;letter-spacing:.1em;cursor:pointer}.currency-picker__option:hover{background:var(--bg)}.currency-picker__option.is-active{color:var(--accent)}#currency-select-hidden{display:none}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000d9,#0003 55%,#0000000d)}.hero__content{position:relative;z-index:1;padding:4rem var(--gutter);max-width:var(--max-w);margin-inline:auto;width:100%}.hero__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.hero__heading{font-family:var(--font-display);font-size:clamp(4rem,14vw,11rem);line-height:.9;letter-spacing:-.01em;text-transform:uppercase;color:var(--text);margin-bottom:1.25rem;max-width:14ch}.hero__subtext{font-size:1rem;color:#ffffffbf;max-width:50ch;margin-bottom:2rem;line-height:1.6}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.social-proof-bar{background:var(--accent);color:#fff;overflow:hidden;padding:0}.social-proof-bar__track{display:flex;gap:4rem;align-items:center;padding:.65rem 0;animation:marquee-scroll 22s linear infinite;white-space:nowrap}.social-proof-bar__track:hover{animation-play-state:paused}.social-proof-bar__item{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;flex-shrink:0}.social-proof-bar__sep{opacity:.5;font-size:.5rem}.category-strip{padding:1.5rem 0;border-bottom:1px solid var(--border)}.category-strip__inner{display:flex;gap:.75rem;overflow-x:auto;scrollbar-width:none;padding-inline:var(--gutter);-ms-overflow-style:none}.category-strip__inner::-webkit-scrollbar{display:none}.category-pill{flex-shrink:0;padding:.5rem 1.25rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;border-radius:2px;transition:background var(--transition),border-color var(--transition),color var(--transition);cursor:pointer;white-space:nowrap}.category-pill:hover,.category-pill.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.section-header__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);text-transform:uppercase;letter-spacing:.02em;line-height:1}.section-header__link{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition)}.section-header__link:hover{color:var(--text)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{position:relative;background:var(--surface);border:1px solid var(--border);overflow:hidden;transition:border-color var(--transition)}.product-card:hover{border-color:var(--border)}.product-card__image-wrap{aspect-ratio:4 / 5;overflow:hidden;position:relative;background:var(--bg)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(var(--card-hover))}.product-card__img-placeholder{width:100%;height:100%;background:var(--border)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.35rem;z-index:1}.badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .5rem;line-height:1}.badge--new{background:var(--accent-2);color:#000}.badge--sale{background:var(--accent);color:#fff}.badge--low{background:#ff6b00;color:#fff}.badge--hot{background:#fff;color:#000}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__info{padding:.875rem 1rem 1rem}.product-card__title{font-size:.875rem;font-weight:600;line-height:1.35;margin-bottom:.4rem}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--accent)}.product-card__price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.product-card__price-current{font-size:.95rem;font-weight:700}.product-card__price-compare{font-size:.78rem;color:var(--muted);text-decoration:line-through}.product-card__sizes{display:flex;gap:.3rem;flex-wrap:wrap}.product-card__size-pill{font-size:.58rem;font-weight:600;padding:.2rem .45rem;border:1px solid var(--border);color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.product-card__size-pill--available{color:var(--text);border-color:#ffffff4d}.quick-add-popover{position:absolute;bottom:0;left:0;right:0;background:var(--surface);border:1px solid var(--border);padding:.75rem;z-index:10;display:none}.quick-add-popover.is-open{display:block}.quick-add-popover__label{font-size:.6rem;letter-spacing:.18em;color:var(--muted);margin-bottom:.5rem;display:block}.quick-add-popover__sizes{display:flex;gap:.35rem;flex-wrap:wrap}.quick-add-popover__size-btn{padding:.35rem .65rem;border:1px solid var(--border);font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.quick-add-popover__size-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.quick-add-popover__close{position:absolute;top:.5rem;right:.5rem;font-size:.7rem;color:var(--muted);cursor:pointer}.product-carousel-section{padding:4rem 0}.product-carousel-section .container{overflow:hidden}.product-carousel{position:relative}.product-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - .75rem);gap:1rem;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;-ms-overflow-style:none}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{scroll-snap-align:start}.product-carousel__arrows{display:flex;gap:.5rem;margin-top:1.5rem}.product-carousel__arrow{width:44px;height:44px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.product-carousel__arrow:hover{background:var(--accent);border-color:var(--accent)}.trust-badges{padding:4rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-badges__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.trust-badge__icon{width:48px;height:48px;margin-inline:auto;margin-bottom:1rem;color:var(--accent)}.trust-badge__title{font-family:var(--font-display);font-size:1.5rem;letter-spacing:.05em;margin-bottom:.4rem}.trust-badge__desc{font-size:.8rem;color:var(--muted);line-height:1.5}.reviews-section{padding:4rem 0;overflow:hidden}.reviews-section .container{overflow:hidden}.reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.reviews-arrows{display:flex;gap:.5rem}.reviews-arrow{width:40px;height:40px;border:1px solid var(--border);background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;transition:background var(--transition)}.reviews-arrow:hover{background:var(--accent);border-color:var(--accent)}.reviews-track{display:flex;gap:1.5rem;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:1rem}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex:0 0 320px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);padding:1.5rem}.review-card__stars{color:var(--accent-2);font-size:.9rem;letter-spacing:.1em;margin-bottom:.75rem}.review-card__text{font-size:.875rem;line-height:1.6;color:#ffffffd9;margin-bottom:1rem}.review-card__author{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.05em;color:var(--muted)}.newsletter-section{padding:5rem 0;background:var(--surface);border-top:1px solid var(--border)}.newsletter-section__inner{max-width:620px;margin-inline:auto;text-align:center}.newsletter__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.25em;color:var(--accent);text-transform:uppercase;margin-bottom:.75rem}.newsletter__heading{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin-bottom:.75rem}.newsletter__subtext{font-size:.875rem;color:var(--muted);margin-bottom:2rem}.newsletter__legal{font-family:var(--font-body);font-size:.72rem;color:var(--muted);letter-spacing:.08em;margin-top:1rem}.newsletter__form{display:flex;gap:0;max-width:480px;margin-inline:auto}.newsletter__input{flex:1;background:var(--bg);border:1px solid var(--border);border-right:none;color:var(--text);padding:.875rem 1.25rem;font-size:.875rem;outline:none;transition:border-color var(--transition)}.newsletter__input:focus{border-color:var(--accent)}.newsletter__input::placeholder{color:var(--muted)}.newsletter__btn{background:var(--accent);color:#fff;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.08em;padding:0 1.75rem;border:none;cursor:pointer;white-space:nowrap;transition:filter var(--transition)}.newsletter__btn:hover{filter:brightness(.88)}.newsletter__success{padding:1rem;background:#ffe60014;border:1px solid var(--accent-2);color:var(--accent-2);font-size:.85rem;letter-spacing:.08em;display:none}.product-section{padding:3rem 0 5rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:.75rem;position:sticky;top:80px}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.5rem;max-height:560px;overflow-y:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:80px;aspect-ratio:4 / 5;overflow:hidden;opacity:.45;cursor:pointer;border:2px solid transparent;transition:opacity var(--transition),border-color var(--transition);flex-shrink:0}.product-gallery__thumb.is-active{opacity:1;border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__main{aspect-ratio:4 / 5;overflow:hidden;background:var(--surface)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.product-info{display:flex;flex-direction:column;gap:0}.product-info__vendor{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.product-info__title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);line-height:.95;margin-bottom:1rem}.product-info__price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-info__price-current{font-size:1.5rem;font-weight:700}.product-info__price-compare{font-size:1rem;color:var(--muted);text-decoration:line-through}.product-info__price-badge{font-size:.65rem;font-weight:700;background:var(--accent);color:#fff;padding:.2rem .5rem;letter-spacing:.1em}.product-info__option-label{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.product-info__option-label .selected-val{color:var(--text)}.color-grid{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.75rem}.color-swatch{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;outline:2px solid transparent;outline-offset:2px;transition:outline-color var(--transition);flex-shrink:0}.color-swatch.is-selected{outline-color:var(--text)}.size-grid{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.size-btn{min-width:52px;padding:.6rem .75rem;border:1.5px solid var(--border);background:transparent;color:var(--text);font-family:var(--font-body);font-size:.78rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:border-color .15s,background .15s,color .15s}.size-btn:hover{border-color:var(--text)}.size-btn.is-selected{border-color:var(--text);background:var(--text);color:var(--bg)}.size-btn:disabled{opacity:.28;cursor:not-allowed;text-decoration:line-through}.size-chart-link{font-size:.68rem;letter-spacing:.12em;text-decoration:underline;text-underline-offset:3px;color:var(--muted);cursor:pointer;background:none;border:none;font-family:var(--font-body);padding:0;display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.5rem}.size-chart-link:hover{color:var(--text)}.urgency-badge{display:inline-flex;align-items:center;gap:.45rem;background:#ff6b001a;color:#ff7a1a;border:1px solid rgba(255,107,0,.25);padding:.4rem .8rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem}.urgency-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#ff7a1a;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.product-info__atc-row{display:flex;gap:.75rem;margin-bottom:1.5rem}.product-info__atc-row .btn{flex:1;padding:1rem 1.5rem;font-size:1.2rem}.product-trust-strip{display:flex;gap:1.25rem;flex-wrap:wrap;padding-top:1.25rem;border-top:1px solid var(--border)}.product-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.68rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.product-trust-item svg{width:15px;height:15px;flex-shrink:0;color:var(--accent)}.product-info__description{padding-top:1.5rem;border-top:1px solid var(--border);margin-top:1.5rem;font-size:.875rem;color:#fffc;line-height:1.7}.product-info__description p+p{margin-top:.75rem}.size-chart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:300}.size-chart-overlay.is-open{display:block}.size-chart-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.97);opacity:0;z-index:301;background:var(--surface);border:1px solid var(--border);width:min(680px,95vw);max-height:85vh;overflow-y:auto;transition:opacity .2s,transform .2s;pointer-events:none}.size-chart-modal.is-open{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:all}.size-chart-modal__inner{padding:2rem}.size-chart-modal__close{position:absolute;top:1rem;right:1rem;font-size:1rem;color:var(--muted);cursor:pointer}.size-chart-modal__header{margin-bottom:1.5rem}.size-chart-modal__title{font-family:var(--font-display);font-size:2.5rem;letter-spacing:.04em;margin-bottom:.4rem}.size-chart-modal__note{font-size:.78rem;color:var(--muted)}.size-chart-table{width:100%;border-collapse:collapse;font-size:.83rem}.size-chart-table th{background:var(--bg);padding:.75rem 1rem;text-align:left;font-size:.63rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border)}.size-chart-table td{padding:.7rem 1rem;border-bottom:1px solid var(--border)}.size-chart-table tr:last-child td{border-bottom:none}.size-chart-table tr:hover td{background:var(--bg)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--surface);border-top:2px solid var(--border);transform:translateY(100%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{max-width:var(--max-w);margin-inline:auto;padding:.875rem var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.sticky-atc__info{min-width:0}.sticky-atc__title{font-size:.78rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__variant{font-size:.65rem;color:var(--accent-2);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sticky-atc__btn{flex-shrink:0;padding:.75rem 2rem;font-size:1rem}.collection-section{padding:3rem 0 5rem}.collection-header{margin-bottom:2rem}.collection-header__title{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);line-height:.9;letter-spacing:.01em;margin-bottom:.5rem}.collection-header__count{font-size:.72rem;color:var(--muted);letter-spacing:.12em}.collection-empty{padding:1.5rem 0 4rem}.collection-empty p{font-family:var(--font-body);font-size:.95rem;color:var(--muted);letter-spacing:.04em;line-height:1.65;margin-bottom:1.75rem;max-width:34rem}.collection-filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;border-bottom:1px solid var(--border);padding-bottom:1rem}.collection-filter-tags{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;flex:1}.collection-filter-tags::-webkit-scrollbar{display:none}.filter-tag{flex-shrink:0;padding:.35rem .9rem;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.filter-tag:hover,.filter-tag.is-active{background:var(--accent);border-color:var(--accent);color:#fff}.collection-sort select{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.4rem .75rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;outline:none;cursor:pointer}.cart-section{padding:3rem 0 5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-page-title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);line-height:.9;margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border)}.cart-item__img{width:100px;height:125px;object-fit:cover;background:var(--surface);flex-shrink:0}.cart-item__details{flex:1}.cart-item__title{font-size:.95rem;font-weight:600;margin-bottom:.3rem}.cart-item__variant{font-size:.72rem;color:var(--accent-2);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.cart-item__price{font-size:1rem;font-weight:700}.cart-item__remove{font-size:.65rem;letter-spacing:.12em;color:var(--muted);text-decoration:underline;cursor:pointer;margin-top:.5rem;display:inline-block}.cart-summary{background:var(--surface);border:1px solid var(--border);padding:1.5rem;position:sticky;top:80px}.cart-summary__title{font-family:var(--font-display);font-size:1.75rem;margin-bottom:1.25rem;letter-spacing:.04em}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.85rem;color:var(--muted)}.cart-summary__row--total{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.75rem;font-size:1rem;font-weight:700;color:var(--text)}.cart-summary__checkout{margin-top:1.25rem;font-size:1.1rem}.cart-trust{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.cart-trust__item{display:flex;align-items:center;gap:.5rem;font-size:.68rem;color:var(--muted);letter-spacing:.06em}.cart-trust__item:before{content:"\2713";color:var(--accent);font-weight:700}.cart-empty{text-align:center;padding:5rem 1rem}.cart-empty__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);margin-bottom:1rem}.cart-empty__text{color:var(--muted);font-size:.875rem;margin-bottom:2rem}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:4rem 0 2rem}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.site-footer__brand-name{font-family:var(--font-display);font-size:2.5rem;letter-spacing:.04em;margin-bottom:.75rem;display:block}.site-footer__tagline{font-size:.82rem;color:var(--muted);line-height:1.6;max-width:28ch}.site-footer__col-title{font-size:.63rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__link{font-size:.8rem;color:#ffffffa6;transition:color var(--transition)}.site-footer__link:hover{color:var(--text)}.site-footer__social{display:flex;gap:.75rem}.site-footer__social-link{width:38px;height:38px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:background var(--transition),border-color var(--transition)}.site-footer__social-link:hover{background:var(--accent);border-color:var(--accent)}.site-footer__social-link svg{width:18px;height:18px}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:1.5rem;font-size:.68rem;color:var(--muted);letter-spacing:.08em}.site-footer__payment-icons{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.payment-icon{height:24px;width:auto;border-radius:3px;display:block}.page-section{padding:4rem 0 6rem}.page-section h1{font-family:var(--font-display);font-size:clamp(3rem,7vw,6rem);margin-bottom:2rem;line-height:.9}.page-section .rte{font-size:.9rem;line-height:1.8;color:#ffffffd9}.page-section .rte p+p{margin-top:1rem}.page-section .rte a{color:var(--accent);text-decoration:underline}.not-found-section{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem var(--gutter)}.not-found-section__code{font-family:var(--font-display);font-size:clamp(6rem,20vw,14rem);line-height:1;color:var(--border);margin-bottom:0}.not-found-section__title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,3rem);margin-bottom:1rem;margin-top:-.5rem}.not-found-section__text{color:var(--muted);font-size:.9rem;margin-bottom:2rem;max-width:45ch}.email-popup-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:400;align-items:center;justify-content:center}.email-popup-overlay.is-open{display:flex}.email-popup{position:relative;background:var(--surface);border:1px solid var(--border);width:min(480px,95vw);padding:0;overflow:hidden}.email-popup__close{position:absolute;top:1rem;right:1rem;font-size:1rem;color:var(--muted);cursor:pointer;z-index:1}.email-popup__body{padding:3rem 2.5rem;text-align:center}.email-popup__eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.25em;color:var(--accent);margin-bottom:.75rem}.email-popup__heading{font-family:var(--font-display);font-size:clamp(2.5rem,7vw,4rem);line-height:.95;margin-bottom:.75rem}.email-popup__subtext{font-size:.82rem;color:var(--muted);margin-bottom:1.75rem;line-height:1.6}.email-popup__form{display:flex;flex-direction:column;gap:.75rem}.email-popup__input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:.875rem 1rem;font-size:.875rem;text-align:center;outline:none;transition:border-color var(--transition)}.email-popup__input:focus{border-color:var(--accent)}.email-popup__input::placeholder{color:var(--muted);font-size:.78rem;letter-spacing:.1em}.email-popup__btn{width:100%;font-size:1.2rem}.email-popup__success{display:none;padding:1rem 0}.email-popup__success-label{font-size:.65rem;letter-spacing:.2em;color:var(--muted);margin-bottom:.4rem}.email-popup__code{font-family:var(--font-display);font-size:3rem;color:var(--accent-2);letter-spacing:.08em;margin-bottom:.5rem}.email-popup__success-sub{font-size:.75rem;color:var(--muted)}.email-popup__skip{display:block;margin-top:1rem;font-size:.68rem;color:var(--muted);text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit}@media(max-width:1024px){.product-carousel__track{grid-auto-columns:calc(33.33% - .67rem)}.site-footer__grid{grid-template-columns:1fr 1fr}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){:root{--gutter: 1rem}.site-header__nav,.header-search{display:none}.hamburger{display:flex}.site-header__inner{height:56px}.hero__heading{font-size:clamp(3rem,13vw,7rem)}.hero__ctas{flex-direction:column}.hero__ctas .btn{width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.product-carousel__track{grid-auto-columns:calc(50% - .5rem)}.trust-badges__grid{grid-template-columns:1fr;gap:1.5rem}.site-footer__grid,.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{grid-template-columns:1fr;grid-template-rows:auto auto;position:static}.product-gallery__thumbs{flex-direction:row;order:2;max-height:none;overflow-x:auto;overflow-y:hidden;gap:.5rem}.product-gallery__thumb{width:64px;flex-shrink:0}.product-gallery__main{order:1}.newsletter__form{flex-direction:column}.newsletter__input{border-right:1px solid var(--border)}.newsletter__btn{padding:.875rem}.cart-item{gap:1rem}.cart-item__img{width:80px;height:100px}.sticky-atc__inner{flex-direction:column;align-items:stretch;gap:.75rem}.sticky-atc__btn{width:100%}}@media(max-width:480px){.product-grid{gap:.4rem}.product-card__info{padding:.65rem .75rem .75rem}.product-card__title{font-size:.78rem}}@media(min-width:769px)and (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1025px){.product-grid{grid-template-columns:repeat(4,1fr)}}.hide-mobile{display:block}.hide-desktop{display:none}@media(max-width:768px){.hide-mobile{display:none!important}.hide-desktop{display:block!important}}.section-pad{padding:4rem 0}.section-pad--lg{padding:6rem 0}.policy-section{padding:4rem 0 6rem}.policy-section__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,4rem);margin-bottom:2rem;line-height:.95}.policy-section .rte{max-width:720px;font-size:.875rem;line-height:1.8;color:#fffc}.policy-section .rte h2{font-size:1.25rem;margin-top:2rem;margin-bottom:.5rem}.policy-section .rte p+p{margin-top:.75rem}.policy-section .rte a{color:var(--accent)}.contact-section{padding:4rem 0 6rem}.contact-form{max-width:560px}.contact-form__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);line-height:.9;margin-bottom:2rem}.contact-form__field{margin-bottom:1.25rem}.contact-form__label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.2em;color:var(--muted);margin-bottom:.4rem}.contact-form__input,.contact-form__textarea{width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.875rem 1rem;font-size:.875rem;outline:none;transition:border-color var(--transition)}.contact-form__input:focus,.contact-form__textarea:focus{border-color:var(--accent)}.contact-form__textarea{resize:vertical;min-height:140px}.contact-form__success{padding:1rem 1.25rem;background:#ffe60014;border:1px solid var(--accent-2);color:var(--accent-2);font-size:.82rem;letter-spacing:.05em}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
