/*
==========================================================
APPARELLY BLANK — V18.1 Global Stylesheet
==========================================================
Includes: V13 base + V14 text-fit patch + V17 cart progress
          + V18.1 design audit corrections

Corrections in V18.1:
  - Promo bar: full-bleed fix (negative margin breakout)
  - Mosaic grid: correct span, position, z-index layering
  - Section spacing: breathing room between major page sections
  - Product card: flex column so CTA always aligns to bottom
  - Step panels: numbered 01/02/03 styled with yellow accent border
  - Bottom nav: safe-area-inset-bottom + correct z-index
  - Mobile: padding-bottom accounts for fixed nav height
  - Reveal animation: respects prefers-reduced-motion
==========================================================
*/


/* ----------------------------------------------------------
   1. DESIGN TOKENS
---------------------------------------------------------- */
:root {
  --ablk-bg:            #050505;
  --ablk-bg-2:          #0b0b0d;
  --ablk-panel:         #111114;
  --ablk-panel-2:       #18181d;
  --ablk-cream:         #efe8da;
  --ablk-cream-2:       #d8d0c2;
  --ablk-text:          #f6f1e6;
  --ablk-muted:         rgba(246,241,230,.72);
  --ablk-muted-2:       rgba(246,241,230,.52);
  --ablk-ink:           #070707;
  --ablk-yellow:        #f2c400;
  --ablk-gold:          #c99a19;
  --ablk-red:           #9d1d16;
  --ablk-green:         #244d2b;
  --ablk-line:          rgba(255,255,255,.13);
  --ablk-line-strong:   rgba(255,255,255,.22);
  --ablk-radius-xl:     clamp(18px, 2vw, 30px);
  --ablk-radius-md:     16px;
  --ablk-gap:           clamp(8px, 1.1vw, 16px);
  --ablk-pad:           clamp(16px, 3vw, 34px);
  --ablk-card-pad:      clamp(18px, 2.6vw, 38px);
  --ablk-tight-pad:     clamp(16px, 1.7vw, 24px);
  --ablk-shadow:        0 20px 70px rgba(0,0,0,.48);
  --ablk-nav-height:    64px; /* fixed bottom nav height */
  --ablk-display:       "Archivo Black", Impact, "Arial Black", sans-serif;
  --ablk-heading:       "Space Grotesk", system-ui, sans-serif;
  --ablk-body:          "Space Grotesk", system-ui, -apple-system, sans-serif;
  --ablk-mono:          "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}


/* ----------------------------------------------------------
   2. RESET / BASE
---------------------------------------------------------- */
.ablk-page,
.ablk-page * {
  box-sizing: border-box;
}

.ablk-page {
  position: relative;
  color: var(--ablk-text);
  font-family: var(--ablk-body);
  background:
    radial-gradient(900px 440px at 18% 0%,   rgba(242,196,0,.12),  transparent 58%),
    radial-gradient(700px 360px at 92% 18%,  rgba(157,29,22,.12),  transparent 60%),
    radial-gradient(800px 420px at 72% 100%, rgba(36,77,43,.15),   transparent 62%),
    linear-gradient(180deg, #030303 0%, #09090b 42%, #050505 100%);
  padding: clamp(10px, 1.5vw, 18px);
  overflow: clip;

  /* FIX: bottom padding so fixed nav never covers content */
  padding-bottom: calc(var(--ablk-nav-height) + clamp(16px, 2vw, 28px));
}

.ablk-page a {
  color: inherit;
  text-decoration: none;
}

.ablk-page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.ablk-page figure {
  margin: 0;
}

.ablk-page :focus-visible {
  outline: 3px solid var(--ablk-yellow);
  outline-offset: 4px;
}


/* ----------------------------------------------------------
   3. TYPOGRAPHY — V14 TEXT-FIT MERGED
---------------------------------------------------------- */
.ablk-page h1,
.ablk-page h2,
.ablk-page h3,
.ablk-page p,
.ablk-page a,
.ablk-page li {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.ablk-page h1,
.ablk-page h2,
.ablk-page h3 {
  margin-top: 0;
  font-family: var(--ablk-heading);
  letter-spacing: -.04em;
  text-wrap: balance;
}

.ablk-page h1 {
  font-family: var(--ablk-display);
  font-size: clamp(3rem, 8.7vw, 7.8rem);
  line-height: .88;
  letter-spacing: -.035em;
  text-transform: uppercase;
  max-width: 9ch;
  margin-bottom: .18em;
}

.ablk-page h1 strong {
  display: block;
  color: var(--ablk-yellow);
  font-weight: inherit;
}

.ablk-page h1 span {
  display: block;
}

.ablk-page h2 {
  font-size: clamp(1.5rem, 3.2vw, 2.8rem);
  line-height: 1.08;
}

.ablk-page h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.7rem);
  line-height: 1.15;
}

.ablk-page p,
.ablk-page li {
  font-size: clamp(.95rem, .48vw + .82rem, 1.05rem);
  line-height: 1.6;
  max-width: 62ch;
}


/* ----------------------------------------------------------
   4. SECTION SPACING — V18.1 FIX
   Every major section gets breathing room so the page
   doesn't feel like a continuous wall of content.
---------------------------------------------------------- */
.ablk-page section,
.ablk-page [class*="ablk-section"],
.ablk-page [class*="ablk-banner"],
.ablk-page [class*="ablk-cta"],
.ablk-page [class*="ablk-step"],
.ablk-page [class*="ablk-feature"],
.ablk-page [class*="ablk-trust"],
.ablk-page [class*="ablk-testimonial"],
.ablk-page [class*="ablk-best-sellers"],
.ablk-page [class*="ablk-lookbook"] {
  margin-block: clamp(2.5rem, 5vw, 5rem);
}

/* First section never needs a top gap */
.ablk-page > section:first-child,
.ablk-page > .wp-block-group:first-child {
  margin-top: 0;
}


/* ----------------------------------------------------------
   5. SCROLL REVEAL
   JS adds .is-visible on the frontend.
   In the block editor (.editor-styles-wrapper) and when JS
   hasn't run yet, everything stays visible via the overrides
   below — never hidden from users who need to see it.
---------------------------------------------------------- */
.ablk-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s ease, transform .5s ease;
}

.ablk-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Block editor: JS never runs, so force everything visible */
.editor-styles-wrapper .ablk-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .ablk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ----------------------------------------------------------
   6. PROMO BAR — V18.1 FIX: full-bleed breakout
---------------------------------------------------------- */
.ablk-promo-bar {
  /* Break out of the ablk-page padding so it reaches page edges */
  margin-inline: calc(var(--ablk-pad) * -1);
  margin-top:    calc(var(--ablk-pad) * -1);

  text-align: center;
  padding: clamp(10px, 1.2vw, 14px) var(--ablk-pad);
  font-size: clamp(.75rem, .9vw, .86rem);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-cream);
  border-bottom: 1px solid var(--ablk-line);
}

.ablk-promo-bar a {
  color: var(--ablk-yellow);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ablk-promo-juneteenth {
  background: linear-gradient(90deg, var(--ablk-red) 0%, #1a0a09 35%, #0a110b 65%, var(--ablk-green) 100%);
}


/* ----------------------------------------------------------
   7. HOME MOSAIC — V18.1 FIX: correct grid, no bleed/overlap
---------------------------------------------------------- */
.ablk-home-mosaic {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: 1fr 1fr;
  /* Rows: hero full row, then 2-up grid for sub-cards */
  grid-template-rows: auto;
}

/* Hero card: spans both columns */
.ablk-mosaic-hero {
  grid-column: 1 / -1;
  min-height: clamp(360px, 52vw, 720px);
}

/* Sub-cards default to 1 column each in the 2-col grid */
.ablk-mosaic-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ablk-radius-xl);
  background: var(--ablk-panel);
  min-height: clamp(240px, 28vw, 420px);
  display: flex;
  flex-direction: column;
  isolation: isolate; /* FIX: prevents child absolute elements bleeding out */
}

/* Background image — fills the card, sits behind content */
.ablk-bg-media {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
  z-index: 0;  /* FIX: explicit z-index so overlay copy sits above */
}

/* FIX: figure wrapping ablk-bg-media must also be absolute */
.ablk-mosaic-card > .wp-block-image.ablk-bg-media,
.ablk-mosaic-card > figure.ablk-bg-media {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
}

.ablk-mosaic-card > .wp-block-image.ablk-bg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay copy — sits above the background image */
.ablk-overlay-copy {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: var(--ablk-card-pad);
  background: linear-gradient(to top, rgba(3,3,3,.92) 0%, rgba(3,3,3,.4) 60%, transparent 100%);
}


/* ----------------------------------------------------------
   8. EYEBROW / BRAND LOCKUP
---------------------------------------------------------- */
.ablk-eyebrow {
  font-size: clamp(.68rem, .82vw, .8rem);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  margin: 0 0 .4em;
}

.ablk-brand-lockup {
  font-family: var(--ablk-display);
  font-size: clamp(.85rem, 1.3vw, 1.1rem);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ablk-muted-2);
  margin: 0 0 .8em;
  line-height: 1.2;
}

.ablk-lede {
  color: var(--ablk-muted);
  max-width: 48ch;
  margin: 0 0 .5em;
}


/* ----------------------------------------------------------
   9. BUTTONS
---------------------------------------------------------- */
.wp-block-button .wp-block-button__link,
.ablk-btn {
  font-family: var(--ablk-heading);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  padding: .72em 1.6em;
  font-size: clamp(.8rem, .95vw, .92rem);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}

/* Outline variant */
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1px solid var(--ablk-line-strong);
  color: var(--ablk-cream);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: var(--ablk-yellow);
  color: var(--ablk-yellow);
}

.ablk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.2em;
}


/* ----------------------------------------------------------
   10. PRODUCT CARDS — V18.1 FIX: flex column, CTA to bottom
---------------------------------------------------------- */
.ablk-product-card,
.wc-block-grid__product,
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  overflow: hidden;
  transition: border-color .2s;
}

.ablk-product-card:hover,
.wc-block-grid__product:hover {
  border-color: var(--ablk-line-strong);
}

/* Product image area */
.ablk-product-card__img,
.wc-block-grid__product-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--ablk-panel-2);
}

.ablk-product-card__img img,
.wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ablk-product-card:hover .ablk-product-card__img img,
.wc-block-grid__product:hover .wc-block-grid__product-image img {
  transform: scale(1.04);
}

/* Card body — grows to fill, pushes price+CTA to bottom */
.ablk-product-card__body,
.wc-block-grid__product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(12px, 1.5vw, 18px);
  gap: .5rem;
}

/* FIX: push CTA to the card bottom regardless of title length */
.ablk-product-card .wp-block-button,
.wc-block-grid__product .wp-block-button,
.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin-top: auto;
}

