/* ════════════════════════════════════════════════════════════
   CartePro - Instant Gaming Dark Theme
   v5 - Full dark redesign
════════════════════════════════════════════════════════════ */
:root {
  --bg:           #1a1a1a;
  --surface:      #252525;
  --surface2:     #2e2e2e;
  --border:       #3a3a3a;
  --orange:       #ff6600;
  --orange-hover: #e55a00;
  --text:         #ffffff;
  --muted:        #aaaaaa;
  --green:        #2ecc71;
  --light:        #252525;
  --red:          #e53935;
  --shadow:       0 4px 20px rgba(0,0,0,.4);
  --shadow-lg:    0 12px 40px rgba(0,0,0,.6);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; }
body {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--bg);
  margin: 0;
  overflow-x: hidden;
  max-width: 100%;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); }

/* ── TOP BAR ─────────────────────────────────────────────── */
.topbar {
  background: #0d0d0d;
  color: rgba(255,255,255,.7);
  font-size: .78rem;
  padding: 6px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: .3px;
  border-bottom: 1px solid var(--border);
}
.topbar i { margin: 0 4px; color: var(--orange); }
.topbar-mobile { display: none; }
.topbar-desktop { display: block; }
.topbar-marquee { overflow: hidden; white-space: nowrap; }
.topbar-marquee span {
  display: inline-block;
  animation: marquee 18s linear infinite;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── NAVBAR ──────────────────────────────────────────────── */
/* ── SITE HEADER (fixed wrapper for topbar + navbar) ─────── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(0);
  transition: transform .3s ease;
}
.site-header.nav-hidden {
  transform: translateY(-100%);
}
body {
  padding-top: 90px; /* topbar ~34px + navbar 56px */
}
@media (max-width: 860px) {
  body { padding-top: 96px; } /* mobile topbar can be taller */
}

