/* ============================================================
   Emperial TCG — design layer v2 (Ceescards-class layout,
   luxe black & gold identity). Storefront child override.
   ============================================================ */

:root {
  --emp-black: #090909;
  --emp-surface: #151310;
  --emp-surface-2: #1e1a13;
  --emp-gold: #d4af37;
  --emp-gold-light: #f5d76e;
  --emp-cream: #f4f1e8;
  --emp-muted: #a79e8c;
  --emp-line: rgba(212, 175, 55, 0.18);
  --emp-line-strong: rgba(212, 175, 55, 0.45);
  --emp-green: #4caf7d;
  --emp-radius: 10px;
}

@font-face { font-family: Outfit; src: url(../../fonts/outfit-v15-latin-500.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: Outfit; src: url(../../fonts/outfit-v15-latin-700.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: Outfit; src: url(../../fonts/outfit-v15-latin-800.woff2) format("woff2"); font-weight: 800; font-display: swap; }

/* ==== Base ==== */
body, .site, .site-content, .storefront-breadcrumb {
  background: var(--emp-black) !important;
  color: var(--emp-cream);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
h1, h2, h3, h4 { font-family: Outfit, system-ui, sans-serif; font-weight: 700; color: var(--emp-cream); }
h1 { letter-spacing: -0.02em; }
a { color: var(--emp-gold-light); text-decoration: none; }
a:hover { color: var(--emp-gold); }
p { color: var(--emp-cream); }
.site-content { padding-top: 0 !important; }
.col-full { max-width: 1200px; }
.section-label {
  color: var(--emp-gold); text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 0.72rem; font-weight: 600; font-family: Outfit, sans-serif; margin: 0 0 0.4rem;
}
::selection { background: var(--emp-gold); color: var(--emp-black); }

/* Full-bleed utility for hero/usp/newsletter inside the container */
.emp-hero, .emp-usp, .emp-newsletter {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ==== Buttons ==== */
.button, button, input[type="submit"], .added_to_cart,
.woocommerce #respond input#submit, .wc-block-components-button {
  background: var(--emp-gold) !important; color: #0d0b06 !important;
  border: 0 !important; border-radius: 6px;
  font-family: Outfit, sans-serif; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.82rem;
  padding: 0.75em 1.5em; transition: background 0.2s ease, transform 0.15s ease;
}
.button:hover, button:hover, input[type="submit"]:hover { background: var(--emp-gold-light) !important; transform: translateY(-1px); }
.button.alt-outline { background: transparent !important; color: var(--emp-gold) !important; border: 1px solid var(--emp-gold) !important; }
.button.alt-outline:hover { background: rgba(212, 175, 55, 0.12) !important; }

/* ==== Header ==== */
.site-header { background: var(--emp-black) !important; border-bottom: 0; padding: 0 !important; }
.site-header .col-full { max-width: none; margin: 0; padding: 0; }
.emp-usp-strip {
  display: flex; justify-content: center; gap: 2.5rem; flex-wrap: wrap;
  background: var(--emp-surface); color: var(--emp-gold);
  font-size: 0.75rem; letter-spacing: 0.04em; padding: 0.45rem 1rem;
  border-bottom: 1px solid var(--emp-line);
}
.emp-header-main {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 2rem; max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem;
}
.emp-logo { display: flex; align-items: center; gap: 0.55rem; }
.emp-logo-mark { color: var(--emp-gold); font-size: 1.5rem; line-height: 1; }
.emp-logo-text {
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 1.35rem;
  letter-spacing: 0.12em; color: var(--emp-cream);
}
.emp-logo-text em { font-style: normal; color: var(--emp-gold); font-weight: 500; margin-left: 0.3rem; }
.emp-search form, .emp-search .woocommerce-product-search { position: relative; max-width: 560px; margin: 0 auto; width: 100%; }
.emp-search input[type="search"] {
  width: 100%; background: var(--emp-surface-2); border: 1px solid var(--emp-line);
  border-radius: 100px; color: var(--emp-cream); padding: 0.7rem 3.2rem 0.7rem 1.3rem;
  font-size: 0.9rem; transition: border-color 0.2s ease;
}
.emp-search input[type="search"]:focus { outline: none; border-color: var(--emp-gold); }
.emp-search input[type="search"]::placeholder { color: var(--emp-muted); }
.emp-search button {
  position: absolute; right: 5px; top: 50%; transform: translateY(-50%);
  border-radius: 100px !important; padding: 0.45em 1.1em !important; font-size: 0.75rem !important;
}
.emp-header-actions { display: flex; gap: 1.4rem; align-items: center; }
.emp-action {
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  color: var(--emp-cream) !important; font-size: 0.68rem; letter-spacing: 0.04em; position: relative;
}
.emp-action:hover { color: var(--emp-gold) !important; }
.emp-cart-count {
  position: absolute; top: -6px; right: 2px; background: var(--emp-gold); color: var(--emp-black);
  font-size: 0.62rem; font-weight: 700; min-width: 16px; height: 16px; border-radius: 100px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}
.emp-nav { border-top: 1px solid var(--emp-line); border-bottom: 1px solid var(--emp-line); background: var(--emp-black); }
.emp-nav-list {
  list-style: none; display: flex; justify-content: center; gap: 0.4rem;
  margin: 0 auto; padding: 0 1rem; max-width: 1200px; overflow-x: auto; white-space: nowrap;
}
.emp-nav-list { scrollbar-width: none; }
.emp-nav-list::-webkit-scrollbar { display: none; }
.emp-nav-list li { position: relative; margin: 0; }
.emp-nav-list a {
  display: block; padding: 0.75rem 1.1rem; color: var(--emp-cream) !important;
  font-family: Outfit, sans-serif; font-weight: 500; font-size: 0.86rem; letter-spacing: 0.03em;
}
.emp-nav-list a:hover { color: var(--emp-gold) !important; }
.emp-nav-list .sub-menu {
  list-style: none; position: absolute; left: 0; top: 100%; z-index: 50; min-width: 230px;
  background: var(--emp-surface); border: 1px solid var(--emp-line-strong); border-radius: 8px;
  padding: 0.4rem; margin: 0; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.emp-nav-list li:hover > .sub-menu, .emp-nav-list li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.emp-nav-list .sub-menu a { padding: 0.55rem 0.9rem; border-radius: 6px; white-space: nowrap; }
.emp-nav-list .sub-menu a:hover { background: rgba(212, 175, 55, 0.1); }
.emp-nav-list .menu-item-has-children > a::after { content: " ▾"; color: var(--emp-gold); font-size: 0.7em; }

/* ==== Hero ==== */
.emp-hero {
  background:
    radial-gradient(ellipse 60% 80% at 78% 30%, rgba(212, 175, 55, 0.14), transparent 60%),
    var(--emp-black);
  border-bottom: 1px solid var(--emp-line);
}
.emp-hero-inner {
  max-width: 1200px; margin: 0 auto; padding: clamp(3rem, 7vw, 5.5rem) 1.5rem;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: center;
}
.emp-hero-copy h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 800; margin: 0.4rem 0 1rem; max-width: 13em; }
.emp-hero-sub { color: var(--emp-muted); font-size: 1.05rem; max-width: 32em; margin-bottom: 1.6rem; }
.emp-hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.emp-hero-cards { position: relative; height: 340px; }
.emp-holo-card {
  position: absolute; width: 190px; aspect-ratio: 63 / 88; border-radius: 12px;
  background: linear-gradient(160deg, var(--emp-surface-2), var(--emp-surface) 55%, #23200f);
  border: 1px solid var(--emp-line-strong);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.35s ease;
}
.emp-holo-card::before {
  content: ""; position: absolute; inset: 0; border-radius: 12px; pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 120, 220, 0.12) 45%,
    rgba(120, 220, 255, 0.14) 52%, rgba(255, 240, 150, 0.12) 60%, transparent 70%);
}
.emp-holo-card span {
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 2.6rem;
  color: var(--emp-gold); letter-spacing: 0.06em; opacity: 0.9;
}
.emp-holo-card.c1 { left: 6%; top: 40px; transform: rotate(-10deg); z-index: 1; }
.emp-holo-card.c2 { left: 32%; top: 12px; transform: rotate(-1deg); z-index: 2; }
.emp-holo-card.c3 { left: 58%; top: 44px; transform: rotate(9deg); z-index: 1; }
.emp-hero-cards:hover .c1 { transform: rotate(-13deg) translateY(-8px); }
.emp-hero-cards:hover .c2 { transform: rotate(0deg) translateY(-14px); }
.emp-hero-cards:hover .c3 { transform: rotate(12deg) translateY(-8px); }

/* ==== USP bar ==== */
.emp-usp {
  display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap;
  padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--emp-line);
  background: var(--emp-surface); font-size: 0.88rem; color: var(--emp-cream);
}
.emp-usp span::before { content: "✓ "; color: var(--emp-gold); font-weight: 700; }

/* ==== Sections & tiles ==== */
.emp-section { padding: 3.2rem 0 1rem; }
.emp-section-head { margin-bottom: 1.4rem; }
.emp-section-head h2, .emp-about h2, .emp-newsletter h2 { font-size: 1.65rem; font-weight: 800; margin: 0; }
.emp-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.emp-tile {
  position: relative; display: flex; flex-direction: column; gap: 0.3rem;
  background: linear-gradient(155deg, var(--emp-surface-2), var(--emp-surface));
  border: 1px solid var(--emp-line); border-radius: var(--emp-radius);
  padding: 1.5rem 1.4rem 1.3rem; overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.emp-tile:hover { border-color: var(--emp-gold); transform: translateY(-3px); }
.emp-tile-mono {
  position: absolute; right: -6px; bottom: -26px;
  font-family: Outfit, sans-serif; font-weight: 800; font-size: 6rem; line-height: 1;
  color: rgba(212, 175, 55, 0.09); pointer-events: none;
}
.emp-tile:hover .emp-tile-mono { color: rgba(212, 175, 55, 0.16); }
.emp-tile-name { font-family: Outfit, sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--emp-cream); }
.emp-tile-count { font-size: 0.78rem; color: var(--emp-gold); letter-spacing: 0.04em; }
.emp-tile-euro { font-family: Outfit, sans-serif; font-weight: 800; font-size: 1.9rem; color: var(--emp-gold); }
.emp-about { text-align: center; }
.emp-about p:last-child { max-width: 42em; margin: 0.8rem auto 0; color: var(--emp-muted); }

/* ==== Product cards ==== */
ul.products {
  display: grid !important; grid-template-columns: repeat(2, 1fr);
  gap: 1rem; margin-top: 0.5rem !important; width: 100%;
}
@media (min-width: 900px) { ul.products { grid-template-columns: repeat(4, 1fr); } }
ul.products::before, ul.products::after { display: none !important; }
ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
ul.products li.product {
  background: var(--emp-surface); border: 1px solid var(--emp-line);
  border-radius: var(--emp-radius); padding: 0.9rem 0.9rem 1.1rem !important;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left !important;
}
ul.products li.product:hover {
  border-color: var(--emp-line-strong); transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.55);
}
ul.products li.product .emp-media {
  position: relative; display: block; overflow: hidden; border-radius: 7px;
  background: var(--emp-surface-2); margin-bottom: 0.8rem;
}
ul.products li.product .emp-media img { display: block; width: 100%; border-radius: 7px; }
ul.products li.product .emp-media::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(115deg, transparent 32%, rgba(255, 120, 220, 0.16) 42%,
    rgba(120, 220, 255, 0.2) 50%, rgba(255, 240, 150, 0.16) 58%, transparent 68%);
  transform: translateX(-130%) skewX(-8deg);
}
ul.products li.product:hover .emp-media::after { transform: translateX(130%) skewX(-8deg); transition: transform 0.9s ease; }
ul.products li.product .woocommerce-loop-product__title {
  font-family: Outfit, sans-serif; font-weight: 500; font-size: 0.95rem !important;
  color: var(--emp-cream); padding: 0 !important; min-height: 2.6em;
}
ul.products li.product .price {
  color: var(--emp-gold) !important; font-family: Outfit, sans-serif;
  font-weight: 700 !important; font-size: 1.05rem !important; margin-bottom: 0.5rem !important;
}
ul.products li.product .price del { color: var(--emp-muted) !important; font-weight: 500; opacity: 0.7; }
ul.products li.product .button { width: 100%; text-align: center; margin-top: 0.2rem; }
@media (prefers-reduced-motion: reduce) {
  ul.products li.product .emp-media::after, .emp-holo-card::before { display: none; }
  ul.products li.product:hover, .emp-tile:hover { transform: none; }
}