/* Product title clamp — prevents overflow on long membership names */
.wc-block-grid__product-title,
.ablk-product-card__title {
  font-size: clamp(.88rem, 1.1vw, 1rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--ablk-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Price */
.wc-block-grid__product-price,
.ablk-product-card__price {
  font-family: var(--ablk-heading);
  font-size: clamp(.9rem, 1.1vw, 1rem);
  font-weight: 700;
  color: var(--ablk-yellow);
}

.wc-block-grid__product-price del,
.ablk-product-card__price del {
  color: var(--ablk-muted-2);
  font-weight: 400;
  font-size: .85em;
  margin-right: .3em;
}


/* ----------------------------------------------------------
   11. STEP PANELS (01/02/03) — V18.1 FIX: visual treatment
---------------------------------------------------------- */
.ablk-steps-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}

.ablk-step {
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-left: 3px solid var(--ablk-yellow); /* FIX: yellow accent */
  border-radius: 0 var(--ablk-radius-md) var(--ablk-radius-md) 0;
  padding: var(--ablk-card-pad);
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.ablk-step__number {
  font-family: var(--ablk-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  color: var(--ablk-yellow);
  letter-spacing: -.02em;
  margin: 0;
}

.ablk-step__label {
  font-family: var(--ablk-heading);
  font-size: clamp(.68rem, .85vw, .8rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  margin: 0;
}

.ablk-step__title {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.15;
  font-weight: 700;
  color: var(--ablk-text);
  margin: 0;
}

.ablk-step__body {
  font-size: clamp(.88rem, 1vw, .98rem);
  line-height: 1.55;
  color: var(--ablk-muted);
  margin: 0;
  max-width: none; /* Override the global 62ch limit inside cards */
}


/* ----------------------------------------------------------
   12. CART PROGRESS — V17 MERGED
---------------------------------------------------------- */
.ablk-cart-progress {
  --ablk-progress: 0%;
  width: 100%;
  display: grid;
  gap: .75rem;
  margin-block: clamp(1rem, 2vw, 1.35rem);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 16% 20%, rgba(243,196,0,.12), transparent 36%),
    linear-gradient(135deg, rgba(15,15,16,.94), rgba(5,5,5,.96));
  color: #f3eee2;
  box-shadow: 0 18px 48px rgba(0,0,0,.35);
}

.ablk-cart-progress__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.ablk-cart-progress__label,
.ablk-cart-progress__amount {
  margin: 0;
  font-size: clamp(.72rem, .9vw, .86rem);
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
}

.ablk-cart-progress__label  { color: #f3c400; }
.ablk-cart-progress__amount { color: rgba(243,238,226,.78); text-align: right; }

.ablk-cart-progress__track {
  position: relative;
  height: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.12);
}

.ablk-cart-progress__bar {
  display: block;
  width: var(--ablk-progress);
  height: 100%;
  background: linear-gradient(90deg, #f3c400, #d49b00 65%, #f7dd68);
  transition: width .35s ease;
}

.ablk-cart-progress__message {
  margin: 0;
  color: rgba(243,238,226,.74);
  font-size: clamp(.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.ablk-cart-progress__message strong { color: #f3c400; }

.ablk-cart-progress.is-unlocked {
  border-color: rgba(243,196,0,.42);
  box-shadow: 0 18px 48px rgba(0,0,0,.35), 0 0 0 1px rgba(243,196,0,.16);
}

.ablk-cart-progress.is-unlocked .ablk-cart-progress__bar {
  background: linear-gradient(90deg, #f3c400, #1d5d3b);
}

@media (max-width: 680px) {
  .ablk-cart-progress__top { display: grid; gap: .35rem; }
  .ablk-cart-progress__amount { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .ablk-cart-progress__bar { transition: none; }
}


/* ----------------------------------------------------------
   13. TRUST / FEATURE LIST
---------------------------------------------------------- */
.ablk-trust-list {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.ablk-trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.ablk-trust-item__label {
  font-family: var(--ablk-heading);
  font-size: clamp(.9rem, 1.1vw, 1rem);
  font-weight: 700;
  color: var(--ablk-text);
  margin: 0 0 .2em;
}

.ablk-trust-item__body {
  font-size: clamp(.88rem, 1vw, .96rem);
  color: var(--ablk-muted);
  margin: 0;
  max-width: none;
}


/* ----------------------------------------------------------
   14. MOBILE BOTTOM QUICK NAV — V18.1 FIX: safe-area + z-index
---------------------------------------------------------- */
.ablk-mobile-quicknav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999; /* FIX: high enough to clear WC overlays */
  display: flex;
  justify-content: space-around;
  align-items: center;

  /* FIX: safe-area-inset-bottom for iPhone notch */
  padding: .5rem 0 max(.5rem, env(safe-area-inset-bottom));
  height: var(--ablk-nav-height);

  background: rgba(5,5,5,.96);
  border-top: 1px solid var(--ablk-line-strong);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ablk-mobile-quicknav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  font-size: clamp(.58rem, 1.6vw, .68rem);
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ablk-muted-2);
  padding: .3rem .5rem;
  min-width: 48px; /* accessible tap target */
  min-height: 44px;
  justify-content: center;
  transition: color .15s;
}

.ablk-mobile-quicknav a:hover,
.ablk-mobile-quicknav a[aria-current="page"] {
  color: var(--ablk-yellow);
}

.ablk-mobile-quicknav .ablk-nav-icon {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}

/* Hide bottom nav on desktop — it's only for mobile */
@media (min-width: 1024px) {
  .ablk-mobile-quicknav {
    display: none;
  }

  /* Remove bottom padding added for nav on desktop */
  .ablk-page {
    padding-bottom: clamp(10px, 1.5vw, 18px);
  }
}


/* ----------------------------------------------------------
   15. CATEGORY GRID
---------------------------------------------------------- */
.ablk-category-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ablk-category-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ablk-radius-md);
  min-height: clamp(200px, 24vw, 360px);
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.ablk-category-card__overlay {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: var(--ablk-tight-pad);
  background: linear-gradient(to top, rgba(3,3,3,.88), transparent);
}


/* ----------------------------------------------------------
   16. BANNER / EDITORIAL SECTIONS
---------------------------------------------------------- */
.ablk-banner,
.ablk-editorial {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: var(--ablk-radius-xl);
}

.ablk-banner__content,
.ablk-editorial__content {
  position: relative;
  z-index: 2;
  padding: var(--ablk-card-pad);
}

/* Subtle divider between sections when no imagery separates them */
.ablk-section-divider {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--ablk-line);
  margin-block: clamp(2rem, 4vw, 4rem);
}


/* ----------------------------------------------------------
   17. LOGO
---------------------------------------------------------- */
.ablk-rabbit-logo img {
  width: auto;
  max-width: 100px;
  height: auto;
  display: block;
}


/* ----------------------------------------------------------
   18. FRAMED MEDIA (shop / account / about hero images)
---------------------------------------------------------- */
.ablk-framed-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--ablk-radius-md);
}

@media (min-width: 768px) {
  .ablk-framed-media img {
    aspect-ratio: 21 / 9;
  }
}


/* ----------------------------------------------------------
   19. POLICY PAGES
---------------------------------------------------------- */
.ablk-policy-page {
  max-width: 72ch;
  margin-inline: auto;
  padding: var(--ablk-pad);
}

.ablk-policy-page h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  max-width: none;
}

.ablk-policy-page h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-top: 2em;
  color: var(--ablk-yellow);
}


/* ----------------------------------------------------------
   20. WOOCOMMERCE OVERRIDES
   Minimal — Blocksy handles most WC styling.
   These only address ablk-page context conflicts.
---------------------------------------------------------- */

/* Ensure WC notices don't break inside ablk-page */
.ablk-page .woocommerce-message,
.ablk-page .woocommerce-error,
.ablk-page .woocommerce-info {
  background: var(--ablk-panel);
  border-top-color: var(--ablk-yellow);
  color: var(--ablk-text);
  border-radius: var(--ablk-radius-md);
  padding: 1rem var(--ablk-card-pad);
  margin-bottom: 1.5rem;
}

.ablk-page .woocommerce-message::before { color: var(--ablk-yellow); }
.ablk-page .woocommerce-error::before   { color: var(--ablk-red); }

/* Cart table */
.ablk-page table.cart td,
.ablk-page table.cart th {
  border-color: var(--ablk-line);
  color: var(--ablk-text);
}


/* ----------------------------------------------------------
   21. RESPONSIVE
---------------------------------------------------------- */
@media (max-width: 768px) {
  .ablk-home-mosaic {
    grid-template-columns: 1fr;
  }

  .ablk-mosaic-hero {
    grid-column: 1;
    min-height: clamp(300px, 72vw, 480px);
  }

  .ablk-mosaic-card {
    min-height: clamp(220px, 58vw, 360px);
  }

  .ablk-steps-grid {
    grid-template-columns: 1fr;
  }

  .ablk-page h1 {
    font-size: clamp(2.6rem, 12vw, 4.8rem);
  }

  .ablk-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .ablk-mosaic-card {
    min-height: clamp(180px, 55vw, 280px);
  }

  .ablk-category-grid {
    grid-template-columns: 1fr;
  }
}


/* ----------------------------------------------------------
   22. KPI ROW (homepage hero stats)
---------------------------------------------------------- */
.ablk-kpi-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: 1.5rem;
  align-items: flex-start;
}

.ablk-kpi {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.ablk-kpi strong {
  font-family: var(--ablk-display);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  line-height: 1;
  color: var(--ablk-yellow);
  letter-spacing: -.02em;
}

.ablk-kpi span {
  font-size: clamp(.68rem, .8vw, .76rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ablk-muted-2);
  font-weight: 600;
  max-width: none;
}


/* ----------------------------------------------------------
   23. JUNETEENTH EDITORIAL SECTION
---------------------------------------------------------- */
.ablk-june19-hero {
  background: linear-gradient(135deg, #0e0404 0%, #050505 40%, #040d05 100%);
  border: 1px solid rgba(157,29,22,.3);
  border-radius: var(--ablk-radius-xl);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.ablk-june19-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 400px at 10% 0%,   rgba(157,29,22,.22), transparent 60%),
    radial-gradient(500px 300px at 90% 100%,  rgba(36,77,43,.22),  transparent 60%);
  z-index: 0;
  pointer-events: none;
}

.ablk-june19-hero > * {
  position: relative;
  z-index: 1;
}

.ablk-june19-stripe {
  display: flex;
  height: 6px;
  width: 100%;
}

.ablk-june19-stripe span {
  flex: 1;
}

.ablk-june19-stripe .s-red   { background: var(--ablk-red); }
.ablk-june19-stripe .s-black { background: #050505; }
.ablk-june19-stripe .s-green { background: var(--ablk-green); }

.ablk-june19-content {
  padding: var(--ablk-card-pad);
}

.ablk-june19-statement {
  font-family: var(--ablk-display);
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  line-height: .96;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0 0 .6em;
  max-width: 16ch;
}

.ablk-june19-statement em {
  color: var(--ablk-yellow);
  font-style: normal;
}

.ablk-june19-body {
  max-width: 52ch;
  color: var(--ablk-muted);
  line-height: 1.65;
}

.ablk-june19-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ablk-line);
}

.ablk-june19-date {
  font-family: var(--ablk-mono);
  font-size: clamp(.7rem, .9vw, .82rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ablk-yellow);
}

/* Mosaic sub-card color variants */
.ablk-mosaic-card--june19 {
  background: linear-gradient(160deg, #1a0604 0%, #0a0a0a 55%, #040d05 100%);
  border: 1px solid rgba(157,29,22,.25);
}

.ablk-mosaic-card--layer {
  background: linear-gradient(160deg, #0d0d10 0%, #0b0b0d 100%);
  border: 1px solid rgba(242,196,0,.14);
}


/* ----------------------------------------------------------
   24. MEMBERSHIP / PLAN GRID
---------------------------------------------------------- */
.ablk-plan-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.ablk-plan-card {
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-xl);
  padding: var(--ablk-card-pad);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: border-color .2s;
}

.ablk-plan-card:hover {
  border-color: var(--ablk-line-strong);
}

.ablk-plan-card--featured {
  border-color: rgba(242,196,0,.4);
  background:
    radial-gradient(circle at 70% 0%, rgba(242,196,0,.09), transparent 50%),
    var(--ablk-panel);
}

.ablk-plan-badge {
  font-size: clamp(.62rem, .75vw, .72rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-ink);
  background: var(--ablk-yellow);
  padding: .2em .7em;
  border-radius: 100px;
  width: fit-content;
}

.ablk-plan-price {
  display: flex;
  align-items: baseline;
  gap: .25rem;
}

.ablk-plan-price strong {
  font-family: var(--ablk-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: var(--ablk-text);
  letter-spacing: -.03em;
}

.ablk-plan-price span {
  font-size: clamp(.8rem, 1vw, .9rem);
  color: var(--ablk-muted-2);
}

.ablk-plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  flex: 1;
}

.ablk-plan-features li {
  font-size: clamp(.85rem, 1vw, .95rem);
  color: var(--ablk-muted);
  padding-left: 1.4em;
  position: relative;
  max-width: none;
}

.ablk-plan-features li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--ablk-yellow);
  font-weight: 700;
}


/* ----------------------------------------------------------
   25. REWARDS WALLET DISPLAY
---------------------------------------------------------- */
.ablk-wallet-panel {
  background:
    radial-gradient(circle at 15% 20%, rgba(242,196,0,.15), transparent 40%),
    linear-gradient(135deg, rgba(17,17,20,.96), rgba(5,5,5,.98));
  border: 1px solid rgba(242,196,0,.2);
  border-radius: var(--ablk-radius-xl);
  padding: var(--ablk-card-pad);
  display: grid;
  gap: 1.5rem;
}

.ablk-wallet-balance {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.ablk-wallet-balance__number {
  font-family: var(--ablk-display);
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  color: var(--ablk-yellow);
  letter-spacing: -.04em;
}

.ablk-wallet-balance__label {
  font-size: clamp(.7rem, .85vw, .8rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ablk-muted-2);
  font-weight: 700;
}

.ablk-tier-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}

.ablk-tier-card {
  background: var(--ablk-panel-2);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  padding: var(--ablk-tight-pad);
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.ablk-tier-card__name {
  font-size: clamp(.7rem, .85vw, .8rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  margin: 0;
}

.ablk-tier-card__multiplier {
  font-family: var(--ablk-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--ablk-text);
  letter-spacing: -.03em;
  margin: 0;
}

.ablk-tier-card__body {
  font-size: clamp(.82rem, .95vw, .92rem);
  color: var(--ablk-muted);
  margin: 0;
  max-width: none;
}


/* ----------------------------------------------------------
   26. CHECKOUT PAGE
---------------------------------------------------------- */
.ablk-checkout-layout {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .ablk-checkout-layout {
    grid-template-columns: 1fr 380px;
    align-items: start;
  }
}

.ablk-checkout-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: calc(var(--ablk-nav-height) + 1rem);
}


/* ----------------------------------------------------------
   27. SITE FOOTER
---------------------------------------------------------- */
.ablk-footer {
  background: var(--ablk-bg-2);
  border-top: 1px solid var(--ablk-line);
  margin-top: clamp(3rem, 6vw, 6rem);

  /* Bottom padding accounts for fixed mobile nav */
  padding-bottom: calc(var(--ablk-nav-height) + clamp(1rem, 2vw, 2rem));
}

@media (min-width: 1024px) {
  .ablk-footer {
    padding-bottom: 0;
  }
}

.ablk-footer-top {
  padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 3rem);
}

.ablk-footer-inner {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: 1fr;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ablk-footer-inner {
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.ablk-footer-brand {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.ablk-footer-logo {
  font-family: var(--ablk-display);
  font-size: clamp(.9rem, 1.2vw, 1.05rem);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--ablk-text);
  text-decoration: none;
}

.ablk-footer-logo:hover { color: var(--ablk-yellow); }

.ablk-footer-tagline {
  font-family: var(--ablk-heading);
  font-size: clamp(.9rem, 1.1vw, 1rem);
  font-weight: 700;
  color: var(--ablk-text);
  margin: 0;
  letter-spacing: -.02em;
}

.ablk-footer-sub {
  font-size: clamp(.8rem, .9vw, .88rem);
  color: var(--ablk-muted-2);
  line-height: 1.6;
  margin: 0;
  max-width: none;
}

.ablk-footer-juneteenth-note {
  margin: .5rem 0 0;
}

.ablk-footer-juneteenth-note a {
  font-size: clamp(.72rem, .85vw, .8rem);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  text-decoration: none;
}

.ablk-footer-juneteenth-note a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ablk-footer-nav {
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.ablk-footer-col {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.ablk-footer-col-label {
  font-size: clamp(.66rem, .78vw, .74rem);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-muted-2);
  margin: 0 0 .3rem;
}

.ablk-footer-col a {
  font-size: clamp(.82rem, .95vw, .9rem);
  color: var(--ablk-muted);
  text-decoration: none;
  transition: color .15s;
  max-width: none;
}

.ablk-footer-col a:hover { color: var(--ablk-yellow); }

.ablk-footer-bottom {
  border-top: 1px solid var(--ablk-line);
  padding: clamp(.875rem, 1.5vw, 1.25rem) clamp(1.5rem, 4vw, 3rem);
}

.ablk-footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 2rem;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.ablk-footer-legal,
.ablk-footer-made {
  font-size: clamp(.72rem, .82vw, .78rem);
  color: var(--ablk-muted-2);
  margin: 0;
  max-width: none;
}

.ablk-footer-legal a {
  color: var(--ablk-muted-2);
  text-decoration: none;
}

.ablk-footer-legal a:hover { color: var(--ablk-yellow); }


/* ----------------------------------------------------------
   28. SEARCH BAR (WooCommerce product search)
---------------------------------------------------------- */
.ablk-search-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(.875rem, 1.5vw, 1.25rem) var(--ablk-card-pad);
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  margin-block: clamp(1rem, 2vw, 1.5rem);
}

.ablk-search-row__label {
  flex: 0 0 auto;
  font-size: clamp(.7rem, .85vw, .8rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  margin: 0;
}

.ablk-search-row .woocommerce-product-search,
.ablk-search-row form[role="search"] {
  flex: 1;
  display: flex;
  gap: .5rem;
  margin: 0;
}

.ablk-search-row input[type="search"],
.ablk-search-row .search-field {
  flex: 1;
  background: var(--ablk-bg);
  border: 1px solid var(--ablk-line);
  color: var(--ablk-text);
  padding: .65em .9em;
  border-radius: 8px;
  font-family: var(--ablk-body);
  font-size: clamp(.85rem, 1vw, .95rem);
  min-width: 0;
}

.ablk-search-row input[type="search"]:focus,
.ablk-search-row .search-field:focus {
  outline: 2px solid var(--ablk-yellow);
  outline-offset: 1px;
  border-color: var(--ablk-yellow);
}

.ablk-search-row button[type="submit"] {
  background: var(--ablk-yellow);
  color: var(--ablk-ink);
  border: 0;
  font-family: var(--ablk-heading);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .65em 1.4em;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(.78rem, .9vw, .88rem);
}

.ablk-search-row button[type="submit"]:hover { background: #ffdb1f; }


/* ----------------------------------------------------------
   29. STATUS / TRUST PILLS
---------------------------------------------------------- */
.ablk-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-block: clamp(1rem, 2vw, 1.5rem);
}

.ablk-pill {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .45em 1em;
  border: 1px solid var(--ablk-line);
  border-radius: 100px;
  font-size: clamp(.7rem, .85vw, .8rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-muted);
  background: var(--ablk-panel);
}

.ablk-pill--yellow {
  border-color: rgba(242,196,0,.4);
  color: var(--ablk-yellow);
}

.ablk-pill--juneteenth {
  border-color: rgba(157,29,22,.4);
  background: linear-gradient(90deg, rgba(157,29,22,.18), rgba(36,77,43,.18));
  color: var(--ablk-text);
}

.ablk-pill::before {
  content: "●";
  font-size: .55em;
  color: var(--ablk-yellow);
}

.ablk-pill--juneteenth::before { color: var(--ablk-red); }


/* ----------------------------------------------------------
   30. COMPLETE THE FIT — bundle CTA grid
---------------------------------------------------------- */
.ablk-fit-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .ablk-fit-grid { grid-template-columns: 1fr; }
}

.ablk-fit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  overflow: hidden;
  min-height: clamp(280px, 32vw, 420px);
  isolation: isolate;
}

.ablk-fit-card__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ablk-fit-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.85) contrast(1.05);
  transition: transform .5s ease, filter .3s ease;
}

.ablk-fit-card:hover .ablk-fit-card__img img {
  transform: scale(1.04);
  filter: brightness(.95) contrast(1.05);
}

.ablk-fit-card__step {
  position: relative;
  z-index: 2;
  padding: 1rem var(--ablk-card-pad) 0;
  font-family: var(--ablk-display);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  color: var(--ablk-yellow);
  letter-spacing: -.02em;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
}

.ablk-fit-card__copy {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: var(--ablk-card-pad);
  background: linear-gradient(to top, rgba(3,3,3,.94) 0%, rgba(3,3,3,.6) 60%, transparent 100%);
}


