/*
Theme Name: World of Reps
Theme URI: https://worldofreps.com/
Author: World of Reps
Description: A performance-focused WooCommerce theme for the World of Reps storefront.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: world-of-reps
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face { font-family: "Instrument Sans"; src: url("https://fonts.shopifycdn.com/instrument_sans/instrumentsans_n4.db86542ae5e1596dbdb28c279ae6c2086c4c5bfa.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --ink: #000000;
  --paper: #000000;
  --white: #fff;
  --muted: #aaaaaa;
  --line: #333333;
  --acid: #7c1cde;
  --surface: #121212;
  --soft: #f3f3f3;
  --max: 1100px;
  --pad: clamp(20px, 4vw, 64px);
  --display: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: rgba(255,255,255,.75); font-family: "Instrument Sans", Arial, Helvetica, sans-serif; line-height: 1.5; }
body.menu-open, body.drawer-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.container { width: min(100%, var(--max)); margin: auto; padding-inline: var(--pad); }
.category-rail, .products-section, .feature, .process, .stats, .trust-marquee, .newsletter, .site-footer { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.display { font-family: var(--display); font-size: clamp(46px, 8vw, 96px); font-weight: 400; letter-spacing: -.045em; line-height: .94; text-transform: none; }
.section-title { margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 64px); font-weight: 400; letter-spacing: -.035em; line-height: 1; text-transform: none; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 30px; border: 1px solid rgba(255,255,255,.5); border-radius: 50px; background: rgba(255,255,255,.05); color: var(--white); cursor: pointer; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: .3s ease; }
.button:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.75); transform: none; }
.button--ghost { background: rgba(255,255,255,.05); color: var(--white); }
.button--dark { background: #7c1cde; color: var(--white); border-color: #7c1cde; box-shadow: 0 5px 15px rgba(124,28,222,.4); }
.button--dark:hover { background: #5a1aab; border-color: #5a1aab; box-shadow: 0 8px 20px rgba(124,28,222,.6); }
.button--wide { width: 100%; }
.arrow { font-size: 18px; line-height: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 16px; background: white; color: black; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 80; height: 82px; border-bottom: 1px solid transparent; background: transparent; backdrop-filter: none; }
.site-header { transition: background .35s ease, box-shadow .35s ease, border-color .35s ease; }
.site-header.is-scrolled { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
body[data-page="home"] .site-header { position: fixed; left: 0; right: 0; background: transparent; border-color: transparent; backdrop-filter: none; }
body[data-page="home"] .site-header.is-scrolled { background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.nav a { position: relative; font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--white); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); transform-origin: left; }
.brand { display: flex; align-items: center; justify-content: center; }
.brand img { width: min(300px, 26vw); height: 74px; object-fit: contain; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.icon-button { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; color: white; cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.cart-count { position: absolute; right: -2px; top: 0; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #121212; font-size: 9px; font-weight: 900; }
.menu-toggle { display: none; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: #050505; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); }
.hero video { will-change: transform; transform: scale(1.045); }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.16); }
.hero-inner { position: relative; z-index: 1; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 110px 80px; text-align: center; }
.hero-copy { max-width: 1100px; }
.hero .display { max-width: 1000px; margin: 0 auto; font-size: clamp(44px, 6vw, 80px); font-weight: 400; letter-spacing: -.035em; line-height: .95; }
.hero-tagline { margin: 34px 0 0; color: var(--white); font-size: clamp(15px, 1.6vw, 22px); }
.hero-bottom { margin-top: clamp(30px, 5vw, 64px); display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.hero-bottom p { max-width: 430px; margin: 0; color: #d0d0d0; font-size: 14px; }
.scroll-cue { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue::before { content: ""; width: 42px; height: 1px; background: var(--muted); }

.brand-marquee { height: 150px; overflow: hidden; border-block: 1px solid var(--line); background: #000; display: flex; align-items: center; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 80px; padding: 30px 0; animation: marquee 60s linear infinite; }
.marquee-track img { width: 120px; height: 25px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: 1; }
.marquee-track .lv { filter: grayscale(1) brightness(0) invert(1); }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro { padding-block: clamp(90px, 12vw, 190px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 50px; align-items: center; }
.intro-copy { text-align: center; }
.intro-copy p:not(.eyebrow) { max-width: 500px; margin: 30px 0; color: #b8b8b8; font-size: clamp(16px, 1.5vw, 20px); }
.intro-copy p:not(.eyebrow) { text-align: justify; line-height: 1.8; }
.intro-art { position: relative; order: -1; aspect-ratio: 1; background: var(--paper); overflow: hidden; }
.intro-art img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s ease; }
.intro-art:hover img { transform: scale(1.07) rotate(-2deg); }
.index-mark { position: absolute; left: -38px; top: -34px; font-size: 80px; font-weight: 900; line-height: 1; color: var(--acid); }
.intro-art--model { background: radial-gradient(circle at 50% 48%, #171020 0, #050505 55%, #000 100%); overflow: visible; border: 1px solid #222; }
.intro-art--model::before { content: ""; position: absolute; z-index: 0; inset: 15%; border-radius: 50%; background: rgba(124,28,222,.25); filter: blur(45px); animation: model-glow 3s ease-in-out infinite alternate; }
.intro-art--model::after { content: ""; position: absolute; z-index: 0; left: 14%; right: 14%; bottom: 12%; height: 11%; border-radius: 50%; background: rgba(0,0,0,.18); filter: blur(22px); }
.model-fallback { position: absolute; z-index: 1; inset: 5%; width: 90% !important; height: 90% !important; object-fit: contain; mix-blend-mode: normal !important; pointer-events: none; transition: opacity .45s ease, transform .7s ease; }
.sneaker-model { position: relative; z-index: 2; display: block; width: 100%; height: 100%; opacity: 0; --poster-color: transparent; transition: opacity .45s ease; }
.model-ready .sneaker-model { opacity: 1; }
.model-ready .model-fallback { opacity: 0; }
.model-loading .model-hint::before { content: "Loading "; }
.model-failed .model-hint { display: none; }
.sneaker-model::part(default-progress-bar) { background-color: var(--acid); }
.model-hint { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 8px 11px; border: 1px solid #444; border-radius: 50px; background: rgba(10,10,10,.88); color: white; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.intro-art--model .index-mark { display: none; }
@keyframes model-glow { from { opacity: .45; transform: scale(.88); } to { opacity: 1; transform: scale(1.08); } }

.category-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.category-card { position: relative; min-height: 480px; overflow: hidden; border-right: 1px solid var(--line); }
.category-card:last-child { border-right: 0; }
.category-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35); transition: transform .7s ease, filter .4s; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 64%); }
.category-card:hover img { transform: scale(1.06); filter: grayscale(0); }
.category-meta { position: absolute; z-index: 2; inset: auto 24px 26px; }
.category-meta span { color: #bbb; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.category-meta h3 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(30px, 3vw, 48px); letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }

.products-section { padding-block: clamp(90px, 10vw, 150px); background: #000; color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 45px; }
.section-head .eyebrow { color: #aaa; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 30px) 10px; }
.product-card { min-width: 0; }
.product-card { transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.product-card:hover { transform: translateY(-7px); }
.product-image { position: relative; aspect-ratio: 1 / 1.12; overflow: hidden; background: #121212; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 5%; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image img { transform: scale(1.07); }
.product-badge { position: absolute; left: 10px; top: 10px; padding: 6px 9px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quick-add { position: absolute; right: 10px; bottom: 10px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font-size: 22px; transition: .25s; }
.quick-add:hover { background: var(--acid); transform: rotate(90deg); }
.product-info { padding: 16px 4px 0; }
.product-kicker { color: #888; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-name { margin: 5px 0 8px; font-size: 14px; font-weight: 700; }
.product-price { font-size: 13px; }
.product-price s { color: #888; margin-left: 6px; }

.feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 700px; background: #000; color: #fff; border-block: 1px solid #222; }
.feature-media { min-height: 600px; background: #121212; overflow: hidden; }
.feature-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s ease; }
.feature:hover .feature-media img { transform: scale(1.03); }
.feature-copy { padding: clamp(54px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.feature-copy .section-title { max-width: 590px; }
.feature-copy p:not(.eyebrow) { max-width: 500px; margin: 28px 0 36px; color: #aaa; font-size: 17px; }

.process { padding-block: clamp(90px, 11vw, 160px); }
.process-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.process-card { min-height: 310px; padding: 36px clamp(22px, 3vw, 45px); border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-icon { height: 54px; margin-bottom: 70px; filter: grayscale(1) invert(1); object-fit: contain; object-position: left center; }
.process-num { color: var(--acid); font-size: 11px; font-weight: 900; }
.process-card h3 { margin: 10px 0; font-size: 16px; text-transform: uppercase; }
.process-card p { margin: 0; color: #9e9e9e; font-size: 13px; }

.stats { background: #000; color: #fff; border-block: 1px solid #333; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(40px, 5vw, 72px) 22px; border-right: 1px solid #333; }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: var(--display); font-size: clamp(42px, 6vw, 84px); letter-spacing: -.06em; line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #aaa; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.quote { padding-block: clamp(100px, 14vw, 210px); text-align: center; }
.quote blockquote { max-width: 1050px; margin: 0 auto; font-family: var(--display); font-size: clamp(36px, 5.4vw, 78px); font-weight: 800; letter-spacing: -.045em; line-height: 1.02; text-transform: uppercase; }
.quote cite { display: block; margin-top: 30px; color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }

.newsletter { border-top: 1px solid var(--line); padding-block: clamp(70px, 8vw, 110px); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.newsletter h2 { max-width: 680px; margin: 0; font-family: var(--display); font-size: clamp(40px, 5vw, 76px); letter-spacing: -.05em; line-height: .9; text-transform: uppercase; }
.email-form { display: flex; border-bottom: 1px solid white; }
.email-form input { flex: 1; min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: white; }
.email-form button { border: 0; background: transparent; color: white; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-note { min-height: 20px; margin: 10px 0 0; color: var(--acid); font-size: 11px; }

.trust-marquee { position: relative; overflow: hidden; padding-block: clamp(80px, 9vw, 130px); border-top: 1px solid var(--line); background: #070707; }
.trust-marquee::before, .trust-marquee::after { content: ""; position: absolute; z-index: 4; top: 0; bottom: 0; width: clamp(35px, 9vw, 150px); pointer-events: none; }
.trust-marquee::before { left: 0; background: linear-gradient(90deg,#070707,transparent); }
.trust-marquee::after { right: 0; background: linear-gradient(-90deg,#070707,transparent); }
.trust-head { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.trust-head h2 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 64px); font-weight: 400; letter-spacing: -.035em; line-height: 1; text-transform: none; }
.trustpilot-mark { flex: 0 0 auto; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.trustpilot-mark b { color: #00b67a; font-size: 24px; }
.trust-row { width: max-content; margin-top: 16px; }
.trust-track { display: flex; width: max-content; gap: 16px; animation: trust-scroll 48s linear infinite; animation-play-state: paused; will-change: transform; }
.trust-marquee.in-view .trust-track { animation-play-state: running; }
.trust-row--reverse .trust-track { animation-direction: reverse; animation-duration: 54s; }
.trust-row:hover .trust-track { animation-play-state: paused; }
.trust-card { width: clamp(360px, 48vw, 600px); min-height: 260px; flex: 0 0 auto; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid rgba(255,255,255,.1); background: #121212 url('assets/review-background.jpg') center/cover no-repeat; }
.trust-card img { width: 116px; height: 20px; margin-bottom: 28px; }
.trust-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(21px, 2vw, 32px); font-weight: 400; line-height: 1.05; text-transform: none; }
.trust-card p { max-width: 520px; margin: 0; color: #b5b5b5; font-size: 14px; }
.trust-card .trust-author { margin-top: 22px; color: #777; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
@keyframes trust-scroll { to { transform: translateX(calc(-50% - 8px)); } }

.site-footer { padding: 62px 0 28px; background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 60px; }
.footer-logo { width: min(280px, 100%); margin-bottom: 24px; }
.footer-intro p { max-width: 360px; color: #777; font-size: 12px; }
.footer-col h3 { margin: 0 0 20px; color: #777; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: table; margin: 10px 0; color: #ccc; font-size: 12px; }
.footer-col a:hover { color: var(--acid); }
.footer-bottom { margin-top: 64px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #646464; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.page-hero { padding: clamp(80px, 10vw, 150px) 0 55px; border-bottom: 1px solid var(--line); background: #000; }
.page-hero .display { margin: 0; }
.page-hero-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.page-hero p { max-width: 480px; margin: 0; color: #999; }

.shop-tools { position: sticky; top: 82px; z-index: 30; padding: 18px 0; border-bottom: 1px solid #333; background: rgba(20,20,20,.96); color: #fff; backdrop-filter: blur(14px); }
.toolbar { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.filters { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-button { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #555; border-radius: 50px; background: transparent; color: #fff; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-button.active, .filter-button:hover { background: #fff; border-color: #fff; color: #121212; }
.tool-right { display: flex; align-items: center; gap: 12px; }
.search-field, .sort-select { min-height: 38px; border: 1px solid #555; border-radius: 50px; background: transparent; padding: 0 14px; color: #fff; font-size: 11px; }
.sort-select option { color: #121212; }
.shop-content { min-height: 600px; padding-block: 45px 110px; background: #000; color: #fff; }
.results-count { margin: 0 0 25px; color: #777; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.empty-state { grid-column: 1/-1; padding: 120px 20px; text-align: center; }

.product-page { background: #000; color: #fff; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #333; }
.gallery-cell { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; border: 0; background: #121212; color: #fff; padding: 0; cursor: zoom-in; }
.gallery-cell img { width: 100%; height: 100%; object-fit: contain; padding: 5%; }
.gallery-cell span { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 50px; background: rgba(0,0,0,.65); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-cell:hover span { opacity: 1; transform: translateY(0); }
.gallery-cell img { transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.gallery-cell:hover img { transform: scale(1.035); }
.product-panel { position: relative; }
.product-panel-inner { position: sticky; top: 82px; max-height: calc(100svh - 82px); overflow-y: auto; padding: clamp(40px, 5vw, 80px); scrollbar-width: thin; scrollbar-color: #444 transparent; }
.crumbs { margin-bottom: 50px; color: #777; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.product-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-heading-row .eyebrow { margin: 0; }
.detail-badge { padding: 6px 10px; border: 1px solid #454545; border-radius: 50px; color: #aaa; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-panel h1 { margin: 8px 0 18px; font-family: var(--display); font-size: clamp(38px, 5vw, 70px); letter-spacing: -.05em; line-height: .9; text-transform: uppercase; }
.detail-price { font-size: 17px; }
.detail-price s { color: #888; margin-left: 8px; }
.detail-copy { margin: 30px 0; color: #aaa; font-size: 14px; }
.option-label { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.size-guide-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #bbb; padding: 0 0 2px; cursor: pointer; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }
.size-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-bottom: 28px; }
.size-option { min-height: 44px; border: 1px solid #555; border-radius: 50px; background: transparent; color: #fff; cursor: pointer; font-size: 11px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.size-option:hover { border-color: #fff; }
.size-option.active { background: #fff; color: #121212; border-color: #fff; }
.product-assurances { margin-top: 30px; border-top: 1px solid #333; }
.assurance { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #333; font-size: 11px; }
.assurance span:last-child { color: #999; }
.product-details { margin-top: 28px; border-top: 1px solid #333; }
.product-detail { border-bottom: 1px solid #333; }
.product-detail > button { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; color: #fff; padding: 0; cursor: pointer; text-align: left; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.product-detail > button b { color: #888; font-size: 18px; font-weight: 300; }
.product-detail-copy { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.product-detail-copy.open { grid-template-rows: 1fr; }
.product-detail-copy p { min-height: 0; overflow: hidden; margin: 0; color: #929292; font-size: 12px; }
.product-detail-copy.open p { padding: 0 0 22px; }
.mobile-buy-bar { display: none; }

.product-dialog { width: min(92vw, 650px); max-height: 86vh; overflow: auto; border: 1px solid #3e3e3e; background: #0b0b0b; color: #fff; padding: clamp(28px, 5vw, 54px); box-shadow: 0 30px 100px rgba(0,0,0,.75); }
.product-dialog::backdrop, .image-lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.product-dialog h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(38px, 6vw, 64px); font-weight: 400; letter-spacing: -.04em; }
.product-dialog > p:not(.eyebrow) { color: #aaa; }
.dialog-close { position: absolute; right: 15px; top: 15px; width: 40px; height: 40px; border: 1px solid #444; border-radius: 50%; background: #111; color: #fff; cursor: pointer; font-size: 25px; line-height: 1; }
.dialog-done { margin-top: 28px; }
.size-table { display: grid; grid-template-columns: repeat(9, minmax(42px, 1fr)); margin-top: 30px; overflow-x: auto; border-top: 1px solid #333; border-left: 1px solid #333; }
.size-table--clothing { grid-template-columns: repeat(6, minmax(65px, 1fr)); }
.size-table > * { min-height: 44px; display: grid; place-items: center; border-right: 1px solid #333; border-bottom: 1px solid #333; font-size: 11px; }
.size-table span { position: sticky; left: 0; background: #181818; color: #aaa; text-transform: uppercase; }
.image-lightbox { width: min(94vw, 1100px); height: min(90vh, 900px); overflow: hidden; border: 1px solid #333; background: #0b0b0b; padding: 0; }
.image-lightbox img { width: 100%; height: 100%; object-fit: contain; padding: clamp(20px, 4vw, 50px); }

.story-hero { min-height: 72svh; position: relative; display: flex; align-items: end; overflow: hidden; }
.story-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.65); }
.story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #000, transparent 75%); }
.story-hero .container { position: relative; z-index: 1; padding-bottom: 64px; }
.story-hero .display { margin: 0; max-width: 1050px; }
.story-body { padding-block: clamp(90px, 12vw, 180px); }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 160px); }
.story-copy { max-width: 760px; }
.story-copy p { margin: 0 0 28px; color: #aaa; font-size: clamp(18px, 2vw, 27px); line-height: 1.45; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.principle span { color: var(--acid); font-size: 11px; }
.principle h3 { margin: 0; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.principle p { margin: 0; color: #888; font-size: 13px; }

.faq-wrap, .contact-wrap { padding-block: 70px 130px; }
.faq-list { max-width: 1000px; margin: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; color: white; text-align: left; cursor: pointer; font-family: var(--display); font-size: clamp(18px, 2vw, 26px); font-weight: 800; text-transform: uppercase; }
.faq-question span:last-child { font-size: 28px; font-weight: 300; transition: transform .25s; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { max-width: 730px; margin: 0; padding: 0 0 28px; color: #999; }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 150px); }
.contact-meta h2 { margin: 0 0 24px; font-family: var(--display); font-size: 34px; text-transform: uppercase; }
.contact-meta p, .contact-meta a { color: #999; font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1/-1; }
.field label { color: #aaa; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #444; background: #111; color: white; padding: 14px; outline: 0; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--acid); }
.field textarea { min-height: 150px; resize: vertical; }

.cart-page { min-height: 70svh; padding-block: 80px 130px; background: #000; color: #fff; }
.cart-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px, 7vw, 100px); }
.cart-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 22px; align-items: center; padding: 18px 0; border-bottom: 1px solid #333; }
.cart-item img { width: 130px; height: 140px; object-fit: contain; background: #121212; }
.cart-item h3 { margin: 0 0 7px; font-size: 15px; }
.cart-meta { color: #777; font-size: 11px; }
.qty { display: inline-flex; margin-top: 13px; border: 1px solid #555; }
.qty button { width: 32px; height: 32px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.qty span { width: 32px; display: grid; place-items: center; font-size: 11px; }
.remove-link { display: block; margin-top: 10px; border: 0; background: transparent; padding: 0; color: #777; cursor: pointer; font-size: 10px; text-decoration: underline; }
.cart-summary { align-self: start; position: sticky; top: 110px; padding: 30px; border: 1px solid #333; background: #121212; }
.cart-summary h2 { margin: 0 0 26px; font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.summary-line { display: flex; justify-content: space-between; padding: 10px 0; color: #aaa; font-size: 12px; }
.summary-total { margin: 12px 0 24px; padding-top: 18px; border-top: 1px solid #333; color: #fff; font-size: 16px; font-weight: 800; }
.cart-empty { padding: 100px 0; text-align: center; }
.cart-empty p { color: #777; }

.toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; max-width: 330px; padding: 16px 20px; background: #7c1cde; color: #fff; box-shadow: 0 12px 60px rgba(0,0,0,.35); font-size: 12px; font-weight: 700; transform: translateY(140%); transition: .35s ease; }
.toast.show { transform: translateY(0); }

/* Motion system */
.scroll-progress { position: fixed; z-index: 150; left: 0; top: 0; width: 100%; height: 2px; pointer-events: none; transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; background: #7c1cde; box-shadow: 0 0 14px rgba(124,28,222,.7); }

.motion-ready .hero .eyebrow { animation: hero-rise .75s .15s both cubic-bezier(.2,.75,.2,1); }
.motion-ready .hero .display { animation: hero-reveal 1.15s .22s both cubic-bezier(.18,.82,.22,1); }
.motion-ready .hero-tagline { animation: hero-rise .8s .72s both cubic-bezier(.2,.75,.2,1); }
.motion-ready .hero-bottom > * { animation: hero-rise .8s both cubic-bezier(.2,.75,.2,1); }
.motion-ready .hero-bottom > :nth-child(1) { animation-delay: .72s; }
.motion-ready .hero-bottom > :nth-child(2) { animation-delay: .84s; }
.motion-ready .hero-bottom > :nth-child(3) { animation-delay: .96s; }
.motion-ready .brand-marquee { animation: border-glow 1.4s 1s both ease; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(42px); transition: opacity .8s cubic-bezier(.2,.75,.2,1), transform .8s cubic-bezier(.2,.75,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready [data-reveal="left"] { transform: translateX(-46px); }
.motion-ready [data-reveal="right"] { transform: translateX(46px); }
.motion-ready [data-reveal="scale"] { transform: scale(.94); }
.motion-ready [data-reveal].in-view { opacity: 1; transform: translate3d(0,0,0) scale(1); }

.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--acid); transform: translateX(-102%); transition: transform .38s cubic-bezier(.2,.75,.2,1); }
.button:hover::before { transform: translateX(0); }
.button:hover .arrow { animation: arrow-pop .55s ease; }
.text-link { background-image: linear-gradient(currentColor,currentColor); background-position: 100% 100%; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .35s ease, background-position 0s .35s; }
.text-link:hover { background-position: 0 100%; background-size: 100% 1px; }

.motion-ready .category-card.in-view .category-meta { animation: meta-rise .75s .12s both cubic-bezier(.2,.75,.2,1); }
.motion-ready .category-card.in-view img { animation: image-settle 1.1s backwards cubic-bezier(.2,.75,.2,1); }
.motion-ready .product-card.in-view .product-image img { animation: product-settle .9s .08s backwards cubic-bezier(.2,.75,.2,1); }
.stat strong { font-variant-numeric: tabular-nums; }

@keyframes hero-reveal {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(46px); }
  to { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
}
@keyframes hero-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes border-glow { from { border-color: rgba(124,28,222,.75); } to { border-color: var(--line); } }
@keyframes arrow-pop { 50% { transform: translate(4px,-4px); } }
@keyframes meta-rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes image-settle { from { transform: scale(1.09); filter: grayscale(1); } to { transform: scale(1); } }
@keyframes product-settle { from { transform: scale(.9) rotate(-1.5deg); opacity: .3; } to { transform: scale(1) rotate(0); opacity: 1; } }

@media (max-width: 1100px) {
  .nav { display: none; }
  .menu-toggle { display: grid; justify-self: start; }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .mobile-nav { position: fixed; z-index: 70; inset: 82px 0 0; display: flex; flex-direction: column; padding: 34px var(--pad); border-top: 1px solid #333; background: rgba(8,8,8,.98); backdrop-filter: blur(18px); transform: translateX(-100%); visibility: hidden; pointer-events: none; transition: transform .35s ease, visibility .35s ease; }
  .mobile-nav.open { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 34px; font-weight: 800; text-transform: uppercase; }
  .intro-grid { grid-template-columns: 1fr 1fr; }
  .category-rail { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 430px; border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .feature { min-height: 620px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-panel-inner { position: static; max-height: none; overflow: visible; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  .brand img { width: min(180px, 50vw); height: 54px; }
  .search-action { display: none; }
  .mobile-nav { inset: 68px 0 0; }
  .hero, .hero-inner { min-height: 100svh; }
  .hero-inner { justify-content: center; }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .scroll-cue { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-art { order: -1; max-height: 550px; }
  .category-rail { grid-template-columns: 1fr; }
  .category-card { min-height: 390px; border-right: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-info { padding-top: 11px; }
  .product-name { font-size: 12px; }
  .feature { grid-template-columns: 1fr; }
  .feature-media { min-height: 430px; }
  .feature-copy { padding: 60px var(--pad) 75px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:last-child { border-bottom: 0; }
  .process-icon { margin-bottom: 40px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid #333; }
  .newsletter-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-head { align-items: flex-start; flex-direction: column; }
  .trust-card { width: min(82vw, 420px); min-height: 220px; padding: 24px; }
  .trust-row--reverse { display: none; }
  .hero video { will-change: auto; transform: scale(1.025); }
  .footer-grid { gap: 36px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .page-hero-row { align-items: flex-start; flex-direction: column; }
  .toolbar { grid-template-columns: 1fr; }
  .tool-right { display: grid; grid-template-columns: 1fr 1fr; }
  .search-field, .sort-select { width: 100%; }
  .shop-tools { top: 68px; }
  .product-gallery { grid-template-columns: 1fr; }
  .gallery-cell:nth-child(n+3) { display: none; }
  .gallery-cell span { opacity: 1; transform: none; }
  .product-panel-inner { padding: 48px var(--pad) 125px; }
  .crumbs { margin-bottom: 30px; }
  .size-grid { grid-template-columns: repeat(3, 1fr); }
  .mobile-buy-bar { position: fixed; z-index: 95; left: 10px; right: 10px; bottom: 10px; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 10px 10px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(12,12,12,.94); box-shadow: 0 18px 60px rgba(0,0,0,.55); backdrop-filter: blur(18px); transform: translateY(calc(100% + 28px)); opacity: 0; pointer-events: none; transition: transform .35s cubic-bezier(.2,.75,.2,1), opacity .25s ease; }
  .mobile-buy-bar.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-buy-bar > div { min-width: 0; display: flex; flex-direction: column; }
  .mobile-buy-bar span { overflow: hidden; color: #888; font-size: 9px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
  .mobile-buy-bar strong { color: #fff; font-size: 14px; }
  .mobile-buy-bar button { min-height: 46px; flex: 0 0 auto; border: 0; border-radius: 50px; background: var(--acid); color: #fff; padding: 0 24px; cursor: pointer; font-size: 12px; }
  .product-dialog { padding: 38px 22px 24px; }
  .size-table { grid-template-columns: repeat(9, 56px); }
  .size-table--clothing { grid-template-columns: repeat(6, 68px); }
  .story-grid, .contact-grid, .cart-layout { grid-template-columns: 1fr; }
  .principle { grid-template-columns: 44px 1fr; }
  .principle p { grid-column: 2; }
  .contact-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .cart-item { grid-template-columns: 90px 1fr; }
  .cart-item img { width: 90px; height: 100px; }
  .cart-item > strong { grid-column: 2; }
  .cart-summary { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-progress { display: none; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
  .trust-track { animation-play-state: paused; }
}

/* WordPress and WooCommerce integration */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.screen-reader-text:focus { z-index: 9999; left: 10px; top: 10px; width: auto; height: auto; clip: auto; padding: 12px 16px; background: #fff; color: #000; }
.nav .menu, .mobile-nav .menu, .footer-col .menu { margin: 0; padding: 0; list-style: none; }
.nav .menu { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.mobile-nav .menu { display: contents; }
.footer-col .menu li { list-style: none; }
.brand-wrap { display: flex; align-items: center; justify-content: center; }
.custom-logo-link { display: flex; align-items: center; justify-content: center; }
.custom-logo { width: min(300px, 26vw); height: 74px; object-fit: contain; }
.admin-bar .site-header { top: 32px; }
.admin-bar .mobile-nav { top: 114px; }
.wp-page-content { min-height: 45svh; padding-block: clamp(60px, 8vw, 120px); }
.entry-content { color: #aaa; }
.entry-content > * { max-width: 900px; }
.entry-content a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.entry-content h2, .entry-content h3 { color: #fff; font-family: var(--display); line-height: 1.05; }
.entry-content h2 { font-size: clamp(32px, 5vw, 56px); }
.post-list { display: grid; gap: 1px; }
.post-card { padding: 42px 0; border-bottom: 1px solid var(--line); }
.post-card h2 { margin: 0 0 14px; font-family: var(--display); font-size: clamp(28px, 4vw, 48px); }
.archive-description p { max-width: 480px; margin: 0; color: #999; }

ul.products.product-grid, .related ul.products { margin: 0; padding: 0; list-style: none; }
.woocommerce .product-card { margin: 0 !important; width: auto !important; float: none !important; }
.woocommerce .product-card img { margin: 0 !important; }
.woocommerce .product-price .price, .woocommerce .product-price { color: #fff; }
.woocommerce .product-price del, .woocommerce .detail-price del { color: #777; opacity: 1; }
.woocommerce .product-price ins, .woocommerce .detail-price ins { color: #fff; background: transparent; text-decoration: none; }
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select { min-height: 38px; border: 1px solid #555; border-radius: 50px; background: transparent; color: #fff; padding: 0 36px 0 14px; font-size: 11px; }
.woocommerce .woocommerce-ordering option { color: #111; }
.wor-product-search { margin: 0; }
.woocommerce nav.woocommerce-pagination { margin-top: 60px; }
.woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 6px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #444; border-radius: 50%; background: transparent; color: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--acid); border-color: var(--acid); }

.woocommerce-notices-wrapper { position: relative; z-index: 20; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { margin: 0 !important; border: 0 !important; border-bottom: 1px solid #333 !important; background: #151515 !important; color: #fff !important; padding: 18px var(--pad) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--acid) !important; }
.woocommerce-error { border-top-color: #a84747 !important; }
.woocommerce-message .button, .woocommerce-info .button { color: #fff !important; }
.woocommerce-product-rating { display: flex; align-items: center; gap: 10px; margin: 0 0 12px !important; font-size: 11px; }
.woocommerce .star-rating { color: #00b67a; }
.wor-add-to-cart { margin-top: 28px; }
.wor-add-to-cart form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 !important; }
.wor-add-to-cart .quantity { float: none !important; margin: 0 !important; }
.wor-add-to-cart .quantity .qty { width: 70px; min-height: 52px; border: 1px solid #555; border-radius: 50px; background: #111; color: #fff; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--acid); border-radius: 50px; background: var(--acid); color: #fff; padding: 0 28px; font-weight: 500; transition: .25s ease; }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover { background: #5a1aab; border-color: #5a1aab; color: #fff; }
.wor-add-to-cart .single_add_to_cart_button { flex: 1 1 220px; }
.wor-add-to-cart .variations { width: 100%; margin: 0 0 18px !important; }
.wor-add-to-cart .variations th, .wor-add-to-cart .variations td { display: block; padding: 0 0 8px !important; text-align: left; }
.wor-add-to-cart .variations label { color: #aaa; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wor-add-to-cart .variations select { width: 100%; min-height: 48px; border: 1px solid #555; border-radius: 50px; background: #111; color: #fff; padding: 0 16px; }
.wor-add-to-cart .reset_variations { display: inline-block; margin-top: 8px; color: #888; font-size: 10px; }
.wor-add-to-cart .woocommerce-variation-price { margin-bottom: 15px; color: #fff; }
.stock { color: #00b67a !important; font-size: 11px; }
.out-of-stock { color: #dc6d6d !important; }
.product_meta { margin-top: 26px; color: #777; font-size: 10px; line-height: 1.8; }
.product_meta > span { display: block; }
.product-detail-copy > div { min-height: 0; overflow: hidden; color: #929292; font-size: 12px; }
.product-detail-copy.open > div { padding: 0 0 22px; }
.product-detail-copy > div > :first-child { margin-top: 0; }
.related.products { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(80px, 10vw, 140px) var(--pad); }
.related.products > h2 { margin: 0 0 42px; font-family: var(--display); font-size: clamp(38px, 5vw, 64px); font-weight: 400; }
.related.products ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 10px; }

.woocommerce-cart .wp-page-content, .woocommerce-checkout .wp-page-content { padding-top: 45px; }
.woocommerce table.shop_table { border: 1px solid #333; border-radius: 0; color: #fff; border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid #333; padding: 18px; }
.woocommerce table.shop_table img { width: 90px; background: #121212; }
.woocommerce table.shop_table a { text-decoration: none; }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 180px; min-height: 52px; border: 1px solid #444; background: #111; color: #fff; padding: 0 14px; }
.cart-collaterals .cart_totals { padding: 30px; border: 1px solid #333; background: #121212; }
.cart-collaterals .cart_totals h2 { font-family: var(--display); font-size: 32px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; border: 1px solid #444; border-radius: 0; background: #111; color: #fff; padding: 12px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; line-height: 24px; }
.woocommerce-checkout #payment { background: #121212; color: #fff; }
.woocommerce-checkout #payment div.payment_box { background: #222; color: #ccc; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #222; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: 1px solid #333; border-radius: 0; }
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading { font-family: var(--display); font-size: 30px; }

@media (max-width: 1100px) {
  .nav .menu { display: none; }
  .related.products ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .mobile-nav { top: 114px; }
}

@media (max-width: 760px) {
  .custom-logo { width: min(180px, 50vw); height: 54px; }
  .archive-description { display: none; }
  .related.products ul.products { grid-template-columns: 1fr 1fr; }
  .woocommerce table.shop_table_responsive tr { border-bottom: 1px solid #333; }
  .woocommerce table.shop_table_responsive tr td { border: 0; }
  .woocommerce-cart table.cart td.actions .coupon { float: none; width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { flex: 1; width: auto; }
  .woocommerce-cart table.cart td.actions .button { width: 100%; margin-top: 8px; }
  .cart-collaterals .cart_totals { width: 100% !important; float: none !important; }
}
