* { box-sizing: border-box; }
:root {
  --bg: #fffafc;
  --card: #ffffff;
  --ink: #17121c;
  --muted: #6f6774;
  --accent: #ff3f7f;
  --accent2: #8d5cf6;
  --soft: #f8edf4;
  --border: #eadfe6;
  --shadow: 0 16px 50px rgba(51, 24, 42, .08);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,250,252,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234,223,230,.8);
}
.nav { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display:flex; align-items:center; gap:10px; font-family: Manrope, sans-serif; font-weight:800; font-size: 1.25rem; }
.brand-mark {
  width:36px; height:36px; border-radius:12px; display:grid; place-items:center;
  color:#fff; background: linear-gradient(135deg,var(--accent),var(--accent2));
  box-shadow: 0 8px 20px rgba(255,63,127,.24);
}
.nav-links { display:flex; gap:24px; margin-left:auto; color:var(--muted); font-size:.95rem; }
.nav-links a:hover { color:var(--ink); }
.nav-cta { border:1px solid var(--border); background:#fff; padding:10px 16px; border-radius:999px; font-weight:700; }

.hero { padding: 86px 0 72px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.25fr .75fr; align-items:center; gap:64px; }
.eyebrow, .kicker { color: var(--accent); font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.08em; }
.hero h1 { font-family:Manrope,sans-serif; font-size:clamp(3.25rem, 8vw, 6.7rem); line-height:.92; letter-spacing:-.06em; margin:18px 0 24px; }
.hero h1 span { background:linear-gradient(90deg,var(--accent),var(--accent2)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero-copy { color:var(--muted); font-size:1.12rem; line-height:1.7; max-width:650px; }
.hero-actions { display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.btn { border:0; border-radius:14px; padding:14px 20px; font-weight:800; display:inline-flex; justify-content:center; align-items:center; transition:.18s ease; }
.btn:hover { transform: translateY(-1px); }
.primary { color:#fff; background:linear-gradient(135deg,var(--accent),var(--accent2)); box-shadow:0 10px 25px rgba(153,65,144,.18); }
.secondary { background:#fff; border:1px solid var(--border); }
.trust-row { display:flex; gap:18px; flex-wrap:wrap; color:var(--muted); font-size:.88rem; margin-top:24px; }

.hero-card, .finder-panel, .email-card {
  background:var(--card); border:1px solid var(--border); box-shadow:var(--shadow); border-radius:26px;
}
.hero-card { padding:28px; transform:rotate(1.5deg); }
.hero-card h3 { font-size:1.7rem; margin:8px 0 20px; }
.mini-card-label { color:var(--muted); font-size:.8rem; font-weight:700; }
.mini-products { display:grid; gap:12px; margin-bottom:22px; }
.mini-products div { display:grid; grid-template-columns:42px 1fr; padding:14px; border-radius:16px; background:var(--soft); }
.mini-products span { grid-row:1/3; font-size:1.45rem; }
.mini-products small { color:var(--muted); margin-top:3px; }
.hero-card>a { font-weight:800; color:var(--accent2); }

section { padding:72px 0; }
.section-heading { margin-bottom:26px; }
.section-heading h2 { font-family:Manrope,sans-serif; font-size:clamp(2rem,4vw,3.2rem); letter-spacing:-.04em; margin:8px 0; }
.section-heading p { color:var(--muted); max-width:680px; }
.inline-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; }
.text-button { border:0; background:transparent; font-weight:800; color:var(--accent2); }

.finder-section { background:#fff; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.finder-panel { display:grid; grid-template-columns:repeat(3,1fr) auto; gap:12px; padding:18px; border-radius:20px; }
.field { display:flex; flex-direction:column; gap:7px; }
.field label { font-size:.8rem; font-weight:800; color:var(--muted); }
.field select, .email-card input {
  width:100%; border:1px solid var(--border); background:#fff; color:var(--ink); border-radius:12px; padding:13px 14px; outline:none;
}
.field select:focus, .email-card input:focus { border-color:var(--accent2); box-shadow:0 0 0 3px rgba(141,92,246,.1); }
.finder-btn { align-self:end; min-height:46px; }
.results-meta { margin:24px 0 12px; color:var(--muted); font-weight:700; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-card { background:#fff; border:1px solid var(--border); border-radius:20px; padding:18px; display:flex; flex-direction:column; min-height:310px; box-shadow:0 8px 30px rgba(51,24,42,.04); }
.product-media { height:180px; border-radius:14px; overflow:hidden; background:#f8f7fa; margin-bottom:14px; display:flex; align-items:center; justify-content:center; }
.product-media img { width:100%; height:100%; object-fit:contain; display:block; padding:10px; }
.product-emoji-fallback { width:100%; height:100%; align-items:center; justify-content:center; font-size:3rem; }
.product-emoji { font-size:2.2rem; height:64px; display:flex; align-items:center; }
.product-card h3 { margin:4px 0 6px; font-size:1.03rem; }
.product-card p { color:var(--muted); font-size:.9rem; line-height:1.55; margin:0 0 14px; }
.pills { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:14px; }
.pill { background:var(--soft); border-radius:999px; padding:6px 9px; font-size:.72rem; font-weight:700; color:#665865; }
.price { margin-top:auto; font-weight:800; font-size:1.05rem; }
.product-actions { display:flex; gap:8px; margin-top:12px; }
.product-actions a { flex:1; text-align:center; padding:10px 11px; border-radius:10px; font-size:.82rem; font-weight:800; border:1px solid var(--border); background:#fff; }
.product-actions a.primary-link { color:#fff; border:0; background:linear-gradient(135deg,var(--accent),var(--accent2)); }

.popular-section { background:linear-gradient(180deg,#fffafc,#fdf6fb); }

.category-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.category-grid button {
  border:1px solid var(--border); background:#fff; border-radius:20px; padding:22px 16px; text-align:left; transition:.18s ease;
}
.category-grid button:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.category-grid span { font-size:2rem; display:block; margin-bottom:22px; }
.category-grid b { display:block; font-size:1rem; margin-bottom:6px; }
.category-grid small { color:var(--muted); line-height:1.4; }

.how-section { background:#17121c; color:#fff; }
.how-section .kicker { color:#ff86ad; }
.how-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.how-grid>div { border:1px solid #3a313e; border-radius:20px; padding:24px; background:#201823; }
.how-grid span { display:grid; place-items:center; width:34px; height:34px; border-radius:12px; background:#fff; color:#17121c; font-weight:800; }
.how-grid p { color:#bdb2c2; line-height:1.6; }

.email-section { padding:60px 0; }
.email-card { padding:32px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:24px; }
.email-card h2 { margin:7px 0 8px; font-family:Manrope,sans-serif; font-size:2rem; }
.email-card p { color:var(--muted); }
.email-card form { display:flex; gap:10px; }
.email-msg { grid-column:2; font-size:.9rem; color:var(--accent2); font-weight:700; }

footer { padding:42px 0; border-top:1px solid var(--border); }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:start; }
.footer-brand { margin-bottom:10px; }
footer p { color:var(--muted); font-size:.88rem; line-height:1.55; }
.disclosure strong { font-size:.88rem; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns:1fr; gap:34px; }
  .hero-card { transform:none; }
  .finder-panel { grid-template-columns:1fr 1fr; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .category-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px) {
  .nav-links { display:none; }
  .nav-cta { margin-left:auto; }
  .hero { padding-top:56px; }
  .finder-panel { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:1fr; }
  .category-grid { grid-template-columns:1fr; }
  .how-grid { grid-template-columns:1fr; }
  .email-card { grid-template-columns:1fr; }
  .email-card form { flex-direction:column; }
  .email-msg { grid-column:1; }
  .footer-grid { grid-template-columns:1fr; }
  .inline-heading { align-items:start; flex-direction:column; }
}

.product-actions .coming-soon { flex:1; text-align:center; padding:10px 11px; border-radius:10px; font-size:.82rem; font-weight:700; color:var(--muted); border:1px dashed var(--border); background:#fafafa; }

/* v9 recommendation ranking */
.product-card { position:relative; }
.rank-badge {
  align-self:flex-start;
  margin:-4px 0 12px;
  padding:7px 10px;
  border-radius:999px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.01em;
  background:#f5f1ff;
  color:#6d4bd1;
  border:1px solid #e7defd;
}
.rank-badge.best-match {
  background:linear-gradient(135deg,#fff0f6,#f2ecff);
  color:#9a3570;
  border-color:#f0d8e6;
}
.top-ranked-card {
  border-color:#e7c5d8;
  box-shadow:0 12px 34px rgba(116,56,96,.09);
}

/* v16: multiple retailer buttons / Amazon affiliate disclosure */
.product-actions {
  display: grid;
  gap: 9px;
}
.secondary-retailer-link {
  display: block;
  text-align: center;
  padding: 12px 14px;
  border: 1px solid #ded8e8;
  border-radius: 12px;
  background: #fff;
  color: #241833;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.secondary-retailer-link:hover {
  transform: translateY(-1px);
  border-color: #bda9d8;
  box-shadow: 0 8px 20px rgba(34, 22, 48, .08);
}
.paid-label {
  font-size: .78em;
  font-weight: 600;
  opacity: .72;
}

/* v18: cleaner affiliate disclosure */
.paid-label {
  display: none;
}
.affiliate-note {
  margin-top: 2px;
  font-size: 0.66rem;
  line-height: 1.25;
  color: #7a7283;
  text-align: center;
}


/* v19: Amazon-style button colors */
.secondary-retailer-link {
  background: #FFD814;
  border: 1px solid #FCD200;
  color: #0F1111;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.1);
}
.secondary-retailer-link:hover {
  background: #F7CA00;
  border-color: #F2C200;
  color: #0F1111;
  box-shadow: 0 3px 10px rgba(15, 17, 17, 0.14);
}
.secondary-retailer-link:visited {
  color: #0F1111;
}
.affiliate-note {
  color: #6b7280;
}


/* v30: reusable social-video collection landing pages */
.collection-hero { padding: 76px 0 34px; background:linear-gradient(180deg,#fff7fb,#fff); border-bottom:1px solid var(--border); }
.collection-hero-inner { max-width:820px; }
.collection-hero h1 { font-family:Manrope,sans-serif; font-size:clamp(2.8rem,7vw,5.6rem); line-height:.98; letter-spacing:-.055em; margin:14px 0 18px; }
.collection-hero p { color:var(--muted); font-size:1.08rem; line-height:1.7; max-width:720px; margin:0 0 26px; }
.collection-section { padding-top:42px; }

/* v34: retailer-neutral multi-store buttons */
.product-actions a.retailer-link {
  display:block;
  text-align:center;
  padding:12px 14px;
  border:1px solid #ded8e8;
  border-radius:12px;
  background:#fff;
  color:#241833;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.product-actions a.retailer-link:hover {
  transform:translateY(-1px);
  border-color:#bda9d8;
  box-shadow:0 8px 20px rgba(34,22,48,.08);
}
.retailer-affiliate-badge {
  display:inline-block;
  margin-left:6px;
  padding:2px 6px;
  border-radius:999px;
  font-size:.62rem;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.01em;
  background:rgba(255,255,255,.22);
  vertical-align:middle;
}
.retailer-link .retailer-affiliate-badge {
  background:#f5eff9;
  color:#715680;
}


/* v35: retailer priority + Amazon yellow button */
.product-actions a.amazon-link {
  display:block;
  text-align:center;
  padding:12px 14px;
  border:1px solid #FCD200;
  border-radius:12px;
  background:#FFD814;
  color:#0F1111;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 1px 2px rgba(15,17,17,.10);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.product-actions a.amazon-link:hover {
  transform:translateY(-1px);
  background:#F7CA00;
  border-color:#F2C200;
  color:#0F1111;
  box-shadow:0 6px 16px rgba(15,17,17,.14);
}
.product-actions a.amazon-link:visited { color:#0F1111; }
.amazon-link .retailer-affiliate-badge {
  background:rgba(15,17,17,.08);
  color:#0F1111;
}


/* v36: retailer-recognition color system
   Priority remains Amazon → Walmart → Target → eBay → other retailers.
   GiftDojo keeps one consistent button shape while using familiar retailer colors. */
.product-actions a.walmart-link,
.product-actions a.target-link,
.product-actions a.ebay-link {
  display:block;
  text-align:center;
  padding:12px 14px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.product-actions a.walmart-link {
  border:1px solid #005CB4;
  background:#0071CE;
  color:#fff;
  box-shadow:0 1px 2px rgba(0,49,94,.14);
}
.product-actions a.walmart-link:hover {
  transform:translateY(-1px);
  background:#005CB4;
  border-color:#004F9A;
  color:#fff;
  box-shadow:0 6px 16px rgba(0,71,206,.20);
}
.product-actions a.walmart-link:visited { color:#fff; }
.walmart-link .retailer-affiliate-badge { background:rgba(255,255,255,.20); color:#fff; }

.product-actions a.target-link {
  border:1px solid #B00000;
  background:#CC0000;
  color:#fff;
  box-shadow:0 1px 2px rgba(128,0,0,.14);
}
.product-actions a.target-link:hover {
  transform:translateY(-1px);
  background:#B00000;
  border-color:#980000;
  color:#fff;
  box-shadow:0 6px 16px rgba(204,0,0,.18);
}
.product-actions a.target-link:visited { color:#fff; }
.target-link .retailer-affiliate-badge { background:#fff; color:#CC0000; }

.product-actions a.ebay-link {
  border:1px solid #D9D9D9;
  background:#fff;
  color:#191919;
  box-shadow:0 1px 2px rgba(0,0,0,.08);
}
.product-actions a.ebay-link:hover {
  transform:translateY(-1px);
  background:#F7F7F7;
  border-color:#BDBDBD;
  color:#191919;
  box-shadow:0 6px 16px rgba(0,0,0,.10);
}
.product-actions a.ebay-link:visited { color:#191919; }
.ebay-link .retailer-affiliate-badge { background:#F1F1F1; color:#333; }

/* Unknown/direct brands use a GiftDojo navy fallback until a specific brand treatment is added. */
.product-actions a.retailer-link {
  border-color:#111827;
  background:#111827;
  color:#fff;
}
.product-actions a.retailer-link:hover {
  background:#1F2937;
  border-color:#1F2937;
  color:#fff;
}
.product-actions a.retailer-link:visited { color:#fff; }
.retailer-link .retailer-affiliate-badge { background:rgba(255,255,255,.16); color:#fff; }


/* =========================================================
   GiftDojo Seasonal Layer — Halloween 2026
   Decorative only: same layout, components, and brand identity.
   Remove body class `season-halloween` to return to the base site.
   ========================================================= */
body.season-halloween {
  --halloween-orange: #ff7a1a;
  --halloween-purple: #6e3bd1;
  --halloween-plum: #24132e;
  --halloween-cream: #fff7e8;
  --halloween-mist: #f5eef8;
  background:
    radial-gradient(circle at 8% 8%, rgba(255,122,26,.055), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(110,59,209,.055), transparent 26rem),
    var(--bg);
}

/* Thin seasonal garland: reads as decoration, not a redesign. */
body.season-halloween::before {
  content:"";
  display:block;
  height:5px;
  background:linear-gradient(90deg,
    #ff7a1a 0 12.5%, #24132e 12.5% 25%, #6e3bd1 25% 37.5%, #ff7a1a 37.5% 50%,
    #24132e 50% 62.5%, #6e3bd1 62.5% 75%, #ff7a1a 75% 87.5%, #24132e 87.5% 100%);
}

body.season-halloween .site-header {
  background:rgba(255,250,252,.92);
  border-bottom-color:rgba(73,41,80,.13);
  box-shadow:0 8px 28px rgba(36,19,46,.035);
}

/* Keep original GiftDojo pink/purple identity; add a pumpkin-orange rim. */
body.season-halloween .brand-mark {
  box-shadow:
    0 8px 20px rgba(255,63,127,.20),
    0 0 0 2px rgba(255,122,26,.20);
}

body.season-halloween .nav-cta {
  position:relative;
}
body.season-halloween .nav-cta::after {
  content:"🎃";
  position:absolute;
  right:-8px;
  top:-10px;
  font-size:.82rem;
  transform:rotate(9deg);
}

/* Hero decorations */
.season-halloween .halloween-decor-zone { position:relative; isolation:isolate; }
.season-halloween .halloween-decor-zone > .container { position:relative; z-index:2; }
.season-halloween .halloween-ornaments {
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}
.season-halloween .ornament {
  position:absolute;
  user-select:none;
  filter:drop-shadow(0 8px 10px rgba(36,19,46,.10));
  opacity:.9;
}
.season-halloween .ornament.pumpkin { right:3.5%; bottom:8%; font-size:clamp(2.3rem,5vw,4.5rem); transform:rotate(7deg); }
.season-halloween .ornament.ghost { right:34%; top:8%; font-size:clamp(1.8rem,3vw,2.8rem); transform:rotate(-7deg); opacity:.78; }
.season-halloween .ornament.bat { font-size:clamp(1.25rem,2vw,1.9rem); opacity:.72; }
.season-halloween .ornament.bat-one { left:4%; top:15%; transform:rotate(-12deg); }
.season-halloween .ornament.bat-two { right:8%; top:13%; transform:rotate(10deg) scale(.8); }

.season-halloween .seasonal-chip {
  display:inline-flex;
  align-items:center;
  margin-left:8px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff2e7;
  color:#9a4610;
  border:1px solid #ffd5b7;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  vertical-align:middle;
}

/* Very subtle web corners around hero cards; no change to card structure. */
body.season-halloween .hero-card,
body.season-halloween .email-card,
body.season-halloween .finder-panel {
  position:relative;
}
body.season-halloween .hero-card::after,
body.season-halloween .email-card::after {
  content:"";
  position:absolute;
  width:78px;
  height:78px;
  top:-1px;
  right:-1px;
  border-top:1px solid rgba(110,59,209,.16);
  border-right:1px solid rgba(110,59,209,.16);
  border-radius:0 20px 0 78px;
  pointer-events:none;
}

/* Seasonal accents while preserving base button shape and hierarchy. */
body.season-halloween .btn.primary {
  box-shadow:0 10px 24px rgba(110,59,209,.14), 0 0 0 1px rgba(255,122,26,.12) inset;
}
body.season-halloween .kicker,
body.season-halloween .eyebrow {
  text-shadow:0 0 18px rgba(255,122,26,.08);
}

body.season-halloween .popular-section {
  background:
    radial-gradient(circle at 88% 22%, rgba(255,122,26,.06), transparent 25rem),
    linear-gradient(180deg,#fffafc,#fbf5fc);
}

/* Product cards get only a tiny seasonal halo on hover. */
body.season-halloween .product-card {
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.season-halloween .product-card:hover {
  transform:translateY(-2px);
  border-color:rgba(110,59,209,.20);
  box-shadow:0 14px 34px rgba(36,19,46,.075), 0 0 0 1px rgba(255,122,26,.05);
}

/* Category tiles feel decorated, not replaced. */
body.season-halloween .category-grid button:nth-child(odd)::after {
  content:"✦";
  float:right;
  color:rgba(255,122,26,.62);
  font-size:.85rem;
}
body.season-halloween .category-grid button:nth-child(even)::after {
  content:"✧";
  float:right;
  color:rgba(110,59,209,.58);
  font-size:.85rem;
}

/* Dark section already existed; make it feel like the 'front porch at night'. */
body.season-halloween .how-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,122,26,.09), transparent 22rem),
    radial-gradient(circle at 88% 70%, rgba(110,59,209,.10), transparent 24rem),
    #17121c;
}
body.season-halloween .how-section .kicker { color:#ff9b59; }

/* Footer keeps normal identity with one understated seasonal detail. */
body.season-halloween footer .footer-brand::after {
  content:"  🎃";
  font-family:Inter,system-ui,sans-serif;
  font-size:.9rem;
  margin-left:2px;
}

/* Collection pages inherit the same decoration without changing their content. */
body.season-halloween .collection-hero {
  background:
    radial-gradient(circle at 86% 22%, rgba(255,122,26,.075), transparent 22rem),
    radial-gradient(circle at 8% 70%, rgba(110,59,209,.065), transparent 24rem),
    linear-gradient(180deg,#fff7fb,#fff);
}
body.season-halloween .collection-ornaments .pumpkin { right:6%; bottom:14%; }
body.season-halloween .collection-ornaments .ghost { right:24%; top:15%; }
body.season-halloween .collection-ornaments .bat-one { left:4%; top:24%; }

@media (max-width: 900px) {
  .season-halloween .ornament.ghost { right:8%; top:4%; }
  .season-halloween .ornament.pumpkin { right:2%; bottom:3%; opacity:.64; }
}
@media (max-width: 640px) {
  .season-halloween .ornament.bat-one { left:1%; top:8%; }
  .season-halloween .ornament.bat-two { display:none; }
  .season-halloween .ornament.ghost { right:2%; top:7%; opacity:.55; }
  .season-halloween .ornament.pumpkin { right:-8px; bottom:2%; font-size:2.4rem; opacity:.5; }
  .season-halloween .seasonal-chip { margin:7px 0 0 0; }
}

/* =========================================================
   GiftDojo Halloween Dark Mode — v2
   Same GiftDojo layout and components, dressed for Halloween night.
   This layer intentionally preserves the site's structure and brand accents.
   ========================================================= */
body.season-halloween {
  --bg: #0f0c13;
  --card: #18131d;
  --ink: #f7f2fb;
  --muted: #b8adbf;
  --accent: #ff4f8b;
  --accent2: #9b6cff;
  --soft: #211926;
  --border: #33273a;
  --shadow: 0 18px 48px rgba(0,0,0,.28);
  background:
    radial-gradient(circle at 8% 8%, rgba(255,122,26,.10), transparent 26rem),
    radial-gradient(circle at 92% 18%, rgba(110,59,209,.14), transparent 28rem),
    radial-gradient(circle at 48% 72%, rgba(255,63,127,.055), transparent 34rem),
    var(--bg);
}

body.season-halloween .site-header {
  background: rgba(15,12,19,.88);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
}
body.season-halloween .nav-links { color: var(--muted); }
body.season-halloween .nav-links a:hover { color: #fff; }
body.season-halloween .nav-cta,
body.season-halloween .secondary {
  background:#19141e;
  border-color:#3b2d43;
  color:#f8f2fb;
}
body.season-halloween .nav-cta:hover,
body.season-halloween .secondary:hover { background:#211926; }

body.season-halloween .hero-card,
body.season-halloween .finder-panel,
body.season-halloween .email-card,
body.season-halloween .product-card,
body.season-halloween .category-grid button {
  background: var(--card);
  border-color: var(--border);
  color: var(--ink);
}
body.season-halloween .hero-card::after,
body.season-halloween .email-card::after {
  border-top-color:rgba(255,122,26,.20);
  border-right-color:rgba(155,108,255,.24);
}

body.season-halloween .mini-products div,
body.season-halloween .pill,
body.season-halloween .rank-badge {
  background:#241b2a;
  color:#d9cde0;
  border-color:#3c2f45;
}
body.season-halloween .rank-badge.best-match {
  background:linear-gradient(135deg,rgba(255,79,139,.14),rgba(155,108,255,.15));
  color:#ffc2d7;
  border-color:#553246;
}

body.season-halloween .finder-section {
  background:#121016;
  border-top-color:var(--border);
  border-bottom-color:var(--border);
}
body.season-halloween .field select,
body.season-halloween .email-card input {
  background:#120f16;
  border-color:#3b2d43;
  color:var(--ink);
}
body.season-halloween .field select:focus,
body.season-halloween .email-card input:focus {
  border-color:#9b6cff;
  box-shadow:0 0 0 3px rgba(155,108,255,.14);
}
body.season-halloween select option { background:#17121c; color:#f7f2fb; }

body.season-halloween .product-media {
  background:#f4f0f5;
}
body.season-halloween .product-actions a:not(.primary-link):not(.retailer-link):not(.secondary-retailer-link) {
  background:#16121b;
  color:#f7f2fb;
  border-color:#3c3044;
}
body.season-halloween .secondary-retailer-link {
  background:#16121b;
  color:#f7f2fb;
  border-color:#3c3044;
}
body.season-halloween .secondary-retailer-link:hover {
  border-color:#765b8a;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
body.season-halloween .affiliate-note { color:#9f94a7; }
body.season-halloween .product-actions .coming-soon {
  background:#141117;
  border-color:#3c3044;
  color:#9f94a7;
}

body.season-halloween .popular-section {
  background:
    radial-gradient(circle at 88% 22%, rgba(255,122,26,.09), transparent 25rem),
    radial-gradient(circle at 12% 82%, rgba(110,59,209,.10), transparent 28rem),
    linear-gradient(180deg,#100d14,#151019);
}
body.season-halloween .category-grid button:hover {
  box-shadow:0 16px 38px rgba(0,0,0,.24), 0 0 0 1px rgba(255,122,26,.06);
}

body.season-halloween .how-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(255,122,26,.12), transparent 22rem),
    radial-gradient(circle at 88% 70%, rgba(110,59,209,.14), transparent 24rem),
    #09070c;
}
body.season-halloween .how-grid>div {
  background:#151019;
  border-color:#3b2d43;
}
body.season-halloween .how-grid span {
  background:#ff7a1a;
  color:#120b08;
}
body.season-halloween .how-grid p { color:#b8adbf; }

body.season-halloween .email-section,
body.season-halloween footer { background:transparent; }
body.season-halloween footer { border-top-color:var(--border); }

body.season-halloween .seasonal-chip {
  background:#2b1a12;
  color:#ffb16f;
  border-color:#5b331b;
  box-shadow:0 0 22px rgba(255,122,26,.08);
}

body.season-halloween .collection-hero {
  background:
    radial-gradient(circle at 86% 22%, rgba(255,122,26,.11), transparent 22rem),
    radial-gradient(circle at 8% 70%, rgba(110,59,209,.12), transparent 24rem),
    linear-gradient(180deg,#120e16,#0f0c13);
}

body.season-halloween .text-button,
body.season-halloween .hero-card>a,
body.season-halloween .email-msg { color:#b99cff; }
body.season-halloween .kicker,
body.season-halloween .eyebrow { color:#ff8d3d; }
body.season-halloween .hero h1 span {
  background:linear-gradient(90deg,#ff5b93 5%,#ff8d3d 48%,#a876ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

body.season-halloween .ornament {
  filter:drop-shadow(0 8px 13px rgba(0,0,0,.42));
}

@media (prefers-reduced-motion: reduce) {
  body.season-halloween .product-card,
  body.season-halloween .category-grid button,
  body.season-halloween .btn { transition:none; }
}

/* =========================================================
   GiftDojo Halloween Showcase — v3
   Same site, decorated for Halloween.
   ========================================================= */
body.season-halloween .halloween-promo {
  background: linear-gradient(90deg,#ff8b1f,#ff7314);
  color:#100a08;
  border-bottom:1px solid rgba(0,0,0,.22);
  position:relative;
  z-index:20;
}
.halloween-promo-inner {
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  font-size:.9rem;
  text-align:center;
}
.halloween-promo-inner a { font-weight:900; }
.halloween-promo-inner a:hover { text-decoration:underline; }

body.season-halloween .site-header { top:0; }
body.season-halloween .halloween-nav-cta {
  background:linear-gradient(135deg,#2b1a12,#241226);
  border-color:#6e3d1f;
  color:#ffd6ad;
}
body.season-halloween .halloween-nav-cta:hover {
  background:linear-gradient(135deg,#362016,#301630);
  border-color:#9b5528;
}
body.season-halloween .halloween-nav-cta::after { content:""; }

body.season-halloween .hero {
  padding:64px 0 60px;
  min-height:520px;
  background:
    radial-gradient(circle at 72% 34%, rgba(157,74,255,.14), transparent 23rem),
    radial-gradient(circle at 23% 24%, rgba(255,122,26,.09), transparent 28rem),
    linear-gradient(180deg,#0c0910 0%,#120b15 52%,#0f0c13 100%);
  border-bottom:1px solid rgba(255,255,255,.06);
}
body.season-halloween .halloween-hero-grid {
  grid-template-columns:1fr 1.03fr;
  gap:42px;
}
body.season-halloween .halloween-hero-copy { position:relative; z-index:3; }
body.season-halloween .halloween-hero-copy .eyebrow {
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:#c9b9d2;
  text-transform:none;
  letter-spacing:.02em;
}
body.season-halloween .hero h1 {
  font-size:clamp(3.5rem,7.4vw,6.5rem);
  line-height:.92;
  margin:22px 0 22px;
}
body.season-halloween .hero h1 .halloween-orange-text {
  background:linear-gradient(90deg,#ff932f,#ff7417);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
body.season-halloween .hero-copy {
  color:#d0c3d7;
  max-width:620px;
}
body.season-halloween .halloween-primary {
  color:#150b08;
  background:linear-gradient(135deg,#ff9a2f,#ff7716);
  box-shadow:0 12px 34px rgba(255,119,22,.2),0 0 28px rgba(255,119,22,.12);
}
body.season-halloween .halloween-primary:hover {
  background:linear-gradient(135deg,#ffa342,#ff8327);
}
body.season-halloween .halloween-scene-card {
  position:relative;
  overflow:hidden;
  min-height:360px;
  border:1px solid rgba(255,132,32,.25);
  border-radius:26px;
  background:#130c16;
  box-shadow:0 30px 70px rgba(0,0,0,.42),0 0 45px rgba(111,51,175,.12);
}
body.season-halloween .halloween-scene-card::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(7,5,9,.78) 100%);
  z-index:1;
}
body.season-halloween .halloween-scene-card img {
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
}
body.season-halloween .halloween-scene-overlay {
  position:absolute;
  left:22px;
  bottom:18px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:2px;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.65);
}
body.season-halloween .halloween-scene-overlay span {
  color:#ff9c45;
  font-weight:900;
  font-size:.86rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
body.season-halloween .halloween-scene-overlay strong {
  font-family:Manrope,sans-serif;
  font-size:1.45rem;
}

body.season-halloween .category-grid {
  grid-template-columns:repeat(6,1fr);
}
body.season-halloween .halloween-category-card {
  position:relative;
  background:linear-gradient(180deg,#1f1321,#17101b);
  border-color:#71392b;
  box-shadow:inset 0 0 0 1px rgba(255,122,26,.08);
}
body.season-halloween .halloween-category-card:hover {
  border-color:#ff7a1a;
  box-shadow:0 16px 40px rgba(255,122,26,.12),0 0 0 1px rgba(255,122,26,.12);
}
body.season-halloween .halloween-category-card em {
  display:inline-block;
  margin-top:12px;
  padding:4px 8px;
  border-radius:999px;
  font-size:.67rem;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  background:#ff4f8b;
  color:#fff;
}
body.season-halloween .halloween-category-card::after { content:"" !important; }

body.season-halloween .ornament.bat-one { left:1.7%; top:12%; }
body.season-halloween .ornament.bat-two { right:3%; top:8%; }
body.season-halloween .ornament.ghost { right:48%; top:10%; opacity:.6; }

@media (max-width: 1050px) {
  body.season-halloween .category-grid { grid-template-columns:repeat(3,1fr); }
}
@media (max-width: 900px) {
  body.season-halloween .halloween-hero-grid { grid-template-columns:1fr; }
  body.season-halloween .halloween-scene-card { min-height:320px; }
}
@media (max-width: 640px) {
  .halloween-promo-inner { flex-direction:column; gap:2px; padding:8px 0; }
  body.season-halloween .hero { padding-top:42px; }
  body.season-halloween .category-grid { grid-template-columns:1fr; }
  body.season-halloween .halloween-scene-card,
  body.season-halloween .halloween-scene-card img { min-height:260px; }
}

/* =========================================================
   GiftDojo Halloween Showcase — v4 visual refresh
   Inspired by the approved dark editorial storefront mockup.
   Keeps GiftDojo functionality; changes presentation only.
   ========================================================= */
body.halloween-showcase-v4 {
  --bg:#0d0911;
  --card:#ffffff;
  --ink:#f8f4fb;
  --muted:#b9acbf;
  --accent:#ff3f9a;
  --accent2:#9a56ff;
  --border:#34263b;
  background:#0d0911;
  color:#f8f4fb;
}
body.halloween-showcase-v4 .container { width:min(1460px,calc(100% - 64px)); }
body.halloween-showcase-v4 .halloween-promo { background:#ff851b; color:#110b08; }
body.halloween-showcase-v4 .halloween-promo-inner { min-height:42px; font-size:1rem; gap:16px; }
body.halloween-showcase-v4 .site-header {
  position:sticky; top:0; z-index:30;
  background:rgba(13,8,17,.96);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
body.halloween-showcase-v4 .showcase-nav { min-height:94px; display:grid; grid-template-columns:auto auto minmax(220px,1fr) auto; gap:32px; align-items:center; }
body.halloween-showcase-v4 .showcase-brand { display:flex; align-items:center; gap:12px; font-family:Manrope,sans-serif; font-size:2rem; font-weight:800; }
body.halloween-showcase-v4 .brand-gift { font-size:2.7rem; filter:hue-rotate(300deg) saturate(1.25); }
body.halloween-showcase-v4 .brand-wordmark { display:flex; flex-direction:column; line-height:.9; }
body.halloween-showcase-v4 .brand-wordmark>span { display:inline; color:#fff; }
body.halloween-showcase-v4 .brand-wordmark>span span,
body.halloween-showcase-v4 .brand-wordmark span:last-child { color:#ff3f9a; }
body.halloween-showcase-v4 .brand-wordmark small { color:#fff; font-family:Inter,sans-serif; font-size:.58rem; font-weight:700; line-height:1.2; margin-top:8px; }
body.halloween-showcase-v4 .nav-links { display:flex; gap:34px; justify-content:center; }
body.halloween-showcase-v4 .nav-links a { color:#f8f3fb; font-weight:600; padding:34px 0 28px; border-bottom:2px solid transparent; }
body.halloween-showcase-v4 .nav-links a:hover,
body.halloween-showcase-v4 .nav-links a.active { color:#fff; border-bottom-color:#ff3f9a; }
body.halloween-showcase-v4 .nav-search-wrap { justify-self:end; width:min(340px,100%); height:52px; display:flex; align-items:center; background:#29222f; border:1px solid #3a3041; border-radius:28px; padding:0 18px; }
body.halloween-showcase-v4 .nav-search-wrap input { flex:1; background:transparent; border:0; outline:0; color:#fff; font:inherit; }
body.halloween-showcase-v4 .nav-search-wrap input::placeholder { color:#aaa0af; }
body.halloween-showcase-v4 .nav-search-wrap span { font-size:1.7rem; color:#fff; transform:rotate(-18deg); }
body.halloween-showcase-v4 .nav-icon { font-size:2.1rem; color:#ff62ad; }

body.halloween-showcase-v4 .showcase-hero { position:relative; min-height:365px; padding:0; overflow:hidden; border-bottom:1px solid #2b2030; }
body.halloween-showcase-v4 .showcase-hero-bg { position:absolute; inset:0; background-image:linear-gradient(90deg,#110912 0%,rgba(17,9,18,.98) 25%,rgba(17,9,18,.66) 52%,rgba(17,9,18,.05) 78%),url('assets/halloween-hero-scene.png'); background-size:cover; background-position:center right; transform:scale(1.015); }
body.halloween-showcase-v4 .showcase-hero::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background:radial-gradient(circle at 26% 55%,rgba(255,81,0,.18),transparent 34%),linear-gradient(180deg,transparent 60%,rgba(8,5,10,.42)); }
body.halloween-showcase-v4 .showcase-hero-inner { position:relative; z-index:2; min-height:365px; display:flex; align-items:center; }
body.halloween-showcase-v4 .showcase-hero-copy { max-width:720px; padding:44px 0 46px; }
body.halloween-showcase-v4 .showcase-hero h1 { font-family:Manrope,sans-serif; font-size:clamp(3rem,5vw,5rem); line-height:.98; letter-spacing:-.05em; margin:0 0 18px; color:#fff; text-shadow:0 3px 25px rgba(0,0,0,.55); }
body.halloween-showcase-v4 .showcase-hero h1>span:first-child { color:#ff861b; background:none; -webkit-text-fill-color:initial; }
body.halloween-showcase-v4 .ghost-inline { font-size:.7em; filter:drop-shadow(0 0 8px rgba(255,255,255,.5)); }
body.halloween-showcase-v4 .showcase-hero-copy p { margin:0; color:#fff; font-size:1.35rem; line-height:1.45; font-weight:500; text-shadow:0 3px 18px rgba(0,0,0,.75); }
body.halloween-showcase-v4 .showcase-primary { margin-top:28px; border-radius:36px; padding:17px 28px; min-width:370px; font-size:1.06rem; background:#ff8b18; color:#100a07; box-shadow:0 10px 28px rgba(255,120,0,.25); }
body.halloween-showcase-v4 .showcase-primary:hover { background:#ffa12f; transform:translateY(-2px); }
body.halloween-showcase-v4 .showcase-primary b { margin-left:12px; font-size:1.3rem; }

body.halloween-showcase-v4 .category-ribbon { padding:14px 0 18px; background:#0d0911; border-bottom:1px solid #241a29; }
body.halloween-showcase-v4 .category-ribbon-grid { display:grid; grid-template-columns:repeat(8,1fr); gap:10px; }
body.halloween-showcase-v4 .category-ribbon-grid button { min-height:130px; border:1px solid #3a2d42; border-radius:14px; background:#130f17; color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:7px; padding:14px 8px; text-align:center; transition:.18s ease; }
body.halloween-showcase-v4 .category-ribbon-grid button:hover { transform:translateY(-2px); border-color:#805288; background:#18111d; box-shadow:0 12px 24px rgba(0,0,0,.22); }
body.halloween-showcase-v4 .category-ribbon-grid button>span { font-size:2rem; color:#51e4df; line-height:1; }
body.halloween-showcase-v4 .category-ribbon-grid button:nth-child(3)>span,
body.halloween-showcase-v4 .category-ribbon-grid button:nth-child(5)>span { color:#d472ff; }
body.halloween-showcase-v4 .category-ribbon-grid button:nth-child(4)>span { color:#ff4da7; }
body.halloween-showcase-v4 .category-ribbon-grid button:nth-child(6)>span { color:#ffae00; }
body.halloween-showcase-v4 .category-ribbon-grid button:nth-child(7)>span { color:#d969ff; }
body.halloween-showcase-v4 .category-ribbon-grid button b { font-size:.95rem; line-height:1.25; }
body.halloween-showcase-v4 .category-ribbon-grid .halloween-category-card { border-color:#a9337e; box-shadow:inset 0 0 0 1px rgba(255,62,154,.08); }
body.halloween-showcase-v4 .category-ribbon-grid .halloween-category-card>span { color:#ff851b; }
body.halloween-showcase-v4 .category-ribbon-grid .halloween-category-card em { background:#ff3f9a; color:#fff; border-radius:20px; padding:5px 10px; font-size:.66rem; font-style:normal; font-weight:900; }

body.halloween-showcase-v4 .showcase-trending { padding:30px 0 54px; background:radial-gradient(circle at 90% 0%,rgba(128,47,163,.08),transparent 30rem),#0d0911; }
body.halloween-showcase-v4 .showcase-section-heading { margin-bottom:18px; display:flex; justify-content:space-between; align-items:end; gap:24px; }
body.halloween-showcase-v4 .heading-line { display:flex; align-items:baseline; gap:24px; flex-wrap:wrap; }
body.halloween-showcase-v4 .heading-line h2 { margin:0; font-size:2.05rem; color:#fff; }
body.halloween-showcase-v4 .heading-line p { margin:0; color:#b8adb9; }
body.halloween-showcase-v4 .text-button { color:#ff3f9a; }
body.halloween-showcase-v4 #popularGrid { grid-template-columns:repeat(6,1fr); gap:12px; }
body.halloween-showcase-v4 #popularGrid .product-card { min-height:330px; padding:0 0 14px; border-radius:13px; background:#fff; border:0; color:#17121c; box-shadow:none; overflow:hidden; }
body.halloween-showcase-v4 #popularGrid .product-card:hover { transform:translateY(-2px); box-shadow:0 12px 26px rgba(0,0,0,.28); }
body.halloween-showcase-v4 #popularGrid .product-media { height:215px; margin:0; border-radius:0; background:#fff; }
body.halloween-showcase-v4 #popularGrid .product-media img { padding:10px; }
body.halloween-showcase-v4 #popularGrid .rank-badge { display:none; }
body.halloween-showcase-v4 #popularGrid .pills { padding:0 14px; margin:-7px 0 4px; position:relative; z-index:3; }
body.halloween-showcase-v4 #popularGrid .pill { background:#ff3f9a; color:#fff; padding:4px 8px; }
body.halloween-showcase-v4 #popularGrid h3 { margin:6px 14px 4px; font-size:.95rem; color:#111; }
body.halloween-showcase-v4 #popularGrid p { display:none; }
body.halloween-showcase-v4 #popularGrid .price { margin:0 14px; color:#111; font-size:1rem; }
body.halloween-showcase-v4 #popularGrid .product-actions { padding:0 14px; }
body.halloween-showcase-v4 #popularGrid .affiliate-note { color:#6b6570; }

body.halloween-showcase-v4 .finder-section { background:#120d16; border-top:1px solid #2d2232; border-bottom:1px solid #2d2232; }
body.halloween-showcase-v4 .finder-section .section-heading h2,
body.halloween-showcase-v4 .finder-section .section-heading p { color:#fff; }
body.halloween-showcase-v4 .finder-panel { background:#19131d; border-color:#3a2e41; }
body.halloween-showcase-v4 .field select { background:#100c13; border-color:#44364d; color:#fff; }
body.halloween-showcase-v4 #results .product-card { background:#fff; color:#17121c; }
body.halloween-showcase-v4 #results .product-card p { color:#625b66; }
body.halloween-showcase-v4 #results .pill { color:#5d5260; background:#f6edf3; }
body.halloween-showcase-v4 .how-section { background:#08060a; }
body.halloween-showcase-v4 .email-card { background:#17111b; color:#fff; border-color:#3a2c42; }
body.halloween-showcase-v4 .email-card p { color:#c4b7ca; }
body.halloween-showcase-v4 footer { background:#0b080d; }

@media(max-width:1180px){
  body.halloween-showcase-v4 .showcase-nav { grid-template-columns:auto 1fr auto; gap:20px; }
  body.halloween-showcase-v4 .nav-search-wrap { display:none; }
  body.halloween-showcase-v4 #popularGrid { grid-template-columns:repeat(3,1fr); }
  body.halloween-showcase-v4 .category-ribbon-grid { grid-template-columns:repeat(4,1fr); }
}
@media(max-width:760px){
  body.halloween-showcase-v4 .container { width:min(100% - 28px,1460px); }
  body.halloween-showcase-v4 .showcase-nav { min-height:72px; grid-template-columns:1fr auto; }
  body.halloween-showcase-v4 .showcase-brand { font-size:1.45rem; }
  body.halloween-showcase-v4 .brand-gift { font-size:2rem; }
  body.halloween-showcase-v4 .nav-links { display:none; }
  body.halloween-showcase-v4 .showcase-hero-bg { background-image:linear-gradient(90deg,rgba(17,9,18,.98),rgba(17,9,18,.82)),url('assets/halloween-hero-scene.png'); background-position:center; }
  body.halloween-showcase-v4 .showcase-hero h1 { font-size:3rem; }
  body.halloween-showcase-v4 .showcase-hero-copy p { font-size:1.05rem; }
  body.halloween-showcase-v4 .showcase-primary { min-width:0; width:100%; }
  body.halloween-showcase-v4 .category-ribbon-grid { grid-template-columns:repeat(2,1fr); }
  body.halloween-showcase-v4 #popularGrid { grid-template-columns:repeat(2,1fr); }
  body.halloween-showcase-v4 .showcase-section-heading { align-items:flex-start; flex-direction:column; }
}
@media(max-width:480px){
  body.halloween-showcase-v4 #popularGrid { grid-template-columns:1fr; }
}

/* v5 — Gift card -> GiftDojo product detail -> retailer choice */
.product-card-clickable { cursor:pointer; }
.product-card-clickable:focus-visible { outline:3px solid #ff8a14; outline-offset:3px; }
.product-card-body { display:flex; flex-direction:column; flex:1; }
.product-card-buy-meta { margin-top:auto; padding-top:8px; color:#8f8791; font-size:.78rem; font-weight:700; }
.product-actions a.view-gift-link {
  display:block;
  width:100%;
  text-align:center;
  padding:11px 12px;
  border-radius:10px;
  border:0;
  color:#fff;
  background:linear-gradient(135deg,#ff8a14,#ff5b19);
  font-weight:800;
  text-decoration:none;
}
.product-actions a.view-gift-link:hover { transform:translateY(-1px); filter:brightness(1.04); }
body.halloween-showcase-v4 #popularGrid .product-card-body { padding:0 14px; }
body.halloween-showcase-v4 #popularGrid .product-actions { padding:0; }
body.halloween-showcase-v4 #popularGrid .product-card-buy-meta { color:#786e7b; }

.product-detail-shell { min-height:70vh; padding:48px 0 72px; background:radial-gradient(circle at 85% 5%,rgba(126,44,156,.13),transparent 34rem),#0d0911; }
.product-back-link { display:inline-flex; margin-bottom:20px; color:#f4c1df; font-weight:800; }
.product-detail-card { display:grid; grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr); gap:38px; background:#17111b; border:1px solid rgba(255,255,255,.10); border-radius:24px; padding:32px; box-shadow:0 22px 70px rgba(0,0,0,.35); color:#fff; }
.product-detail-loading,.product-detail-error { grid-column:1/-1; padding:56px 20px; text-align:center; }
.product-detail-media-wrap { align-self:start; }
.product-detail-media { aspect-ratio:1/1; border-radius:18px; overflow:hidden; background:#fff; display:flex; align-items:center; justify-content:center; }
.product-detail-media img { width:100%; height:100%; object-fit:contain; }
.product-detail-emoji { width:100%; height:100%; align-items:center; justify-content:center; font-size:7rem; }
.product-detail-content h1 { font-family:Manrope,Inter,sans-serif; font-size:clamp(2rem,4vw,3.5rem); line-height:1.04; margin:10px 0 16px; }
.product-detail-pills { margin-bottom:6px; }
.product-detail-why { font-size:1.05rem; line-height:1.7; color:#cfc7d2; max-width:58ch; }
.product-detail-price { font-size:1.1rem; margin:20px 0; color:#f4edf6; }
.retailer-choice-panel { margin-top:28px; padding-top:26px; border-top:1px solid rgba(255,255,255,.10); }
.retailer-choice-heading h2 { font-size:1.5rem; margin:5px 0 8px; }
.retailer-choice-heading p { color:#aba2ae; line-height:1.6; margin:0 0 18px; }
.retailer-choice-list { display:grid; gap:12px; }
.retailer-choice-button { display:flex !important; align-items:center; justify-content:space-between; gap:18px; min-height:64px; padding:14px 16px !important; border-radius:13px !important; text-decoration:none !important; font-size:.95rem !important; }
.retailer-choice-button span:first-child { display:flex; flex-direction:column; align-items:flex-start; text-align:left; gap:3px; }
.retailer-choice-button small { font-size:.72rem; opacity:.72; font-weight:700; }
.retailer-price { margin-left:auto; white-space:nowrap; font-weight:900; }
.retailer-price.muted { opacity:.7; }
.retailer-empty { padding:18px; border:1px dashed rgba(255,255,255,.18); border-radius:12px; color:#bdb4c0; }
.product-detail-affiliate { margin-top:14px; color:#968d9a; }

@media (max-width:800px) {
  .product-detail-card { grid-template-columns:1fr; padding:20px; gap:24px; }
  .product-detail-shell { padding:28px 0 54px; }
}

/* Hunting collection card — Fall 2026 */
body.halloween-showcase-v4 .category-ribbon-grid .hunting-category-card { border-color:#54713f; box-shadow:inset 0 0 0 1px rgba(103,145,73,.12); }
body.halloween-showcase-v4 .category-ribbon-grid .hunting-category-card>span { color:#8fbd66; }
body.halloween-showcase-v4 .category-ribbon-grid .hunting-category-card em { background:#567a3c; color:#fff; border-radius:20px; padding:5px 10px; font-size:.66rem; font-style:normal; font-weight:900; }

/* =========================================================
   v10 — Rotating collection hero
   Homepage banner cycles through every collection shortcut.
   ========================================================= */
body.halloween-showcase-v4 .rotating-hero { transition:background .35s ease; }
body.halloween-showcase-v4 .rotating-hero-bg { transition:opacity .3s ease, background-image .45s ease; background-size:cover; background-repeat:no-repeat; background-position:center right; }
body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner { position:relative; }
body.halloween-showcase-v4 .rotating-hero-copy { min-height:330px; display:flex; flex-direction:column; justify-content:center; transition:opacity .2s ease, transform .2s ease; }
body.halloween-showcase-v4 .hero-slide-kicker { display:inline-flex; align-self:flex-start; margin-bottom:10px; padding:6px 10px; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(8,5,12,.28); backdrop-filter:blur(7px); color:#fff; font-size:.72rem; font-weight:900; letter-spacing:.13em; }
body.halloween-showcase-v4 .hero-theme-mark { position:absolute; right:10%; top:50%; transform:translateY(-50%); z-index:2; pointer-events:none; font-family:Manrope,Inter,sans-serif; font-size:clamp(5rem,10vw,10rem); font-weight:900; line-height:1; color:rgba(255,255,255,.16); text-shadow:0 12px 50px rgba(0,0,0,.18); user-select:none; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .hero-theme-mark { opacity:0; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] h1>span:first-child { color:#9bc868; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] h1>span:first-child { color:#ffb43d; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] h1>span:first-child { color:#66b9ff; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] h1>span:first-child { color:#ff79bd; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] h1>span:first-child { color:#c786ff; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] h1>span:first-child { color:#f4b66b; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] h1>span:first-child { color:#54e4df; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme]:not([data-hero-theme="halloween"]) .showcase-hero-bg { background-size:cover; background-position:center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme]:not([data-hero-theme="halloween"])::before { background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.28)); }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme]:not([data-hero-theme="halloween"]) .showcase-primary { background:linear-gradient(135deg,#ff941f,#ff7418); color:#110b08; box-shadow:0 12px 34px rgba(255,120,24,.22); }
body.halloween-showcase-v4 .hero-arrow { position:absolute; top:50%; z-index:6; transform:translateY(-50%); width:44px; height:44px; border-radius:50%; border:1px solid rgba(255,255,255,.24); background:rgba(9,5,12,.35); backdrop-filter:blur(8px); color:#fff; font-size:2rem; line-height:1; cursor:pointer; opacity:.78; transition:.18s ease; }
body.halloween-showcase-v4 .hero-arrow:hover { opacity:1; transform:translateY(-50%) scale(1.06); background:rgba(9,5,12,.58); }
body.halloween-showcase-v4 .hero-arrow-prev { left:-58px; }
body.halloween-showcase-v4 .hero-arrow-next { right:-58px; }
body.halloween-showcase-v4 .hero-slide-dots { display:flex; gap:8px; margin-top:24px; }
body.halloween-showcase-v4 .hero-slide-dots button { width:8px; height:8px; border:0; border-radius:999px; padding:0; background:rgba(255,255,255,.35); cursor:pointer; transition:.2s ease; }
body.halloween-showcase-v4 .hero-slide-dots button.active { width:28px; background:#ff8a18; }
body.halloween-showcase-v4 .category-ribbon-grid .hero-category-card.active { border-color:#ff3f9a; background:#1c121f; box-shadow:0 0 0 1px rgba(255,63,154,.22),0 12px 28px rgba(0,0,0,.2); transform:translateY(-2px); }
body.halloween-showcase-v4 .category-ribbon-grid .hunting-category-card.active { border-color:#7fac59; box-shadow:0 0 0 1px rgba(127,172,89,.25),0 12px 28px rgba(0,0,0,.2); }
body.halloween-showcase-v4 .rotating-promo { transition:background .25s ease; }
body.halloween-showcase-v4 .rotating-promo a { white-space:nowrap; }

@media(max-width:1560px){
  body.halloween-showcase-v4 .hero-arrow-prev { left:8px; }
  body.halloween-showcase-v4 .hero-arrow-next { right:8px; }
  body.halloween-showcase-v4 .rotating-hero-copy { padding-left:54px; padding-right:54px; }
}
@media(max-width:760px){
  body.halloween-showcase-v4 .rotating-hero-copy { min-height:390px; padding-left:34px; padding-right:34px; }
  body.halloween-showcase-v4 .hero-theme-mark { right:7%; top:22%; font-size:4.5rem; opacity:.11; }
  body.halloween-showcase-v4 .hero-arrow { width:34px; height:34px; font-size:1.5rem; }
  body.halloween-showcase-v4 .hero-arrow-prev { left:2px; }
  body.halloween-showcase-v4 .hero-arrow-next { right:2px; }
  body.halloween-showcase-v4 .rotating-promo .halloween-promo-inner { gap:6px; flex-wrap:wrap; justify-content:center; text-align:center; padding:7px 0; }
  body.halloween-showcase-v4 .rotating-promo a { white-space:normal; }
}
@media (prefers-reduced-motion: reduce){
  body.halloween-showcase-v4 .rotating-hero-bg,
  body.halloween-showcase-v4 .rotating-hero-copy { transition:none; }
}


/* v11 — detailed rotating hero with real product imagery */
body.halloween-showcase-v4 .showcase-hero-inner { gap:36px; }
body.halloween-showcase-v4 .rotating-hero-copy { max-width:640px; }
body.halloween-showcase-v4 .hero-visual-shell {
  position:relative;
  z-index:3;
  width:min(560px, 42vw);
  min-width:360px;
  display:grid;
  grid-template-columns:1.18fr .9fr;
  gap:16px;
  align-items:stretch;
  margin-left:auto;
  padding:26px 0;
}
body.halloween-showcase-v4 .hero-visual-shell::before {
  content:"";
  position:absolute;
  inset:-12px -8px -12px -8px;
  border-radius:36px;
  background:radial-gradient(circle at 72% 18%, rgba(255,255,255,.18), transparent 24%), linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}
body.halloween-showcase-v4 .hero-visual-main,
body.halloween-showcase-v4 .hero-visual-side {
  position:relative;
  z-index:1;
}
body.halloween-showcase-v4 .hero-visual-main {
  min-height:296px;
}
body.halloween-showcase-v4 .hero-visual-side {
  display:grid;
  grid-template-rows:repeat(3, 1fr);
  gap:14px;
}
body.halloween-showcase-v4 .hero-product-card,
body.halloween-showcase-v4 .hero-product-mini {
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg, rgba(16,10,18,.68), rgba(11,8,14,.9));
  box-shadow:0 20px 45px rgba(0,0,0,.24);
}
body.halloween-showcase-v4 .hero-product-card {
  height:100%;
  min-height:296px;
}
body.halloween-showcase-v4 .hero-product-card::after,
body.halloween-showcase-v4 .hero-product-mini::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,6,10,.05) 10%, rgba(7,6,10,.08) 35%, rgba(7,6,10,.82) 100%);
  pointer-events:none;
}
body.halloween-showcase-v4 .hero-product-card img,
body.halloween-showcase-v4 .hero-product-mini img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.halloween-showcase-v4 .hero-product-card.no-image,
body.halloween-showcase-v4 .hero-product-mini.no-image {
  background:linear-gradient(135deg, rgba(255,141,30,.18), rgba(255,89,161,.12)), linear-gradient(180deg, rgba(16,10,18,.7), rgba(11,8,14,.94));
}
body.halloween-showcase-v4 .hero-product-card.no-image::before,
body.halloween-showcase-v4 .hero-product-mini.no-image::before {
  content:attr(data-emoji);
  position:absolute;
  inset:auto auto 18px 18px;
  font-size:2rem;
  opacity:.94;
}
body.halloween-showcase-v4 .hero-product-meta,
body.halloween-showcase-v4 .hero-product-mini-meta {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:16px 18px 18px;
}
body.halloween-showcase-v4 .hero-product-label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
  margin-bottom:12px;
}
body.halloween-showcase-v4 .hero-product-meta h3 {
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.15;
  color:#fff;
}
body.halloween-showcase-v4 .hero-product-meta p,
body.halloween-showcase-v4 .hero-product-mini-meta p {
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:.92rem;
  line-height:1.35;
}
body.halloween-showcase-v4 .hero-product-price,
body.halloween-showcase-v4 .hero-product-mini-price {
  display:inline-flex;
  align-items:center;
  margin-top:10px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:.84rem;
  font-weight:800;
}
body.halloween-showcase-v4 .hero-product-mini {
  min-height:89px;
}
body.halloween-showcase-v4 .hero-product-mini-meta {
  padding:12px 13px 13px;
}
body.halloween-showcase-v4 .hero-product-mini-meta h4 {
  margin:0 0 4px;
  font-size:.88rem;
  line-height:1.12;
  color:#fff;
}
body.halloween-showcase-v4 .hero-product-mini-price {
  margin-top:6px;
  font-size:.76rem;
}
body.halloween-showcase-v4 .hero-product-mini::after {
  background:linear-gradient(90deg, rgba(7,6,10,.16) 0%, rgba(7,6,10,.18) 26%, rgba(7,6,10,.76) 100%);
}
body.halloween-showcase-v4 .hero-visual-empty {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:300px;
  border-radius:28px;
  border:1px dashed rgba(255,255,255,.18);
  color:rgba(255,255,255,.88);
  text-align:center;
  padding:24px;
  background:linear-gradient(180deg, rgba(14,10,18,.5), rgba(9,7,12,.78));
}
body.halloween-showcase-v4 .hero-visual-empty strong {
  display:block;
  margin-bottom:8px;
  font-size:1rem;
  color:#fff;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(255,156,73,.14), transparent 22%), linear-gradient(145deg, rgba(255,107,28,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(145,198,87,.14), transparent 22%), linear-gradient(145deg, rgba(145,198,87,.12), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(255,190,65,.18), transparent 22%), linear-gradient(145deg, rgba(255,160,40,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(84,173,255,.16), transparent 22%), linear-gradient(145deg, rgba(84,173,255,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(255,120,186,.16), transparent 22%), linear-gradient(145deg, rgba(255,120,186,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(199,134,255,.18), transparent 22%), linear-gradient(145deg, rgba(199,134,255,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(244,182,107,.16), transparent 22%), linear-gradient(145deg, rgba(244,182,107,.14), rgba(255,255,255,.04));
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .hero-visual-shell::before {
  background:radial-gradient(circle at 75% 18%, rgba(84,228,223,.18), transparent 22%), linear-gradient(145deg, rgba(84,228,223,.14), rgba(255,255,255,.04));
}
@media (max-width: 1180px) {
  body.halloween-showcase-v4 .showcase-hero-inner { display:grid; grid-template-columns:minmax(0, 1fr) minmax(320px, 420px); }
  body.halloween-showcase-v4 .hero-visual-shell { width:100%; min-width:0; }
  body.halloween-showcase-v4 .hero-theme-mark { right:5%; }
}
@media (max-width: 980px) {
  body.halloween-showcase-v4 .showcase-hero-inner { display:block; }
  body.halloween-showcase-v4 .hero-visual-shell { width:100%; min-width:0; margin:0 34px 30px; }
  body.halloween-showcase-v4 .hero-theme-mark { right:4%; top:14%; }
}
@media (max-width: 760px) {
  body.halloween-showcase-v4 .hero-visual-shell { grid-template-columns:1fr; margin:0 18px 24px; padding-top:0; }
  body.halloween-showcase-v4 .hero-visual-side { grid-template-columns:repeat(3, 1fr); grid-template-rows:none; }
  body.halloween-showcase-v4 .hero-product-mini { min-height:112px; }
}
@media (max-width: 560px) {
  body.halloween-showcase-v4 .hero-visual-shell { display:none; }
  body.halloween-showcase-v4 .rotating-hero-copy { min-height:420px; }
}


/* v12 — custom illustrated category hero backgrounds with fixed hero sizing */
body.halloween-showcase-v4 .hero-visual-shell { display:none !important; }
body.halloween-showcase-v4 .showcase-hero,
body.halloween-showcase-v4 .rotating-hero { min-height:430px; height:430px; }
body.halloween-showcase-v4 .showcase-hero-inner,
body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner { min-height:430px; height:430px; display:flex; align-items:center; }
body.halloween-showcase-v4 .rotating-hero-copy { min-height:430px; height:430px; max-width:640px; padding:44px 0 46px; }
body.halloween-showcase-v4 .rotating-hero-bg { background-size:cover; background-repeat:no-repeat; background-position:center right; }
body.halloween-showcase-v4 .rotating-hero::before { background:radial-gradient(circle at 26% 52%,rgba(255,104,33,.18),transparent 30%),linear-gradient(180deg,transparent 58%,rgba(8,5,10,.42)); }
body.halloween-showcase-v4 .hero-slide-kicker,
body.halloween-showcase-v4 .showcase-hero h1,
body.halloween-showcase-v4 .showcase-hero-copy p,
body.halloween-showcase-v4 .showcase-primary { position:relative; z-index:4; }
@media (max-width: 980px) {
  body.halloween-showcase-v4 .showcase-hero,
  body.halloween-showcase-v4 .rotating-hero,
  body.halloween-showcase-v4 .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero-copy { min-height:410px; height:410px; }
}
@media (max-width: 760px) {
  body.halloween-showcase-v4 .showcase-hero,
  body.halloween-showcase-v4 .rotating-hero,
  body.halloween-showcase-v4 .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero-copy { min-height:375px; height:375px; }
  body.halloween-showcase-v4 .rotating-hero-copy { padding-top:36px; padding-bottom:36px; }
}
@media (max-width: 560px) {
  body.halloween-showcase-v4 .showcase-hero,
  body.halloween-showcase-v4 .rotating-hero,
  body.halloween-showcase-v4 .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner,
  body.halloween-showcase-v4 .rotating-hero-copy { min-height:340px; height:340px; }
}

/* v14 — real photography hero backgrounds (Pexels) */


/* v15 — per-category CTA colors for rotating hero */
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .showcase-primary {
  background:linear-gradient(135deg,#ff941f,#ff7418);
  color:#110b08;
  box-shadow:0 12px 34px rgba(255,120,24,.26);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .showcase-primary:hover {
  background:linear-gradient(135deg,#ffa742,#ff8c2b);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .showcase-primary {
  background:linear-gradient(135deg,#f2a23a,#d9821d);
  color:#110d08;
  box-shadow:0 12px 34px rgba(217,130,29,.26);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .showcase-primary:hover {
  background:linear-gradient(135deg,#f7b253,#e18e2f);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .showcase-primary {
  background:linear-gradient(135deg,#ff5ca8,#ff3f91);
  color:#fff;
  box-shadow:0 12px 34px rgba(255,63,145,.24);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .showcase-primary:hover {
  background:linear-gradient(135deg,#ff74b7,#ff589f);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .showcase-primary {
  background:linear-gradient(135deg,#6f89ff,#4f6fff);
  color:#fff;
  box-shadow:0 12px 34px rgba(79,111,255,.24);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .showcase-primary:hover {
  background:linear-gradient(135deg,#86a0ff,#6886ff);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .showcase-primary {
  background:linear-gradient(135deg,#ff71b9,#ff4fa0);
  color:#fff;
  box-shadow:0 12px 34px rgba(255,79,160,.24);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .showcase-primary:hover {
  background:linear-gradient(135deg,#ff89c6,#ff67af);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .showcase-primary {
  background:linear-gradient(135deg,#c06cff,#a64dff);
  color:#fff;
  box-shadow:0 12px 34px rgba(166,77,255,.25);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .showcase-primary:hover {
  background:linear-gradient(135deg,#cf84ff,#b868ff);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .showcase-primary {
  background:linear-gradient(135deg,#e7b35a,#d28f32);
  color:#171008;
  box-shadow:0 12px 34px rgba(210,143,50,.24);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .showcase-primary:hover {
  background:linear-gradient(135deg,#edc072,#dca04b);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .showcase-primary {
  background:linear-gradient(135deg,#4dc9ff,#279cff);
  color:#071019;
  box-shadow:0 12px 34px rgba(39,156,255,.26);
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .showcase-primary:hover {
  background:linear-gradient(135deg,#69d7ff,#42b0ff);
}


/* v18 — colored Shop Now buttons inside category selector cards */
body.halloween-showcase-v4 .category-ribbon-grid .hero-category-card {
  min-height:156px;
}
body.halloween-showcase-v4 .category-ribbon-grid .category-shop {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:92px;
  margin-top:5px;
  padding:7px 13px;
  border-radius:999px;
  color:#fff;
  font-size:.72rem;
  line-height:1;
  font-weight:900;
  font-style:normal;
  letter-spacing:.01em;
  box-shadow:0 7px 18px rgba(0,0,0,.22);
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
body.halloween-showcase-v4 .category-ribbon-grid .hero-category-card:hover .category-shop {
  transform:translateY(-1px);
  filter:brightness(1.08);
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="halloween"] .category-shop {
  background:linear-gradient(135deg,#ff941f,#ff7418);
  color:#15100a;
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="hunting"] .category-shop {
  background:linear-gradient(135deg,#f2a23a,#d9821d);
  color:#15100a;
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="under50"] .category-shop {
  background:linear-gradient(135deg,#ff5ca8,#ff3f91);
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="him"] .category-shop {
  background:linear-gradient(135deg,#6f89ff,#4f6fff);
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="her"] .category-shop {
  background:linear-gradient(135deg,#ff71b9,#ff4fa0);
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="teens"] .category-shop {
  background:linear-gradient(135deg,#c06cff,#a64dff);
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="home"] .category-shop {
  background:linear-gradient(135deg,#e7b35a,#d28f32);
  color:#171008;
}
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="gaming"] .category-shop {
  background:linear-gradient(135deg,#4dc9ff,#279cff);
  color:#071019;
}

/* matching subtle borders so each selector reads as one themed unit */
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="halloween"] { border-color:rgba(255,148,31,.66); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="hunting"] { border-color:rgba(217,130,29,.62); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="under50"] { border-color:rgba(255,63,145,.58); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="him"] { border-color:rgba(79,111,255,.58); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="her"] { border-color:rgba(255,79,160,.58); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="teens"] { border-color:rgba(166,77,255,.58); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="home"] { border-color:rgba(210,143,50,.58); }
body.halloween-showcase-v4 .category-ribbon-grid [data-hero-slide="gaming"] { border-color:rgba(39,156,255,.58); }

@media(max-width:760px){
  body.halloween-showcase-v4 .category-ribbon-grid .hero-category-card { min-height:146px; }
  body.halloween-showcase-v4 .category-ribbon-grid .category-shop { min-width:84px; padding:7px 10px; }
}


/* v19 — force hero CTA to follow active slide theme */
body.halloween-showcase-v4 .rotating-hero .showcase-primary,
body.halloween-showcase-v4 .rotating-hero .halloween-primary.showcase-primary {
  transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .18s ease;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#ff941f,#ff7418) !important;
  color:#15100a !important;
  box-shadow:0 12px 34px rgba(255,120,24,.26) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#f2a23a,#d9821d) !important;
  color:#15100a !important;
  box-shadow:0 12px 34px rgba(217,130,29,.26) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#ff5ca8,#ff3f91) !important;
  color:#fff !important;
  box-shadow:0 12px 34px rgba(255,63,145,.24) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#6f89ff,#4f6fff) !important;
  color:#fff !important;
  box-shadow:0 12px 34px rgba(79,111,255,.24) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#ff71b9,#ff4fa0) !important;
  color:#fff !important;
  box-shadow:0 12px 34px rgba(255,79,160,.24) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#c06cff,#a64dff) !important;
  color:#fff !important;
  box-shadow:0 12px 34px rgba(166,77,255,.25) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#e7b35a,#d28f32) !important;
  color:#171008 !important;
  box-shadow:0 12px 34px rgba(210,143,50,.24) !important;
}
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .showcase-primary,
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .halloween-primary.showcase-primary {
  background:linear-gradient(135deg,#4dc9ff,#279cff) !important;
  color:#071019 !important;
  box-shadow:0 12px 34px rgba(39,156,255,.26) !important;
}

/* v20 widened hero source art to reduce zoom/cropping in rotating banner */


/* v21 — hero composition fix: dedicated left text zone + right-biased art panel */
body.halloween-showcase-v4 .rotating-hero {
  position:relative;
  overflow:hidden;
}
body.halloween-showcase-v4 .rotating-hero .rotating-hero-bg {
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:right center;
  opacity:1;
}
body.halloween-showcase-v4 .rotating-hero::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,
      rgba(3,3,8,.92) 0%,
      rgba(5,5,12,.88) 22%,
      rgba(7,7,16,.82) 38%,
      rgba(8,8,18,.56) 52%,
      rgba(9,9,18,.22) 68%,
      rgba(9,9,18,.06) 82%,
      rgba(9,9,18,0) 100%),
    linear-gradient(180deg, rgba(8,6,12,.12), rgba(8,6,12,.18));
  pointer-events:none;
}
body.halloween-showcase-v4 .rotating-hero::after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  height:100%;
  width:min(54%, 980px);
  z-index:1;
  background:linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.02) 100%);
  pointer-events:none;
}
body.halloween-showcase-v4 .rotating-hero .showcase-hero-inner {
  position:relative;
  z-index:2;
}
body.halloween-showcase-v4 .rotating-hero-copy {
  position:relative;
  z-index:3;
  max-width:760px;
  width:min(54%, 760px);
  padding-left:56px;
  padding-right:24px;
}
body.halloween-showcase-v4 .rotating-hero .hero-arrow,
body.halloween-showcase-v4 .rotating-hero .hero-slide-dots,
body.halloween-showcase-v4 .rotating-hero #heroThemeMark {
  z-index:4;
}
body.halloween-showcase-v4 .rotating-hero h1 {
  max-width:680px;
}
body.halloween-showcase-v4 .rotating-hero p {
  max-width:620px;
}
/* slide-specific art positioning tuned to show more of the right-side composition */
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="halloween"] .rotating-hero-bg { background-position:right center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="hunting"] .rotating-hero-bg { background-position:right 50% center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="under50"] .rotating-hero-bg { background-position:right center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="him"] .rotating-hero-bg { background-position:right 52% center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="her"] .rotating-hero-bg { background-position:right center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="teens"] .rotating-hero-bg { background-position:right 50% center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="home"] .rotating-hero-bg { background-position:right center; }
body.halloween-showcase-v4 .rotating-hero[data-hero-theme="gaming"] .rotating-hero-bg { background-position:right 52% center; }
@media (max-width: 1200px) {
  body.halloween-showcase-v4 .rotating-hero-copy {
    width:min(58%, 700px);
    padding-left:44px;
  }
}
@media (max-width: 980px) {
  body.halloween-showcase-v4 .rotating-hero .rotating-hero-bg {
    background-size:cover;
    background-position:center right;
  }
  body.halloween-showcase-v4 .rotating-hero::after {
    width:100%;
    background:linear-gradient(90deg, rgba(6,6,12,.84) 0%, rgba(7,7,14,.56) 42%, rgba(7,7,14,.26) 68%, rgba(7,7,14,.08) 100%);
  }
  body.halloween-showcase-v4 .rotating-hero-copy {
    width:min(78%, 700px);
    max-width:700px;
    padding-left:34px;
    padding-right:22px;
  }
}
@media (max-width: 760px) {
  body.halloween-showcase-v4 .rotating-hero-copy {
    width:100%;
    max-width:none;
    padding-left:22px;
    padding-right:18px;
  }
}


/* v23: trust, support, and legal footer links */
.footer-contact { margin-top:10px; }
.footer-contact a, .disclosure a, .footer-links a { color:inherit; text-decoration:underline; text-underline-offset:3px; }
.footer-links { display:flex; flex-wrap:wrap; gap:10px 16px; margin-top:14px; }
.footer-links a { font-size:.86rem; color:var(--muted); }
.legal-shell { padding:56px 0 72px; }
.legal-card { max-width:860px; margin:0 auto; background:var(--card); border:1px solid var(--border); border-radius:20px; padding:32px; box-shadow:var(--shadow); }
.legal-card h1 { margin:0 0 8px; font-family:Manrope,Inter,sans-serif; }
.legal-card h2 { margin:30px 0 8px; font-size:1.15rem; }
.legal-card p, .legal-card li { color:var(--muted); line-height:1.7; }
.legal-card a { color:inherit; }
.legal-meta { font-size:.9rem; color:var(--muted); margin-bottom:24px; }
.contact-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:24px; }
.contact-card { border:1px solid var(--border); border-radius:16px; padding:20px; }
.contact-card h2 { margin-top:0; }
@media (max-width:700px){ .contact-grid{grid-template-columns:1fr;} .legal-card{padding:24px 20px;} }

/* v24 — Legal/contact page readability fix for dark seasonal theme */
body.halloween-showcase-v4 .legal-shell {
  background: #0d0911;
}
body.halloween-showcase-v4 .legal-card {
  background: #ffffff;
  color: #241a28;
  border-color: #e5dbe4;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
}
body.halloween-showcase-v4 .legal-card h1,
body.halloween-showcase-v4 .legal-card h2,
body.halloween-showcase-v4 .legal-card h3,
body.halloween-showcase-v4 .legal-card strong {
  color: #241a28;
}
body.halloween-showcase-v4 .legal-card p,
body.halloween-showcase-v4 .legal-card li,
body.halloween-showcase-v4 .legal-meta {
  color: #675d6b;
}
body.halloween-showcase-v4 .legal-card a {
  color: #8b3fb2;
  font-weight: 700;
  text-decoration-color: rgba(139,63,178,.35);
}
body.halloween-showcase-v4 .legal-card a:hover {
  color: #6f258f;
}
body.halloween-showcase-v4 .contact-card {
  background: #fbf8fb;
  border-color: #d9cdd8;
}
body.halloween-showcase-v4 .contact-card h2 {
  color: #2b2030;
}
body.halloween-showcase-v4 .contact-card p {
  color: #675d6b;
}

/* v25 — normalize product-card imagery and vertical alignment */
.product-media {
  height: 190px;
  padding: 14px;
  box-sizing: border-box;
  background: #f4f0f5;
}
.product-media img {
  width: 162px;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
  display: block;
}
.product-card-body .pills {
  min-height: 28px;
  align-content: flex-start;
}
.product-card-body h3 {
  min-height: 2.45em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card-body > p {
  min-height: 3.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-card-body .price {
  margin-top: auto;
}

body.halloween-showcase-v4 #popularGrid .product-media,
body.halloween-showcase-v4 #results .product-media {
  height: 190px;
  padding: 14px;
  background: #f4f0f5;
}
body.halloween-showcase-v4 #popularGrid .product-media img,
body.halloween-showcase-v4 #results .product-media img {
  width: 162px;
  height: 162px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 0;
}

@media (max-width: 520px) {
  .product-media,
  body.halloween-showcase-v4 #popularGrid .product-media,
  body.halloween-showcase-v4 #results .product-media {
    height: 176px;
  }
  .product-media img,
  body.halloween-showcase-v4 #popularGrid .product-media img,
  body.halloween-showcase-v4 #results .product-media img {
    width: 148px;
    height: 148px;
  }
}

/* =========================================================
   v26 — Gifts for Her interest hierarchy
   Keeps the seasonal/Halloween shell while adding a focused
   recipient → interest → top gifts discovery layer.
   ========================================================= */
.her-discovery[hidden] { display:none !important; }
body.halloween-showcase-v4 .her-discovery {
  padding:28px 0 8px;
  background:linear-gradient(180deg,#120d15 0%,#0d0911 100%);
  border-bottom:1px solid #2b2030;
}
body.halloween-showcase-v4 .her-discovery .container { position:relative; }
body.halloween-showcase-v4 .her-discovery-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:18px;
}
body.halloween-showcase-v4 .her-discovery-kicker {
  display:inline-block;
  margin-bottom:6px;
  color:#ff79bd;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
}
body.halloween-showcase-v4 .her-discovery h2 {
  margin:0 0 5px;
  color:#fff;
  font-size:clamp(1.65rem,3vw,2.35rem);
  letter-spacing:-.035em;
}
body.halloween-showcase-v4 .her-discovery-heading p { margin:0; color:#b9aebd; }
body.halloween-showcase-v4 .her-filter-reset {
  flex:0 0 auto;
  border:1px solid #49364f;
  border-radius:999px;
  padding:10px 15px;
  background:#18111d;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
body.halloween-showcase-v4 .her-filter-reset:hover,
body.halloween-showcase-v4 .her-filter-reset.active {
  border-color:#ff65b1;
  background:linear-gradient(135deg,#7d285a,#b2367c);
  box-shadow:0 8px 24px rgba(255,75,164,.15);
}
body.halloween-showcase-v4 .her-interest-grid {
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:10px;
  padding-bottom:20px;
}
body.halloween-showcase-v4 .her-interest-card {
  min-height:132px;
  border:1px solid #392b40;
  border-radius:15px;
  background:linear-gradient(180deg,#18111d,#130e17);
  color:#fff;
  padding:15px 10px 13px;
  text-align:center;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body.halloween-showcase-v4 .her-interest-card:hover {
  transform:translateY(-3px);
  border-color:#7b4e75;
  box-shadow:0 12px 28px rgba(0,0,0,.26);
}
body.halloween-showcase-v4 .her-interest-card.active {
  transform:translateY(-3px);
  border-color:#ff65b1;
  background:linear-gradient(180deg,#271526,#1a101b);
  box-shadow:0 0 0 1px rgba(255,101,177,.16),0 13px 30px rgba(0,0,0,.28);
}
body.halloween-showcase-v4 .her-interest-card span { display:block; font-size:1.85rem; margin-bottom:9px; }
body.halloween-showcase-v4 .her-interest-card b { display:block; font-size:.93rem; line-height:1.2; margin-bottom:7px; }
body.halloween-showcase-v4 .her-interest-card small { display:block; color:#ad9fb0; font-size:.72rem; line-height:1.35; }

@media (max-width:1100px) {
  body.halloween-showcase-v4 .her-interest-grid { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:700px) {
  body.halloween-showcase-v4 .her-discovery-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  body.halloween-showcase-v4 .her-interest-grid { grid-template-columns:repeat(2,1fr); }
  body.halloween-showcase-v4 .her-interest-card { min-height:122px; }
}

/* =========================================================
   v27 — Gifts for Her catalog-depth polish
   Product counts are populated from Firestore so this layer
   grows automatically as category inventory is expanded.
   ========================================================= */
body.halloween-showcase-v4 .her-interest-card {
  position:relative;
  overflow:hidden;
  padding-bottom:38px;
}
body.halloween-showcase-v4 .her-interest-card::after {
  content:"";
  position:absolute;
  inset:auto -25% -65% -25%;
  height:95px;
  background:radial-gradient(circle,rgba(255,101,177,.11),transparent 66%);
  pointer-events:none;
}
body.halloween-showcase-v4 .her-interest-card .her-interest-icon {
  display:block;
  font-size:1.85rem;
  margin-bottom:9px;
}
body.halloween-showcase-v4 .her-count-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#e0d5e3;
  font-size:.65rem;
  font-style:normal;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
body.halloween-showcase-v4 .her-interest-card > .her-count-badge {
  position:absolute;
  left:50%;
  bottom:11px;
  transform:translateX(-50%);
  z-index:1;
}
body.halloween-showcase-v4 .her-interest-card.active > .her-count-badge {
  border-color:rgba(255,130,194,.32);
  background:rgba(255,101,177,.14);
  color:#ffd7eb;
}
body.halloween-showcase-v4 .her-filter-reset .her-count-badge {
  margin-left:6px;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  color:inherit;
}
body.halloween-showcase-v4 .her-discovery-footnote {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 0 18px;
  color:#827786;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.02em;
}
body.halloween-showcase-v4 .her-discovery-footnote span:first-child {
  color:#c9bacd;
}
@media (max-width:700px) {
  body.halloween-showcase-v4 .her-discovery-footnote {
    flex-wrap:wrap;
    text-align:center;
  }
}

/* =========================================================
   v30 — Gifts for Him interest hierarchy
   Mirrors the Gifts for Her discovery pattern while keeping
   Him evergreen and leaving seasonal gifts in occasion pages.
   ========================================================= */
.him-discovery[hidden] { display:none !important; }
body.halloween-showcase-v4 .him-discovery {
  padding:28px 0 8px;
  background:linear-gradient(180deg,#0d111b 0%,#090d14 100%);
  border-bottom:1px solid #202b3d;
}
body.halloween-showcase-v4 .him-discovery .container { position:relative; }
body.halloween-showcase-v4 .him-discovery-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:18px;
}
body.halloween-showcase-v4 .him-discovery-kicker {
  display:inline-block;
  margin-bottom:6px;
  color:#77a7ff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.14em;
}
body.halloween-showcase-v4 .him-discovery h2 {
  margin:0 0 5px;
  color:#fff;
  font-size:clamp(1.65rem,3vw,2.35rem);
  letter-spacing:-.035em;
}
body.halloween-showcase-v4 .him-discovery-heading p { margin:0; color:#aeb8c8; }
body.halloween-showcase-v4 .him-filter-reset {
  flex:0 0 auto;
  border:1px solid #34445f;
  border-radius:999px;
  padding:10px 15px;
  background:#111824;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
body.halloween-showcase-v4 .him-filter-reset:hover,
body.halloween-showcase-v4 .him-filter-reset.active {
  border-color:#6c9dff;
  background:linear-gradient(135deg,#234d9b,#416fde);
  box-shadow:0 8px 24px rgba(75,124,255,.16);
}
body.halloween-showcase-v4 .him-interest-grid {
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:10px;
  padding-bottom:20px;
}
body.halloween-showcase-v4 .him-interest-card {
  position:relative;
  overflow:hidden;
  min-height:142px;
  border:1px solid #2b364a;
  border-radius:15px;
  background:linear-gradient(180deg,#111824,#0d131d);
  color:#fff;
  padding:15px 9px 38px;
  text-align:center;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body.halloween-showcase-v4 .him-interest-card::after {
  content:"";
  position:absolute;
  inset:auto -25% -65% -25%;
  height:95px;
  background:radial-gradient(circle,rgba(90,139,255,.12),transparent 66%);
  pointer-events:none;
}
body.halloween-showcase-v4 .him-interest-card:hover {
  transform:translateY(-3px);
  border-color:#5473a7;
  box-shadow:0 12px 28px rgba(0,0,0,.26);
}
body.halloween-showcase-v4 .him-interest-card.active {
  transform:translateY(-3px);
  border-color:#6c9dff;
  background:linear-gradient(180deg,#172744,#101b2d);
  box-shadow:0 0 0 1px rgba(108,157,255,.16),0 13px 30px rgba(0,0,0,.28);
}
body.halloween-showcase-v4 .him-interest-card .him-interest-icon {
  display:block;
  font-size:1.78rem;
  margin-bottom:9px;
}
body.halloween-showcase-v4 .him-interest-card b {
  display:block;
  min-height:2.25em;
  font-size:.84rem;
  line-height:1.18;
  margin-bottom:7px;
}
body.halloween-showcase-v4 .him-interest-card small {
  display:block;
  color:#9daabd;
  font-size:.68rem;
  line-height:1.35;
}
body.halloween-showcase-v4 .him-count-badge {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#d5ddea;
  font-size:.65rem;
  font-style:normal;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
body.halloween-showcase-v4 .him-interest-card > .him-count-badge {
  position:absolute;
  left:50%;
  bottom:11px;
  transform:translateX(-50%);
  z-index:1;
}
body.halloween-showcase-v4 .him-interest-card.active > .him-count-badge {
  border-color:rgba(108,157,255,.35);
  background:rgba(80,126,235,.15);
  color:#dbe8ff;
}
body.halloween-showcase-v4 .him-filter-reset .him-count-badge {
  margin-left:6px;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  color:inherit;
}
body.halloween-showcase-v4 .him-discovery-footnote {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 0 18px;
  color:#748196;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.02em;
}
body.halloween-showcase-v4 .him-discovery-footnote span:first-child { color:#b7c4d8; }
@media (max-width:1280px) {
  body.halloween-showcase-v4 .him-interest-grid { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:700px) {
  body.halloween-showcase-v4 .him-discovery-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  body.halloween-showcase-v4 .him-interest-grid { grid-template-columns:repeat(2,1fr); }
  body.halloween-showcase-v4 .him-interest-card { min-height:132px; }
  body.halloween-showcase-v4 .him-discovery-footnote { flex-wrap:wrap; text-align:center; }
}

/* v31 — reusable discovery cards for all remaining top-level GiftDojo collections */
.collection-discovery[hidden] { display:none !important; }
body.halloween-showcase-v4 .collection-discovery {
  --discovery-accent:#ff3f9d;
  --discovery-accent-soft:rgba(255,63,157,.16);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,#0e0911 0%,#0b080d 100%);
  padding:30px 0 24px;
}
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="halloween"] { --discovery-accent:#ff7a00; --discovery-accent-soft:rgba(255,122,0,.15); }
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="hunting"] { --discovery-accent:#dfa23f; --discovery-accent-soft:rgba(223,162,63,.14); }
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="under50"] { --discovery-accent:#ff4393; --discovery-accent-soft:rgba(255,67,147,.15); }
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="teens"] { --discovery-accent:#b755ff; --discovery-accent-soft:rgba(183,85,255,.15); }
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="home"] { --discovery-accent:#e4a63f; --discovery-accent-soft:rgba(228,166,63,.14); }
body.halloween-showcase-v4 .collection-discovery[data-discovery-theme="gaming"] { --discovery-accent:#39bdf8; --discovery-accent-soft:rgba(57,189,248,.14); }
body.halloween-showcase-v4 .collection-discovery .container { position:relative; }
body.halloween-showcase-v4 .collection-discovery-heading {
  display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:18px;
}
body.halloween-showcase-v4 .collection-discovery-kicker {
  display:block; color:var(--discovery-accent); font-size:.72rem; font-weight:900; letter-spacing:.12em; margin-bottom:8px;
}
body.halloween-showcase-v4 .collection-discovery h2 {
  margin:0 0 5px; color:#fff; font-size:clamp(1.75rem,2.5vw,2.3rem); letter-spacing:-.035em;
}
body.halloween-showcase-v4 .collection-discovery-heading p { margin:0; color:#b8acba; font-size:.96rem; }
body.halloween-showcase-v4 .collection-filter-reset {
  appearance:none; border:1px solid color-mix(in srgb,var(--discovery-accent) 75%,white 10%); background:var(--discovery-accent-soft);
  color:#fff; border-radius:999px; padding:11px 16px; font:inherit; font-weight:850; cursor:pointer; white-space:nowrap;
}
body.halloween-showcase-v4 .collection-filter-reset.active { background:color-mix(in srgb,var(--discovery-accent) 55%,#421126 45%); }
body.halloween-showcase-v4 .collection-interest-grid {
  display:grid; grid-template-columns:repeat(8,minmax(0,1fr)); gap:10px;
}
body.halloween-showcase-v4 .collection-interest-card {
  position:relative; appearance:none; width:100%; min-width:0; min-height:140px; padding:18px 10px 14px;
  border:1px solid rgba(255,255,255,.15); border-radius:14px; background:#151019; color:#fff; text-align:center; cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
body.halloween-showcase-v4 .collection-interest-card::after {
  content:""; position:absolute; inset:-1px; border-radius:14px; pointer-events:none;
  box-shadow:inset 0 0 0 1px transparent; transition:box-shadow .18s ease;
}
body.halloween-showcase-v4 .collection-interest-card:hover { transform:translateY(-2px); border-color:var(--discovery-accent); background:#19121d; }
body.halloween-showcase-v4 .collection-interest-card.active {
  border-color:var(--discovery-accent); background:var(--discovery-accent-soft); box-shadow:0 10px 30px rgba(0,0,0,.18);
}
body.halloween-showcase-v4 .collection-interest-card.active::after { box-shadow:inset 0 0 0 1px var(--discovery-accent); }
body.halloween-showcase-v4 .collection-interest-icon { display:block; font-size:1.75rem; margin-bottom:9px; }
body.halloween-showcase-v4 .collection-interest-card b { display:block; font-size:.82rem; line-height:1.22; margin-bottom:6px; }
body.halloween-showcase-v4 .collection-interest-card small { display:block; color:#ad9fb0; font-size:.65rem; line-height:1.3; min-height:2.55em; }
body.halloween-showcase-v4 .collection-count-badge {
  display:inline-flex; align-items:center; justify-content:center; margin-top:10px; min-height:23px; padding:3px 8px; border-radius:999px;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.08); color:#eee5ef; font-size:.62rem; font-style:normal; font-weight:800;
}
body.halloween-showcase-v4 .collection-interest-card.active > .collection-count-badge {
  color:#fff; border-color:color-mix(in srgb,var(--discovery-accent) 45%,transparent); background:color-mix(in srgb,var(--discovery-accent) 22%,transparent);
}
body.halloween-showcase-v4 .collection-filter-reset .collection-count-badge { margin:0 0 0 8px; background:rgba(255,255,255,.12); }
body.halloween-showcase-v4 .collection-discovery-footnote {
  display:flex; justify-content:center; gap:9px; margin-top:17px; color:#796e7c; font-size:.69rem; font-weight:700;
}
body.halloween-showcase-v4 .collection-discovery-footnote span:first-child { color:#c7b8ca; }
@media (max-width:1200px) {
  body.halloween-showcase-v4 .collection-interest-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
}
@media (max-width:760px) {
  body.halloween-showcase-v4 .collection-discovery-heading { align-items:flex-start; flex-direction:column; gap:12px; }
  body.halloween-showcase-v4 .collection-interest-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  body.halloween-showcase-v4 .collection-interest-card { min-height:128px; }
  body.halloween-showcase-v4 .collection-discovery-footnote { flex-wrap:wrap; text-align:center; }
}