/* ----------------------------------------------------------
   31. CAMPAIGN RAIL (Juneteenth visual break)
---------------------------------------------------------- */
.ablk-campaign-rail {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(4, 1fr);
  margin-block: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 900px) { .ablk-campaign-rail { grid-template-columns: repeat(2, 1fr); } }

.ablk-campaign-rail figure {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: var(--ablk-radius-md);
  background: var(--ablk-panel);
  margin: 0;
}

.ablk-campaign-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.9);
  transition: filter .3s ease, transform .5s ease;
}

.ablk-campaign-rail figure:hover img {
  filter: brightness(1);
  transform: scale(1.03);
}


/* ----------------------------------------------------------
   32. HERO SPLIT — graffiti energy hero with countdown
---------------------------------------------------------- */
.ablk-hero-split {
  display: grid;
  gap: 0;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-xl);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  min-height: clamp(420px, 56vw, 720px);
}

@media (max-width: 900px) {
  .ablk-hero-split { grid-template-columns: 1fr; }
}

.ablk-hero-split__copy {
  padding: clamp(2rem, 4vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.ablk-hero-split__title {
  font-family: var(--ablk-display);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .88;
  letter-spacing: -.04em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0;
  max-width: 9ch;
}

.ablk-hero-split__title em {
  color: var(--ablk-yellow);
  font-style: normal;
  position: relative;
  display: inline-block;
}

.ablk-hero-split__title em::after {
  content: "";
  position: absolute;
  left: -.1em;
  right: -.1em;
  bottom: .05em;
  height: .12em;
  background: var(--ablk-yellow);
  opacity: .35;
  border-radius: 999px;
  z-index: -1;
}

.ablk-hero-split__lede {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--ablk-muted);
  max-width: 36ch;
  margin: 0;
  line-height: 1.55;
}

.ablk-hero-split__media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(280px, 50vw, 720px);
}

.ablk-hero-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.ablk-hero-split__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ablk-panel) 0%, transparent 14%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

/* Floating Juneteenth countdown card overlaid on media */
.ablk-countdown {
  position: absolute;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  z-index: 3;
  background: rgba(5, 5, 5, .88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--ablk-line-strong);
  border-radius: var(--ablk-radius-md);
  padding: clamp(1rem, 1.6vw, 1.4rem) clamp(1.2rem, 2vw, 1.6rem);
  min-width: clamp(240px, 26vw, 320px);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

.ablk-countdown__label {
  font-family: var(--ablk-display);
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 .15em;
  line-height: 1;
}

.ablk-countdown__label .june-red   { color: var(--ablk-red); }
.ablk-countdown__label .june-cream { color: var(--ablk-cream); }
.ablk-countdown__label .june-green { color: #4f9d57; }

.ablk-countdown__sub {
  font-size: clamp(.65rem, .78vw, .74rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-yellow);
  margin: 0 0 .8rem;
}

.ablk-countdown__clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .35rem;
  text-align: center;
}

.ablk-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .15rem;
}

.ablk-countdown__num {
  font-family: var(--ablk-display);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1;
  color: var(--ablk-text);
  letter-spacing: -.02em;
}

.ablk-countdown__cap {
  font-size: clamp(.58rem, .68vw, .64rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ablk-muted-2);
  font-weight: 700;
}

@media (max-width: 600px) {
  .ablk-countdown {
    position: static;
    margin: 1rem;
  }
}


/* ----------------------------------------------------------
   33. CATEGORY ROW — LAYER UP / THE BASE / FINISH IT / FULL FITS
---------------------------------------------------------- */
.ablk-cat-row {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) { .ablk-cat-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ablk-cat-row { grid-template-columns: 1fr; } }

.ablk-cat-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--ablk-radius-md);
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  min-height: clamp(260px, 30vw, 360px);
  isolation: isolate;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s;
}

.ablk-cat-tile:hover {
  border-color: var(--ablk-yellow);
  transform: translateY(-2px);
}

.ablk-cat-tile__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ablk-cat-tile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.85);
  transition: transform .5s ease, filter .3s ease;
}

.ablk-cat-tile:hover .ablk-cat-tile__img img {
  transform: scale(1.04);
  filter: brightness(1);
}

.ablk-cat-tile__body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: clamp(1rem, 1.8vw, 1.5rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  background: linear-gradient(to top, rgba(3,3,3,.94) 0%, rgba(3,3,3,.5) 60%, transparent 100%);
}

.ablk-cat-tile__name {
  font-family: var(--ablk-display);
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0 0 .25em;
}

.ablk-cat-tile__sub {
  font-size: clamp(.72rem, .85vw, .8rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ablk-muted-2);
  font-weight: 600;
  margin: 0;
}

.ablk-cat-tile__arrow {
  font-family: var(--ablk-display);
  font-size: 1.4rem;
  color: var(--ablk-yellow);
  flex: 0 0 auto;
  transition: transform .2s;
}

.ablk-cat-tile:hover .ablk-cat-tile__arrow {
  transform: translateX(4px);
}


/* ----------------------------------------------------------
   34. BUILD YOUR FIT panel — 3-step visual + trust badges
---------------------------------------------------------- */
.ablk-build-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: 1.4fr 1fr;
  margin-block: clamp(2rem, 4vw, 3rem);
}

@media (max-width: 900px) { .ablk-build-grid { grid-template-columns: 1fr; } }

.ablk-build-panel {
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  padding: var(--ablk-card-pad);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.ablk-build-panel__title {
  font-family: var(--ablk-display);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0;
}

.ablk-build-panel__sub {
  color: var(--ablk-muted);
  font-size: clamp(.9rem, 1.05vw, 1rem);
  margin: 0;
  max-width: none;
}

.ablk-build-panel__equation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  font-family: var(--ablk-display);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  color: var(--ablk-muted-2);
  margin: 1rem 0;
}

.ablk-build-panel__equation .ablk-build-icon {
  width: clamp(40px, 4.5vw, 56px);
  height: clamp(40px, 4.5vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--ablk-line-strong);
  border-radius: 8px;
  color: var(--ablk-text);
  background: var(--ablk-panel-2);
}

.ablk-build-panel__equation .ablk-build-crown {
  color: var(--ablk-yellow);
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-left: .25em;
}

.ablk-build-panel__cta {
  font-family: var(--ablk-heading);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ablk-yellow);
  text-decoration: none;
  font-size: clamp(.82rem, .95vw, .9rem);
  display: inline-flex;
  align-items: center;
  gap: .4em;
  align-self: flex-start;
}

.ablk-build-panel__cta:hover { color: #ffdb1f; }
.ablk-build-panel__cta::after { content: "→"; }

/* Trust badges stack inside the right column */
.ablk-trust-stack {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-rows: 1fr 1fr;
}

.ablk-trust-badge {
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  padding: clamp(1rem, 1.8vw, 1.5rem);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
}

.ablk-trust-badge__icon {
  width: clamp(36px, 4vw, 44px);
  height: clamp(36px, 4vw, 44px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ablk-panel-2);
  border: 1px solid var(--ablk-line);
  color: var(--ablk-yellow);
  font-size: 1.2rem;
}

.ablk-trust-badge__label {
  font-family: var(--ablk-heading);
  font-size: clamp(.7rem, .85vw, .8rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ablk-text);
  margin: 0 0 .15em;
}

.ablk-trust-badge__body {
  font-size: clamp(.82rem, .95vw, .9rem);
  color: var(--ablk-muted);
  margin: 0;
  max-width: none;
}


/* ----------------------------------------------------------
   35. NEW DROPS — product tiles with NEW badge
---------------------------------------------------------- */
.ablk-drops-row {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: 1fr 2fr;
  align-items: stretch;
}

@media (max-width: 900px) { .ablk-drops-row { grid-template-columns: 1fr; } }

.ablk-drops-intro {
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  padding: var(--ablk-card-pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.ablk-drops-intro__eyebrow {
  font-family: var(--ablk-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0;
}

.ablk-drops-intro__sub {
  color: var(--ablk-muted);
  margin: .6em 0 0;
  max-width: none;
}

.ablk-drops-grid {
  display: grid;
  gap: var(--ablk-gap);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 700px) { .ablk-drops-grid { grid-template-columns: repeat(2, 1fr); } }

.ablk-drop-tile {
  position: relative;
  display: block;
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  overflow: hidden;
  aspect-ratio: 1;
  isolation: isolate;
}

.ablk-drop-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ablk-drop-tile:hover img { transform: scale(1.05); }

.ablk-drop-tile__badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: var(--ablk-yellow);
  color: var(--ablk-ink);
  font-size: clamp(.62rem, .75vw, .7rem);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  padding: .25em .75em;
  border-radius: 4px;
  z-index: 2;
}


/* ----------------------------------------------------------
   36. PRIVATE LAYER EMAIL CAPTURE
---------------------------------------------------------- */
.ablk-layer-capture {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ablk-panel);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius-md);
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(260px, 30vw, 360px);
}

@media (max-width: 768px) { .ablk-layer-capture { grid-template-columns: 1fr; } }

.ablk-layer-capture__copy {
  padding: var(--ablk-card-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .9rem;
}

.ablk-layer-capture__title {
  font-family: var(--ablk-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: .95;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--ablk-text);
  margin: 0;
  position: relative;
  display: inline-block;
}

.ablk-layer-capture__title::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: var(--ablk-yellow);
  margin-top: .4em;
  opacity: .85;
}

.ablk-layer-capture__sub {
  color: var(--ablk-muted);
  max-width: 40ch;
  margin: 0;
}

.ablk-layer-capture__form {
  display: flex;
  gap: .5rem;
  margin-top: .75rem;
  flex-wrap: wrap;
}

.ablk-layer-capture__form input[type="email"] {
  flex: 1;
  min-width: 180px;
  background: var(--ablk-bg);
  border: 1px solid var(--ablk-line);
  color: var(--ablk-text);
  padding: .7em .9em;
  border-radius: 8px;
  font-family: var(--ablk-body);
  font-size: .95rem;
}

.ablk-layer-capture__form button {
  background: var(--ablk-yellow);
  color: var(--ablk-ink);
  border: 0;
  font-family: var(--ablk-heading);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .7em 1.4em;
  border-radius: 8px;
  cursor: pointer;
  font-size: clamp(.78rem, .9vw, .88rem);
}

.ablk-layer-capture__form button:hover { background: #ffdb1f; }

.ablk-layer-capture__media {
  position: relative;
  overflow: hidden;
}

.ablk-layer-capture__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(40%) brightness(.85);
}

.ablk-layer-capture__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(242,196,0,.18) 100%);
  pointer-events: none;
}

/* ==========================================================
   APPARELLY BLANK — Juneteenth Brand Color Layer
   CSS-only safe patch. No functions.php changes.
========================================================== */

:root {
  --ablk-bg: #050505;
  --ablk-bg-2: #09090b;
  --ablk-panel: #101014;
  --ablk-panel-2: #17171b;

  --ablk-text: #efe8d8;
  --ablk-cream: #efe8d8;
  --ablk-cream-2: #d7cfbf;
  --ablk-muted: rgba(239,232,216,.74);
  --ablk-muted-2: rgba(215,207,191,.58);

  --ablk-yellow: #f3c400;
  --ablk-gold: #c99a19;
  --ablk-red: #b3261e;
  --ablk-green: #1f6b43;

  --ablk-line: rgba(239,232,216,.13);
  --ablk-line-strong: rgba(243,196,0,.28);
}

/* Global page tone */
.ablk-page,
.ablk-v21 {
  background:
    radial-gradient(circle at 16% 0%, rgba(243,196,0,.085), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(179,38,30,.075), transparent 32%),
    radial-gradient(circle at 58% 94%, rgba(31,107,67,.10), transparent 36%),
    linear-gradient(180deg, #030303 0%, #09090b 48%, #050505 100%) !important;
  color: var(--ablk-text) !important;
}

/* Softer readable text */
.ablk-page p,
.ablk-page li,
.ablk-v21 p,
.ablk-v21 li {
  color: var(--ablk-muted) !important;
}

.ablk-page h1,
.ablk-page h2,
.ablk-page h3,
.ablk-v21 h1,
.ablk-v21 h2,
.ablk-v21 h3 {
  color: var(--ablk-text) !important;
}

/* Yellow = main brand signal */
.ablk-page h1 strong,
.ablk-v21 h1 strong,
.ablk-v21 .ablk-v21-title strong,
.ablk-page .ablk-kicker,
.ablk-v21 .ablk-kicker {
  color: var(--ablk-yellow) !important;
}

/* Juneteenth promo styling */
.ablk-v21 .ablk-v21-promo,
.ablk-promo-bar {
  background:
    linear-gradient(90deg, rgba(179,38,30,.82), rgba(31,107,67,.78)),
    #101014 !important;
  color: var(--ablk-text) !important;
  border-color: rgba(243,196,0,.32) !important;
}

.ablk-v21 .ablk-v21-promo p,
.ablk-promo-bar p {
  color: var(--ablk-text) !important;
}

/* Buttons: WCAG-safe */
.ablk-page .wp-block-button__link,
.ablk-v21 .wp-block-button__link,
.ablk-page .button,
.ablk-v21 .button {
  background: var(--ablk-yellow) !important;
  color: #070707 !important;
  border-color: var(--ablk-yellow) !important;
}

.ablk-page .is-style-outline .wp-block-button__link,
.ablk-v21 .is-style-outline .wp-block-button__link {
  background: rgba(5,5,5,.34) !important;
  color: var(--ablk-text) !important;
  border-color: rgba(239,232,216,.34) !important;
}

/* Product cards */
.ablk-v21 .ablk-woo-shell ul.products li.product,
.ablk-page .woocommerce ul.products li.product {
  background:
    linear-gradient(180deg, rgba(239,232,216,.05), rgba(239,232,216,.018)),
    var(--ablk-panel) !important;
  border-color: var(--ablk-line) !important;
}

.ablk-v21 .ablk-woo-shell .price,
.ablk-page .price {
  color: var(--ablk-yellow) !important;
}

/* Cart progress */
.ablk-cart-progress__label {
  color: var(--ablk-yellow) !important;
}

.ablk-cart-progress__bar {
  background: linear-gradient(90deg, var(--ablk-yellow), var(--ablk-green)) !important;
}

/* Mobile nav */
.ablk-mobile-quicknav {
  background: rgba(5,5,5,.96) !important;
  border-top-color: rgba(243,196,0,.28) !important;
}

.ablk-mobile-quicknav a[aria-current="page"],
.ablk-mobile-quicknav a:hover {
  color: var(--ablk-yellow) !important;
}

/* Focus states */
.ablk-page :focus-visible,
.ablk-v21 :focus-visible {
  outline: 3px solid var(--ablk-yellow) !important;
  outline-offset: 4px !important;
}

/* WCAG guardrails: don't use red/green as small text on black */
.ablk-page .is-red-text,
.ablk-page .is-green-text {
  color: var(--ablk-text) !important;
}


/* ==========================================================
   APPARELLY BLANK — V25 Layout Compression + Polish
   CSS-only safe patch. Fixes giant gaps, product card sizing,
   footer breathing room, and Juneteenth visual rhythm.
========================================================== */

/* Reduce giant vertical spacing from older V18 layout */
.ablk-page section,
.ablk-page [class*="ablk-section"],
.ablk-page [class*="ablk-banner"],
.ablk-page [class*="ablk-cta"],
.ablk-page [class*="ablk-step"],
.ablk-page [class*="ablk-feature"],
.ablk-page [class*="ablk-trust"],
.ablk-page [class*="ablk-testimonial"],
.ablk-page [class*="ablk-best-sellers"],
.ablk-page [class*="ablk-lookbook"] {
  margin-block: clamp(1rem, 2.2vw, 2.8rem) !important;
}

/* Keep page tighter and more editorial */
.ablk-page {
  max-width: 1440px;
  margin-inline: auto;
}

/* Hero: make it feel less empty and more campaign-like */
.ablk-page [class*="hero"] {
  min-height: clamp(420px, 48vw, 640px) !important;
}

.ablk-page [class*="hero"] img {
  object-fit: cover !important;
  object-position: center !important;
}

/* Category row: stronger visual strip */
.ablk-category-grid,
.ablk-page [class*="category-grid"] {
  gap: clamp(10px, 1vw, 16px) !important;
  margin-block: clamp(1rem, 2vw, 2.2rem) !important;
}

.ablk-category-card,
.ablk-page [class*="category-card"] {
  min-height: clamp(180px, 20vw, 300px) !important;
  border-radius: 7px !important;
}

.ablk-category-card img,
.ablk-page [class*="category-card"] img {
  height: 100% !important;
  object-fit: cover !important;
}

/* Build the Fit: kill the huge empty canyon */
.ablk-page [class*="fit"],
.ablk-page [class*="builder"],
.ablk-page [class*="bundle"] {
  min-height: auto !important;
}

.ablk-page [class*="fit"] .wp-block-group,
.ablk-page [class*="builder"] .wp-block-group,
.ablk-page [class*="bundle"] .wp-block-group {
  min-height: auto !important;
}

/* Specifically compress oversized left fit panel */
.ablk-page [class*="fit"] > *,
.ablk-page [class*="builder"] > * {
  max-height: none !important;
}

.ablk-page [class*="fit"] {
  padding-block: clamp(1.4rem, 3vw, 3rem) !important;
}

/* Trust cards: reduce floaty spacing */
.ablk-page [class*="trust"] {
  gap: clamp(12px, 1.3vw, 20px) !important;
}

.ablk-trust-item,
.ablk-page [class*="trust-card"],
.ablk-page [class*="trust-item"] {
  min-height: clamp(150px, 16vw, 220px) !important;
  padding: clamp(1rem, 1.8vw, 1.6rem) !important;
}

/* Product sections: make cards easier to shop */
.ablk-page ul.products,
.ablk-page .products {
  gap: clamp(14px, 1.6vw, 24px) !important;
}

.ablk-page ul.products li.product,
.ablk-page .products .product {
  min-height: auto !important;
  padding: 12px !important;
  border-radius: 8px !important;
}

.ablk-page ul.products li.product img,
.ablk-page .products .product img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #efe8d8 !important;
}

