/*
Theme Name: Chaos Bold
Theme URI: https://chaosfabrics.com
Author: Chaos Fabrics
Description: A WILD new way to shop for fabrics. Bold editorial design — bold colors, massive type, zero compromise.
Version: 1.2.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: chaos-bold
Tags: e-commerce, woocommerce, bold, editorial
*/

/* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root {
  --black:      #0a0a0a;
  --off-black:  #111111;
  --charcoal:   #1a1a1a;
  --dark-card:  #1e1e1e;
  --border:     #2a2a2a;
  --border-lt:  #333333;
  --muted:      #777777;
  --muted-lt:   #999999;
  --light:      #f5f3ef;
  --white:      #ffffff;

  --coral:      #ff4f3b;
  --coral-dk:   #e63e2a;
  --yellow:     #f5c518;
  --teal:       #00c9a7;
  --teal-dk:    #00a889;
  --purple:     #9b5de5;
  --blue:       #3a86ff;
  --pink:       #ff4fd8;
  --lime:       #a8ff3e;
  --orange:     #ff8a00;

  --accent:     var(--pink);

  --font-sans:    'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Bebas Neue', 'Impact', 'Arial Black', sans-serif;

  --radius-sm:  4px;
  --radius:     8px;
  --radius-lg:  16px;
  --radius-xl:  24px;

  --shadow-sm:  0 2px 8px rgba(0,0,0,.4);
  --shadow:     0 8px 32px rgba(0,0,0,.5);
  --shadow-lg:  0 20px 60px rgba(0,0,0,.65);

  --transition: .2s ease;
  --transition-slow: .35s ease;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 12% 12%, rgba(255,79,216,.18) 0%, transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(58,134,255,.18) 0%, transparent 36%),
    radial-gradient(circle at 86% 86%, rgba(0,201,167,.16) 0%, transparent 34%),
    radial-gradient(circle at 14% 84%, rgba(245,197,24,.15) 0%, transparent 35%),
    #0b0b12;
  color: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: opacity var(--transition); }
a:hover { opacity: .8; }
:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { font-family: var(--font-sans); }
input, textarea, select { font-family: var(--font-sans); }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: .02em;
  line-height: 1.0;
  text-transform: uppercase;
  color: var(--white);
}

/* =========================================================
   LAYOUT
   ========================================================= */
.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 48px;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition);
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1;
}
.btn:hover { box-shadow: 0 8px 28px rgba(0,0,0,.45); opacity: 1 !important; }
.btn:active { transform: translateY(0); }

.btn-primary   {
  background: #3a86ff;
  color: #fff !important;
  border-color: #3a86ff;
}
.btn-primary:hover {
  background: #2f73dd;
  border-color: #2f73dd;
}
.btn-outline   { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.4); }
.btn-outline:hover { border-color: #fff; }
.btn-yellow    { background: var(--yellow); color: var(--black) !important; border-color: var(--yellow); }
.btn-yellow:hover { background: #ddb015; border-color: #ddb015; }
.btn-teal      { background: var(--teal);   color: var(--black) !important; border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dk); border-color: var(--teal-dk); }
.btn-coral     { background: var(--coral); color: #fff !important; border-color: var(--coral); }
.btn-coral:hover { background: var(--coral-dk); border-color: var(--coral-dk); }
.btn-purple    { background: var(--purple); color: #fff !important; border-color: var(--purple); }
.btn-purple:hover { background: #7c3fd4; border-color: #7c3fd4; }
.btn-lime      { background: var(--lime); color: var(--black) !important; border-color: var(--lime); }
.btn-lime:hover { background: #8dde2a; border-color: #8dde2a; }
.btn-orange    { background: var(--orange); color: var(--black) !important; border-color: var(--orange); }
.btn-orange:hover { background: #e07500; border-color: #e07500; }
.btn-sm  { padding: 10px 20px; font-size: 12px; }
.btn-lg  { padding: 18px 36px; font-size: 14px; }
.btn-xl  { padding: 20px 44px; font-size: 15px; }
.btn-block { width: 100%; }

/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */
#cb-announce {
  background: linear-gradient(90deg, #ff4fd8 0%, #3a86ff 35%, #00c9a7 67%, #f5c518 100%);
  color: #0a1020;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 16px;
  position: relative;
  z-index: 100;
}

/* =========================================================
   HEADER
   ========================================================= */
#cb-header {
  background: linear-gradient(90deg, rgba(34,10,54,.88) 0%, rgba(18,24,60,.88) 40%, rgba(8,50,56,.88) 100%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.14);
  position: sticky;
  top: 0;
  z-index: 998;
}
#cb-header .container {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 68px;
}

/* Logo */
#cb-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  max-width: 220px;
  overflow: hidden;
}
.cb-logo-img {
  height: 44px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
  animation: logo-neon-glow 4s ease-in-out infinite, logo-drop-in .6s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes logo-neon-glow {
  0%, 100% { filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)) drop-shadow(0 0 12px rgba(1,205,254,.0)); }
  50%      { filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)) drop-shadow(0 0 16px rgba(1,205,254,.35)); }
}
@keyframes logo-drop-in {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}
#cb-logo img {
  height: 44px !important;
  width: auto !important;
  max-width: 220px !important;
}
/* Slightly reduced logo on WooCommerce pages (product/shop/cart/checkout) */
.woocommerce .cb-logo-img,
.woocommerce-page .cb-logo-img,
.woocommerce .cb-logo-img,
.woocommerce-page #cb-logo img {
  height: 38px !important;
  max-width: 190px !important;
}

/* Desktop nav */
#cb-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
}
#cb-nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
}
#cb-nav a:hover, #cb-nav a.active {
  color: #fff;
  background: rgba(255,255,255,.08);
  opacity: 1;
}
#cb-nav .nav-hot { color: var(--coral) !important; }
#cb-nav .nav-hot:hover { background: rgba(255,79,59,.12); }

/* Search */
#cb-search {
  flex: 1;
  max-width: 300px;
  position: relative;
}
#cb-search form { display: flex; position: relative; }
#cb-search input[type="search"],
#cb-search input[type="text"] {
  width: 100% !important;
  background: rgba(255,255,255,.07) !important;
  border: 1px solid var(--border-lt) !important;
  border-radius: 99px !important;
  padding: 10px 18px 10px 42px !important;
  color: #fff !important;
  font-size: 13px !important;
  outline: none !important;
  transition: border-color var(--transition), background var(--transition) !important;
  box-shadow: none !important;
  appearance: none;
}
#cb-search input:focus { border-color: var(--teal) !important; background: rgba(255,255,255,.1) !important; }
#cb-search input::placeholder { color: var(--muted) !important; }
#cb-search label { display: none; }
#cb-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 13px;
  pointer-events: none;
  z-index: 1;
}
#cb-search button[type="submit"],
#cb-search input[type="submit"] { display: none !important; }