/* ==== Badges ==== */
.emp-badge {
  position: absolute; top: 0.6rem; left: 0.6rem; z-index: 3; padding: 0.22rem 0.6rem;
  border-radius: 4px; font-family: Outfit, sans-serif; font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
}
.emp-badge--preorder { background: var(--emp-gold); color: var(--emp-black); }
.emp-badge--soldout { background: #2c2c2c; color: #b5b5b5; }
li.product.emp-soldout img { filter: grayscale(0.65) brightness(0.65); }
span.onsale {
  background: var(--emp-gold-light) !important; color: var(--emp-black) !important;
  font-family: Outfit, sans-serif; font-weight: 700 !important; border-radius: 4px !important;
  min-height: 0 !important; min-width: 0 !important; padding: 0.22rem 0.6rem !important;
  top: 0.6rem !important; right: 0.6rem !important; left: auto !important;
}

/* ==== Shop sidebar / filters ==== */
.widget-area .widget {
  background: var(--emp-surface); border: 1px solid var(--emp-line);
  border-radius: var(--emp-radius); padding: 1.1rem 1.2rem; margin-bottom: 1rem;
}
.widget-area .widget h2, .widget-area .widget .widget-title {
  font-size: 0.78rem !important; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--emp-gold); border-bottom: 1px solid var(--emp-line); padding-bottom: 0.6rem;
}
.widget-area .widget a { color: var(--emp-cream); font-size: 0.9rem; }
.widget-area .widget a:hover { color: var(--emp-gold); }
.widget-area .widget li.chosen a::before { color: var(--emp-gold); }
.ui-slider .ui-slider-range { background: var(--emp-gold) !important; }
.ui-slider .ui-slider-handle { background: var(--emp-gold-light) !important; border-color: var(--emp-gold) !important; }