.ablk-page .woocommerce-loop-product__title {
  font-size: clamp(.82rem, .85vw, 1rem) !important;
  line-height: 1.25 !important;
}

.ablk-page .price {
  font-size: clamp(.82rem, .85vw, .95rem) !important;
}

/* Buttons should feel premium, not puffy */
.ablk-page .button,
.ablk-page .wp-block-button__link {
  border-radius: 999px !important;
  min-height: 40px !important;
  padding: .7rem 1rem !important;
  font-size: .72rem !important;
  letter-spacing: .08em !important;
}

/* Newsletter/private layer panel */
.ablk-page [class*="private"],
.ablk-page [class*="member"],
.ablk-page [class*="newsletter"] {
  min-height: clamp(280px, 34vw, 460px) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Footer: readable but tighter */
.ablk-footer {
  margin-top: clamp(2rem, 4vw, 4rem) !important;
}

.ablk-footer-top {
  padding-block: clamp(2rem, 4vw, 4rem) !important;
}

.ablk-footer-inner {
  gap: clamp(1.5rem, 3vw, 4rem) !important;
}

.ablk-footer-nav {
  gap: clamp(1rem, 2vw, 2.5rem) !important;
}

.ablk-footer a {
  color: rgba(239,232,216,.74) !important;
}

.ablk-footer a:hover {
  color: #f3c400 !important;
}

/* WCAG-safe focus remains obvious */
.ablk-page a:focus-visible,
.ablk-page button:focus-visible,
.ablk-page input:focus-visible,
.ablk-page textarea:focus-visible {
  outline: 3px solid #f3c400 !important;
  outline-offset: 4px !important;
}

/* Desktop: let product cards breathe */
@media (min-width: 1024px) {
  .ablk-page ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  }
}

/* Tablet/mobile */
@media (max-width: 1023px) {
  .ablk-page ul.products,
  .ablk-page .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .ablk-page {
    padding-inline: 12px !important;
  }

  .ablk-page [class*="hero"] {
    min-height: auto !important;
  }

  .ablk-page section {
    margin-block: 1.2rem !important;
  }

  .ablk-category-grid,
  .ablk-page [class*="category-grid"] {
    grid-template-columns: 1fr 1fr !important;
  }

  .ablk-footer-nav {
    grid-template-columns: 1fr 1fr !important;
  }
}


/* ==========================================================
   APPARELLY BLANK — V25 Layout Compression + Polish
   CSS-only safe patch. Fixes giant gaps, product card sizing,
   footer breathing room, and Juneteenth visual rhythm.
========================================================== */

/* Reduce giant vertical spacing from older V18 layout */
.ablk-page section,
.ablk-page [class*="ablk-section"],
.ablk-page [class*="ablk-banner"],
.ablk-page [class*="ablk-cta"],
.ablk-page [class*="ablk-step"],
.ablk-page [class*="ablk-feature"],
.ablk-page [class*="ablk-trust"],
.ablk-page [class*="ablk-testimonial"],
.ablk-page [class*="ablk-best-sellers"],
.ablk-page [class*="ablk-lookbook"] {
  margin-block: clamp(1rem, 2.2vw, 2.8rem) !important;
}

/* Keep page tighter and more editorial */
.ablk-page {
  max-width: 1440px;
  margin-inline: auto;
}

/* Hero: make it feel less empty and more campaign-like */
.ablk-page [class*="hero"] {
  min-height: clamp(420px, 48vw, 640px) !important;
}

.ablk-page [class*="hero"] img {
  object-fit: cover !important;
  object-position: center !important;
}

/* Category row: stronger visual strip */
.ablk-category-grid,
.ablk-page [class*="category-grid"] {
  gap: clamp(10px, 1vw, 16px) !important;
  margin-block: clamp(1rem, 2vw, 2.2rem) !important;
}

.ablk-category-card,
.ablk-page [class*="category-card"] {
  min-height: clamp(180px, 20vw, 300px) !important;
  border-radius: 7px !important;
}

.ablk-category-card img,
.ablk-page [class*="category-card"] img {
  height: 100% !important;
  object-fit: cover !important;
}

/* Build the Fit: kill the huge empty canyon */
.ablk-page [class*="fit"],
.ablk-page [class*="builder"],
.ablk-page [class*="bundle"] {
  min-height: auto !important;
}

.ablk-page [class*="fit"] .wp-block-group,
.ablk-page [class*="builder"] .wp-block-group,
.ablk-page [class*="bundle"] .wp-block-group {
  min-height: auto !important;
}

/* Specifically compress oversized left fit panel */
.ablk-page [class*="fit"] > *,
.ablk-page [class*="builder"] > * {
  max-height: none !important;
}

.ablk-page [class*="fit"] {
  padding-block: clamp(1.4rem, 3vw, 3rem) !important;
}

/* Trust cards: reduce floaty spacing */
.ablk-page [class*="trust"] {
  gap: clamp(12px, 1.3vw, 20px) !important;
}

.ablk-trust-item,
.ablk-page [class*="trust-card"],
.ablk-page [class*="trust-item"] {
  min-height: clamp(150px, 16vw, 220px) !important;
  padding: clamp(1rem, 1.8vw, 1.6rem) !important;
}

/* Product sections: make cards easier to shop */
.ablk-page ul.products,
.ablk-page .products {
  gap: clamp(14px, 1.6vw, 24px) !important;
}

.ablk-page ul.products li.product,
.ablk-page .products .product {
  min-height: auto !important;
  padding: 12px !important;
  border-radius: 8px !important;
}

.ablk-page ul.products li.product img,
.ablk-page .products .product img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #efe8d8 !important;
}

.ablk-page .woocommerce-loop-product__title {
  font-size: clamp(.82rem, .85vw, 1rem) !important;
  line-height: 1.25 !important;
}

.ablk-page .price {
  font-size: clamp(.82rem, .85vw, .95rem) !important;
}

/* Buttons should feel premium, not puffy */
.ablk-page .button,
.ablk-page .wp-block-button__link {
  border-radius: 999px !important;
  min-height: 40px !important;
  padding: .7rem 1rem !important;
  font-size: .72rem !important;
  letter-spacing: .08em !important;
}

/* Newsletter/private layer panel */
.ablk-page [class*="private"],
.ablk-page [class*="member"],
.ablk-page [class*="newsletter"] {
  min-height: clamp(280px, 34vw, 460px) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Footer: readable but tighter */
.ablk-footer {
  margin-top: clamp(2rem, 4vw, 4rem) !important;
}

.ablk-footer-top {
  padding-block: clamp(2rem, 4vw, 4rem) !important;
}

.ablk-footer-inner {
  gap: clamp(1.5rem, 3vw, 4rem) !important;
}

.ablk-footer-nav {
  gap: clamp(1rem, 2vw, 2.5rem) !important;
}

.ablk-footer a {
  color: rgba(239,232,216,.74) !important;
}

.ablk-footer a:hover {
  color: #f3c400 !important;
}

/* WCAG-safe focus remains obvious */
.ablk-page a:focus-visible,
.ablk-page button:focus-visible,
.ablk-page input:focus-visible,
.ablk-page textarea:focus-visible {
  outline: 3px solid #f3c400 !important;
  outline-offset: 4px !important;
}

/* Desktop: let product cards breathe */
@media (min-width: 1024px) {
  .ablk-page ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  }
}

/* Tablet/mobile */
@media (max-width: 1023px) {
  .ablk-page ul.products,
  .ablk-page .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .ablk-page {
    padding-inline: 12px !important;
  }

  .ablk-page [class*="hero"] {
    min-height: auto !important;
  }

  .ablk-page section {
    margin-block: 1.2rem !important;
  }

  .ablk-category-grid,
  .ablk-page [class*="category-grid"] {
    grid-template-columns: 1fr 1fr !important;
  }

  .ablk-footer-nav {
    grid-template-columns: 1fr 1fr !important;
  }
}


/* ==========================================================
   APPARELLY BLANK — V26 Header Readability Patch
   CSS-only safe patch. Fixes dark/low-contrast header nav.
========================================================== */

/* Header shell */
#header,
.ct-header,
[data-header],
.ct-header [data-row],
.ct-header [data-row*="middle"],
.ct-header [data-row*="top"] {
  background: rgba(5, 5, 5, .96) !important;
  border-bottom: 1px solid rgba(239, 232, 216, .14) !important;
  color: #efe8d8 !important;
}

/* Header logo / site title */
.ct-header .site-title,
.ct-header .site-title a,
.ct-header .site-branding,
.ct-header .site-branding a,
.ct-header .ct-logo,
.ct-header .ct-logo a {
  color: #efe8d8 !important;
  opacity: 1 !important;
}

/* Main nav links */
.ct-header nav a,
.ct-header .menu a,
.ct-header [data-id="menu"] a,
.ct-header [data-id="menu-secondary"] a,
.ct-header .ct-header-text,
.ct-header .ct-header-text a {
  color: rgba(239, 232, 216, .88) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Hover / active states */
.ct-header nav a:hover,
.ct-header .menu a:hover,
.ct-header [data-id="menu"] a:hover,
.ct-header [data-id="menu-secondary"] a:hover,
.ct-header .current-menu-item > a,
.ct-header .current_page_item > a,
.ct-header a[aria-current="page"] {
  color: #f3c400 !important;
}

/* Icons: search, account, cart */
.ct-header svg,
.ct-header .ct-icon,
.ct-header .ct-cart-item,
.ct-header .ct-header-cart,
.ct-header .ct-header-account,
.ct-header .ct-search-trigger {
  color: #efe8d8 !important;
  fill: #efe8d8 !important;
  opacity: 1 !important;
}

/* Cart badge */
.ct-header .ct-cart-item .ct-cart-item-count,
.ct-header .ct-cart-item-count,
.ct-header .ct-dynamic-count {
  background: #f3c400 !important;
  color: #070707 !important;
  border-color: #f3c400 !important;
}

/* Sticky/header-on-scroll state */
.ct-header.is-sticky,
.ct-header[data-sticky],
.ct-header [data-sticky*="yes"],
.ct-sticky-container,
.ct-sticky-container [data-row] {
  background: rgba(5, 5, 5, .98) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(243, 196, 0, .22) !important;
}

/* Mobile menu trigger */
.ct-header .ct-trigger,
.ct-header .ct-trigger .lines-button,
.ct-header .ct-trigger span {
  color: #efe8d8 !important;
  opacity: 1 !important;
}

/* Make tiny header links more readable */
.ct-header nav a,
.ct-header .menu a {
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

/* Focus state for keyboard users */
.ct-header a:focus-visible,
.ct-header button:focus-visible {
  outline: 3px solid #f3c400 !important;
  outline-offset: 4px !important;
}

/* Logged-in admin bar spacing safety */
body.admin-bar .ct-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .ct-header {
    top: 46px;
  }
}


/* ==========================================================
   APPARELLY BLANK — V27 Header + Sticky Cleanup
   CSS-only safe patch.
========================================================== */

/* Make the header readable but not visually heavy */
.ct-header,
.ct-header [data-row],
.ct-sticky-container,
[data-header] {
  background: rgba(5,5,5,.94) !important;
  color: #efe8d8 !important;
  border-bottom: 1px solid rgba(243,196,0,.22) !important;
}

/* Header links/icons */
.ct-header a,
.ct-header nav a,
.ct-header .menu a,
.ct-header svg,
.ct-header .ct-icon {
  color: #efe8d8 !important;
  fill: #efe8d8 !important;
  opacity: 1 !important;
}

/* Active/hover */
.ct-header a:hover,
.ct-header nav a:hover,
.ct-header .current-menu-item > a,
.ct-header a[aria-current="page"] {
  color: #f3c400 !important;
}

/* Prevent sticky header from feeling like a thick floating divider */
.ct-sticky-container,
.ct-header.is-sticky,
.ct-header[data-sticky] {
  box-shadow: 0 10px 40px rgba(0,0,0,.28) !important;
}

/* Logged-in admin bar safety */
body.admin-bar .ct-sticky-container,
body.admin-bar .ct-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .ct-sticky-container,
  body.admin-bar .ct-header {
    top: 46px !important;
  }
}

/* If sticky header is still awkward, uncomment this line later:
.ct-sticky-container { position: static !important; }
*/

/* ==========================================================
   APPARELLY BLANK — V29 Subpage Styling
   CSS-only safe patch.
   Purpose: make Shop, About, Contact, Policies, Cart,
   Checkout, My Account, and other pages feel styled.
========================================================== */

/* Whole-site page background */
body.page,
body.woocommerce-page,
body.archive.woocommerce,
body.single-product {
  background:
    radial-gradient(circle at 12% 0%, rgba(243,196,0,.07), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(179,38,30,.06), transparent 30%),
    radial-gradient(circle at 58% 96%, rgba(31,107,67,.08), transparent 34%),
    linear-gradient(180deg, #030303 0%, #09090b 48%, #050505 100%) !important;
  color: #efe8d8 !important;
}

/* Main content shell for non-home pages */
body:not(.home) .site-main,
body:not(.home) main,
body:not(.home) .ct-container-full,
body:not(.home) .ct-container {
  color: #efe8d8;
}

/* Page content container */
body:not(.home) .entry-content,
body.woocommerce-page .entry-content,
body.single-product .entry-content {
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 64px) clamp(14px, 4vw, 48px);
}

/* Subpage hero feel */
body:not(.home) .entry-content > h1:first-child,
body:not(.home) .entry-content > .wp-block-heading:first-child,
body:not(.home) .page-title,
body.woocommerce-shop .page-title,
body.single-product .product_title {
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .01em !important;
  font-size: clamp(2.6rem, 7vw, 7rem) !important;
  line-height: .9 !important;
  max-width: 10ch;
  margin: 0 0 clamp(1rem, 2vw, 2rem) !important;
}

/* General subpage text */
body:not(.home) .entry-content p,
body:not(.home) .entry-content li,
body.woocommerce-page p,
body.woocommerce-page li {
  color: rgba(239,232,216,.74) !important;
  line-height: 1.65;
}

/* Headings */
body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3,
body.woocommerce-page h2,
body.woocommerce-page h3 {
  color: #efe8d8 !important;
  text-wrap: balance;
}