/* Header actions */
#cb-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
#cb-actions a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.65);
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
}
#cb-actions a:hover { color: #fff; background: rgba(255,255,255,.08); opacity: 1; }
#cb-cart-btn {
  background: var(--coral) !important;
  color: #fff !important;
  border-radius: var(--radius) !important;
  position: relative;
}
#cb-cart-btn:hover { background: var(--coral-dk) !important; }
#cb-cart-count {
  position: absolute;
  top: -5px; right: -5px;
  background: var(--yellow);
  color: var(--black);
  font-size: 9px;
  font-weight: 900;
  min-width: 18px; height: 18px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

/* Mobile toggle */
#cb-menu-toggle {
  display: none;
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 8px 12px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: auto;
}

/* Mobile nav drawer */
#cb-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--off-black);
  z-index: 9999;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
}
#cb-mobile-nav.open { display: flex; }
#cb-mobile-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
#cb-mobile-logo {
  display: inline-flex;
  align-items: center;
}
.cb-mobile-logo-img {
  height: 40px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.35));
}
#cb-mobile-close {
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: var(--radius-sm);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 8px 14px;
  line-height: 1;
}
.cb-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
}
.cb-mobile-links a {
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  padding: 12px 8px;
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.cb-mobile-links a > span:last-child {
  margin-left: auto;
  font-size: 24px;
  opacity: .4;
}
.cb-mobile-links a:hover { color: #fff; opacity: 1; }
.cb-mobile-links a.hot { color: var(--coral); }
.cb-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.cb-mobile-search {
  position: relative;
  margin-bottom: 16px;
}
.cb-mobile-search input {
  width: 100%;
  background: var(--charcoal);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius);
  padding: 14px 18px 14px 44px;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.cb-mobile-search input::placeholder { color: var(--muted); }
.cb-mobile-search .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}

/* =========================================================
   HERO
   ========================================================= */
#cb-hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 88vh;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.cb-hero-text {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,79,216,.16) 0%, transparent 35%),
    radial-gradient(circle at 70% 80%, rgba(58,134,255,.14) 0%, transparent 40%),
    #090a12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 64px;
}
.cb-hero-text .section-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cb-hero-text .section-label::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--teal);
  display: inline-block;
}
.cb-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 140px);
  line-height: .9;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.cb-hero-h1 .line-cyan    { color: #ff71ce; display: block; text-shadow: 0 0 24px rgba(255,113,206,.35), 0 0 60px rgba(255,113,206,.12); animation: hero-glow-pink 3s ease-in-out infinite; }
.cb-hero-h1 .line-fuchsia { color: #01cdfe; display: block; text-shadow: 0 0 24px rgba(1,205,254,.35), 0 0 60px rgba(1,205,254,.12); animation: hero-glow-cyan 3s ease-in-out infinite 0.5s; }
.cb-hero-h1 .line-lime    { color: #05ffa1; display: block; text-shadow: 0 0 24px rgba(5,255,161,.35), 0 0 60px rgba(5,255,161,.12); animation: hero-glow-mint 3s ease-in-out infinite 1s; }
.cb-hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  line-height: 1.75;
  max-width: 440px;
  margin-bottom: 40px;
}
.cb-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero image panel */
.cb-hero-visual {
  position: relative;
  overflow: hidden;
}
.cb-hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(9,10,18,1) 0%, rgba(9,10,18,.82) 18%, rgba(9,10,18,.35) 46%, rgba(0,0,0,0) 68%),
    radial-gradient(circle at 78% 16%, rgba(255,99,231,.24) 0%, transparent 35%),
    radial-gradient(circle at 88% 78%, rgba(58,134,255,.22) 0%, transparent 38%);
  z-index: 1;
}
.cb-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.3) brightness(0.85);
}
.cb-hero-badge {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 3;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cb-hero-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }

/* =========================================================
   TICKER
   ========================================================= */
#cb-ticker {
  background: var(--charcoal);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  padding: 16px 0;
  user-select: none;
}
.cb-ticker-inner {
  display: flex;
  width: max-content;
  animation: ticker-scroll 30s linear infinite;
}
.cb-ticker-inner:hover { animation-play-state: paused; }
.cb-ticker-item {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 32px;
  color: rgba(255,255,255,.3);
  display: flex;
  align-items: center;
  gap: 32px;
}
.cb-ticker-item::after {
  content: '✦';
  font-size: 12px;
  color: var(--coral);
  opacity: .8;
}
.cb-ticker-item .hot   { color: var(--coral); }
.cb-ticker-item .gold  { color: var(--yellow); }
.cb-ticker-item .teal  { color: var(--teal); }
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================================================
   TRUST STRIP
   ========================================================= */
#cb-trust {
  background: var(--charcoal);
  border-bottom: 1px solid var(--border);
  padding: 56px 0;
}
.cb-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.cb-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.cb-trust-icon {
  font-size: 32px;
  line-height: 1;
  flex-shrink: 0;
}
.cb-trust-body {}
.cb-trust-title {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
}
.cb-trust-desc {
  font-size: 13px;
  color: var(--muted-lt);
  line-height: 1.5;
}

/* =========================================================
   SECTION HEADERS
   ========================================================= */
.cb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}
.cb-section-head h2 {
  font-size: clamp(36px, 5vw, 64px);
  background: linear-gradient(90deg, #ffffff 0%, #ff9df2 34%, #8de8ff 65%, #ffe07a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.cb-section-head .view-all {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--teal);
  flex-shrink: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color var(--transition);
}
.cb-section-head .view-all:hover { border-bottom-color: var(--teal); opacity: 1; }

/* Section padding */
.cb-section { padding: 80px 0; }
.cb-section-sm { padding: 56px 0; }

/* =========================================================
   WOOCOMMERCE PRODUCT GRID
   ========================================================= */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: both !important;
}
/* Remove Woo clearfix pseudo-elements that become ghost grid cells */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition) !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-lg) !important;
  border-color: var(--border-lt) !important;
}

/* Product image */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: transform var(--transition-slow) !important;
}
.woocommerce ul.products li.product:hover img { transform: scale(1.06) !important; }

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 16px 18px 4px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  flex: 1 !important;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price bdi {
  font-family: var(--font-display) !important;
  font-size: 24px !important;
  color: var(--yellow) !important;
  padding: 2px 18px 0 !important;
  display: block !important;
  background: none !important;
  line-height: 1.2 !important;
  letter-spacing: .02em !important;
}
.woocommerce ul.products li.product .price ins { text-decoration: none !important; }
.woocommerce ul.products li.product .price del {
  font-size: 14px !important;
  color: var(--muted) !important;
  display: block !important;
}