/* ==== PDP ==== */
.single-product div.product .emp-chips { display: flex; gap: 0.4rem; flex-wrap: wrap; margin: 0.5rem 0 1rem; }
.emp-chip {
  border: 1px solid var(--emp-gold); color: var(--emp-gold); border-radius: 100px;
  padding: 0.16rem 0.75rem; font-size: 0.76rem; letter-spacing: 0.03em;
}
.emp-stock-urgency { color: var(--emp-gold); font-weight: 700; margin: 0.5rem 0; }
.emp-stock-urgency::before { content: "● "; font-size: 0.7em; vertical-align: 2px; }
.emp-release { color: var(--emp-gold-light); font-weight: 500; margin: 0.5rem 0; }
.emp-accordions details {
  border: 1px solid var(--emp-line); border-radius: 8px;
  margin: 0.6rem 0; padding: 0.85rem 1.1rem; background: var(--emp-surface);
}
.emp-accordions summary { cursor: pointer; font-weight: 700; font-family: Outfit, sans-serif; color: var(--emp-cream); }
.emp-accordions p { color: var(--emp-muted); margin: 0.6rem 0 0; }
.emp-trust { display: flex; gap: 1.2rem; flex-wrap: wrap; margin: 1rem 0; font-size: 0.85rem; color: var(--emp-cream); }
.emp-trust span::before { content: "✓ "; color: var(--emp-gold); font-weight: 700; }
.single-product div.product p.price { color: var(--emp-gold) !important; font-family: Outfit, sans-serif; font-weight: 800; font-size: 1.6rem; }
.single-product div.product .woocommerce-product-gallery {
  background: var(--emp-surface-2); border: 1px solid var(--emp-line); border-radius: var(--emp-radius); overflow: hidden;
}