body:not(.home) .entry-content h2,
body.woocommerce-page h2 {
  font-size: clamp(1.8rem, 3.8vw, 4rem);
  line-height: .98;
  text-transform: uppercase;
}

/* Links */
body:not(.home) .entry-content a,
body.woocommerce-page a {
  color: #f3c400;
  text-underline-offset: .22em;
}

body:not(.home) .entry-content a:hover,
body.woocommerce-page a:hover {
  color: #efe8d8;
}

/* Cards / grouped blocks */
body:not(.home) .entry-content > .wp-block-group,
body:not(.home) .entry-content > .wp-block-columns,
body:not(.home) .entry-content > .wp-block-cover,
body:not(.home) .entry-content > .wp-block-media-text {
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(243,196,0,.06), transparent 28%),
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
  padding: clamp(20px, 3vw, 44px);
  margin-block: clamp(1rem, 2vw, 2.5rem);
}

/* Buttons */
body:not(.home) .wp-block-button__link,
body.woocommerce-page .button,
body.woocommerce-page button,
body.woocommerce-page input[type="submit"],
body.single-product .single_add_to_cart_button {
  background: #f3c400 !important;
  color: #070707 !important;
  border: 1px solid #f3c400 !important;
  border-radius: 999px !important;
  min-height: 44px;
  padding: .8rem 1.15rem !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.home) .is-style-outline .wp-block-button__link {
  background: rgba(5,5,5,.32) !important;
  color: #efe8d8 !important;
  border-color: rgba(239,232,216,.34) !important;
}

/* Forms */
body:not(.home) input,
body:not(.home) textarea,
body:not(.home) select,
body.woocommerce-page input,
body.woocommerce-page textarea,
body.woocommerce-page select {
  background: #0b0b0d !important;
  color: #efe8d8 !important;
  border: 1px solid rgba(239,232,216,.22) !important;
  border-radius: 8px !important;
  min-height: 46px;
}

body:not(.home) label,
body.woocommerce-page label {
  color: #efe8d8 !important;
  font-weight: 700;
}

/* WooCommerce notices */
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
  background: #101014 !important;
  color: #efe8d8 !important;
  border-top-color: #f3c400 !important;
  border-radius: 8px !important;
}

/* Shop/product grids */
body.woocommerce-shop ul.products,
body.archive.woocommerce ul.products,
body:not(.home) .entry-content ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(170px, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 24px) !important;
}

body.woocommerce-shop ul.products li.product,
body.archive.woocommerce ul.products li.product,
body:not(.home) .entry-content ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  padding: 12px !important;
  border: 1px solid rgba(239,232,216,.13) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(239,232,216,.05), rgba(239,232,216,.018)),
    #101014 !important;
  color: #efe8d8 !important;
}

body.woocommerce-shop ul.products li.product img,
body.archive.woocommerce ul.products li.product img,
body:not(.home) .entry-content ul.products li.product img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  background: #efe8d8 !important;
}

body.woocommerce-shop .woocommerce-loop-product__title,
body.archive.woocommerce .woocommerce-loop-product__title {
  color: #efe8d8 !important;
  font-size: .95rem !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

body.woocommerce-shop .price,
body.archive.woocommerce .price,
body.single-product .price {
  color: #f3c400 !important;
  font-weight: 900 !important;
}

/* Product page */
body.single-product div.product {
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 64px) clamp(14px, 4vw, 48px);
  color: #efe8d8;
}

body.single-product div.product .summary,
body.single-product div.product .woocommerce-product-gallery {
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 8px;
  background: #101014;
  padding: clamp(18px, 2.5vw, 34px);
}

body.single-product .woocommerce-tabs {
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 8px;
  background: #101014;
  padding: clamp(18px, 2.5vw, 34px);
  margin-top: clamp(1rem, 2vw, 2rem);
}

/* Cart / checkout / account */
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce {
  max-width: 1180px;
  margin-inline: auto;
  padding: clamp(20px, 4vw, 54px);
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 0%, rgba(243,196,0,.07), transparent 30%),
    #101014;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-account table.shop_table {
  color: #efe8d8 !important;
  border-color: rgba(239,232,216,.16) !important;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  border-color: rgba(239,232,216,.12) !important;
}

/* Policy/legal pages */
body:not(.home) .entry-content h2 + p,
body:not(.home) .entry-content h3 + p {
  margin-top: .5rem;
}

body:not(.home) .entry-content ul,
body:not(.home) .entry-content ol {
  padding-left: 1.2rem;
}

/* Footer spacing */
.ablk-footer {
  margin-top: clamp(2rem, 4vw, 4rem) !important;
}

/* Focus states */
body:not(.home) a:focus-visible,
body:not(.home) button:focus-visible,
body:not(.home) input:focus-visible,
body:not(.home) textarea:focus-visible,
body:not(.home) select:focus-visible {
  outline: 3px solid #f3c400 !important;
  outline-offset: 4px !important;
}

/* Responsive */
@media (max-width: 1023px) {
  body.woocommerce-shop ul.products,
  body.archive.woocommerce ul.products,
  body:not(.home) .entry-content ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  body:not(.home) .entry-content,
  body.single-product div.product {
    padding-inline: 14px;
  }

  body:not(.home) .entry-content > .wp-block-group,
  body:not(.home) .entry-content > .wp-block-columns,
  body:not(.home) .entry-content > .wp-block-cover,
  body:not(.home) .entry-content > .wp-block-media-text {
    padding: 18px;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce {
    padding: 18px;
  }
}


/* ==========================================================
   APPARELLY BLANK — Clean Subpage Shells
========================================================== */

.ab-subpage {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 90px) clamp(16px, 5vw, 72px);
  color: #efe8d8;
}

.ab-subpage h1 {
  max-width: 11ch;
  margin: 0 0 1rem;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: .88;
  text-transform: uppercase;
}

.ab-subpage p {
  max-width: 62ch;
  color: rgba(239,232,216,.76);
  line-height: 1.6;
}

.ab-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  margin-top: clamp(20px, 3vw, 42px);
}

.ab-info-grid article {
  min-height: 170px;
  padding: clamp(18px, 2.4vw, 32px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 12%, rgba(243,196,0,.08), transparent 30%),
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
}

.ab-info-grid h2 {
  margin: 0 0 .65rem;
  color: #efe8d8;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ab-info-grid a {
  color: #f3c400;
  font-weight: 900;
}

body:not(.home) .entry-content {
  padding-top: 0 !important;
}

@media (max-width: 900px) {
  .ab-info-grid {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================
   APPARELLY BLANK — V27 Header + Sticky Cleanup
   CSS-only safe patch.
========================================================== */

/* Make the header readable but not visually heavy */
.ct-header,
.ct-header [data-row],
.ct-sticky-container,
[data-header] {
  background: rgba(5,5,5,.94) !important;
  color: #efe8d8 !important;
  border-bottom: 1px solid rgba(243,196,0,.22) !important;
}

/* Header links/icons */
.ct-header a,
.ct-header nav a,
.ct-header .menu a,
.ct-header svg,
.ct-header .ct-icon {
  color: #efe8d8 !important;
  fill: #efe8d8 !important;
  opacity: 1 !important;
}

/* Active/hover */
.ct-header a:hover,
.ct-header nav a:hover,
.ct-header .current-menu-item > a,
.ct-header a[aria-current="page"] {
  color: #f3c400 !important;
}

/* Prevent sticky header from feeling like a thick floating divider */
.ct-sticky-container,
.ct-header.is-sticky,
.ct-header[data-sticky] {
  box-shadow: 0 10px 40px rgba(0,0,0,.28) !important;
}

/* Logged-in admin bar safety */
body.admin-bar .ct-sticky-container,
body.admin-bar .ct-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .ct-sticky-container,
  body.admin-bar .ct-header {
    top: 46px !important;
  }
}

/* If sticky header is still awkward, uncomment this line later:
.ct-sticky-container { position: static !important; }
*/


/* ==========================================================
   APPARELLY BLANK — V27 Header + Sticky Cleanup
   CSS-only safe patch.
========================================================== */

/* Make the header readable but not visually heavy */
.ct-header,
.ct-header [data-row],
.ct-sticky-container,
[data-header] {
  background: rgba(5,5,5,.94) !important;
  color: #efe8d8 !important;
  border-bottom: 1px solid rgba(243,196,0,.22) !important;
}

/* Header links/icons */
.ct-header a,
.ct-header nav a,
.ct-header .menu a,
.ct-header svg,
.ct-header .ct-icon {
  color: #efe8d8 !important;
  fill: #efe8d8 !important;
  opacity: 1 !important;
}

/* Active/hover */
.ct-header a:hover,
.ct-header nav a:hover,
.ct-header .current-menu-item > a,
.ct-header a[aria-current="page"] {
  color: #f3c400 !important;
}

/* Prevent sticky header from feeling like a thick floating divider */
.ct-sticky-container,
.ct-header.is-sticky,
.ct-header[data-sticky] {
  box-shadow: 0 10px 40px rgba(0,0,0,.28) !important;
}

/* Logged-in admin bar safety */
body.admin-bar .ct-sticky-container,
body.admin-bar .ct-header {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .ct-sticky-container,
  body.admin-bar .ct-header {
    top: 46px !important;
  }
}

/* If sticky header is still awkward, uncomment this line later:
.ct-sticky-container { position: static !important; }
*/


/* APPARELLY BLANK — Header Cart Visibility */
.ct-header a[href*="/cart/"],
.ct-header .menu a[href*="/cart/"] {
  color: #050505 !important;
  background: #f3c400 !important;
  border: 1px solid #f3c400 !important;
  border-radius: 999px !important;
  padding: .55rem .9rem !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.ct-header a[href*="/cart/"]::before,
.ct-header .menu a[href*="/cart/"]::before {
  content: "Cart ";
}

.ct-header a[href*="/cart/"]:hover,
.ct-header .menu a[href*="/cart/"]:hover {
  filter: brightness(1.08);
  box-shadow: 0 0 24px rgba(243,196,0,.22);
}


/* ==========================================================
   APPARELLY BLANK — Cart Page Polish
========================================================== */

.ab-cart-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 80px) clamp(16px, 5vw, 72px);
  color: #efe8d8;
}

.ab-cart-hero {
  margin-bottom: clamp(22px, 3vw, 42px);
  padding: clamp(22px, 3.5vw, 54px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 20%, rgba(243,196,0,.1), transparent 30%),
    radial-gradient(circle at 12% 0%, rgba(31,107,67,.08), transparent 34%),
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.015)),
    #101014;
}

.ab-cart-hero h1 {
  max-width: 11ch;
  margin: 0 0 .8rem;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3rem, 7vw, 7.5rem);
  line-height: .88;
  text-transform: uppercase;
}

.ab-cart-hero p {
  max-width: 58ch;
  color: rgba(239,232,216,.75);
}

/* Cart progress */
.ab-cart-shell .ablk-cart-progress {
  margin-top: clamp(18px, 2vw, 28px);
  padding: 16px;
  border: 1px solid rgba(243,196,0,.28);
  border-radius: 10px;
  background: rgba(5,5,5,.45);
}

.ab-cart-shell .ablk-cart-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .7rem;
}

.ab-cart-shell .ablk-cart-progress__label,
.ab-cart-shell .ablk-cart-progress__amount,
.ab-cart-shell .ablk-cart-progress__message {
  margin: 0;
}

.ab-cart-shell .ablk-cart-progress__label {
  color: #f3c400;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ab-cart-shell .ablk-cart-progress__amount {
  color: #efe8d8;
  font-weight: 900;
}

.ab-cart-shell .ablk-cart-progress__track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(239,232,216,.12);
}

.ab-cart-shell .ablk-cart-progress__bar {
  display: block;
  width: var(--ablk-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b3261e, #f3c400, #1f6b43);
}

.ab-cart-shell .ablk-cart-progress__message {
  margin-top: .7rem;
  color: rgba(239,232,216,.76);
}

/* Trust row */
.ab-cart-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.1rem;
}