/* Product card attribute tags (Content, Width, Pattern) */
.cb-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px 18px 4px;
}
.cb-card-tag {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 99px;
  white-space: nowrap;
  line-height: 1.3;
}
.cb-tag-content {
  background: rgba(0,201,167,.12);
  color: var(--teal);
  border: 1px solid rgba(0,201,167,.25);
}
.cb-tag-width {
  background: rgba(58,134,255,.12);
  color: var(--blue);
  border: 1px solid rgba(58,134,255,.25);
}
.cb-tag-pattern {
  background: rgba(155,93,229,.12);
  color: var(--purple);
  border: 1px solid rgba(155,93,229,.25);
}

/* ATC button — cycling rainbow colors */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: block !important;
  margin: 14px 16px 16px !important;
  border: none !important;
  border-radius: var(--radius) !important;
  padding: 12px 16px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  cursor: pointer !important;
  line-height: 1.4 !important;
  width: calc(100% - 32px) !important;
  transition: transform .25s cubic-bezier(.22,.68,0,1.4), box-shadow .25s ease, filter .2s ease !important;
}
/* 1 — Teal */
.woocommerce ul.products li.product:nth-child(6n+1) .button,
.woocommerce ul.products li.product:nth-child(6n+1) a.button,
.woocommerce ul.products li.product:nth-child(6n+1) .add_to_cart_button {
  background: #00c9a7 !important; color: #092025 !important;
}
.woocommerce ul.products li.product:nth-child(6n+1) .button:hover {
  background: #00a889 !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(0,201,167,.45) !important;
}
/* 2 — Coral */
.woocommerce ul.products li.product:nth-child(6n+2) .button,
.woocommerce ul.products li.product:nth-child(6n+2) a.button,
.woocommerce ul.products li.product:nth-child(6n+2) .add_to_cart_button {
  background: #ff4f3b !important; color: #fff !important;
}
.woocommerce ul.products li.product:nth-child(6n+2) .button:hover {
  background: #e63e2a !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(255,79,59,.45) !important;
}
/* 3 — Purple */
.woocommerce ul.products li.product:nth-child(6n+3) .button,
.woocommerce ul.products li.product:nth-child(6n+3) a.button,
.woocommerce ul.products li.product:nth-child(6n+3) .add_to_cart_button {
  background: #9b5de5 !important; color: #fff !important;
}
.woocommerce ul.products li.product:nth-child(6n+3) .button:hover {
  background: #7c3fd4 !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(155,93,229,.45) !important;
}
/* 4 — Blue */
.woocommerce ul.products li.product:nth-child(6n+4) .button,
.woocommerce ul.products li.product:nth-child(6n+4) a.button,
.woocommerce ul.products li.product:nth-child(6n+4) .add_to_cart_button {
  background: #3a86ff !important; color: #fff !important;
}
.woocommerce ul.products li.product:nth-child(6n+4) .button:hover {
  background: #2f73dd !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(58,134,255,.45) !important;
}
/* 5 — Yellow */
.woocommerce ul.products li.product:nth-child(6n+5) .button,
.woocommerce ul.products li.product:nth-child(6n+5) a.button,
.woocommerce ul.products li.product:nth-child(6n+5) .add_to_cart_button {
  background: #f5c518 !important; color: #0a0a0a !important;
}
.woocommerce ul.products li.product:nth-child(6n+5) .button:hover {
  background: #ddb015 !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(245,197,24,.45) !important;
}
/* 6 — Pink */
.woocommerce ul.products li.product:nth-child(6n+6) .button,
.woocommerce ul.products li.product:nth-child(6n+6) a.button,
.woocommerce ul.products li.product:nth-child(6n+6) .add_to_cart_button {
  background: #ff4fd8 !important; color: #fff !important;
}
.woocommerce ul.products li.product:nth-child(6n+6) .button:hover {
  background: #e63ec2 !important; transform: translateY(-3px) !important; box-shadow: 0 8px 24px rgba(255,79,216,.45) !important;
}

/* Woocommerce star rating */
.woocommerce .star-rating { color: var(--yellow); }

/* =========================================================
   EDITORIAL SPLIT
   ========================================================= */