/* ==== Sticky add-to-cart bar (all viewports, appears after buy box scrolls away) ==== */
.emp-sticky-atc {
  display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 400;
  background: rgba(21, 19, 16, 0.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--emp-line-strong);
  padding: 0.7rem 1.2rem; gap: 1.4rem; align-items: center; justify-content: center;
  transform: translateY(110%); transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.emp-sticky-atc.emp-atc-show { transform: none; }
.emp-sticky-atc .price { font-size: 1.05rem; color: var(--emp-gold) !important; font-weight: 700; margin: 0 !important; }
.emp-atc-title { font-family: Outfit, sans-serif; font-weight: 700; color: var(--emp-cream); }
@media (max-width: 768px) {
  .emp-atc-title { display: none; }
  .emp-sticky-atc { justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { .emp-sticky-atc { transition: none; } }

/* ==== Newsletter ==== */
.emp-newsletter {
  background: var(--emp-surface); border-top: 1px solid var(--emp-line);
  padding: 3rem 1.5rem; text-align: center; margin-top: 3rem;
}
.emp-newsletter p { color: var(--emp-muted); }
.emp-newsletter-soon { font-style: italic; }

/* ==== Footer ==== */
.site-footer { background: var(--emp-black) !important; color: var(--emp-muted) !important; border-top: 1px solid var(--emp-line); padding: 0 !important; }
.emp-footer { max-width: 1200px; margin: 0 auto; padding: 3rem 1.5rem 0; }
.emp-footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2rem; padding-bottom: 2rem; }
.emp-footer-brand { font-family: Outfit, sans-serif; font-weight: 800; letter-spacing: 0.12em; color: var(--emp-cream); font-size: 1.05rem; }
.emp-footer-brand em { font-style: normal; color: var(--emp-gold); font-weight: 500; }
.emp-footer h4 {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--emp-gold); margin-bottom: 0.9rem;
}
.emp-footer ul { list-style: none; margin: 0; padding: 0; }
.emp-footer ul li { margin-bottom: 0.45rem; }
.emp-footer a { color: var(--emp-cream); font-size: 0.9rem; }
.emp-footer a:hover { color: var(--emp-gold); }
.emp-footer p { color: var(--emp-muted); font-size: 0.88rem; }
.emp-pay-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 0.8rem; }
.emp-pay-badges span {
  border: 1px solid var(--emp-line-strong); color: var(--emp-cream); border-radius: 5px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; padding: 0.3rem 0.6rem;
}
.emp-footer-bottom {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--emp-line); padding: 1.1rem 0 1.4rem; font-size: 0.8rem; color: var(--emp-muted);
}

/* ==== Storefront cleanup ==== */
.storefront-handheld-footer-bar { display: none !important; }
.storefront-breadcrumb { border-bottom: 1px solid var(--emp-line); margin-bottom: 0 !important; }
.woocommerce-breadcrumb, .woocommerce-breadcrumb a { color: var(--emp-muted) !important; font-size: 0.8rem; }
.storefront-sorting { color: var(--emp-muted); }
.storefront-sorting select {
  background: var(--emp-surface-2); color: var(--emp-cream);
  border: 1px solid var(--emp-line); border-radius: 6px; padding: 0.4rem 0.7rem;
}
.woocommerce-result-count { color: var(--emp-muted) !important; }
.woocommerce-info, .woocommerce-message {
  background: var(--emp-surface) !important; color: var(--emp-cream) !important;
  border-top-color: var(--emp-gold) !important;
}
table, table th, table td { border-color: var(--emp-line) !important; color: var(--emp-cream); }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea, select {
  background: var(--emp-surface-2) !important; color: var(--emp-cream) !important;
  border: 1px solid var(--emp-line) !important; border-radius: 6px !important;
}
input:focus, textarea:focus, select:focus { border-color: var(--emp-gold) !important; outline: none; }
a:focus-visible, button:focus-visible, .button:focus-visible { outline: 2px solid var(--emp-gold-light); outline-offset: 2px; }

/* ==== Responsive ==== */
@media (max-width: 900px) {
  .emp-header-main { grid-template-columns: 1fr auto; grid-template-areas: "logo actions" "search search"; gap: 0.8rem 1.5rem; }
  .emp-logo { grid-area: logo; }
  .emp-header-actions { grid-area: actions; }
  .emp-search { grid-area: search; }
  .emp-hero-inner { grid-template-columns: 1fr; }
  .emp-hero-cards { height: 260px; max-width: 420px; }
  .emp-holo-card { width: 150px; }
  .emp-usp, .emp-usp-strip { gap: 1.2rem; font-size: 0.78rem; }
}

/* ============================================================
   v3 — high-end pass: sticky header, motion, conversion cues
   ============================================================ */

/* Sticky slim header (USP strip scrolls away, bar sticks) */
.emp-sticky-wrap {
  position: sticky; top: 0; z-index: 300;
  background: rgba(9, 9, 9, 0.86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  transition: box-shadow 0.25s ease;
}
.emp-sticky-wrap.emp-scrolled { box-shadow: 0 10px 34px rgba(0, 0, 0, 0.6); }
.emp-header-main { transition: padding 0.25s ease; }
.emp-sticky-wrap.emp-scrolled .emp-header-main { padding-top: 0.55rem; padding-bottom: 0.55rem; }
html { scroll-behavior: smooth; }
#emp-sets { scroll-margin-top: 150px; }

/* Scroll reveal (JS adds .emp-js/.emp-reveal/.emp-in; no-JS = fully visible) */
.emp-js .emp-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1); }
.emp-js .emp-reveal.emp-in { opacity: 1; transform: none; }

/* Hero entrance + floating card fan */
@keyframes empUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.emp-hero-copy > * { animation: empUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards; }
.emp-hero-copy > :nth-child(2) { animation-delay: 0.07s; }
.emp-hero-copy > :nth-child(3) { animation-delay: 0.14s; }
.emp-hero-copy > :nth-child(4) { animation-delay: 0.21s; }
.emp-hero-copy > :nth-child(5) { animation-delay: 0.28s; }
@keyframes empFloat { from { translate: 0 0; } to { translate: 0 -10px; } }
.emp-holo-card { animation: empFloat 5s ease-in-out infinite alternate; }
.emp-holo-card.c2 { animation-delay: 1.4s; }
.emp-holo-card.c3 { animation-delay: 2.6s; }
.emp-hero-trust { display: flex; align-items: center; gap: 0.9rem; margin-top: 1.4rem; flex-wrap: wrap; }
.emp-hero-trust .emp-pay-badges { margin: 0; }
.emp-hero-trust-note { color: var(--emp-muted); font-size: 0.78rem; }

/* Section head rows with view-all */
.emp-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.emp-view-all {
  font-family: Outfit, sans-serif; font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--emp-gold) !important;
  padding-bottom: 0.2rem; border-bottom: 1px solid transparent; transition: border-color 0.2s ease;
  white-space: nowrap;
}
.emp-view-all:hover { border-bottom-color: var(--emp-gold); }