.ab-cart-trust span {
  padding: .5rem .72rem;
  border: 1px solid rgba(239,232,216,.16);
  border-radius: 999px;
  color: rgba(239,232,216,.82);
  background: rgba(239,232,216,.04);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Woo cart layout */
.ab-cart-shell .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

.ab-cart-shell .woocommerce-cart-form,
.ab-cart-shell .cart_totals {
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid rgba(239,232,216,.15);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
}

.ab-cart-shell table.shop_table {
  border: 0 !important;
  color: #efe8d8 !important;
}

.ab-cart-shell table.shop_table th {
  color: #efe8d8 !important;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ab-cart-shell table.shop_table td {
  border-color: rgba(239,232,216,.16) !important;
  color: #efe8d8 !important;
}

.ab-cart-shell .product-name a,
.ab-cart-shell .product-price,
.ab-cart-shell .product-subtotal {
  color: #efe8d8 !important;
}

.ab-cart-shell .product-price,
.ab-cart-shell .product-subtotal,
.ab-cart-shell .order-total .amount,
.ab-cart-shell .cart-subtotal .amount {
  color: #f3c400 !important;
  font-weight: 900;
}

.ab-cart-shell .coupon {
  display: flex;
  gap: .7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.ab-cart-shell input,
.ab-cart-shell select,
.ab-cart-shell textarea {
  background: #070707 !important;
  color: #efe8d8 !important;
  border: 1px solid rgba(239,232,216,.24) !important;
  border-radius: 999px !important;
  min-height: 46px;
}

.ab-cart-shell .button,
.ab-cart-shell .checkout-button {
  background: #f3c400 !important;
  color: #050505 !important;
  border-radius: 999px !important;
  border: 1px solid #f3c400 !important;
  min-height: 46px;
  font-weight: 950 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ab-cart-shell .checkout-button {
  width: 100%;
  margin-top: 1rem;
  font-size: .9rem !important;
}

/* Upsell area */
.ab-cart-upsell {
  margin-top: clamp(28px, 4vw, 64px);
  padding: clamp(20px, 3vw, 44px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 10px;
  background:
    radial-gradient(circle at 84% 10%, rgba(243,196,0,.08), transparent 30%),
    #101014;
}

.ab-cart-upsell h2 {
  max-width: 11ch;
  margin: 0 0 .8rem;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .9;
  text-transform: uppercase;
}

.ab-cart-upsell p {
  max-width: 58ch;
  color: rgba(239,232,216,.74);
}

/* Mobile cart */
@media (max-width: 980px) {
  .ab-cart-shell .woocommerce {
    grid-template-columns: 1fr;
  }

  .ab-cart-shell .cart_totals {
    position: sticky;
    bottom: 0;
    z-index: 20;
    box-shadow: 0 -18px 54px rgba(0,0,0,.45);
  }
}

@media (max-width: 680px) {
  .ab-cart-shell {
    padding-inline: 12px;
  }

  .ab-cart-shell .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-cart-shell .coupon .button,
  .ab-cart-shell .button {
    width: 100%;
  }
}


/* APPARELLY BLANK — Shop Intro Cleanup */
body.woocommerce-shop {
  background:
    radial-gradient(circle at 12% 0%, rgba(243,196,0,.07), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(31,107,67,.07), transparent 32%),
    #050505 !important;
  color: #efe8d8 !important;
}

body.woocommerce-shop .site-main,
body.woocommerce-shop .ct-container,
body.woocommerce-shop .ct-container-full,
body.woocommerce-shop .entry-content {
  background: transparent !important;
  padding-top: 0 !important;
}

.ab-shop-intro {
  width: min(100%, 1500px);
  margin: 0 auto clamp(20px, 3vw, 44px);
  padding: clamp(34px, 6vw, 90px) clamp(16px, 5vw, 72px) clamp(22px, 4vw, 52px);
  color: #efe8d8;
}

.ab-shop-intro h1 {
  max-width: 11ch;
  margin: 0 0 .8rem;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 8rem);
  line-height: .88;
  text-transform: uppercase;
}

.ab-shop-intro p {
  max-width: 58ch;
  color: rgba(239,232,216,.76);
  line-height: 1.6;
}

.ab-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}

.ab-shop-chips a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: .6rem .85rem;
  border: 1px solid rgba(239,232,216,.18);
  border-radius: 999px;
  background: rgba(239,232,216,.045);
  color: #efe8d8;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
}

.ab-shop-chips a:hover {
  border-color: rgba(243,196,0,.45);
  color: #f3c400;
}

/* Hide duplicate page title if theme prints it above intro */
body.woocommerce-shop .page-title {
  display: none !important;
}

/* Remove light/white shop section background */
body.woocommerce-shop .entry-content,
body.woocommerce-shop .woocommerce {
  background: transparent !important;
}

/* Product archive layout */
body.woocommerce-shop ul.products {
  width: min(100%, 1500px);
  margin-inline: auto !important;
  padding-inline: clamp(16px, 5vw, 72px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(190px, 1fr)) !important;
  gap: clamp(16px, 1.5vw, 26px) !important;
}

@media (max-width: 980px) {
  body.woocommerce-shop ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* ==========================================================
   APPARELLY BLANK — Final Shop Archive Dark Fix
========================================================== */

/* Kill the pale Shop wrapper */
body.post-type-archive-product,
body.woocommerce-shop,
body.page-id-830,
body.page-id-830 #main,
body.page-id-830 .site-main,
body.page-id-830 .ct-container,
body.page-id-830 .ct-container-full,
body.page-id-830 .content-area,
body.page-id-830 .entry-content,
body.woocommerce-shop #main,
body.woocommerce-shop .site-main,
body.woocommerce-shop .ct-container,
body.woocommerce-shop .ct-container-full,
body.woocommerce-shop .content-area,
body.woocommerce-shop .entry-content {
  background: #050505 !important;
  background-color: #050505 !important;
  color: #efe8d8 !important;
}

/* Hide default archive title if Blocksy prints it */
body.woocommerce-shop .page-title,
body.post-type-archive-product .page-title,
body.page-id-830 .page-title,
body.page-id-830 header.entry-header {
  display: none !important;
}

/* Shop intro as real dark hero */
body.woocommerce-shop .ab-shop-intro,
body.post-type-archive-product .ab-shop-intro,
body.page-id-830 .ab-shop-intro {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(46px, 7vw, 110px) clamp(18px, 6vw, 110px) clamp(34px, 5vw, 78px) !important;
  text-align: left !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(243,196,0,.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(31,107,67,.12), transparent 34%),
    linear-gradient(135deg, rgba(239,232,216,.04), rgba(239,232,216,.012)),
    #050505 !important;
  color: #efe8d8 !important;
  border-bottom: 1px solid rgba(243,196,0,.18);
}

/* Keep intro content aligned in a max-width area */
body.woocommerce-shop .ab-shop-intro > *,
body.post-type-archive-product .ab-shop-intro > *,
body.page-id-830 .ab-shop-intro > * {
  width: min(100%, 1500px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-shop .ab-shop-intro .ab-kicker,
body.post-type-archive-product .ab-shop-intro .ab-kicker,
body.page-id-830 .ab-shop-intro .ab-kicker {
  margin-bottom: .8rem !important;
  color: #f3c400 !important;
  font-size: .76rem !important;
  font-weight: 950 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

body.woocommerce-shop .ab-shop-intro h1,
body.post-type-archive-product .ab-shop-intro h1,
body.page-id-830 .ab-shop-intro h1 {
  max-width: 11ch !important;
  margin: 0 0 1rem !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif !important;
  font-size: clamp(3.4rem, 8vw, 9rem) !important;
  line-height: .86 !important;
  text-transform: uppercase !important;
}

body.woocommerce-shop .ab-shop-intro p,
body.post-type-archive-product .ab-shop-intro p,
body.page-id-830 .ab-shop-intro p {
  max-width: 62ch !important;
  margin-bottom: 1.25rem !important;
  color: rgba(239,232,216,.76) !important;
  font-size: clamp(1rem, 1.2vw, 1.15rem) !important;
  line-height: 1.55 !important;
}

/* Shop chips */
body.woocommerce-shop .ab-shop-chips,
body.post-type-archive-product .ab-shop-chips,
body.page-id-830 .ab-shop-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: .7rem !important;
  margin-top: 1.25rem !important;
}

body.woocommerce-shop .ab-shop-chips a,
body.post-type-archive-product .ab-shop-chips a,
body.page-id-830 .ab-shop-chips a {
  width: auto !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .64rem .9rem !important;
  border: 1px solid rgba(239,232,216,.2) !important;
  border-radius: 999px !important;
  background: rgba(239,232,216,.045) !important;
  color: #efe8d8 !important;
  font-size: .74rem !important;
  font-weight: 900 !important;
  letter-spacing: .09em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.woocommerce-shop .ab-shop-chips a:first-child,
body.page-id-830 .ab-shop-chips a:first-child {
  background: #f3c400 !important;
  color: #050505 !important;
  border-color: #f3c400 !important;
}

/* Product archive area */
body.woocommerce-shop .woocommerce,
body.post-type-archive-product .woocommerce,
body.page-id-830 .woocommerce {
  width: min(100%, 1500px) !important;
  margin: 0 auto !important;
  padding: clamp(30px, 5vw, 78px) clamp(18px, 6vw, 110px) !important;
  background: #050505 !important;
  color: #efe8d8 !important;
}

/* Results + sort row */
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.page-id-830 .woocommerce-result-count {
  color: rgba(239,232,216,.58) !important;
  font-size: .74rem !important;
  font-weight: 850 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

body.woocommerce-shop .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select,
body.page-id-830 .woocommerce-ordering select {
  min-height: 42px !important;
  border: 1px solid rgba(239,232,216,.24) !important;
  border-radius: 999px !important;
  background: #0f0f12 !important;
  color: #efe8d8 !important;
  padding-inline: 1rem !important;
}

/* Product grid */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.page-id-830 ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(190px, 1fr)) !important;
  gap: clamp(16px, 1.5vw, 26px) !important;
  margin: clamp(20px, 2.6vw, 38px) 0 0 !important;
  padding: 0 !important;
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.page-id-830 ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(239,232,216,.13) !important;
  border-radius: 10px !important;
  background: #101014 !important;
  color: #efe8d8 !important;
}

body.woocommerce-shop ul.products li.product img,
body.post-type-archive-product ul.products li.product img,
body.page-id-830 ul.products li.product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  background: #09090b !important;
}

body.woocommerce-shop .woocommerce-loop-product__title,
body.post-type-archive-product .woocommerce-loop-product__title,
body.page-id-830 .woocommerce-loop-product__title {
  color: #efe8d8 !important;
  font-size: .95rem !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.woocommerce-shop .price,
body.post-type-archive-product .price,
body.page-id-830 .price {
  color: #f3c400 !important;
  font-weight: 950 !important;
}

body.woocommerce-shop ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button,
body.page-id-830 ul.products li.product .button {
  background: #f3c400 !important;
  color: #050505 !important;
  border-radius: 999px !important;
  font-weight: 950 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 980px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.page-id-830 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.woocommerce-shop .ab-shop-intro,
  body.post-type-archive-product .ab-shop-intro,
  body.page-id-830 .ab-shop-intro {
    padding-inline: 14px !important;
  }

  body.woocommerce-shop .woocommerce,
  body.post-type-archive-product .woocommerce,
  body.page-id-830 .woocommerce {
    padding-inline: 14px !important;
  }
}


/* ==========================================================
   APPARELLY BLANK — V35 Global Hero/Nav/Product Rhythm Fix
   Main visual control layer.
========================================================== */

/* Remove top canyon between nav and first section */
body.home #main,
body.home .site-main,
body.home .entry-content,
body.home .ct-container,
body.home .ct-container-full {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.home .entry-content > *:first-child,
body.home .ab-home {
  margin-top: 0 !important;
}

/* Make hero sit closer to header */
body.home .ab-home {
  padding-top: clamp(8px, 1.2vw, 18px) !important;
}

/* Reduce giant hero height */
body.home .ab-hero__copy,
body.home .ab-hero__media {
  min-height: clamp(380px, 42vw, 620px) !important;
}

body.home .ab-hero {
  align-items: stretch !important;
  margin-bottom: clamp(14px, 1.8vw, 28px) !important;
}

/* Prevent hero heading from overgrowing */
body.home .ab-hero h1 {
  font-size: clamp(3rem, 6.4vw, 7.4rem) !important;
  line-height: .88 !important;
  max-width: 9ch !important;
}

/* Better hero image crop */
body.home .ab-hero__media img {
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Tighter page rhythm */
body.home .ab-status,
body.home .ab-cats,
body.home .ab-fit,
body.home .ab-campaign,
body.home .ab-shop-strip {
  margin-bottom: clamp(14px, 1.8vw, 30px) !important;
}

/* Header nav: reduce visual overload */
.ct-header nav a,
.ct-header .menu a,
.ct-header [data-id="menu"] a {
  font-size: clamp(.68rem, .7vw, .78rem) !important;
  letter-spacing: .14em !important;
  white-space: nowrap !important;
}

/* Hide less-critical nav links on medium desktop to prevent crowding */
@media (max-width: 1320px) {
  .ct-header nav a[href*="/product-category/hats/"],
  .ct-header nav a[href*="/product-category/bags/"],
  .ct-header nav a[href*="/product-category/footwear/"] {
    display: none !important;
  }
}

/* Hide even more on tablet, keep core path */
@media (max-width: 1100px) {
  .ct-header nav a[href*="/story/"],
  .ct-header nav a[href*="/product-category/accessories/"],
  .ct-header nav a[href*="/product-category/hoodies/"] {
    display: none !important;
  }
}

/* Cart should stay visible */
.ct-header a[href*="/cart/"],
.ct-header .menu a[href*="/cart/"] {
  display: inline-flex !important;
}

/* Product sections should feel like storefront modules */
body.home ul.products,
body.home .products {
  width: min(100%, 1500px) !important;
  margin-inline: auto !important;
  padding-inline: clamp(14px, 5vw, 72px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 26px) !important;
}

body.home ul.products li.product,
body.home .products .product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(239,232,216,.13) !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 85% 8%, rgba(243,196,0,.06), transparent 30%),
    #101014 !important;
}

body.home ul.products li.product img,
body.home .products .product img {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 7px !important;
  background: #08080a !important;
}

body.home .woocommerce-loop-product__title {
  color: #efe8d8 !important;
  font-size: .92rem !important;
  line-height: 1.24 !important;
  text-transform: uppercase !important;
}

body.home .price {
  color: #f3c400 !important;
  font-weight: 950 !important;
}

body.home ul.products li.product .button {
  background: #f3c400 !important;
  color: #050505 !important;
  border-radius: 999px !important;
  font-weight: 950 !important;
  letter-spacing: .09em !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 980px) {
  body.home .ab-hero__copy,
  body.home .ab-hero__media {
    min-height: auto !important;
  }

  body.home .ab-hero__media {
    min-height: 360px !important;
  }

  body.home ul.products,
  body.home .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.home .ab-home {
    padding-top: 8px !important;
  }

  body.home .ab-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem) !important;
  }

  body.home .ab-hero__media {
    min-height: 320px !important;
  }
}





/* ==========================================================
   APPARELLY BLANK — V36 Home CSS Tab Migration
   Moved from Home HTML block CSS tab into global.css.
========================================================== */




/* ==========================================================
   APPARELLY BLANK — V37 Home Product Flow Placement
========================================================== */

/* Make reveal sections visible even without page-level block JS */
body.home .ab-reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

body.home .ab-home-v37-cont {
  padding-top: 0 !important;
}

body.home .ab-product-module,
body.home .ab-trust-row,
body.home .ab-email-capture {
  width: min(100%, 1680px) !important;
  max-width: 1680px !important;
  margin: clamp(14px, 1.8vw, 30px) auto !important;
}

body.home .ab-product-module {
  padding: clamp(22px, 3.2vw, 48px) !important;
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 10%, rgba(243,196,0,.1), transparent 30%),
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
}

body.home .ab-product-module__copy {
  max-width: 760px;
}

body.home .ab-product-module h2,
body.home .ab-email-capture h2 {
  max-width: 11ch;
  margin: 0 0 .8rem;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(2.4rem, 5.2vw, 5.8rem);
  line-height: .9;
  text-transform: uppercase;
}

body.home .ab-product-module p,
body.home .ab-email-capture p {
  max-width: 58ch;
  color: rgba(239,232,216,.76);
  line-height: 1.58;
}

/* Product rows after modules */
body.home .wp-block-shortcode {
  width: min(100%, 1680px);
  max-width: 1680px;
  margin: 0 auto clamp(14px, 2vw, 32px);
  padding-inline: clamp(14px, 5vw, 88px);
}

body.home .wp-block-shortcode ul.products,
body.home .wp-block-shortcode .products {
  padding-inline: 0 !important;
}

/* Trust row */
body.home .ab-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}

body.home .ab-trust-row article {
  min-height: 150px;
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
}

body.home .ab-trust-row strong {
  display: block;
  color: #efe8d8;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.home .ab-trust-row p {
  margin: .7rem 0 0;
  color: rgba(239,232,216,.72);
  line-height: 1.48;
}

/* Email/drop section */
body.home .ab-email-capture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: clamp(24px, 3.6vw, 56px);
  border: 1px solid rgba(243,196,0,.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 82% 20%, rgba(243,196,0,.14), transparent 34%),
    linear-gradient(135deg, rgba(31,107,67,.18), rgba(179,38,30,.14)),
    #101014;
}

@media (max-width: 980px) {
  body.home .ab-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .ab-email-capture {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body.home .ab-trust-row {
    grid-template-columns: 1fr;
  }

  body.home .wp-block-shortcode {
    padding-inline: 12px;
  }
}



/* ==========================================================
   APPARELLY BLANK — V38 Header/Menu/Account Cleanup
========================================================== */

.ct-header,
.site-header {
  position: relative;
  z-index: 999;
}

/* Header menu rhythm */
.ct-header nav,
.ct-header .menu,
.ct-header [data-id="menu"] {
  align-items: center !important;
}

.ct-header nav a,
.ct-header .menu a,
.ct-header [data-id="menu"] a {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  border-radius: 999px;
  padding: .55rem .78rem !important;
  color: rgba(239,232,216,.86) !important;
  font-size: clamp(.68rem, .78vw, .82rem) !important;
  font-weight: 850 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition:
    color .18s ease,
    background-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.ct-header nav a:hover,
.ct-header .menu a:hover,
.ct-header [data-id="menu"] a:hover,
.ct-header nav .current-menu-item > a,
.ct-header .menu .current-menu-item > a {
  color: #080808 !important;
  background: #f3c400 !important;
  box-shadow: 0 10px 26px rgba(243,196,0,.2);
  transform: translateY(-1px);
}

/* Dropdown styling */
.ct-header .sub-menu,
.ct-header .children {
  min-width: 220px !important;
  padding: .55rem !important;
  border: 1px solid rgba(239,232,216,.16) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(239,232,216,.055), rgba(239,232,216,.02)),
    rgba(10,10,12,.96) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.42) !important;
  backdrop-filter: blur(16px);
}

.ct-header .sub-menu a,
.ct-header .children a {
  width: 100%;
  justify-content: flex-start;
  color: rgba(239,232,216,.82) !important;
  border-radius: 10px !important;
}

/* My Account icon treatment */
.ct-header .ablk-account-menu-item > a::before,
.ct-header a[href*="/my-account/"]::before {
  content: "◉";
  width: 1.1em;
  height: 1.1em;
  display: inline-grid;
  place-items: center;
  color: #f3c400;
  font-size: .72rem;
  line-height: 1;
}

.ct-header .ablk-cart-menu-item > a::before,
.ct-header a[href*="/cart/"]::before {
  content: "▣";
  color: #f3c400;
  font-size: .82rem;
  line-height: 1;
}

/* Keep crowded nav from becoming spaghetti */
@media (min-width: 1025px) and (max-width: 1280px) {
  .ct-header nav a,
  .ct-header .menu a,
  .ct-header [data-id="menu"] a {
    padding-inline: .52rem !important;
    letter-spacing: .075em !important;
    font-size: .68rem !important;
  }
}