/* ── NAVBAR ──────────────────────────────────────────────── */
.navbar {
  display: block !important;
  background: #111111;
  border-bottom: 1px solid #1e1e1e;
  padding: 0;
}
.navbar-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 56px;
  padding: 0 24px;
}
.navbar-brand {
  justify-self: start;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.navbar-brand img {
  height: 30px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.navbar-center {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 2px;
}
.navbar-center a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 6px;
  transition: color .15s, background .15s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.navbar-center a:hover,
.navbar-center a.active {
  color: #ff6600;
  background: #1e1e1e;
}
.navbar-center a.active {
  border-bottom: 2px solid #ff6600;
}
.navbar-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-search-btn {
  background: var(--orange);
  color: #fff !important;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .85rem;
  transition: background .2s;
  flex-shrink: 0;
}
.nav-search-btn:hover { background: var(--orange-hover); }
.nav-cart-icon {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 1.1rem;
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color .15s, background .15s;
}
.nav-cart-icon:hover { color: #fff; background: #1e1e1e; }
.nav-cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: var(--orange);
  color: #fff;
  font-size: .55rem;
  font-weight: 800;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Platform bar */
.platform-bar {
  background: #161616;
  border-bottom: 1px solid #1e1e1e;
  overflow-x: auto;
  scrollbar-width: none;
}
.platform-bar::-webkit-scrollbar { display: none; }
.platform-bar-inner {
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 2px;
}
.platform-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  color: #888;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
  transition: color .15s, border-bottom .15s;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.platform-btn:hover { color: #ccc; }
.platform-btn.active {
  color: var(--orange);
  border-bottom-color: var(--orange);
}
.platform-btn i { font-size: .88rem; }

/* Mobile scrollable category bar */
.nav-mobile-cats {
  display: none;
  overflow-x: auto;
  scrollbar-width: none;
  background: #161616;
  border-top: 1px solid #1e1e1e;
  padding: 0 4px;
  white-space: nowrap;
}
.nav-mobile-cats::-webkit-scrollbar { display: none; }
.nav-mobile-cats a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 9px 12px;
  color: #888;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: color .15s;
  white-space: nowrap;
}
.nav-mobile-cats a:hover,
.nav-mobile-cats a.active { color: #ff6600; border-bottom-color: #ff6600; }
.nav-mobile-cats a i { font-size: .75rem; }

@media (max-width: 860px) {
  .navbar-main {
    grid-template-columns: auto 1fr;
    padding: 0 16px;
  }
  .navbar-center { display: none; }
  .navbar-right { justify-self: end; }
  .nav-mobile-cats { display: block; }
  body { padding-top: 128px; } /* topbar + navbar + cat bar */
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary-ff {
  background: var(--orange);
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s, transform .15s;
  letter-spacing: .3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-primary-ff:hover {
  background: var(--orange-hover);
  color: #fff;
  transform: translateY(-1px);
}
.btn-lg-ff { padding: 16px 36px; font-size: 1.05rem; }
.btn-outline-ff {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
  font-size: .9rem;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.btn-outline-ff:hover {
  background: var(--surface);
  border-color: var(--orange);
  color: var(--orange);
}
.btn-secondary-ff {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
  font-size: .95rem;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.btn-secondary-ff:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* ── BADGES ──────────────────────────────────────────────── */
.badge-discount {
  background: var(--orange);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 20px;
  letter-spacing: .3px;
}
.badge-free-ship {
  background: var(--green);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
}
.badge-green {
  background: rgba(46,204,113,.15);
  border: 1px solid rgba(46,204,113,.3);
  color: var(--green);
  font-size: .75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.badge-platform {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #111111 0%, #1a1a1a 60%, #1e1a0a 100%);
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,102,0,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero h1 { color: var(--text); }
.hero .lead { color: var(--muted); }
.hero-badge {
  background: rgba(255,102,0,.12);
  border: 1px solid rgba(255,102,0,.3);
  color: var(--orange);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ── CATEGORY SECTION ────────────────────────────────────── */
.category-section {
  padding: 40px 0;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
  margin: 0;
}
.section-title span {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 500;
}
.voir-tout-btn {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-size: .8rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
}
.voir-tout-btn:hover {
  background: var(--orange);
  color: #fff;
}

/* ── CATEGORY TABS ───────────────────────────────────────── */
.cat-tabs-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.cat-tab {
  background: var(--surface2);
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 600;
  font-size: .82rem;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cat-tab:hover { background: var(--surface); color: var(--text); border-color: var(--border); }
.cat-tab.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

/* ── PRODUCT GRID ────────────────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

/* ── PRODUCT CARD ────────────────────────────────────────── */
.product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: all .2s;
  display: block;
}
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange);
  color: var(--text);
}
.product-card__img-wrap {
  position: relative;
  overflow: hidden;
}
.product-card__img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #111;
  display: block;
}
.product-card__badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: var(--orange);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 20px;
}
.product-card__platform {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,.65);
  color: #fff;
  font-size: .78rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__body { padding: 12px; }
.product-card__title {
  font-weight: 600;
  font-size: .88rem;
  line-height: 1.4;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.product-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.product-card__stars { font-size: .75rem; color: var(--muted); margin-bottom: 6px; }
.product-card__stars i { color: #f59e0b; }

/* ── PRICES ──────────────────────────────────────────────── */
.price-now { font-size: 1.25rem; font-weight: 900; color: var(--text); }
.price-old { font-size: .85rem; text-decoration: line-through; color: var(--muted); }
.price-hero { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 12px 0; }
.price-hero .price-now { font-size: 2rem; }

/* ── REVIEW STARS ────────────────────────────────────────── */
.review-stars i { color: #f59e0b; font-size: .85rem; }

/* ── TRUST ROW ───────────────────────────────────────────── */
.trust-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .78rem;
  color: var(--muted);
}
.trust-row i { color: var(--orange); margin-right: 4px; }

/* ── TRUST BAR (footer section) ──────────────────────────── */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.trust-bar__item { text-align: center; }
.trust-bar__icon {
  width: 48px;
  height: 48px;
  background: rgba(255,102,0,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: var(--orange);
  font-size: 1.1rem;
}
.trust-bar__title { font-weight: 700; font-size: .9rem; color: var(--text); }
.trust-bar__sub { font-size: .78rem; color: var(--muted); }

/* ── SOCIAL PROOF STRIP ──────────────────────────────────── */
.proof-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--text);
  padding: 40px 0;
}
.proof-strip .stat-value { font-size: 1.8rem; font-weight: 900; color: var(--orange); }
.proof-strip .stat-label { font-size: .78rem; color: var(--muted); margin-top: 4px; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer {
  background: #111111;
  border-top: 1px solid #1e1e1e;
  margin-top: 60px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding: 48px 40px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-col {}
.footer-logo { display: block; margin-bottom: 16px; text-decoration: none; }
.footer-trustpilot { margin-top: 4px; }
.footer-heading {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #666;
  margin-bottom: 14px;
}
.footer-link {
  display: block;
  color: #999;
  text-decoration: none;
  font-size: .83rem;
  line-height: 1;
  padding: 5px 0;
  transition: color .15s;
}
.footer-link i { margin-right: 6px; color: #555; }
.footer-link:hover { color: #fff; }
.footer-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .9rem;
  text-decoration: none;
  transition: opacity .15s, transform .15s;
}
.footer-social-btn:hover { opacity: .85; transform: translateY(-2px); color: #fff; }
.footer-bottom {
  border-top: 1px solid #1e1e1e;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  color: #555;
  max-width: 1400px;
  margin: 0 auto;
}
.footer-bottom-right {
  display: flex;
  gap: 20px;
}
.footer-bottom-right span {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 860px) {
  .footer-main { grid-template-columns: 1fr 1fr; padding: 32px 20px 24px; gap: 28px; }
  .footer-bottom { padding: 12px 20px; flex-direction: column; gap: 8px; text-align: center; }
  .footer-bottom-right { justify-content: center; }
}
@media (max-width: 480px) {
  .footer-main { grid-template-columns: 1fr; }
}

/* ── PRODUCT PAGE ────────────────────────────────────────── */
.product-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.3;
  margin: 8px 0 6px;
}
.product-subtitle { color: var(--muted); font-size: .92rem; margin-bottom: 0; }

.product-gallery { position: sticky; top: 20px; }
.gallery-main {
  width: 100%;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  object-fit: contain;
  max-height: 400px;
}
.gallery-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.gallery-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid var(--border);
  cursor: pointer;
  transition: border-color .2s;
}
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--orange); }

.product-info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.features-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: .88rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.features-list li:last-child { border-bottom: none; }
.features-list li i { color: var(--green); margin-top: 2px; flex-shrink: 0; }

.shipping-box {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}
.shipping-box__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: .85rem;
}
.shipping-box__row:last-child { border-bottom: none; padding-bottom: 0; }
.shipping-box__row > i { color: var(--orange); font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
.shipping-box__label { font-size: .75rem; color: var(--muted); margin-bottom: 2px; }

/* ── REVIEWS ─────────────────────────────────────────────── */
.review-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
}
.review-card .reviewer-name { color: var(--muted); font-size: .82rem; font-weight: 600; }
.verified-badge { font-size: 12px; }
.review-card .review-text { font-size: .88rem; color: rgba(255,255,255,.8); line-height: 1.6; }
.reviews-summary {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.reviews-summary__score {
  font-size: 3rem;
  font-weight: 900;
  color: var(--text);
  line-height: 1;
}

/* ── CART ────────────────────────────────────────────────── */
.cart-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--border);
}
.cart-item:last-child { border-bottom: none; }
.cart-summary {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
}
.cart-summary h5 { font-weight: 800; color: var(--text); margin-bottom: 16px; }

/* ── FAQ ─────────────────────────────────────────────────── */
.accordion-item {
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  overflow: hidden;
  margin-bottom: 8px;
}
.accordion-button {
  background: var(--surface) !important;
  color: var(--text) !important;
  font-weight: 600;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: var(--surface2) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}
.accordion-button::after {
  filter: invert(1) brightness(0.7);
}
.accordion-body {
  background: var(--surface2);
  color: rgba(255,255,255,.75);
  line-height: 1.8;
  font-size: .9rem;
  border-top: 1px solid var(--border);
}

/* ── BREADCRUMB ──────────────────────────────────────────── */
.breadcrumb-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 10px 0;
  font-size: .8rem;
  color: var(--muted);
}
.breadcrumb-bar a {
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.breadcrumb-bar a:hover { color: var(--orange); }

/* ── HOW IT WORKS ────────────────────────────────────────── */
.how-step {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  text-align: center;
  padding: 20px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.how-step__num {
  width: 44px;
  height: 44px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}

/* ── SECTION DIVIDER ─────────────────────────────────────── */
.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0;
}

/* ── CONTACT CTA ─────────────────────────────────────────── */
.contact-cta {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.contact-cta p { color: var(--muted); }

/* ── PAYMENT ICONS ───────────────────────────────────────── */
.payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.payment-icons img {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 6px;
  background: rgba(255,255,255,.05);
}

/* ── STICKY CTA ──────────────────────────────────────────── */
#stickyCta {
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(0,0,0,.4);
}

/* ── UTILITY ─────────────────────────────────────────────── */
.text-orange { color: var(--orange) !important; }
.text-green { color: var(--green) !important; }
.text-muted-custom { color: var(--muted) !important; }
.bg-surface { background: var(--surface) !important; }
.bg-surface2 { background: var(--surface2) !important; }
.border-dark-custom { border-color: var(--border) !important; }

/* Bootstrap accordion overrides for dark theme */
.accordion { --bs-accordion-bg: var(--surface); --bs-accordion-color: var(--text); --bs-accordion-border-color: var(--border); }

/* Bootstrap card overrides */
.card { background: var(--surface); border-color: var(--border); color: var(--text); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .product-gallery { position: static; }
}
@media (max-width: 767px) {
  .topbar-mobile { display: block; }
  .topbar-desktop { display: none; }
  .product-title { font-size: 1.3rem; }
  .price-hero .price-now { font-size: 1.6rem; }
  .reviews-summary { flex-direction: column; align-items: flex-start; gap: 12px; }
  .reviews-summary > div:last-child { width: 100%; }
}