/* Card stock lines (scarcity on the grid) */
.emp-card-stock { font-size: 0.74rem; margin: -0.15rem 0 0.5rem; letter-spacing: 0.02em; }
.emp-card-stock::before { content: "● "; font-size: 0.6em; vertical-align: 2px; }
.emp-cs-in { color: var(--emp-green); }
.emp-cs-low { color: var(--emp-gold); font-weight: 700; }
.emp-cs-out { color: #8b8b8b; }
.emp-cs-pre { color: var(--emp-gold-light); }
@keyframes empPulse { 50% { opacity: 0.4; } }
.emp-cs-low::before { animation: empPulse 1.6s ease-in-out infinite; }

/* Card media zoom */
ul.products li.product .emp-media img { transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
ul.products li.product:hover .emp-media img { transform: scale(1.045); }

/* Cart bubble pops when it updates (fragment swap re-runs the animation) */
@keyframes empPop { 0% { transform: scale(0.4); } 70% { transform: scale(1.3); } 100% { transform: scale(1); } }
.emp-cart-count { animation: empPop 0.35s ease; }

/* Button feel */
.button:active, button:active { transform: translateY(0) scale(0.97); }
a.added_to_cart.wc-forward { display: inline-block; margin-top: 0.4rem; font-size: 0.78rem; color: var(--emp-green) !important; background: none !important; padding: 0 !important; }

/* Themed scrollbar */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--emp-black); }
::-webkit-scrollbar-thumb { background: #2a251a; border-radius: 6px; border: 3px solid var(--emp-black); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .emp-hero-copy > *, .emp-holo-card, .emp-cart-count, .emp-cs-low::before { animation: none !important; }
  ul.products li.product:hover .emp-media img { transform: none; }
}

/* ==== PDP tabs + Woo tables: kill Storefront's light striped backgrounds ==== */
.woocommerce-tabs ul.tabs li a { color: var(--emp-muted) !important; }
.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li a:hover { color: var(--emp-gold) !important; }
.woocommerce-tabs .panel h2 { color: var(--emp-cream) !important; font-size: 1.2rem; }
table.shop_attributes, table.shop_attributes th, table.shop_attributes td,
table.shop_attributes tr:nth-child(odd) th, table.shop_attributes tr:nth-child(odd) td,
table.shop_attributes tr:nth-child(even) th, table.shop_attributes tr:nth-child(even) td {
  background: transparent !important;
}
table.shop_attributes { border: 1px solid var(--emp-line) !important; border-radius: 8px; overflow: hidden; }
table.shop_attributes tr:nth-child(odd) > * { background: rgba(212, 175, 55, 0.05) !important; }
table.shop_attributes th { color: var(--emp-muted) !important; font-family: Outfit, sans-serif; font-weight: 600; }
table.shop_attributes td, table.shop_attributes td p, table.shop_attributes td a { color: var(--emp-cream) !important; }
table.shop_attributes td a:hover { color: var(--emp-gold) !important; }

/* Cart / checkout / order tables share the same striping */
.woocommerce table.shop_table, .woocommerce table.shop_table th, .woocommerce table.shop_table td,
.woocommerce table.shop_table tr:nth-child(odd) th, .woocommerce table.shop_table tr:nth-child(odd) td,
.woocommerce table.shop_table tr:nth-child(even) th, .woocommerce table.shop_table tr:nth-child(even) td {
  background: transparent !important; color: var(--emp-cream);
}
.woocommerce table.shop_table { border: 1px solid var(--emp-line) !important; border-radius: 8px; }

/* ==== Back-in-stock form (cwginstock): on-brand instead of blue ==== */
.cwginstock-panel-heading {
  background: var(--emp-surface-2) !important; border: 1px solid var(--emp-line-strong) !important;
  border-bottom: 0 !important; border-radius: 8px 8px 0 0 !important;
}
.cwginstock-panel-heading h4 { color: var(--emp-gold) !important; font-family: Outfit, sans-serif; font-weight: 700; }
.cwginstock-panel-body {
  background: var(--emp-surface) !important; border: 1px solid var(--emp-line-strong) !important;
  border-top: 0 !important; border-radius: 0 0 8px 8px !important;
}
.cwginstock-subscribe-form .cwgstock_button { width: 100%; }
.cwginstock-subscribe-form input { text-align: left !important; }

/* Availability line: drop the emoji vibe, keep clear color */
p.stock.out-of-stock { color: #ef6a6a !important; font-weight: 700; }
p.stock.in-stock { color: var(--emp-green) !important; font-weight: 700; }

/* Belt-and-braces: never show Storefront's white sticky ATC */
.storefront-sticky-add-to-cart { display: none !important; }

.emp-atc-thumb { width: 46px; height: 46px; border-radius: 6px; border: 1px solid var(--emp-line); object-fit: cover; }

/* ==== Thank-you page: dark receipt instead of Storefront's white sawtooth ==== */
ul.woocommerce-order-overview, .woocommerce-thankyou-order-details {
  background: var(--emp-surface) !important;
  border: 1px solid var(--emp-line-strong) !important;
  border-radius: var(--emp-radius); padding: 1.4rem 1.6rem !important; list-style: none;
}
ul.woocommerce-order-overview::before, ul.woocommerce-order-overview::after,
.woocommerce-thankyou-order-details::before, .woocommerce-thankyou-order-details::after {
  display: none !important; content: none !important;
}
ul.woocommerce-order-overview li, .woocommerce-thankyou-order-details li {
  color: var(--emp-muted) !important; border-color: var(--emp-line) !important; background: transparent !important;
}
ul.woocommerce-order-overview li strong, .woocommerce-thankyou-order-details li strong {
  color: var(--emp-gold) !important;
}
.woocommerce-thankyou-order-received { font-family: Outfit, sans-serif; font-weight: 700; color: var(--emp-cream); }

/* ==== Content pages (policies/FAQ) ==== */
.page:not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout) .entry-content { max-width: 46em; }
.page .entry-content h2, .page .entry-content h3 { margin-top: 1.6em; }
.page .entry-content details {
  border: 1px solid var(--emp-line); border-radius: 8px;
  margin: 0.6rem 0; padding: 0.85rem 1.1rem; background: var(--emp-surface);
}
.page .entry-content summary { cursor: pointer; font-weight: 700; font-family: Outfit, sans-serif; color: var(--emp-cream); }
.page .entry-content details p { color: var(--emp-muted); margin: 0.6rem 0 0; }