.cb-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--charcoal);
  border: 1px solid var(--border);
}
.cb-split-img {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.cb-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.2) brightness(.85);
}
.cb-split-img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.55) 0%, transparent 65%);
}
.cb-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
}
.cb-split-content .section-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.cb-split-content h2 {
  font-size: clamp(36px, 4vw, 60px);
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.cb-split-content h2 em { color: var(--coral); font-style: normal; }
.cb-split-content p {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 28px;
}
.cb-split-content ul {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cb-split-content ul li {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}
.cb-split-content ul li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}

/* =========================================================
   PROMO TILES
   ========================================================= */
.cb-promo-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cb-promo-tile {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: transform var(--transition-slow);
}
.cb-promo-tile:hover { transform: translateY(-6px); }
.cb-promo-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.cb-promo-tile:hover img { transform: scale(1.07); }
.cb-promo-tile .tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.15) 55%, transparent 100%);
}
.cb-promo-tile .tile-body {
  position: relative;
  z-index: 2;
  padding: 28px 28px;
}
.cb-promo-tile .tile-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 8px;
}
.cb-promo-tile h3 {
  font-size: clamp(26px, 3.5vw, 42px);
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

/* Color tiles (no image needed) */
.cb-tile-coral  { background: linear-gradient(155deg, #c0392b 0%, #ff6b35 100%); }
.cb-tile-teal   { background: linear-gradient(155deg, #0077a8 0%, #00c9a7 100%); }
.cb-tile-purple { background: linear-gradient(155deg, #6b21a8 0%, #9b5de5 100%); }
.cb-tile-gold   { background: linear-gradient(155deg, #b45309 0%, #f5c518 100%); }
.cb-tile-navy   { background: linear-gradient(155deg, #0f172a 0%, #3a86ff 100%); }

/* =========================================================
   COLOR RUSH (shoppable bright chaos section)
   ========================================================= */
.cb-color-rush {
  padding: 56px 0 48px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255,79,216,.34) 0%, transparent 36%),
    radial-gradient(circle at 92% 10%, rgba(58,134,255,.34) 0%, transparent 37%),
    radial-gradient(circle at 45% 92%, rgba(245,197,24,.30) 0%, transparent 44%),
    radial-gradient(circle at 78% 70%, rgba(0,201,167,.24) 0%, transparent 42%);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cb-rush-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}
.cb-rush-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  transition: transform var(--transition), box-shadow var(--transition), opacity var(--transition);
}
.cb-rush-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); opacity: 1; }
.chip-green { background: linear-gradient(135deg,#1f8f5f,#29d17a); }
.chip-red   { background: linear-gradient(135deg,#d7263d,#ff6b6b); }
.chip-blue  { background: linear-gradient(135deg,#2c56f4,#39a0ff); }
.chip-white { background: linear-gradient(135deg,#7d8794,#adb5bd); }
.chip-deals { background: linear-gradient(135deg,#f08c00,#f5c518); color:#111; }

.cb-rush-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.cb-rush-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
}
.cb-rush-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.cb-rush-card:hover img { transform: scale(1.06); }
.cb-rush-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 5%, rgba(0,0,0,.28) 55%, transparent 100%);
}
.cb-rush-text {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cb-rush-text span {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
  font-weight: 700;
}
.cb-rush-text strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-display);
}

/* =========================================================
   FULL-BLEED FABRIC FEATURE
   ========================================================= */
.cb-full-bleed {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin: 44px 0 20px;
  overflow: hidden;
}
.cb-full-bleed > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(1.2) brightness(.7);
}
.cb-full-bleed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.35) 52%, rgba(0,0,0,.1) 100%);
  display: flex;
  align-items: center;
}
.cb-full-bleed-content { max-width: 700px; padding: 20px 0; }
.cb-full-bleed-content h2 {
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: .98;
  margin-bottom: 14px;
}
.cb-full-bleed-content p {
  font-size: 16px;
  color: rgba(255,255,255,.84);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* =========================================================
   SWATCH CTA BAND
   ========================================================= */
.cb-swatch-band {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,79,216,.28) 0%, transparent 38%),
    radial-gradient(circle at 82% 18%, rgba(58,134,255,.24) 0%, transparent 40%),
    radial-gradient(circle at 50% 92%, rgba(245,197,24,.22) 0%, transparent 45%),
    linear-gradient(135deg, #111229 0%, #20204a 45%, #132b2f 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-xl);
  padding: 72px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.cb-swatch-band::before {
  content: '';
  position: absolute;
  top: -100px; right: -60px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,79,59,.18) 0%, transparent 65%);
  pointer-events: none;
}
.cb-swatch-band::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 40%;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,201,167,.15) 0%, transparent 65%);
  pointer-events: none;
}
.cb-swatch-text h2 {
  font-size: clamp(36px, 5vw, 68px);
  color: #fff;
  margin-bottom: 16px;
}
.cb-swatch-text h2 span { color: var(--teal); }
.cb-swatch-text p {
  font-size: 16px;
  color: rgba(255,255,255,.6);
  max-width: 500px;
  line-height: 1.75;
}
.cb-swatch-cta { flex-shrink: 0; position: relative; z-index: 1; }

/* =========================================================
   FOOTER
   ========================================================= */
#cb-footer {
  background: linear-gradient(180deg, rgba(20,16,34,.95) 0%, rgba(16,22,40,.98) 100%);
  border-top: 1px solid rgba(255,255,255,.14);
  padding: 72px 0 32px;
}
.cb-footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1.3fr;
  gap: 56px;
  margin-bottom: 56px;
}
.cb-footer-brand-logo {
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1;
}
.cb-footer-brand-logo span { color: var(--coral); }
.cb-footer-brand p {
  font-size: 14px;
  color: var(--muted-lt);
  line-height: 1.8;
  max-width: 300px;
  margin-bottom: 24px;
}
.cb-footer-socials { display: flex; gap: 10px; }
.cb-social-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--border-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  transition: all var(--transition);
}
.cb-social-btn:hover { background: var(--coral); border-color: var(--coral); color: #fff; opacity: 1; }
.cb-footer-col h4 {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 20px;
}
.cb-footer-col ul li { margin-bottom: 12px; }
.cb-footer-col ul li a {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  transition: color var(--transition);
}
.cb-footer-col ul li a:hover { color: #fff; opacity: 1; }
.cb-footer-contact p {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  margin-bottom: 8px;
  line-height: 1.5;
}
.cb-footer-contact a { color: rgba(255,255,255,.6); }
.cb-footer-contact a:hover { color: #fff; opacity: 1; }
.cb-footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.cb-footer-bottom p, .cb-footer-bottom a {
  font-size: 13px;
  color: var(--muted);
}
.cb-footer-bottom a:hover { color: rgba(255,255,255,.7); opacity: 1; }
.cb-footer-legal { display: flex; gap: 20px; }

/* =========================================================
   WC PAGES — ARCHIVE
   ========================================================= */
.cb-archive-header {
  padding: 56px 0 36px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}
.cb-archive-header h1 {
  font-size: clamp(44px, 7vw, 90px);
  color: #fff;
  line-height: .95;
}
.cb-archive-header p { color: var(--muted-lt); font-size: 15px; margin-top: 12px; }

.cb-archive-wrap { padding: 0 0 80px; }

/* WC pagination */
.woocommerce-pagination { margin-top: 48px; text-align: center; }
.woocommerce-pagination ul {
  display: inline-flex !important;
  gap: 6px !important;
  grid-template-columns: none !important;
}
.woocommerce-pagination ul li { width: auto !important; }
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--charcoal);
  border: 1px solid var(--border-lt);
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,.6) !important;
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition);
}
.woocommerce-pagination ul li a:hover { background: var(--coral); border-color: var(--coral); color: #fff !important; opacity: 1; }
.woocommerce-pagination ul li span.current { background: var(--coral); border-color: var(--coral); color: #fff !important; }

/* WC breadcrumb */
.woocommerce-breadcrumb { color: var(--muted); font-size: 13px; margin-bottom: 0 !important; }
.woocommerce-breadcrumb a { color: var(--muted); }
.woocommerce-breadcrumb a:hover { color: #fff; opacity: 1; }

/* WC notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  background: var(--charcoal) !important;
  border-top-color: var(--teal) !important;
  color: #fff !important;
  border-radius: var(--radius) !important;
}
.woocommerce-message .button { background: var(--coral) !important; color: #fff !important; }

/* =========================================================
   SINGLE PRODUCT
   ========================================================= */
.woocommerce div.product {
  color: var(--white);
  padding: 48px 0 80px;
}
.woocommerce div.product .product_title {
  font-family: var(--font-display) !important;
  font-size: clamp(36px, 5vw, 72px) !important;
  color: #fff !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
  margin-bottom: 16px !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--font-display) !important;
  font-size: 44px !important;
  color: var(--yellow) !important;
  letter-spacing: .02em !important;
  margin-bottom: 24px !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  font-size: 15px;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
  margin-bottom: 24px;
}
.woocommerce div.product form.cart { margin-bottom: 24px; }
.woocommerce div.product form.cart .qty {
  background: var(--dark-card) !important;
  border: 1px solid var(--border-lt) !important;
  border-radius: var(--radius) !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 12px 16px !important;
  height: auto !important;
}
.woocommerce div.product .single_add_to_cart_button {
  background: var(--coral) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--radius) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 16px 36px !important;
  cursor: pointer !important;
  transition: background var(--transition) !important;
}
.woocommerce div.product .single_add_to_cart_button:hover { background: var(--coral-dk) !important; }
.woocommerce-product-gallery { border-radius: var(--radius-lg); overflow: hidden; }

/* Tabs */
.woocommerce div.product .woocommerce-tabs .tabs {
  border-bottom: 1px solid var(--border) !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  display: flex !important;
  gap: 4px !important;
}
.woocommerce div.product .woocommerce-tabs .tabs li {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .tabs li a {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--muted-lt) !important;
  padding: 10px 18px !important;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0 !important;
  display: block !important;
  transition: all var(--transition) !important;
}
.woocommerce div.product .woocommerce-tabs .tabs li.active a {
  color: #fff !important;
  background: var(--dark-card) !important;
  border-bottom: 2px solid var(--coral) !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: var(--dark-card) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 var(--radius) var(--radius) var(--radius) !important;
  padding: 28px !important;
  color: rgba(255,255,255,.75) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

/* Related products */
.related.products > h2,
.upsells.products > h2 {
  font-family: var(--font-display) !important;
  font-size: 40px !important;
  color: #fff !important;
  margin-bottom: 24px !important;
  text-transform: uppercase !important;
}

/* =========================================================
   CART & CHECKOUT
   ========================================================= */
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce { padding: 48px 0 80px; }
.woocommerce table.cart {
  background: var(--dark-card) !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden !important;
  border-collapse: separate !important;
}
.woocommerce table.cart th {
  background: var(--charcoal) !important;
  color: rgba(255,255,255,.5) !important;
  font-size: 11px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  padding: 16px 20px !important;
  border: none !important;
}
.woocommerce table.cart td {
  color: #fff !important;
  border: none !important;
  border-top: 1px solid var(--border) !important;
  padding: 16px 20px !important;
}
.woocommerce .cart-collaterals .cart_totals { background: var(--dark-card); border-radius: var(--radius-lg); padding: 28px; }
.woocommerce .cart-collaterals h2 { color: #fff !important; font-size: 28px !important; margin-bottom: 20px !important; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--coral) !important;
  border-radius: var(--radius) !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}
input[type="text"], input[type="email"], input[type="tel"],
input[type="password"], input[type="number"], textarea, select {
  background: var(--dark-card) !important;
  color: var(--white) !important;
  border: 1px solid var(--border-lt) !important;
  border-radius: var(--radius) !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  transition: border-color var(--transition) !important;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--teal) !important;
  outline: none !important;
}
label { color: rgba(255,255,255,.75) !important; font-size: 14px !important; font-weight: 600 !important; }
.woocommerce #payment { background: var(--dark-card) !important; border-radius: var(--radius-lg) !important; }
.woocommerce #payment #place_order {
  background: var(--coral) !important;
  border-radius: var(--radius) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: .08em !important;
  padding: 16px 32px !important;
}