/* Mobile menu links stay easy to tap */
@media (max-width: 1024px) {
  .ct-header nav a,
  .ct-header .menu a,
  .ct-header [data-id="menu"] a {
    min-height: 48px;
  }
}



/* ==========================================================
   APPARELLY BLANK — V39 Global Structure + Checkout Polish
========================================================== */

:root {
  --ablk-black: #080808;
  --ablk-ink: #101014;
  --ablk-panel: #151518;
  --ablk-panel-2: #1d1d20;
  --ablk-cream: #efe8d8;
  --ablk-muted: rgba(239,232,216,.72);
  --ablk-line: rgba(239,232,216,.14);
  --ablk-yellow: #f3c400;
  --ablk-red: #b3261e;
  --ablk-green: #1f6b43;
  --ablk-radius: 14px;
}

body {
  background: var(--ablk-black) !important;
  color: var(--ablk-cream) !important;
}

body:not(.home) #main,
body:not(.home) .site-main,
body:not(.home) .entry-content {
  background:
    radial-gradient(circle at 82% 10%, rgba(243,196,0,.08), transparent 30%),
    linear-gradient(180deg, #080808 0%, #101014 42%, #080808 100%) !important;
  color: var(--ablk-cream) !important;
}

body:not(.home) .entry-content,
body:not(.home) .ct-container,
body:not(.home) .ct-container-full {
  padding-top: clamp(18px, 3vw, 48px) !important;
  padding-bottom: clamp(32px, 5vw, 90px) !important;
}

body:not(.home) main h1,
body:not(.home) main h2,
body:not(.home) main h3,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  color: var(--ablk-cream) !important;
  letter-spacing: -.035em;
}

body:not(.home) main h1 {
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .9;
  text-transform: uppercase;
}

body:not(.home) main p,
body:not(.home) main li,
.woocommerce p,
.woocommerce li {
  color: var(--ablk-muted);
}

body:not(.home) a {
  color: var(--ablk-yellow);
}

body:not(.home) a:hover {
  color: var(--ablk-cream);
}

/* Page shells */
.ab-shop-intro,
.ab-cart-shell,
.ab-checkout-shell,
.ab-account-shell,
.ab-contact-shell,
.ab-policy-shell,
.woocommerce-page .entry-content > .woocommerce {
  width: min(100%, 1480px);
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: clamp(14px, 4vw, 56px);
}

.ab-shop-intro,
.ab-cart-hero,
.ab-checkout-hero,
.ab-account-hero,
.ab-contact-hero {
  margin-bottom: clamp(18px, 3vw, 44px);
  padding: clamp(24px, 4vw, 62px);
  border: 1px solid var(--ablk-line);
  border-radius: var(--ablk-radius);
  background:
    radial-gradient(circle at 88% 12%, rgba(243,196,0,.12), transparent 34%),
    linear-gradient(135deg, rgba(31,107,67,.16), rgba(179,38,30,.12)),
    var(--ablk-ink);
}

.ab-kicker,
.ablk-kicker {
  margin: 0 0 .75rem;
  color: var(--ablk-yellow) !important;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* WooCommerce product grid/cards */
.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 28px) !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 0 16px !important;
  overflow: hidden;
  border: 1px solid var(--ablk-line);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    var(--ablk-panel);
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 12px !important;
  background: #111;
}

.woocommerce-loop-product__title {
  padding: 0 14px !important;
  color: var(--ablk-cream) !important;
  font-size: .95rem !important;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 4px 14px 8px;
  color: var(--ablk-yellow) !important;
  font-weight: 950;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wp-element-button {
  min-height: 44px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ablk-yellow) !important;
  color: #080808 !important;
  font-weight: 950 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 28px);
  margin: 8px 14px 0 !important;
  text-align: center;
}

/* Forms, checkout, cart, account */
.woocommerce form,
.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.ablk-contact-form-shell {
  border: 1px solid var(--ablk-line) !important;
  border-radius: var(--ablk-radius) !important;
  background:
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    var(--ablk-panel) !important;
  color: var(--ablk-cream) !important;
}

.woocommerce form,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.ablk-contact-form-shell {
  padding: clamp(18px, 2.4vw, 34px) !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--ablk-line) !important;
  color: var(--ablk-cream) !important;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.ablk-contact-form input,
.ablk-contact-form textarea,
.ablk-contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(239,232,216,.22) !important;
  border-radius: 10px !important;
  background: #0b0b0d !important;
  color: var(--ablk-cream) !important;
  padding: .85rem 1rem !important;
}

.woocommerce label,
.ablk-contact-form label {
  color: rgba(239,232,216,.86) !important;
  font-weight: 800;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.ablk-form-status {
  border-top-color: var(--ablk-yellow) !important;
  border-radius: 10px;
  background: rgba(239,232,216,.08) !important;
  color: var(--ablk-cream) !important;
}

.ablk-form-status {
  margin-bottom: 16px;
  padding: 14px 16px;
}

.ablk-form-status.is-success {
  border: 1px solid rgba(31,107,67,.55);
}

.ablk-form-status.is-error {
  border: 1px solid rgba(179,38,30,.55);
}

.ablk-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ablk-contact-form button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--ablk-yellow);
  color: #080808;
  padding: .9rem 1.2rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Checkout focus */
body.woocommerce-checkout .ct-header,
body.woocommerce-checkout footer {
  filter: saturate(.82);
}

body.woocommerce-checkout .woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .74fr);
  gap: clamp(18px, 2.5vw, 38px);
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
  min-width: 0;
}

body.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
  font-size: 1rem;
}

/* My Account */
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: .75rem 1rem;
  border-radius: 10px;
  color: var(--ablk-cream);
  text-decoration: none;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: var(--ablk-yellow);
  color: #080808;
}

/* Lite motion */
.ablk-motion-ready .ablk-motion-item {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .48s ease,
    transform .48s ease,
    box-shadow .2s ease,
    background-color .2s ease;
}

.ablk-motion-ready .ablk-motion-item.is-visible {
  opacity: 1;
  transform: none;
}

.ablk-motion-ready .woocommerce ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(0,0,0,.32);
}

.ablk-reduced-motion *,
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Responsive */
@media (max-width: 980px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-checkout .woocommerce-checkout {
    display: block;
  }

  body.woocommerce-checkout #order_review {
    margin-top: 18px;
  }
}

@media (max-width: 680px) {
  body:not(.home) .entry-content,
  body:not(.home) .ct-container,
  body:not(.home) .ct-container-full {
    padding-inline: 12px !important;
  }

  .woocommerce-loop-product__title {
    font-size: .82rem !important;
  }

  .woocommerce ul.products li.product .button {
    font-size: .72rem;
    padding-inline: .55rem;
  }
}



/* ==========================================================
   APPARELLY BLANK — V40 Shop/Header Real Visual Fix
========================================================== */

/* Header compression */
#header,
.ct-header,
.site-header {
  background: #050505 !important;
  border-bottom: 1px solid rgba(243,196,0,.28) !important;
}

#header [data-row],
.ct-header [data-row],
#header [data-row] > div,
.ct-header [data-row] > div {
  min-height: 92px !important;
}

#header .ct-container,
#header .ct-container-fluid,
.ct-header .ct-container,
.ct-header .ct-container-fluid {
  min-height: 92px !important;
  align-items: center !important;
}

#header [data-id="logo"],
.ct-header [data-id="logo"],
.site-branding {
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
}

#header [data-id="logo"] img,
.ct-header [data-id="logo"] img,
.site-logo-container img,
.custom-logo {
  max-height: 74px !important;
  width: auto !important;
  object-fit: contain !important;
}

#header .site-title,
.ct-header .site-title {
  font-size: clamp(1.4rem, 2.2vw, 2.6rem) !important;
  line-height: .9 !important;
  margin: 0 !important;
}

/* Header account icon inserted by JS */
.ablk-account-header-icon {
  width: 42px;
  height: 42px;
  display: inline-grid !important;
  place-items: center;
  margin-inline: .45rem;
  border: 1px solid rgba(239,232,216,.28);
  border-radius: 999px;
  color: #f3c400 !important;
  background: rgba(239,232,216,.04);
  text-decoration: none !important;
  font-size: 1rem;
  font-weight: 950;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.ablk-account-header-icon:hover,
.ablk-account-header-icon:focus-visible {
  color: #080808 !important;
  background: #f3c400;
  transform: translateY(-1px);
}

/* Better dropdowns */
#header .sub-menu,
.ct-header .sub-menu,
#header .children,
.ct-header .children {
  padding: .55rem !important;
  border: 1px solid rgba(239,232,216,.16) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(243,196,0,.12), transparent 38%),
    rgba(8,8,8,.96) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.48) !important;
  backdrop-filter: blur(14px);
}

#header .sub-menu a,
.ct-header .sub-menu a,
#header .children a,
.ct-header .children a {
  min-height: 44px;
  border-radius: 11px !important;
  color: rgba(239,232,216,.86) !important;
}

#header .sub-menu a:hover,
.ct-header .sub-menu a:hover {
  color: #080808 !important;
  background: #f3c400 !important;
}

/* Kill pale Woo archive intro */
body.post-type-archive-product .woocommerce-products-header,
body.woocommerce-shop .woocommerce-products-header {
  display: none !important;
}

body.post-type-archive-product #main,
body.woocommerce-shop #main,
body.post-type-archive-product .site-main,
body.woocommerce-shop .site-main,
body.post-type-archive-product .entry-content,
body.woocommerce-shop .entry-content {
  background:
    radial-gradient(circle at 86% 6%, rgba(243,196,0,.09), transparent 30%),
    radial-gradient(circle at 8% 28%, rgba(31,107,67,.12), transparent 34%),
    linear-gradient(180deg, #080808 0%, #101014 46%, #080808 100%) !important;
  color: #efe8d8 !important;
}

/* Shop intro replacement */
body.woocommerce-shop .ab-shop-intro-v40,
body.post-type-archive-product .ab-shop-intro-v40 {
  width: min(100% - 28px, 1480px) !important;
  max-width: 1480px !important;
  margin: clamp(18px, 3vw, 48px) auto clamp(22px, 3.2vw, 54px) !important;
  padding: clamp(24px, 5vw, 78px) !important;
  border: 1px solid rgba(239,232,216,.14) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(243,196,0,.16), transparent 32%),
    linear-gradient(135deg, rgba(31,107,67,.18), rgba(179,38,30,.13)),
    #101014 !important;
  text-align: left !important;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

.ab-shop-intro-v40 .ab-shop-intro__copy {
  max-width: 850px;
}

.ab-shop-intro-v40 h1 {
  margin: 0 0 1rem !important;
  max-width: 10ch;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3.4rem, 8vw, 8.8rem) !important;
  line-height: .86 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
}