/* ==== PDP layout v2: full width, big gallery, single stock line ==== */
.single-product .widget-area { display: none; }
.single-product .content-area { width: 100% !important; float: none !important; margin: 0 !important; }
.single-product div.product .woocommerce-product-gallery { width: 46% !important; }
.single-product div.product .entry-summary { width: 50% !important; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  background: #fff; border-radius: 8px;
}
.single-product div.product .woocommerce-product-gallery img { width: 100%; height: auto; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs { margin-top: 0.8rem; gap: 0.6rem; display: flex; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 74px; background: #fff; border-radius: 6px; border: 1px solid var(--emp-line); overflow: hidden;
}
.single-product p.stock { display: none !important; } /* replaced by .emp-stock-* line */
.emp-stock-ok { color: var(--emp-green); font-weight: 700; margin: 0.5rem 0; }
.emp-stock-ok::before { content: "● "; font-size: 0.7em; vertical-align: 2px; }
@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery,
  .single-product div.product .entry-summary { width: 100% !important; }
}

/* PDP two-column: pin floats explicitly (Storefront's got lost with width overrides) */
@media (min-width: 769px) {
  .single-product div.product .woocommerce-product-gallery { float: left !important; margin-bottom: 2rem; }
  .single-product div.product .entry-summary { float: right !important; }
}
.single-product div.product::after { content: ""; display: block; clear: both; }

/* PDP: own grid (Storefront's wrapper ignores floats) */
@media (min-width: 769px) {
  .single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
    gap: 0 3rem; align-items: start;
  }
  .single-product div.product .woocommerce-product-gallery { grid-column: 1; grid-row: 1; width: 100% !important; float: none !important; }
  .single-product div.product .entry-summary { grid-column: 2; grid-row: 1; width: 100% !important; float: none !important; }
  .single-product div.product .woocommerce-tabs,
  .single-product div.product .related.products { grid-column: 1 / -1; }
}

/* Gallery thumbs: kill Woo's 25%-wide slots (caused huge gaps) */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 74px !important; float: none !important; margin: 0 !important;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
  display: block; width: 100%; height: auto; opacity: 0.75; transition: opacity 0.2s ease;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1; }

/* No off-canvas peeking (full-bleed sections + slider clones): clip, not hidden, keeps sticky working */
html, body { overflow-x: clip; }

/* PhotoSwipe lightbox: fully hidden until opened (its edge slides peeked through) */
.pswp { display: none !important; }
.pswp.pswp--open { display: block !important; }

/* Containment safety net for any absolutely-positioned gallery clones */
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  position: relative; overflow: hidden;
}

/* ============================================================
   Mobile pass: rotating USP banner, compact header, nav fix
   ============================================================ */
@media (max-width: 768px) {
  /* Rotating single-line USP banner (was 3 stacked lines) */
  .emp-usp-strip { display: block; position: relative; height: 2.4em; padding: 0; overflow: hidden; }
  .emp-usp-strip span {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    opacity: 0; font-size: 0.78rem; padding: 0 1rem; white-space: nowrap;
    animation: empUspRotate 9s infinite;
  }
  .emp-usp-strip span:nth-child(2) { animation-delay: 3s; }
  .emp-usp-strip span:nth-child(3) { animation-delay: 6s; }

  /* Header: icons only, everything fits */
  .emp-header-main { padding: 0.7rem 1rem; gap: 0.5rem 1rem; }
  .emp-action > span:not(.emp-cart-count) { display: none; }
  .emp-header-actions { gap: 0.9rem; }
  .emp-logo-text { font-size: 1.15rem; }
  .emp-search input[type="search"] { padding: 0.62rem 5.4rem 0.62rem 1.1rem; font-size: 0.85rem; }
  .emp-search button { padding: 0.4em 0.9em !important; font-size: 0.7rem !important; }

  /* Header doesn't stick on mobile (3 rows eat too much screen) */
  .emp-sticky-wrap { position: static; }

  /* Nav: left-aligned scroll (centered flex + overflow makes left items unreachable) */
  .emp-nav-list { justify-content: flex-start; padding: 0 0.6rem; }

  /* USP bar under hero: neat 2x2 grid instead of clipped line */
  .emp-usp { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem 1rem; font-size: 0.78rem; padding: 1rem 1.2rem; }

  /* Hero: tighter, fan scaled to fit */
  .emp-hero-inner { padding: 2.4rem 1.25rem 2.8rem; gap: 1.5rem; }
  .emp-hero-cards { height: 225px; max-width: 350px; margin: 0 auto; }
  .emp-holo-card { width: 128px; }
  .emp-holo-card span { font-size: 1.9rem; }
}
@keyframes empUspRotate {
  0% { opacity: 0; transform: translateY(8px); }
  4% { opacity: 1; transform: none; }
  30% { opacity: 1; }
  36% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 0; }
}
@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .emp-usp-strip span { animation: none; }
  .emp-usp-strip span:first-child { opacity: 1; }
}

/* Mobile header overflow: search input intrinsic width pushed icons off-screen */
@media (max-width: 900px) {
  .emp-header-main { grid-template-columns: minmax(0, 1fr) auto; max-width: 100%; }
  .emp-search, .emp-search form, .emp-search .woocommerce-product-search { min-width: 0; max-width: 100%; }
  .emp-search input[type="search"] { min-width: 0; }
}
@media (max-width: 768px) {
  .emp-holo-card.c1 { left: 0; }
  .emp-holo-card.c2 { left: 31%; }
  .emp-holo-card.c3 { left: 62%; }
}