/* =========================================================
   PAGE CONTENT
   ========================================================= */
.cb-page-content { padding: 64px 0 96px; }
.cb-page-content h1 { font-size: clamp(40px, 6vw, 80px); margin-bottom: 24px; }
.cb-page-content h2 { font-size: 32px; margin: 36px 0 16px; }
.cb-page-content h3 { font-size: 24px; margin: 28px 0 12px; }
.cb-page-content p  { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.85; margin-bottom: 16px; }
.cb-page-content a  { color: var(--teal); text-decoration: underline; }
.cb-page-content ul, .cb-page-content ol { padding-left: 22px; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.cb-page-content ul { list-style: disc; }
.cb-page-content ol { list-style: decimal; }
.cb-page-content li { font-size: 15px; line-height: 1.8; margin-bottom: 6px; }

/* =========================================================
   UTILITIES
   ========================================================= */
.section-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
}
.text-coral  { color: var(--coral); }
.text-yellow { color: var(--yellow); }
.text-teal   { color: var(--teal); }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* Promo tiles CTA unify to primary blue for cleaner hierarchy */
.cb-promo-tile .btn.btn-yellow {
  background: #3a86ff;
  border-color: #3a86ff;
  color: #fff !important;
}
.cb-promo-tile:hover .btn.btn-yellow {
  background: #2f73dd;
  border-color: #2f73dd;
}

/* New badge on first two Fresh Drops items */
.home .cb-section ul.products li.product:nth-child(-n+2) a.woocommerce-LoopProduct-link {
  position: relative;
}
.home .cb-section ul.products li.product:nth-child(-n+2) a.woocommerce-LoopProduct-link::before {
  content: 'NEW';
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background: #3a86ff;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 5px 8px;
  border-radius: 999px;
  line-height: 1;
}

/* =========================================================
   RESPONSIVE — TABLET (≤ 1100px)
   ========================================================= */
@media (max-width: 1100px) {
  .container { padding: 0 36px; }

  #cb-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cb-hero-text {
    padding: 64px 24px 48px;
    order: 2;
  }
  .cb-hero-visual {
    order: 1;
    min-height: 50vw;
    max-height: 480px;
  }
  .cb-hero-visual::after {
    background: linear-gradient(to bottom, transparent 40%, var(--black) 100%);
  }
  .cb-hero-badge { bottom: 20px; right: 20px; }

  .cb-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cb-split { grid-template-columns: 1fr; }
  .cb-split-img { min-height: 300px; order: -1; }
  .cb-split-content { padding: 48px 40px; }

  .cb-swatch-band { padding: 56px 48px; }

  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}

/* =========================================================
   RESPONSIVE — MOBILE (≤ 768px)
   ========================================================= */