.ab-shop-intro-v40 p {
  max-width: 68ch;
  color: rgba(239,232,216,.76) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

/* Search field */
.ab-product-search-v40 {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: clamp(18px, 2vw, 28px) 0;
}

.ab-product-search-v40 input[type="search"] {
  min-height: 50px;
  border: 1px solid rgba(239,232,216,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.72);
  color: #efe8d8;
  padding: .85rem 1.15rem;
}

.ab-product-search-v40 input[type="search"]::placeholder {
  color: rgba(239,232,216,.5);
}

.ab-product-search-v40 button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f3c400;
  color: #080808;
  padding: .85rem 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Shop chips horizontal, not plain stacked links */
.ab-shop-chips-v40 {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start !important;
  margin-top: 10px;
}

.ab-shop-chips-v40 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(239,232,216,.2);
  border-radius: 999px;
  background: rgba(239,232,216,.045);
  color: #efe8d8 !important;
  padding: .72rem 1rem;
  text-decoration: none !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ab-shop-chips-v40 a:hover,
.ab-shop-chips-v40 a:focus-visible {
  background: #f3c400;
  color: #080808 !important;
}

/* Product archive spacing */
body.woocommerce-shop .woocommerce-notices-wrapper,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
  width: min(100% - 28px, 1480px);
  max-width: 1480px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count {
  color: rgba(239,232,216,.55) !important;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select {
  min-height: 48px;
  border: 1px solid rgba(239,232,216,.24) !important;
  border-radius: 999px !important;
  background: #101014 !important;
  color: #efe8d8 !important;
  padding-inline: 1rem !important;
}

/* Mobile header and shop */
@media (max-width: 768px) {
  #header [data-row],
  .ct-header [data-row],
  #header [data-row] > div,
  .ct-header [data-row] > div,
  #header .ct-container,
  #header .ct-container-fluid,
  .ct-header .ct-container,
  .ct-header .ct-container-fluid {
    min-height: 82px !important;
  }

  #header [data-id="logo"] img,
  .ct-header [data-id="logo"] img,
  .site-logo-container img,
  .custom-logo {
    max-height: 58px !important;
  }

  .ab-shop-intro-v40 {
    width: calc(100% - 24px) !important;
    padding: 24px !important;
    text-align: left !important;
  }

  .ab-shop-intro-v40 h1 {
    font-size: clamp(3rem, 15vw, 5.4rem) !important;
  }

  .ab-product-search-v40 {
    grid-template-columns: 1fr;
  }

  .ab-product-search-v40 button {
    width: 100%;
  }

  .ab-shop-chips-v40 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-shop-chips-v40 a {
    justify-content: center;
    text-align: center;
  }
}



/* ==========================================================
   APPARELLY BLANK — V41 WooCommerce Archive Control
   Shop is controlled by WooCommerce archive, not page content.
========================================================== */

body.woocommerce-shop,
body.post-type-archive-product {
  background: #080808 !important;
}

/* Hide default pale archive header/title area */
body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.woocommerce-shop .page-title,
body.post-type-archive-product .page-title {
  display: none !important;
}

body.woocommerce-shop #main,
body.woocommerce-shop .site-main,
body.woocommerce-shop .entry-content,
body.post-type-archive-product #main,
body.post-type-archive-product .site-main,
body.post-type-archive-product .entry-content {
  background:
    radial-gradient(circle at 86% 8%, rgba(243,196,0,.09), transparent 28%),
    radial-gradient(circle at 8% 26%, rgba(31,107,67,.13), transparent 34%),
    linear-gradient(180deg, #080808 0%, #101014 48%, #080808 100%) !important;
  color: #efe8d8 !important;
}

/* WooCommerce-native shop hero */
body.woocommerce-shop .ab-wc-shop-hero {
  width: min(100% - 28px, 1480px);
  max-width: 1480px;
  margin: clamp(18px, 3vw, 48px) auto clamp(22px, 3vw, 50px);
  padding: clamp(24px, 5vw, 78px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 16%, rgba(243,196,0,.16), transparent 32%),
    linear-gradient(135deg, rgba(31,107,67,.18), rgba(179,38,30,.13)),
    #101014;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}

body.woocommerce-shop .ab-wc-shop-hero__copy {
  max-width: 850px;
}

body.woocommerce-shop .ab-wc-shop-hero h1 {
  max-width: 10ch;
  margin: 0 0 1rem !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(3.2rem, 8vw, 8.8rem) !important;
  line-height: .86 !important;
  letter-spacing: -.055em !important;
  text-transform: uppercase;
}

body.woocommerce-shop .ab-wc-shop-hero p {
  max-width: 68ch;
  color: rgba(239,232,216,.76) !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

/* Product search */
.ab-wc-product-search {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: clamp(18px, 2vw, 28px) 0;
}

.ab-wc-product-search input[type="search"] {
  min-height: 50px;
  border: 1px solid rgba(239,232,216,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.72);
  color: #efe8d8;
  padding: .85rem 1.15rem;
}

.ab-wc-product-search input[type="search"]::placeholder {
  color: rgba(239,232,216,.5);
}

.ab-wc-product-search button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f3c400;
  color: #080808;
  padding: .85rem 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Category chips */
.ab-wc-shop-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ab-wc-shop-chips a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(239,232,216,.2);
  border-radius: 999px;
  background: rgba(239,232,216,.045);
  color: #efe8d8 !important;
  padding: .72rem 1rem;
  text-decoration: none !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ab-wc-shop-chips a:hover,
.ab-wc-shop-chips a:focus-visible {
  background: #f3c400;
  color: #080808 !important;
}

/* Woo result count + sorting */
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering {
  float: none !important;
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count {
  width: min(100% - 28px, 1480px);
  max-width: 1480px;
  margin: 0 auto 14px !important;
  color: rgba(239,232,216,.56) !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering {
  width: min(100% - 28px, 1480px);
  max-width: 1480px;
  margin: 0 auto 24px !important;
  text-align: right;
}

body.woocommerce-shop .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select {
  min-height: 48px;
  min-width: 230px;
  border: 1px solid rgba(239,232,216,.24) !important;
  border-radius: 999px !important;
  background: #101014 !important;
  color: #efe8d8 !important;
  padding-inline: 1rem !important;
}

/* Archive product grid */
body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products {
  width: min(100% - 28px, 1480px);
  max-width: 1480px;
  margin: 0 auto clamp(38px, 5vw, 84px) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 1.7vw, 28px) !important;
}

@media (max-width: 980px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.woocommerce-shop .woocommerce-ordering,
  body.post-type-archive-product .woocommerce-ordering {
    text-align: left;
  }
}

@media (max-width: 680px) {
  body.woocommerce-shop .ab-wc-shop-hero {
    width: calc(100% - 24px);
    padding: 24px;
  }

  body.woocommerce-shop .ab-wc-shop-hero h1 {
    font-size: clamp(3rem, 15vw, 5.4rem) !important;
  }

  .ab-wc-product-search {
    grid-template-columns: 1fr;
  }

  .ab-wc-product-search button {
    width: 100%;
  }

  .ab-wc-shop-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-wc-shop-chips a {
    justify-content: center;
    text-align: center;
  }
}



/* ==========================================================
   APPARELLY BLANK — V43 WooCommerce Template Override Shop Design
========================================================== */

body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag {
  background: #080808 !important;
}

body.woocommerce-shop .hero-section,
body.post-type-archive-product .hero-section,
body.tax-product_cat .hero-section,
body.tax-product_tag .hero-section,
body.woocommerce-shop .ct-page-title,
body.post-type-archive-product .ct-page-title,
body.tax-product_cat .ct-page-title,
body.tax-product_tag .ct-page-title,
body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header,
body.woocommerce-shop .page-title,
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title {
  display: none !important;
}

.ab-shop-archive-v43 {
  min-height: 100vh;
  background:
    radial-gradient(circle at 85% 6%, rgba(243,196,0,.14), transparent 28%),
    radial-gradient(circle at 6% 26%, rgba(31,107,67,.16), transparent 32%),
    radial-gradient(circle at 84% 60%, rgba(179,38,30,.12), transparent 34%),
    linear-gradient(180deg, #080808 0%, #101014 46%, #080808 100%);
  color: #efe8d8;
  overflow: hidden;
}

/* Stage hero */
.ab-shop-stage-v43 {
  width: min(100% - 28px, 1640px);
  margin: clamp(18px, 3vw, 54px) auto clamp(18px, 2.8vw, 44px);
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(239,232,216,.075), rgba(239,232,216,.018)),
    #101014;
  box-shadow: 0 34px 110px rgba(0,0,0,.36);
  position: relative;
  isolation: isolate;
}

.ab-shop-stage-v43::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(243,196,0,.55), transparent 24%, rgba(31,107,67,.28), transparent 64%, rgba(179,38,30,.4));
  opacity: .42;
  z-index: -1;
}

.ab-shop-stage-v43__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(20px, 4vw, 72px);
  align-items: stretch;
  min-height: clamp(430px, 46vw, 680px);
  padding: clamp(26px, 5vw, 86px);
}

.ab-shop-stage-v43__copy {
  align-self: center;
  max-width: 880px;
}

.ab-kicker {
  margin: 0 0 .85rem;
  color: #f3c400 !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ab-shop-stage-v43 h1 {
  max-width: 9ch;
  margin: 0 0 1rem !important;
  color: #efe8d8 !important;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(4rem, 9vw, 11.5rem) !important;
  line-height: .78 !important;
  letter-spacing: -.07em !important;
  text-transform: uppercase;
}

.ab-shop-stage-v43 p {
  max-width: 66ch;
  color: rgba(239,232,216,.76) !important;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.55;
}

.ab-shop-stage-v43__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(18px, 2vw, 28px);
}

.ab-v43-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .85rem 1.12rem;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.ab-v43-btn--primary {
  background: #f3c400;
  color: #080808 !important;
}

.ab-v43-btn--ghost {
  border: 1px solid rgba(239,232,216,.25);
  background: rgba(239,232,216,.045);
  color: #efe8d8 !important;
}

/* Abstract fit visual */
.ab-shop-stage-v43__visual {
  position: relative;
  min-height: 380px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(243,196,0,.18), transparent 24%),
    radial-gradient(circle at 32% 70%, rgba(31,107,67,.18), transparent 30%),
    radial-gradient(circle at 72% 62%, rgba(179,38,30,.16), transparent 28%),
    rgba(8,8,8,.6);
  border: 1px solid rgba(239,232,216,.12);
}

.ab-v43-orbit {
  position: absolute;
  border: 1px solid rgba(239,232,216,.16);
  border-radius: 999px;
  transform: rotate(-12deg);
}

.ab-v43-orbit--one {
  width: 86%;
  height: 42%;
  left: 7%;
  top: 26%;
}

.ab-v43-orbit--two {
  width: 68%;
  height: 68%;
  left: 16%;
  top: 14%;
  transform: rotate(22deg);
}

.ab-v43-stack-card {
  position: absolute;
  width: min(56%, 280px);
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(239,232,216,.18);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.09), rgba(239,232,216,.025)),
    rgba(8,8,8,.82);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
}

.ab-v43-stack-card span {
  color: #f3c400;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.ab-v43-stack-card strong {
  display: block;
  margin-top: 16px;
  color: #efe8d8;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .85;
}

.ab-v43-stack-card small {
  display: block;
  margin-top: 6px;
  color: rgba(239,232,216,.56);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ab-v43-stack-card--top {
  top: 10%;
  left: 8%;
}

.ab-v43-stack-card--mid {
  top: 35%;
  right: 8%;
}

.ab-v43-stack-card--low {
  bottom: 9%;
  left: 18%;
}

/* Marquee */
.ab-shop-marquee-v43 {
  border-top: 1px solid rgba(239,232,216,.12);
  border-bottom: 1px solid rgba(239,232,216,.12);
  overflow: hidden;
  background: rgba(8,8,8,.52);
}

.ab-shop-marquee-v43 div {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 13px 0;
  animation: abMarqueeV43 24s linear infinite;
}

.ab-shop-marquee-v43 span {
  color: rgba(239,232,216,.72);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes abMarqueeV43 {
  from { transform: translateX(24px); }
  to { transform: translateX(-50%); }
}

/* Search and chips */
.ab-shop-tools-v43 {
  display: grid;
  grid-template-columns: minmax(280px, 620px) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: center;
  padding: clamp(18px, 2.6vw, 34px) clamp(20px, 4vw, 64px) clamp(22px, 3vw, 44px);
}

.ab-shop-search-v43 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.ab-shop-search-v43 input[type="search"] {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(239,232,216,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.72);
  color: #efe8d8;
  padding: .85rem 1.15rem;
}

.ab-shop-search-v43 button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: #f3c400;
  color: #080808;
  padding: .85rem 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ab-shop-chips-v43 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ab-shop-chips-v43 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(239,232,216,.2);
  border-radius: 999px;
  background: rgba(239,232,216,.045);
  color: #efe8d8 !important;
  padding: .72rem 1rem;
  text-decoration: none !important;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ab-shop-chips-v43 a:hover,
.ab-shop-chips-v43 a:focus-visible {
  background: #f3c400;
  color: #080808 !important;
}

/* Fit guidance */
.ab-shop-proof-v43 {
  width: min(100% - 28px, 1640px);
  margin: 0 auto clamp(18px, 2.6vw, 42px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}

.ab-shop-proof-v43 article {
  min-height: 170px;
  padding: clamp(18px, 2.2vw, 34px);
  border: 1px solid rgba(239,232,216,.13);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.05), rgba(239,232,216,.015)),
    #101014;
}

.ab-shop-proof-v43 span {
  color: #f3c400;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.ab-shop-proof-v43 strong {
  display: block;
  margin-top: 14px;
  color: #efe8d8;
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-shop-proof-v43 p {
  margin: 10px 0 0;
  color: rgba(239,232,216,.68);
  line-height: 1.48;
}

/* Loop shell */
.ab-shop-loop-shell-v43 {
  width: min(100% - 28px, 1640px);
  margin: 0 auto clamp(44px, 6vw, 96px);
}

.ab-shop-loop-top-v43 {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: clamp(16px, 2vw, 28px);
}

.ab-shop-loop-top-v43 .woocommerce-result-count {
  float: none !important;
  margin: 0 !important;
  color: rgba(239,232,216,.56) !important;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ab-shop-loop-top-v43 .woocommerce-ordering {
  float: none !important;
  margin: 0 !important;
}

.ab-shop-loop-top-v43 select {
  min-height: 48px;
  min-width: 230px;
  border: 1px solid rgba(239,232,216,.24) !important;
  border-radius: 999px !important;
  background: #101014 !important;
  color: #efe8d8 !important;
  padding-inline: 1rem !important;
}

/* Product grid */
.ab-shop-loop-shell-v43 ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 1.5vw, 26px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ab-shop-loop-shell-v43 ul.products::before,
.ab-shop-loop-shell-v43 ul.products::after {
  display: none !important;
}

/* Custom product cards */
.ab-product-card-v43 {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(239,232,216,.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(239,232,216,.045), rgba(239,232,216,.014)),
    #101014;
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ab-product-card-v43:hover {
  transform: translateY(-4px);
  border-color: rgba(243,196,0,.42);
  box-shadow: 0 28px 90px rgba(0,0,0,.36);
}

.ab-product-card-v43__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #050505;
  text-decoration: none !important;
}

.ab-product-card-v43__media img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 !important;
  transition: transform .28s ease, filter .28s ease;
}

.ab-product-card-v43:hover .ab-product-card-v43__media img {
  transform: scale(1.035);
  filter: contrast(1.06);
}

.ab-product-card-v43__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  border-radius: 999px;
  background: #f3c400;
  color: #080808;
  padding: .38rem .62rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ab-product-card-v43__hover {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  border: 1px solid rgba(239,232,216,.22);
  border-radius: 999px;
  background: rgba(8,8,8,.72);
  color: #efe8d8;
  padding: .45rem .65rem;
  font-size: .62rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .2s ease, transform .2s ease;
}

.ab-product-card-v43:hover .ab-product-card-v43__hover {
  opacity: 1;
  transform: none;
}

.ab-product-card-v43__body {
  padding: 14px 14px 16px;
}

.ab-product-card-v43 .woocommerce-loop-product__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: .9rem !important;
  line-height: 1.25;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ab-product-card-v43 .woocommerce-loop-product__title a {
  color: #efe8d8 !important;
  text-decoration: none !important;
}

.ab-product-card-v43 .price {
  display: block;
  margin-top: 8px;
  color: #f3c400 !important;
  font-weight: 950;
}

.ab-product-card-v43__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.ab-product-card-v43__meta span {
  border: 1px solid rgba(239,232,216,.14);
  border-radius: 999px;
  color: rgba(239,232,216,.62);
  padding: .3rem .45rem;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ab-product-card-v43__cta {
  margin-top: 12px;
}

.ab-product-card-v43__cta .button,
.ab-product-card-v43__cta a.button {
  width: 100%;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f3c400 !important;
  color: #080808 !important;
  font-size: .68rem !important;
  font-weight: 950 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
}

/* Pagination */
.ab-shop-loop-shell-v43 .woocommerce-pagination {
  margin-top: clamp(24px, 3vw, 48px);
}

.ab-shop-loop-shell-v43 .page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ab-shop-loop-shell-v43 .page-numbers li {
  list-style: none;
}

.ab-shop-loop-shell-v43 .page-numbers a,
.ab-shop-loop-shell-v43 .page-numbers span {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(239,232,216,.2);
  border-radius: 12px;
  color: #efe8d8;
  text-decoration: none;
}

.ab-shop-loop-shell-v43 .page-numbers .current {
  background: #f3c400;
  color: #080808;
}

/* Mobile */
@media (max-width: 1180px) {
  .ab-shop-stage-v43__grid {
    grid-template-columns: 1fr;
  }

  .ab-shop-stage-v43__visual {
    min-height: 340px;
  }

  .ab-shop-tools-v43 {
    grid-template-columns: 1fr;
  }

  .ab-shop-chips-v43 {
    justify-content: flex-start;
  }

  .ab-shop-loop-shell-v43 ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .ab-shop-proof-v43 {
    grid-template-columns: 1fr;
  }

  .ab-shop-loop-shell-v43 ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ab-shop-loop-top-v43 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-shop-loop-top-v43 select {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .ab-shop-stage-v43,
  .ab-shop-proof-v43,
  .ab-shop-loop-shell-v43 {
    width: calc(100% - 22px);
  }

  .ab-shop-stage-v43__grid {
    padding: 22px;
    min-height: auto;
  }

  .ab-shop-stage-v43 h1 {
    font-size: clamp(3.5rem, 17vw, 5.8rem) !important;
  }

  .ab-shop-stage-v43__visual {
    min-height: 300px;
  }

  .ab-v43-stack-card {
    width: 62%;
    min-height: 112px;
    padding: 14px;
  }

  .ab-v43-stack-card strong {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .ab-shop-tools-v43 {
    padding: 18px;
  }

  .ab-shop-search-v43 {
    grid-template-columns: 1fr;
  }

  .ab-shop-search-v43 button {
    width: 100%;
  }

  .ab-shop-chips-v43 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ab-shop-chips-v43 a {
    justify-content: center;
    text-align: center;
  }

  .ab-product-card-v43__body {
    padding: 11px;
  }

  .ab-product-card-v43 .woocommerce-loop-product__title {
    font-size: .76rem !important;
  }

  .ab-product-card-v43__meta {
    display: none;
  }

  .ab-product-card-v43__cta .button,
  .ab-product-card-v43__cta a.button {
    font-size: .62rem !important;
    min-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-shop-marquee-v43 div,
  .ab-product-card-v43,
  .ab-product-card-v43 *,
  .ab-v43-btn {
    animation: none !important;
    transition: none !important;
  }
}


/* APPARELLY BLANK — Global Yellow Button Contrast Fix */
:root {
  --ablk-yellow: #f3c400;
  --ablk-button-ink: #080808;
}

/* Native Gutenberg filled buttons */
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.wp-block-button:not(.is-style-outline) .wp-element-button,
.ablk-v48-primary .wp-block-button__link,
.ablk-v48-primary .wp-element-button,
.ablk-v60-contact-hero .ablk-v48-primary .wp-block-button__link,
.ablk-contact-v60 .ablk-v48-primary .wp-block-button__link {
  background: var(--ablk-yellow) !important;
  color: var(--ablk-button-ink) !important;
}

/* WooCommerce and theme buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
button.button,
input[type="submit"],
.ct-button,
.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
#place_order {
  color: var(--ablk-button-ink) !important;
}

/* Button inner text/icons should inherit dark text */
.wp-block-button__link *,
.wp-element-button *,
.woocommerce .button *,
.add_to_cart_button *,
.single_add_to_cart_button *,
.checkout-button *,
#place_order * {
  color: inherit !important;
}

/* Hover/focus keeps contrast */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
#place_order:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible,
.wp-block-button:not(.is-style-outline) .wp-element-button:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
.woocommerce input.button:focus-visible,
.add_to_cart_button:focus-visible,
.single_add_to_cart_button:focus-visible,
.checkout-button:focus-visible,
#place_order:focus-visible {
  color: var(--ablk-button-ink) !important;
}

/* Keep outline buttons light on dark backgrounds */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button,
.ablk-v48-secondary .wp-block-button__link {
  background: transparent !important;
  color: #efe8d8 !important;
}