/* Mobile header: flex-wrap layout (grid kept overflowing via input min-content) */
@media (max-width: 768px) {
  .emp-header-main { display: flex !important; flex-wrap: wrap; align-items: center; row-gap: 0.6rem; }
  .emp-logo { flex: 1 1 auto; min-width: 0; }
  .emp-header-actions { flex: 0 0 auto; }
  .emp-search { flex: 1 1 100%; order: 3; min-width: 0; }
}


/* Mobile header, structural: block stack + pinned icons (flex/grid kept overflowing) */
@media (max-width: 768px) {
  .emp-header-main { display: block !important; position: relative; padding: 0.75rem 1rem; max-width: 100vw; }
  .emp-logo { display: inline-flex; }
  .emp-header-actions { position: absolute; top: 0.8rem; right: 1rem; gap: 1.1rem; }
  .emp-search { display: block; width: auto; margin-top: 0.65rem; }
  .emp-search form, .emp-search .woocommerce-product-search { max-width: none; }
}

/* Storefront normalize sets input[type=search] to content-box -> width:100%+padding overflowed */
.emp-search input[type="search"] { box-sizing: border-box !important; }

/* Password show/hide eye: neutral icon centered in the field (was a gold button hanging outside) */
.woocommerce form .password-input { position: relative; display: block; }
.woocommerce form .show-password-input,
.woocommerce form button.wp-hide-pw {
  position: absolute !important; right: 0.9rem !important; top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important; border: 0 !important; padding: 0 !important;
  margin: 0 !important; width: auto !important; min-width: 0 !important;
  color: var(--emp-muted) !important; line-height: 1;
}
.woocommerce form .show-password-input::after { color: var(--emp-muted); }
.woocommerce form .show-password-input:hover::after { color: var(--emp-gold); }

/* My-account login/register: two clean columns on desktop */
.woocommerce-account #customer_login { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
@media (max-width: 768px) { .woocommerce-account #customer_login { grid-template-columns: 1fr; } }
.woocommerce-account #customer_login h2 { font-size: 1.4rem; }

/* Account page: full-width columns (Storefront's 48% floats fought the grid) */
.woocommerce-account .entry-content { max-width: none !important; }
.woocommerce-account #customer_login { max-width: none; }
.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2,
.woocommerce-account .u-column1, .woocommerce-account .u-column2 {
  width: 100% !important; max-width: 100% !important; float: none !important; margin: 0 !important;
}
.woocommerce-account #customer_login input.woocommerce-Input { width: 100%; }
.woocommerce-account form.login, .woocommerce-account form.register {
  border: 1px solid var(--emp-line) !important; border-radius: var(--emp-radius);
  background: var(--emp-surface); padding: 1.6rem !important;
}

/* Real payment logos on white chips */
.emp-pay-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.emp-pay-badges img {
  height: 26px; width: auto; background: #fff; border-radius: 4px;
  padding: 3px 7px; box-sizing: content-box; display: block;
}

/* Sets dropdown: scroll container was clipping the panel */
@media (min-width: 769px) {
  .emp-nav-list { overflow: visible; }
}
@media (max-width: 768px) {
  /* touch: no hover — set links flow inline in the scrollable nav row */
  .emp-nav-list .menu-item-has-children > a { display: none; }
  .emp-nav-list .sub-menu {
    position: static; display: flex; opacity: 1; visibility: visible; transform: none;
    background: none; border: 0; padding: 0; min-width: 0;
  }
}

/* ==== My account: styled navigation + dashboard cards ==== */
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation li { margin: 0 0 0.4rem; }
.woocommerce-MyAccount-navigation li a {
  display: block; padding: 0.7rem 1rem; border: 1px solid var(--emp-line);
  border-radius: 8px; color: var(--emp-cream) !important; background: var(--emp-surface);
  font-family: Outfit, sans-serif; font-weight: 500; font-size: 0.9rem;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.woocommerce-MyAccount-navigation li a:hover { border-color: var(--emp-gold); color: var(--emp-gold) !important; }
.woocommerce-MyAccount-navigation li.is-active a {
  border-color: var(--emp-gold); color: var(--emp-gold) !important;
  background: rgba(212, 175, 55, 0.07);
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a { color: var(--emp-muted) !important; }
.emp-account-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.emp-account-card {
  display: flex; flex-direction: column; gap: 0.25rem;
  background: linear-gradient(155deg, var(--emp-surface-2), var(--emp-surface));
  border: 1px solid var(--emp-line); border-radius: var(--emp-radius); padding: 1.2rem 1.2rem 1.1rem;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.emp-account-card:hover { border-color: var(--emp-gold); transform: translateY(-2px); }
.emp-account-card-title { font-family: Outfit, sans-serif; font-weight: 700; color: var(--emp-cream); }
.emp-account-card-sub { font-size: 0.82rem; color: var(--emp-muted); }

/* Account polish: no underlines inside cards, roomier nav buttons */
.emp-account-card, .emp-account-card span { text-decoration: none !important; }
.woocommerce-MyAccount-navigation li a { text-decoration: none !important; font-size: 0.95rem; padding: 0.85rem 1.15rem; }
.emp-account-card { padding: 1.35rem 1.35rem 1.25rem; gap: 0.35rem; }
.emp-account-card-title { font-size: 1.02rem; }
.emp-account-card-sub { font-size: 0.85rem; }

/* Edit-account: password-change fieldset was Storefront light-grey/white */
.woocommerce fieldset {
  background: var(--emp-surface) !important;
  border: 1px solid var(--emp-line) !important;
  border-radius: 8px; padding: 1.2rem 1.4rem !important; margin: 1.5rem 0 !important;
}
.woocommerce fieldset legend {
  background: transparent !important; color: var(--emp-gold) !important;
  font-family: Outfit, sans-serif; font-weight: 700; padding: 0 0.4rem;
}
.woocommerce fieldset label { color: var(--emp-cream); }

/* Wishlist + payment element panels */
.yith-wcwl-add-to-wishlist a { color: var(--emp-gold) !important; font-size: 0.82rem; text-decoration: none !important; }
ul.products li.product .yith-wcwl-add-to-wishlist { margin: 0.4rem 0 0; text-align: center; }
.wishlist_table, .wishlist_table td, .wishlist_table th { background: transparent !important; color: var(--emp-cream) !important; border-color: var(--emp-line) !important; }
.emp-restock-list { list-style: none; padding: 0; }
.emp-restock-list li { border: 1px solid var(--emp-line); border-radius: 8px; padding: 0.7rem 1rem; margin-bottom: 0.5rem; background: var(--emp-surface); }
.emp-tracking { border: 1px solid var(--emp-line-strong); border-radius: 8px; padding: 0.8rem 1.1rem; background: var(--emp-surface); }

/* Stripe embedded fields (iframes can't inherit our theme): deliberate white panel */
.wc-stripe-upe-element, #wc-stripe-payment-element, #wc-stripe-card-element {
  background: #fff; border-radius: 8px; padding: 0.9rem;
}
#add_payment_method #payment, #add_payment_method .payment_box {
  background: var(--emp-surface) !important; color: var(--emp-cream) !important; border-radius: var(--emp-radius);
}

/* Wishlist button: heart before the word */
.yith-wcwl-add-to-wishlist a::before { content: "\2661\00a0"; font-size: 1.05em; }
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before { content: "\2665\00a0"; }

/* ==== Consistency pass: every panel same surface + hairline + radius ==== */
.woocommerce fieldset, .emp-tracking, .emp-accordions details, .emp-restock-list li,
.woocommerce-account form.login, .woocommerce-account form.register,
.cwginstock-panel-body, ul.woocommerce-order-overview, .woocommerce-thankyou-order-details,
.woocommerce table.shop_table, table.shop_attributes {
  background: var(--emp-surface) !important;
  border: 1px solid var(--emp-line) !important;
  border-radius: var(--emp-radius) !important;
}
.cwginstock-panel-heading { background: var(--emp-surface-2) !important; border: 1px solid var(--emp-line) !important; border-bottom: 0 !important; }
table.shop_attributes, .woocommerce table.shop_table { border-collapse: separate !important; border-spacing: 0; overflow: hidden; }

/* Enhanced selects (select2, e.g. land/regio) were still white */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background: var(--emp-surface-2) !important; border: 1px solid var(--emp-line) !important;
  border-radius: 6px !important; height: auto !important; padding: 0.45rem 0.8rem;
}
.select2-container--default .select2-selection__rendered { color: var(--emp-cream) !important; line-height: 1.7 !important; }
.select2-container--default .select2-selection__arrow { height: 100% !important; }
.select2-dropdown { background: var(--emp-surface) !important; border: 1px solid var(--emp-line-strong) !important; }
.select2-results__option { color: var(--emp-cream); }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background: rgba(212, 175, 55, 0.15) !important; color: var(--emp-gold) !important; }
.select2-search--dropdown .select2-search__field { background: var(--emp-surface-2) !important; border: 1px solid var(--emp-line) !important; color: var(--emp-cream) !important; }