@media (max-width: 768px) {
  .container { padding: 0 22px; }

  /* Header */
  #cb-header .container { height: 60px; gap: 12px; }
  #cb-logo { display:inline-flex; }
  .cb-logo-img { height: 36px !important; max-width: 170px !important; }
  #cb-logo img { height: 36px !important; max-width: 170px !important; }
  #cb-nav   { display: none; }
  #cb-search { display: none; }
  #cb-actions .account-link { display: none; }
  #cb-menu-toggle { display: flex; }

  /* Cart btn smaller on mobile */
  #cb-cart-btn { padding: 8px 14px !important; font-size: 13px !important; }

  /* Hero — full mobile */
  .cb-hero-text {
    padding: 48px 18px 40px;
    text-align: center;
    align-items: center;
  }
  .cb-hero-h1 { font-size: clamp(56px, 18vw, 100px); }
  .cb-hero-sub { text-align: center; font-size: 15px; }
  .cb-hero-btns { justify-content: center; }
  .cb-hero-text .section-label { justify-content: center; }
  .cb-hero-visual { min-height: 56vw; max-height: 360px; }

  /* Trust strip */
  #cb-trust { padding: 32px 0; }
  .cb-trust-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cb-trust-icon { font-size: 28px; }
  .cb-trust-title { font-size: 14px; }
  .cb-trust-desc { font-size: 12px; }

  /* Ticker */
  .cb-ticker-item { font-size: 18px; padding: 0 24px; }

  /* Section */
  .cb-section { padding: 48px 0; }
  .cb-section-sm { padding: 32px 0; }
  .cb-section-head h2 { font-size: clamp(30px, 9vw, 48px); }

  /* Products — 2 col on mobile */
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; padding: 12px 14px 4px !important; }
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price bdi { font-size: 20px !important; padding: 0 14px !important; }
  .woocommerce ul.products li.product .button { margin: 10px 12px 12px !important; width: calc(100% - 24px) !important; padding: 11px 12px !important; font-size: 11px !important; }

  /* Split */
  .cb-split-content { padding: 36px 28px; }
  .cb-split-content h2 { font-size: 36px; }
  .cb-split-content p { font-size: 14px; }

  /* Promo tiles — stack */
  .cb-promo-tiles { grid-template-columns: 1fr; gap: 12px; }
  .cb-promo-tile { min-height: 220px; }
  .cb-promo-tile h3 { font-size: 32px; }

  /* Color rush (mobile compact mode) */
  .cb-color-rush {
    display: block;
    padding: 24px 0 10px;
  }
  .cb-color-rush .cb-section-head .view-all { display: none; }
  .cb-rush-grid { display: none; }
  .cb-rush-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .cb-rush-chip {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 11px;
    padding: 10px 13px;
    min-height: 44px;
    touch-action: manipulation;
  }

  .cb-section { padding: 40px 0; }
}

/* =========================================================
   BUTTON COLORS — MULTI-COLOR ROASTER
   Each button class gets its own bold identity
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: var(--radius);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    border-color var(--transition),
    color var(--transition);
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.5);
  opacity: 1 !important;
}
.btn:active { transform: translateY(0); }

/* Existing — Blue */
.btn-primary   { background: #3a86ff; color: #fff !important; border-color: #3a86ff; }
.btn-primary:hover { background: #2f73dd; border-color: #2f73dd; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(58,134,255,.5); }

/* Existing — Yellow */
.btn-yellow    { background: var(--yellow); color: var(--black) !important; border-color: var(--yellow); }
.btn-yellow:hover { background: #ddb015; border-color: #ddb015; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(245,197,24,.45); }

/* Existing — Teal */
.btn-teal      { background: var(--teal); color: var(--black) !important; border-color: var(--teal); }
.btn-teal:hover { background: var(--teal-dk); border-color: var(--teal-dk); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,201,167,.45); }

/* NEW — Coral */
.btn-coral     { background: var(--coral); color: #fff !important; border-color: var(--coral); }
.btn-coral:hover { background: var(--coral-dk); border-color: var(--coral-dk); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,79,59,.5); }

/* NEW — Purple */
.btn-purple    { background: var(--purple); color: #fff !important; border-color: var(--purple); }
.btn-purple:hover { background: #7c3fd4; border-color: #7c3fd4; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(155,93,229,.5); }

/* NEW — Lime */
.btn-lime      { background: var(--lime); color: var(--black) !important; border-color: var(--lime); }
.btn-lime:hover { background: #8dde2a; border-color: #8dde2a; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(168,255,62,.45); }

/* NEW — Orange */
.btn-orange    { background: var(--orange); color: var(--black) !important; border-color: var(--orange); }
.btn-orange:hover { background: #e07500; border-color: #e07500; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,138,0,.45); }

/* Outline stays white */
.btn-outline   { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.45); }
.btn-outline:hover { border-color: #fff; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(255,255,255,.15); }

/* Size variants */
.btn-sm  { padding: 10px 20px; font-size: 12px; }
.btn-lg  { padding: 18px 36px; font-size: 14px; }
.btn-xl  { padding: 20px 44px; font-size: 15px; }
.btn-block { width: 100%; }

/* =========================================================
   SLIDER HERO BUTTON — .shop
   ========================================================= */
#bootstrap-touch-slider .shop {
  display: inline-block;
  background: var(--coral) !important;
  color: #fff !important;
  border: 2px solid var(--coral) !important;
  padding: 16px 36px !important;
  border-radius: var(--radius) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  margin-top: 27px;
  cursor: pointer;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    border-color .25s ease !important;
  animation: btn-glow-coral 2.5s ease-in-out infinite;
  text-decoration: none !important;
}
#bootstrap-touch-slider .shop:hover {
  background: var(--coral-dk) !important;
  border-color: var(--coral-dk) !important;
  transform: translateY(-4px) scale(1.04) !important;
  box-shadow: 0 16px 40px rgba(255,79,59,.6) !important;
  opacity: 1 !important;
  animation: none !important;
}
#bootstrap-touch-slider .shop:active {
  transform: translateY(-1px) scale(1.01) !important;
}

/* =========================================================
   TILE / CARD LINKS — each a different color
   ========================================================= */
.chaos-v2-shopby .chaos-v2-tile:nth-child(1) a {
  color: var(--coral) !important;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
  display: inline-block;
}
.chaos-v2-shopby .chaos-v2-tile:nth-child(1) a:hover {
  color: var(--coral-dk) !important;
  transform: translateX(4px);
  text-shadow: 0 0 16px rgba(255,79,59,.5);
  opacity: 1 !important;
}

.chaos-v2-shopby .chaos-v2-tile:nth-child(2) a {
  color: var(--purple) !important;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
  display: inline-block;
}
.chaos-v2-shopby .chaos-v2-tile:nth-child(2) a:hover {
  color: #7c3fd4 !important;
  transform: translateX(4px);
  text-shadow: 0 0 16px rgba(155,93,229,.5);
  opacity: 1 !important;
}

.chaos-v2-shopby .chaos-v2-tile:nth-child(3) a {
  color: var(--teal) !important;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
  display: inline-block;
}
.chaos-v2-shopby .chaos-v2-tile:nth-child(3) a:hover {
  color: var(--teal-dk) !important;
  transform: translateX(4px);
  text-shadow: 0 0 16px rgba(0,201,167,.5);
  opacity: 1 !important;
}

.chaos-v2-shopby .chaos-v2-tile:nth-child(4) a {
  color: var(--lime) !important;
  transition: color .2s ease, transform .2s ease, text-shadow .2s ease;
  display: inline-block;
}
.chaos-v2-shopby .chaos-v2-tile:nth-child(4) a:hover {
  color: #8dde2a !important;
  transform: translateX(4px);
  text-shadow: 0 0 16px rgba(168,255,62,.5);
  opacity: 1 !important;
}

/* =========================================================
   ANIMATIONS — KEYFRAMES
   ========================================================= */

/* Coral glow pulse for hero button */
@keyframes btn-glow-coral {
  0%, 100% { box-shadow: 0 4px 16px rgba(255,79,59,.35); }
  50%       { box-shadow: 0 4px 28px rgba(255,79,59,.65), 0 0 48px rgba(255,79,59,.25); }
}

/* Heading gradient shimmer */
@keyframes heading-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Apply shimmer to section headings */
.cb-section-head h2,
.cb-split-content h2,
.chaos-v2-utility span {
  background: linear-gradient(
    110deg,
    #fff 20%,
    var(--coral) 25%,
    var(--yellow) 35%,
    var(--lime) 45%,
    var(--teal) 55%,
    var(--purple) 65%,
    var(--blue) 75%,
    #fff 90%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heading-shimmer 6s linear infinite;
}

/* Hero text entrance — fade + slide up */
#bootstrap-touch-slider .slide_style_center h1 {
  animation: hero-text-in 0.9s cubic-bezier(.22,.68,0,1.2) both;
}
#bootstrap-touch-slider .slide_style_center h3 {
  animation: hero-text-in 0.9s cubic-bezier(.22,.68,0,1.2) 0.15s both;
}
#bootstrap-touch-slider .slide_style_center .shop {
  animation: hero-text-in 0.9s cubic-bezier(.22,.68,0,1.2) 0.3s both;
}
@keyframes hero-text-in {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Neon Miami hero text glow pulses */
@keyframes hero-glow-pink {
  0%, 100% { text-shadow: 0 0 24px rgba(255,113,206,.35), 0 0 60px rgba(255,113,206,.12); }
  50%      { text-shadow: 0 0 40px rgba(255,113,206,.65), 0 0 80px rgba(255,113,206,.30), 0 0 120px rgba(255,113,206,.10); }
}
@keyframes hero-glow-cyan {
  0%, 100% { text-shadow: 0 0 24px rgba(1,205,254,.35), 0 0 60px rgba(1,205,254,.12); }
  50%      { text-shadow: 0 0 40px rgba(1,205,254,.65), 0 0 80px rgba(1,205,254,.30), 0 0 120px rgba(1,205,254,.10); }
}
@keyframes hero-glow-mint {
  0%, 100% { text-shadow: 0 0 24px rgba(5,255,161,.35), 0 0 60px rgba(5,255,161,.12); }
  50%      { text-shadow: 0 0 40px rgba(5,255,161,.65), 0 0 80px rgba(5,255,161,.30), 0 0 120px rgba(5,255,161,.10); }
}

/* Button pop animation — subtle scale bounce on hover */
.btn:hover, .button:hover, a.button:hover, .add_to_cart_button:hover {
  animation: btn-pop .35s cubic-bezier(.34,1.56,.64,1) !important;
}
@keyframes btn-pop {
  0%   { transform: translateY(-3px) scale(1); }
  50%  { transform: translateY(-3px) scale(1.06); }
  100% { transform: translateY(-3px) scale(1); }
}

/* Product card hover — lift + glow */
.woocommerce ul.products li.product {
  transition: transform .3s ease, box-shadow .3s ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,.55);
  z-index: 2;
}

/* Promo tile hover — scale + glow */
.cb-promo-tile {
  transition: transform .35s cubic-bezier(.22,.68,0,1.4), box-shadow .35s ease;
}
.cb-promo-tile:hover {
  transform: scale(1.03) translateY(-4px);
  box-shadow: 0 24px 56px rgba(0,0,0,.6);
}

/* CTA link hover — underline slide */
.cb-cta-link {
  position: relative;
  display: inline-block;
}
.cb-cta-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width .3s ease;
}
.cb-cta-link:hover::after { width: 100%; }

/* "View All" links — pulse arrow */
.cb-section-head .view-all {
  transition: color .2s ease, transform .2s ease;
}
.cb-section-head .view-all:hover {
  opacity: 1;
  transform: translateX(4px);
}
.cb-section-head .view-all .arrow {
  display: inline-block;
  transition: transform .25s ease;
}
.cb-section-head .view-all:hover .arrow {
  transform: translateX(5px);
}

/* Announcement bar gradient pulse */
#cb-announce {
  animation: announce-gradient 8s ease-in-out infinite;
}
@keyframes announce-gradient {
  0%, 100% { filter: brightness(1); }
  50%       { filter: brightness(1.15); }
}

/* =========================================================
   MOBILE ADJUSTMENTS
   ========================================================= */
@media (max-width: 767px) {
  #bootstrap-touch-slider .shop {
    padding: 13px 26px !important;
    font-size: 11px !important;
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .cb-section-sm { padding: 28px 0; }

  /* Full-bleed feature */
  .cb-full-bleed { min-height: 360px; margin: 34px 0 10px; }
  .cb-full-bleed > img { min-height: 360px; }
  .cb-full-bleed-overlay { background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.72) 100%); align-items: flex-end; }
  .cb-full-bleed-content { padding: 26px 0 30px; }
  .cb-full-bleed-content h2 { font-size: 38px; }
  .cb-full-bleed-content p { font-size: 14px; line-height: 1.6; }

  /* Swatch band */
  .cb-swatch-band {
    flex-direction: column;
    text-align: center;
    padding: 48px 28px;
    gap: 28px;
  }
  .cb-swatch-text p { margin: 0 auto; font-size: 14px; }
  .cb-swatch-cta { width: 100%; }
  .cb-swatch-cta .btn { width: 100%; justify-content: center; }

  /* Footer */
  #cb-footer { padding: 48px 0 24px; }
  .cb-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 36px; }
  .cb-footer-brand { grid-column: 1 / -1; }
  .cb-footer-brand p { max-width: 100%; }
  .cb-footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
  .cb-footer-legal { justify-content: center; }

  /* Announce bar */
  #cb-announce { font-size: 11px; padding: 9px 12px; }

  /* Buttons full-width on very small screens */
  .btn-xl { padding: 16px 28px; font-size: 14px; }
}