/* Payment logos: dark chips everywhere (user preference) */
.emp-pay-badges img {
  background: var(--emp-surface-2) !important;
  border: 1px solid var(--emp-line);
}

/* ==== Emperial Punten ==== */
.emp-points-panel { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: var(--emp-surface-2); border: 1px solid rgba(212, 175, 55, 0.35); border-radius: 10px;
  padding: 14px 18px; margin: 0 0 22px; color: var(--emp-cream); }
.emp-points-panel .emp-points-apply { padding: 9px 22px; }
.emp-points-panel .emp-points-remove { color: var(--emp-gold); text-decoration: underline; font-size: 0.9em; }
.emp-points-nudge { color: var(--emp-gold); font-size: 0.92em; margin: 4px 0 10px; }
.emp-points-nudge a { color: var(--emp-gold); text-decoration: underline; }
.emp-points-hero { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  background: var(--emp-surface); border: 1px solid rgba(212, 175, 55, 0.35); border-radius: 12px;
  padding: 22px 26px; margin: 0 0 14px; }
.emp-points-big { font-size: 2.2em; font-weight: 700; color: var(--emp-gold); }
.emp-points-sub { color: var(--emp-cream); opacity: 0.85; }
.emp-points-explain { opacity: 0.85; margin-bottom: 18px; }
.emp-points-log { width: 100%; }
.emp-points-log td, .emp-points-log th { padding: 9px 12px; }
.emp-pts-plus { color: #7dc97d; font-weight: 600; }
.emp-pts-min { color: #d98080; font-weight: 600; }
.emp-points-earnrow td, .emp-points-earnrow th { color: var(--emp-gold); font-size: 0.9em; }

/* ==== Pre-order explainer ==== */
.emp-preorder-notice { background: var(--emp-surface); border: 1px solid rgba(212, 175, 55, 0.35);
  border-left: 3px solid var(--emp-gold); border-radius: 12px; padding: 22px 26px; margin: 0 0 28px; }
.emp-preorder-notice h2 { font-size: 1.25em; margin: 0 0 10px; color: var(--emp-cream); }
.emp-preorder-notice p { margin: 0 0 10px; opacity: 0.9; }
.emp-preorder-notice ul { margin: 0; padding-left: 20px; }
.emp-preorder-notice li { margin: 6px 0; opacity: 0.9; }
.emp-preorder-empty { opacity: 0.9; padding: 4px 2px 20px; }