/* =========================================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ========================================================= */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .cb-hero-h1 { font-size: clamp(52px, 20vw, 88px); }
  .cb-hero-btns { flex-direction: column; width: 100%; }
  .cb-hero-btns .btn { width: 100%; justify-content: center; }

  .cb-trust-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .cb-trust-icon { font-size: 24px; }
  .cb-trust-title { font-size: 13px; }
  .cb-trust-desc { display: none; }

  .woocommerce ul.products { gap: 10px !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px !important; padding: 10px 12px 4px !important; }
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price bdi { font-size: 18px !important; padding: 0 12px !important; }
  .woocommerce ul.products li.product .button { font-size: 10px !important; letter-spacing: .04em !important; margin: 8px 10px 10px !important; width: calc(100% - 20px) !important; }

  .cb-footer-grid { grid-template-columns: 1fr; }
  .cb-section-head { flex-direction: column; align-items: flex-start; gap: 10px; }

  .cb-promo-tile { min-height: 200px; }

  .cb-rush-chips { gap: 8px; }
  .cb-rush-chip { font-size: 10px; padding: 9px 10px; }
  .cb-rush-card { min-height: 170px; }
  .cb-rush-text strong { font-size: 24px; }

  .cb-full-bleed { min-height: 320px; }
  .cb-full-bleed > img { min-height: 320px; }
  .cb-full-bleed-content h2 { font-size: 32px; }
  .cb-full-bleed-content p { font-size: 13px; }
}

/* =========================================================
   ACCESSIBILITY — REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.1ms !important;
  }
  .cb-ticker-inner { animation: none; transform: none; }
  html { scroll-behavior: auto; }
}
/* ========================================================
   SHOP SIDEBAR FILTERS
   ======================================================== */

/* Shop layout: sidebar + grid */
.cb-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 24px 0 64px;
}

/* Sidebar */
.cb-sidebar {
  position: sticky;
  top: 80px;
  height: fit-content;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background: var(--dark-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  scrollbar-width: thin;
  scrollbar-color: var(--border-lt) transparent;
}

.cb-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.cb-sidebar-header h3 {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
}

.cb-sidebar-close {
  display: none;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
}

/* Filter groups */
.cb-filter-group {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.cb-filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cb-filter-group.collapsed .cb-filter-list,
.cb-filter-group.collapsed .cb-color-filters,
.cb-filter-group.collapsed .cb-price-links {
  display: none;
}

.cb-filter-group.collapsed .cb-filter-toggle {
  transform: rotate(-90deg);
}

/* Filter titles */
.cb-filter-title {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  margin-bottom: 14px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  transition: color var(--transition);
}

.cb-filter-title:hover {
  color: var(--teal) !important;
}

.cb-filter-toggle {
  font-size: 10px;
  color: var(--muted);
  transition: transform var(--transition);
}

/* Category list */
.cb-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cb-filter-list li {
  margin-bottom: 2px;
}

.cb-filter-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  transition: all var(--transition);
  text-decoration: none !important;
}

.cb-filter-list li a:hover {
  background: rgba(255,255,255,.06);
  color: var(--white);
  opacity: 1 !important;
}

.cb-filter-list li a.cb-filter-active {
  background: rgba(0,201,167,.12);
  color: var(--teal);
  font-weight: 700;
}

.cb-filter-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  padding: 2px 8px;
  border-radius: 99px;
  min-width: 24px;
  text-align: center;
}

/* Color swatches */
.cb-color-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cb-color-swatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
  position: relative;
}

.cb-color-swatch:hover {
  transform: scale(1.15);
  border-color: rgba(255,255,255,.5);
  opacity: 1 !important;
}

.cb-color-swatch.cb-filter-active {
  border-color: var(--teal);
  box-shadow: 0 0 12px rgba(0,201,167,.4);
  transform: scale(1.1);
}

.cb-color-label {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  pointer-events: none;
  transition: color var(--transition);
}

.cb-color-swatch:hover .cb-color-label,
.cb-color-swatch.cb-filter-active .cb-color-label {
  color: var(--muted);
}

/* White swatch needs border */
.cb-color-swatch[style*="f7fafc"],
.cb-color-swatch[style*="white"] {
  border-color: rgba(255,255,255,.3);
}

/* Price links */
.cb-price-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cb-price-links a {
  display: block;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.65) !important;
  transition: all var(--transition);
}

.cb-price-links a:hover {
  background: rgba(255,255,255,.06);
  color: var(--white) !important;
  opacity: 1 !important;
}

/* Mobile filter toggle button */
.cb-filter-toggle-btn {
  display: none;
  background: var(--dark-card);
  border: 1px solid var(--border);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: var(--radius);
  cursor: pointer;
  margin-bottom: 16px;
  transition: all var(--transition);
}

.cb-filter-toggle-btn:hover {
  background: rgba(255,255,255,.08);
  border-color: var(--teal);
}

/* ========================================================
   MOBILE RESPONSIVE — SIDEBAR
   ======================================================== */
@media (max-width: 900px) {
  .cb-shop-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cb-sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    z-index: 10000;
    border-radius: 0;
    border: none;
    border-right: 1px solid var(--border);
    transition: left .3s ease;
    padding-top: 16px;
  }

  .cb-sidebar.open {
    left: 0;
  }

  .cb-sidebar-close {
    display: block;
  }

  .cb-filter-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  /* Overlay when sidebar open */
  .cb-sidebar.open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: -1;
  }
}

/* ========================================================
   FILTER WIDGET STYLES (for WC widget area)
   ======================================================== */
.cb-sidebar .widget {
  margin-bottom: 20px;
}

.cb-sidebar .widget h4,
.cb-sidebar .widget .widget-title {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  margin-bottom: 14px !important;
}

.cb-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cb-sidebar .widget ul li {
  margin-bottom: 2px;
}

.cb-sidebar .widget ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.65) !important;
  transition: all var(--transition);
}

.cb-sidebar .widget ul li a:hover {
  background: rgba(255,255,255,.06);
  color: var(--white) !important;
  opacity: 1 !important;
}

.cb-sidebar .widget .count {
  font-size: 11px;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  padding: 2px 8px;
  border-radius: 99px;
}

/* Price filter slider */
.cb-sidebar .price_slider_wrapper {
  padding: 12px;
}

.cb-sidebar .price_slider {
  background: var(--border) !important;
  border-radius: 4px;
}

.cb-sidebar .price_slider .ui-slider-range,
.cb-sidebar .price_slider .ui-slider-handle {
  background: var(--teal) !important;
}

.cb-sidebar .price_slider_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 12px;
}

.cb-sidebar .price_slider_amount .button {
  background: var(--teal);
  color: var(--black);
  border: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
