﻿:root {
  --black: #161616;
  --gold: #D4AF37;
  --gold-light: #E8C96A;
  --white: #FFFFFF;
  --gray: #262626;
  --surface: #1f1f1f;
  --surface-elevated: #282828;
  --surface-input: #222222;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --font-ar: 'Cairo', sans-serif;
  --font-en: 'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-ar);
  background: var(--black);
  color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

body[data-locale="en"] { font-family: var(--font-en); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: linear-gradient(180deg, rgba(20,20,20,.95), transparent);
  backdrop-filter: blur(12px);
  overflow: visible;
}
.site-header.site-header--solid {
  background: rgba(20, 20, 20, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}
body:has(.crypto-premium-page) .site-header,
body:has(.cart-page) .site-header,
body:has(.checkout-page-wrap) .site-header,
body:has(.checkout-page) .site-header,
body:has(.account-page) .site-header {
  background: rgba(20, 20, 20, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
body:has(.crypto-premium-page) .header-cart-btn,
body:has(.crypto-premium-page) .auth-link,
body:has(.cart-page) .header-cart-btn,
body:has(.checkout-page-wrap) .header-cart-btn,
body:has(.checkout-page) .header-cart-btn,
body:has(.account-page) .header-cart-btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
body:has(.crypto-premium-page) .logo,
body:has(.cart-page) .logo,
body:has(.checkout-page-wrap) .logo,
body:has(.checkout-page) .logo,
body:has(.account-page) .logo {
  color: #fff;
}
.header-inner {
  position: relative;
  display: flex; align-items: center; justify-content: flex-end;
  padding: .55rem 0;
  gap: .4rem;
  min-height: 3.6rem;
  overflow: visible;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  flex-shrink: 0;
  min-width: 0;
  max-width: min(208px, calc(100vw - 9.75rem));
  font-size: clamp(.92rem, 3.2vw, 1.3rem);
  font-weight: 900; color: var(--white); text-decoration: none;
  letter-spacing: .03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.logo span { color: var(--gold); }
.logo-image {
  display: block;
  height: 52px;
  width: auto;
  max-width: 208px;
  max-height: 52px;
  margin-inline: auto;
  object-fit: contain;
}
.logo-image--desktop { display: none; }
.logo-text-fallback--mobile { display: inline; }
@media (min-width: 768px) {
  .header-inner {
    min-height: 7rem;
    padding: 1rem 0;
    /* Lock header chrome: logo left + actions right, ignore page RTL/LTR */
    direction: ltr;
    justify-content: flex-end;
  }
  .logo {
    left: 0;
    right: auto;
    transform: none;
    width: auto;
    max-width: min(720px, calc(100% - 11rem));
    text-align: start;
    overflow: visible;
  }
  .logo-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 5.75rem;
    margin-inline: 0;
    margin-left: 0;
    margin-right: auto;
    object-fit: contain;
    object-position: left center;
  }
  .logo-image--desktop {
    display: block;
    max-height: 5.75rem;
  }
  .logo-image--mobile.is-paired { display: none; }
  .logo-text-fallback--mobile { display: none; }
  .header-actions {
    direction: ltr;
    margin-left: auto;
    margin-right: 0;
  }
}
.header-actions {
  display: flex; gap: .28rem; align-items: center;
  flex-shrink: 0; flex-wrap: nowrap;
  max-width: min(74vw, 480px);
  overflow: visible;
  position: relative;
  z-index: 2;
  flex-direction: row;
  direction: ltr;
}
.btn-lang {
  background: rgba(212,175,55,.15); border: 1px solid var(--gold);
  color: var(--gold); padding: .2rem .45rem; border-radius: 4px; cursor: pointer;
  text-decoration: none; font-size: .7rem;
  line-height: 1.1;
}
.header-actions .btn-lang,
.header-actions .lang-switcher-btn.btn-lang,
.header-actions .category-menu-btn {
  width: auto;
  min-width: 0;
  max-width: 6rem;
  height: 1.8rem;
  padding-inline: .4rem;
  justify-content: center;
  box-sizing: border-box;
}
.auth-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  min-width: 0;
  max-width: 7rem;
  padding: .2rem .4rem;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 4px;
  color: #fff;
  background: rgba(255,255,255,.06);
  text-decoration: none;
  font-size: .7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.auth-link:hover { background: #fff; color: #111827; }
.header-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  height: 1.8rem;
  padding: .2rem .45rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.06);
  flex-shrink: 0;
}
.header-cart-btn:hover { background: rgba(255,255,255,.14); }
.header-cart-icon { flex-shrink: 0; }
.header-cart-label { font-size: .68rem; white-space: nowrap; }
.header-cart-badge {
  position: absolute;
  top: -6px;
  inset-inline-end: -6px;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 .2rem;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.05rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(239,68,68,.45);
}
@media (max-width: 560px) {
  .header-cart-label { display: none; }
  .header-cart-btn { padding: .2rem .35rem; }
}

/* Floating cart */
.ge-floating-cart {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 9000;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff 0%, #faf6eb 100%);
  border: 2px solid rgba(212, 175, 55, 0.65);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
  color: #b8860b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity .28s ease, transform .28s ease, box-shadow .2s ease;
}
.ge-floating-cart[hidden] { display: none !important; }
.ge-floating-cart.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ge-floating-cart:hover {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
}
.ge-floating-cart svg {
  width: 24px;
  height: 24px;
}
.ge-floating-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #D4AF37;
  color: #111;
  font-size: .68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 2px solid #fff;
}
@media (max-width: 640px) {
  .ge-floating-cart {
    left: .75rem;
    bottom: .75rem;
    width: 50px;
    height: 50px;
  }
  .ge-floating-cart svg { width: 22px; height: 22px; }
}
.header-user-menu { position: relative; flex-shrink: 0; }
.header-user-email {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  max-width: 7.5rem;
  font-size: 8px;
  line-height: 1.2;
  color: var(--gold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  background: transparent;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 4px;
  padding: .2rem .35rem;
  cursor: pointer;
  font-family: inherit;
}
.header-user-caret {
  width: 0;
  height: 0;
  border-inline-start: 4px solid transparent;
  border-inline-end: 4px solid transparent;
  border-top: 5px solid var(--gold);
  flex-shrink: 0;
}
.header-user-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  inset-inline-end: 0;
  min-width: 10rem;
  background: #1f1f1f;
  border: 1px solid #333;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0,0,0,.45);
  z-index: 200;
  padding: .35rem 0;
}
.header-user-dropdown[hidden] { display: none !important; }
.header-user-dropdown a {
  display: block;
  padding: .55rem .85rem;
  color: #f3f4f6;
  text-decoration: none;
  font-size: .78rem;
}
.header-user-dropdown a:hover { background: rgba(212,175,55,.12); color: var(--gold); }
.header-user-logout { color: #f87171 !important; }
@media (max-width: 980px) {
  .site-header .container { padding-inline: .7rem; }
  .header-actions { gap: .22rem; max-width: 78vw; }
  .header-actions .btn-lang,
  .header-actions .lang-switcher-btn.btn-lang,
  .header-actions .category-menu-btn {
    max-width: 5.2rem;
    font-size: .66rem;
    padding-inline: .32rem;
  }
  .auth-link { max-width: 5.8rem; font-size: .66rem; }
}
@media (max-width: 560px) {
  .auth-link {
    display: inline-flex;
    max-width: 4.6rem;
    font-size: .58rem;
    padding-inline: .28rem;
  }
  .header-user-email { max-width: 5.5rem; font-size: 8px; }
  .header-inner { min-height: 3.5rem; padding: .42rem 0; }
  .logo { font-size: .86rem; max-width: min(208px, calc(100vw - 10.5rem)); margin-inline-end: .75rem; }
  .header-actions { max-width: 68vw; margin-inline-start: .5rem; }
  .header-actions .btn-lang,
  .header-actions .lang-switcher-btn.btn-lang,
  .header-actions .category-menu-btn {
    height: 1.62rem;
    max-width: 4.4rem;
    font-size: .62rem;
  }
  .category-menu-text { display: none; }
  .category-menu-btn {
    width: 1.62rem !important;
    max-width: 1.62rem !important;
    padding: 0 !important;
  }
}

/* Language dropdown — هم‌استایل با دکمهٔ سبد (btn-lang) */
.lang-switcher { position: relative; flex-shrink: 0; }
.lang-switcher-btn.btn-lang {
  display: inline-flex; align-items: center; gap: .35rem;
  white-space: nowrap; flex-shrink: 0;
  max-height: 2.35rem; box-sizing: border-box; line-height: 1.15;
}
.lang-switcher-caret {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block; padding: 3px;
  transform: rotate(45deg); margin-top: -4px;
  opacity: .85;
}
.lang-switcher-dropdown {
  position: absolute !important;
  top: calc(100% + 6px);
  inset-inline-end: 0;
  inset-inline-start: auto;
  margin: 0;
  min-width: 8.5rem;
  max-width: min(10.5rem, calc(100vw - 1.25rem));
  width: max-content;
  padding: .35rem 0;
  list-style: none !important;
  background: #1c1c1c;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
  z-index: 220;
  overflow: hidden;
}
.lang-switcher-dropdown[hidden] { display: none !important; }
.lang-switcher-dropdown li { list-style: none !important; margin: 0; padding: 0; }
.lang-switcher-option {
  display: block;
  width: 100%;
  text-align: inherit;
  padding: .55rem 1rem;
  background: none;
  border: none;
  color: var(--gold);
  font-size: .88rem;
  cursor: pointer;
  font-family: inherit;
}
.lang-switcher-option:hover { background: rgba(212,175,55,.12); color: var(--gold-light); }
.lang-switcher-option[aria-selected="true"] { color: var(--gold-light); font-weight: 700; }

.category-menu { position: relative; flex-shrink: 0; }
.category-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  white-space: nowrap;
  max-width: 9.5rem;
  max-height: 2.35rem;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-menu-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.5rem;
}
.category-menu-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  inset-inline-end: 0;
  inset-inline-start: auto;
  min-width: 8.5rem;
  max-width: min(11rem, calc(100vw - 1.25rem));
  width: max-content;
  max-height: min(16rem, 60vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: .35rem;
  background: #1c1c1c;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0,0,0,.5);
  z-index: 230;
}
.category-menu-dropdown[hidden] { display: none !important; }
.category-menu-dropdown a {
  display: block;
  padding: .5rem .75rem;
  border-radius: 6px;
  color: var(--gold);
  text-decoration: none;
  font-size: .86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-menu-dropdown a:hover { background: rgba(212,175,55,.12); color: var(--gold-light); }

@media (max-width: 480px) {
  .lang-switcher-dropdown,
  .category-menu-dropdown {
    max-width: min(10rem, calc(100vw - 1rem));
  }
  .category-menu-btn { max-width: 2.35rem; padding-inline: .55rem !important; }
}

/* Hero */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; overflow: hidden;
}
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: .45;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,11,11,.3) 0%, var(--black) 90%);
}
.hero-content {
  position: relative; z-index: 2; text-align: center; padding: 8rem 1rem 4rem;
}
.hero-badge {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  padding: .35rem 1rem; font-size: .75rem; letter-spacing: .2em; margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; line-height: 1.2;
  margin-bottom: 1rem; text-shadow: 0 4px 30px rgba(0,0,0,.5);
}
.hero-sub { font-size: 1.1rem; opacity: .8; margin-bottom: .75rem; max-width: 600px; margin-inline: auto; }
.hero-sub-secondary { margin-bottom: 2rem; opacity: .75; font-size: 1rem; }

.btn-gold {
  display: inline-block; background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black); font-weight: 700; padding: 1rem 2.5rem;
  text-decoration: none; border-radius: 2px; letter-spacing: .05em;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 8px 32px rgba(212,175,55,.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(212,175,55,.45); }

.btn-outline {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  padding: .75rem 1.5rem; text-decoration: none; transition: all .3s;
}
.btn-outline:hover { background: var(--gold); color: var(--black); }

/* Motion replacement video */
.motion-video-section {
  padding: 5rem 0;
  background: radial-gradient(ellipse at 50% 0%, #17120a 0%, var(--black) 70%);
}
.motion-video {
  display: block;
  width: min(100%, 1080px);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  object-fit: cover;
  border: 1px solid rgba(212,175,55,.3);
  border-radius: 6px;
  background: #000;
  box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

/* Products */
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 900;
  text-align: center; margin-bottom: 3rem; color: var(--gold);
}
.section-title-sm { font-size: 1.25rem; opacity: .7; }
.amazing-offers {
  padding: 4.5rem 0 1.5rem;
  background: linear-gradient(180deg, var(--black), #0f0c04);
}
.amazing-offers-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 0;
  width: min(96vw, 1500px);
  margin-inline: auto;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border: 1px solid rgba(232,201,106,.8);
  box-shadow: 0 22px 70px rgba(212,175,55,.22);
  padding: .9rem;
}
.amazing-offers-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  text-align: center;
  color: var(--black);
  padding: 1rem;
}
.amazing-offers-side .amazing-kicker {
  font-size: .95rem;
  font-weight: 700;
  opacity: .82;
}
.amazing-offers-side strong {
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  font-weight: 900;
}
.amazing-percent {
  font-size: 4.5rem;
  line-height: .9;
  font-weight: 900;
  color: rgba(11,11,11,.75);
}
.amazing-offers-side a {
  color: var(--black);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 700;
  border: 1px solid rgba(11,11,11,.28);
  border-radius: 999px;
  padding: .35rem .8rem;
}
.amazing-products-row {
  display: flex;
  gap: .25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: .2rem;
  scrollbar-width: none;
}
.amazing-products-row::-webkit-scrollbar { display: none; }
.carousel-nav-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(212, 175, 55, .32);
  border-radius: 50%;
  background: #fff;
  color: #555;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .1);
  cursor: pointer;
  font-size: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, opacity .2s ease, color .2s ease, box-shadow .2s ease;
}
.carousel-nav-btn:active:not(:disabled) {
  transform: translateY(-50%) scale(0.96);
}
.carousel-nav-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
}
.carousel-nav-prev::before { transform: rotate(135deg); margin-left: 3px; }
.carousel-nav-next::before { transform: rotate(-45deg); margin-right: 3px; }
.carousel-nav-prev { left: .65rem; }
.carousel-nav-next { right: .65rem; }
.carousel-nav-btn:hover { color: var(--black); transform: translateY(-50%) scale(1.04); box-shadow: 0 10px 26px rgba(15, 23, 42, .14); }
.carousel-nav-btn[hidden] { display: none !important; }
.carousel-nav-btn:disabled {
  opacity: .45;
  cursor: default;
}
.carousel-nav-btn:disabled:hover {
  color: #555;
  transform: translateY(-50%);
  box-shadow: 0 6px 20px rgba(15, 23, 42, .1);
}

/* Homepage section carousels — nav desktop only */
.section-carousel {
  position: relative;
}
@media (min-width: 768px) {
  .section-carousel {
    padding-inline: 2.85rem;
  }
  .section-carousel .carousel-nav-btn {
    display: inline-flex;
  }
  .section-carousel .carousel-nav-prev { left: .15rem; }
  .section-carousel .carousel-nav-next { right: .15rem; }
}
@media (max-width: 767px) {
  .section-carousel {
    padding-inline: 0;
  }
  .section-carousel .carousel-nav-btn {
    display: none !important;
  }
}
.amazing-card {
  position: relative;
  flex: 0 0 164px;
  min-height: 286px;
  scroll-snap-align: start;
  background: #fff;
  color: #1f2937;
  padding: .8rem .75rem .9rem;
  border-left: 1px solid rgba(212,175,55,.45);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.amazing-card:first-child {
  border-radius: 0 12px 12px 0;
}
.amazing-card:last-child {
  border-radius: 12px 0 0 12px;
}
.amazing-discount {
  position: static;
  right: auto;
  bottom: auto;
}
.amazing-img-wrap {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .6rem;
}
.amazing-img-wrap img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}
.amazing-card h3 {
  font-size: .88rem;
  line-height: 1.55;
  min-height: 2.7rem;
  margin-bottom: .25rem;
  color: #111827;
}
.amazing-card p {
  font-size: .74rem;
  line-height: 1.45;
  min-height: 2.1rem;
  color: #6b7280;
  margin-bottom: .5rem;
}
.amazing-price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: .25rem;
  padding-left: 2.6rem;
}
.amazing-price strong {
  font-size: .92rem;
  color: #111827;
}
.amazing-price span {
  font-size: .62rem;
  color: #6b7280;
}
.amazing-card del {
  display: block;
  text-align: left;
  color: #9ca3af;
  font-size: .72rem;
  margin-top: .25rem;
  padding-left: 2.6rem;
}
@media (max-width: 768px) {
  .amazing-offers-shell {
    grid-template-columns: 1fr;
    width: min(94vw, 1500px);
  }
  .amazing-offers-side {
    flex-direction: row;
    justify-content: space-between;
    padding: .75rem .5rem 1rem;
  }
  .amazing-percent { font-size: 2.5rem; }
}
.promo-banners {
  padding: 1.75rem 0 2rem;
  background: #0f0c04;
}
.promo-banners-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.promo-banner-card {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #232323;
  border: 1px solid rgba(212,175,55,.12);
  aspect-ratio: 4 / 3;
  text-decoration: none;
}
.promo-banner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.promo-banner-card:hover img { transform: scale(1.035); }
@media (max-width: 980px) {
  .promo-banners-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .promo-banners-grid { grid-template-columns: 1fr; }
}
.wide-banners {
  padding: 1.75rem 0 4rem;
  background: var(--black);
}
.wide-banners-shell {
  width: min(96vw, 1500px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.wide-banner-card {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 820 / 328;
  background: #232323;
  border: 1px solid rgba(212,175,55,.12);
  text-decoration: none;
}
.wide-banner-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.wide-banner-card:hover img { transform: scale(1.025); }
@media (max-width: 820px) {
  .wide-banners-shell { grid-template-columns: 1fr; }
}
.products { padding: 6rem 0; overflow: visible; background: #fdfaf4; color: #1f2937; }
.catalog-shell {
  width: min(96vw, 1500px);
  margin-inline: auto;
  overflow: visible;
}
.products .section-title {
  color: var(--gold);
  text-align: start;
  margin-bottom: 1.25rem;
}
.catalog-grid {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  width: 100%;
}
.catalog-grid-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  width: 100%;
  align-items: stretch;
}
.catalog-grid-row--hidden {
  display: none !important;
}
.catalog-grid-row--revealed {
  animation: catalogRowIn .35s ease;
}
@keyframes catalogRowIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.catalog-load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  width: 100%;
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 12px;
  background: rgba(212,175,55,.08);
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  transition: background .2s ease, border-color .2s ease;
}
.catalog-load-more:hover {
  background: rgba(212,175,55,.16);
  border-color: var(--gold);
}
.catalog-load-more[hidden] {
  display: none !important;
}
.catalog-load-more-text {
  font-size: .92rem;
  font-weight: 700;
}
.catalog-load-more-arrow {
  font-size: 1.5rem;
  line-height: 1;
  animation: catalogArrowBounce 1.6s ease-in-out infinite;
}
@keyframes catalogArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
.catalog-card {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  flex: none;
  min-height: 315px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  padding: .85rem .95rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  text-decoration: none;
}
.catalog-card:hover { transform: translateY(-3px); }
.catalog-badge {
  position: absolute;
  top: .5rem;
  right: .55rem;
  min-width: 28px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #64748b;
  color: #fff;
  border-radius: 4px;
  font-size: .75rem;
  font-weight: 800;
  z-index: 1;
}
[dir="ltr"] .catalog-badge { right: auto; left: .55rem; }
.catalog-image {
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
}
.catalog-image img {
  width: 100%;
  height: 128px;
  object-fit: contain;
}
.catalog-card h3 {
  color: #111827;
  font-size: .95rem;
  line-height: 1.65;
  min-height: 3.1rem;
  margin-bottom: .3rem;
}
.catalog-card p {
  color: #374151;
  font-size: .82rem;
  line-height: 1.65;
  min-height: 2.6rem;
}
.catalog-price {
  margin-top: auto;
  display: grid;
  gap: .1rem;
  text-align: start;
}
.catalog-price span {
  color: #6b7280;
  font-size: .78rem;
}
.catalog-price strong {
  color: #111827;
  font-size: .92rem;
}
.catalog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  color: #6b7280;
  font-size: .78rem;
  margin-top: .75rem;
}
@media (max-width: 1024px) {
  .catalog-grid-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .catalog-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }
}
@media (max-width: 420px) {
  .catalog-grid-row {
    grid-template-columns: 1fr;
  }
}
.product-visual { position: relative; aspect-ratio: 1; background: #1a1a1a; border-radius: 10px; overflow: hidden; }
.product-visual img { width: 100%; height: 100%; object-fit: contain; padding: 2rem; }
.badge-360 {
  position: absolute; bottom: 1rem; right: 1rem;
  background: var(--gold); color: var(--black); font-size: .7rem;
  padding: .25rem .6rem; font-weight: 700; border-radius: 3px;
}
.weights { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.weight-chip {
  font-size: .75rem; border: 1px solid rgba(212,175,55,.4);
  padding: .25rem .5rem; border-radius: 2px;
}

/* Product detail (marketplace layout) */
.product-detail-market {
  min-height: 100vh;
  padding: 5.5rem 1rem 0;
  background: var(--black);
  color: #e5e7eb;
}
.product-detail-market + .site-footer {
  margin-top: 0;
}
.product-detail-market .site-header {
  background: linear-gradient(180deg, rgba(11,11,11,.98), rgba(11,11,11,.75));
}
.pdp-shell {
  width: min(96vw, 1280px);
  margin-inline: auto;
}
.pdp-grid {
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr) minmax(280px, 320px);
  gap: 1rem;
  align-items: start;
  direction: rtl;
}
.pdp-gallery,
.pdp-info,
.pdp-buy {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  color: #111827;
}
.pdp-gallery {
  padding: 1.25rem;
  min-height: 420px;
}
.pdp-gallery-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
}
.pdp-gallery-main img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}
.pdp-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
  justify-content: center;
}
.pdp-thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: .25rem;
  background: #f8fafc;
  cursor: pointer;
}
.pdp-thumb.is-active { border-color: var(--gold); }
.pdp-thumb img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
}
.pdp-info { padding: 1.35rem 1.5rem; }
.pdp-breadcrumb {
  color: #64748b;
  font-size: .82rem;
  margin-bottom: .65rem;
  line-height: 1.8;
}
.pdp-breadcrumb-sep { margin-inline: .35rem; opacity: .6; }
.pdp-title {
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 900;
  line-height: 1.55;
  margin-bottom: .65rem;
  color: #0f172a;
}
.pdp-rating {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: #f1f5f9;
  margin-bottom: 1rem;
  font-size: .88rem;
}
.pdp-rating-star { color: #eab308; font-size: 1rem; }
.pdp-rating-count { color: #64748b; }
.pdp-delivery {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  background: #eef2ff;
  border-inline-start: 4px solid #2563eb;
  color: #1e3a8a;
  font-size: .92rem;
  margin-bottom: 1.25rem;
}
.pdp-section-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: .75rem;
  color: #0f172a;
}
.pdp-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.pdp-spec-card {
  position: relative;
  min-height: 88px;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: #f1f5f9;
}
.pdp-spec-label {
  display: block;
  font-size: .72rem;
  color: #94a3b8;
  margin-bottom: .35rem;
}
.pdp-spec-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
}
.pdp-buy {
  padding: 1.15rem 1.25rem;
  position: sticky;
  top: 5rem;
}
.pdp-buy-label {
  display: block;
  font-size: .78rem;
  color: #64748b;
  margin-bottom: .35rem;
}
.pdp-seller-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .25rem;
}
.pdp-seller-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  font-size: .62rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdp-seller-perf {
  font-size: .82rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.pdp-seller-perf--green { color: #059669; }
.pdp-seller-perf--red { color: #ef4444; }
.pdp-seller-perf--orange { color: #f97316; }
.pdp-field-label {
  display: block;
  font-size: .82rem;
  color: #64748b;
  margin: .65rem 0 .3rem;
}
.pdp-select {
  width: 100%;
  padding: .55rem .65rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font: inherit;
  background: #fff;
}
.pdp-qty.qty-stepper,
.qty-stepper {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.pdp-qty button,
.pdp-qty input,
.qty-stepper button,
.qty-stepper input {
  height: 42px;
  border: 0;
  background: #fff;
  color: #111827;
  text-align: center;
  font: inherit;
}
.pdp-qty button,
.qty-stepper button {
  cursor: pointer;
  font-weight: 900;
  background: #f8fafc;
}
.pdp-qty input,
.qty-stepper input { border-inline: 1px solid #e5e7eb; }
.pdp-min-note {
  margin-top: .5rem;
  font-size: .8rem;
  color: #64748b;
}
.pdp-price-block {
  margin: 1rem 0;
  padding: .85rem 0;
  border-block: 1px solid #e5e7eb;
}
.pdp-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.pdp-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
  line-height: 1.35;
}
.pdp-discount-badge {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: #ef4444;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: .18rem .45rem;
  border-radius: 999px;
  line-height: 1.2;
}
.pdp-price-old {
  color: #94a3b8;
  font-size: .85rem;
  text-decoration: line-through;
}
.pdp-price-current {
  margin: .15rem 0 0;
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
}
.pdp-price-current small { font-size: .75rem; font-weight: 600; color: #64748b; }
.pdp-add-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .95rem 1rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(212,175,55,.4);
}
.pdp-add-cart:hover { filter: brightness(1.07); }
.pdp-buy-meta {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .55rem;
  font-size: .82rem;
  color: #475569;
}
.pdp-buy-meta li {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  line-height: 1.5;
}
.pdp-trust {
  width: min(96vw, 1280px);
  margin: 2rem auto 0;
  padding: 0 1rem;
}
.pdp-similar + .pdp-trust { margin-top: 1rem; }
@media (max-width: 1100px) {
  .pdp-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .pdp-grid {
    grid-template-columns: 1fr;
    direction: inherit;
  }
  .pdp-buy { position: static; order: 3; }
  .pdp-info { order: 2; }
  .pdp-gallery { order: 1; }
}
@media (max-width: 520px) {
  .pdp-spec-grid { grid-template-columns: 1fr; }
  .product-detail-market { padding-top: 5rem; }
}

/* Customer auth */
.customer-auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: linear-gradient(180deg, #0f0c04, var(--black));
  color: #f3f4f6;
}
.customer-auth-card {
  position: relative;
  width: min(100%, 340px);
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 8px;
  padding: 1.4rem 1.6rem 1.55rem;
  text-align: center;
  background: #1f1f1f;
  color: #f3f4f6;
}
.customer-auth-back {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--gold);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
}
[dir="ltr"] .customer-auth-back {
  right: auto;
  left: 1rem;
}
.customer-auth-logo {
  font-weight: 900;
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
}
.customer-auth-logo span { color: var(--white); }
.customer-auth-card h1 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: .45rem;
  color: #fff;
  letter-spacing: .01em;
}
.customer-auth-card p {
  color: rgba(255,255,255,.65);
  font-size: .78rem;
  margin-bottom: 1rem;
}
.customer-auth-card input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 6px;
  padding: 0 .85rem;
  font: inherit;
  margin-bottom: .75rem;
  background: #141414;
  color: #fff;
}
.customer-auth-card button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(212,175,55,.35);
}
.customer-auth-card button:hover {
  filter: brightness(1.05);
}
.customer-auth-card small {
  display: block;
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  line-height: 1.8;
  margin-top: .75rem;
}
.customer-auth-error {
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: .5rem;
  font-size: .78rem;
  margin-bottom: .75rem;
}
.customer-auth-success {
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  padding: .5rem;
  font-size: .78rem;
  margin-bottom: .75rem;
}
.customer-auth-email-display {
  font-weight: 600;
  margin: 0 0 1rem;
  opacity: .9;
}
.customer-auth-code-input {
  letter-spacing: .35em;
  text-align: center;
  font-size: 1.25rem;
}
.customer-auth-resend-form { margin-top: .75rem; }
.customer-auth-resend-btn {
  background: transparent;
  border: none;
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  padding: 0;
}
.customer-auth-change-email {
  display: inline-block;
  margin-top: 1rem;
  color: rgba(255,255,255,.65);
  font-size: .85rem;
}
.ge-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.ge-contact-modal[hidden] { display: none; }
.ge-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  backdrop-filter: blur(2px);
}
.ge-contact-dialog {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
  border: 1px solid rgba(212, 175, 55, .35);
  border-radius: 16px;
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 24px 48px rgba(0,0,0,.45);
}
.ge-contact-title {
  margin: 0 0 .75rem;
  font-size: 1.35rem;
  color: var(--gold);
}
.ge-contact-text {
  margin: 0 0 1.25rem;
  opacity: .85;
  line-height: 1.6;
  font-size: .95rem;
}
.ge-contact-close {
  position: absolute;
  top: .65rem;
  inset-inline-end: .75rem;
  background: transparent;
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: .15rem .35rem;
}
.ge-contact-items { display: flex; flex-direction: column; gap: .85rem; }
.ge-contact-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  background: rgba(212, 175, 55, .08);
  border: 1px solid rgba(212, 175, 55, .22);
  text-decoration: none;
  color: inherit;
  transition: background .2s ease, border-color .2s ease;
}
.ge-contact-item:hover {
  background: rgba(212, 175, 55, .16);
  border-color: var(--gold);
}
.ge-contact-item-label {
  font-size: .75rem;
  opacity: .65;
  display: block;
}
.ge-contact-item-value {
  font-weight: 600;
  word-break: break-all;
}

/* Story */
.story {
  position: relative;
  padding: 6rem 0;
  background: #101010;
  overflow: hidden;
}
.story.story-has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(8,8,8,.76), rgba(8,8,8,.9)), var(--story-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}
.story-inner { position: relative; z-index: 1; }
.story-content {
  max-width: 800px; margin: 0 auto; font-size: 1.05rem;
  line-height: 2; opacity: .9; columns: 1;
}
@media (min-width: 768px) {
  .story-content { columns: 2; column-gap: 3rem; }
}
.story-trust-video-section {
  position: relative;
  min-height: clamp(360px, 56vw, 720px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.story-trust-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
}
.story-trust-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(0,0,0,.12), rgba(0,0,0,.68) 72%),
    linear-gradient(180deg, #080808 0%, rgba(8,8,8,.08) 24%, rgba(11,11,11,.9) 100%);
  pointer-events: none;
}
.story-trust-video-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: .9;
}

/* Trust */
.trust { padding: 6rem 0; }
.trust-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem;
}
.trust-card {
  background: #1a1a1a; border: 1px solid rgba(212,175,55,.15);
  padding: 2rem; text-align: center; border-radius: 4px;
}
.trust-card h3 { color: var(--gold); margin: 1rem 0; }

/* Benefits - small font */
.benefits { padding: 3rem 0; border-top: 1px solid #222; }
.benefits-list {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem;
  list-style: none; font-size: .7rem; opacity: .55; letter-spacing: .03em;
}

/* Quiz */
.quiz { padding: 6rem 0; text-align: center; }
.quiz-section-title { margin-bottom: 1.75rem; }
.quiz-options { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.quiz-btn {
  background: transparent; border: 1px solid var(--gold); color: var(--gold);
  padding: 1rem 2rem; cursor: pointer; font-family: inherit; font-size: 1rem;
  transition: all .3s;
}
.quiz-btn:hover, .quiz-btn.active { background: var(--gold); color: var(--black); }
.quiz-result {
  margin-top: 2rem; padding: 2rem; border: 1px solid var(--gold);
  background: rgba(212,175,55,.08); max-width: 500px; margin-inline: auto;
}

/* Readable posts */
.readable-posts {
  padding: 2rem 0 4rem;
  background: var(--black);
}
.readable-shell {
  width: min(96vw, 1500px);
  margin-inline: auto;
}
.readable-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.readable-head h2 {
  color: var(--white);
  font-size: 1.15rem;
}
.readable-head a {
  color: var(--gold);
  text-decoration: none;
  font-size: .85rem;
}
.readable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.readable-card {
  background: #fff;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,.22);
}
.readable-card-link {
  display: block;
  color: #111827;
  text-decoration: none;
}
.readable-card img {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 260;
  object-fit: cover;
}
.readable-card h3 {
  min-height: 3.4rem;
  padding: .8rem .9rem 1rem;
  font-size: .88rem;
  line-height: 1.7;
  color: #111827;
}
.readable-card:hover img {
  filter: saturate(1.08);
}
@media (max-width: 980px) {
  .readable-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .readable-grid { grid-template-columns: 1fr; }
  .readable-head { align-items: flex-start; flex-direction: column; }
}

/* Live cam */
.live-cam { padding: 6rem 0; }
.live-frame {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  border: 1px solid rgba(212,175,55,.3); border-radius: 4px;
}
.live-frame iframe {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
}

/* Footer */
.site-footer {
  padding: 3rem 0; border-top: 1px solid #222; margin-top: 4rem;
}
.footer-inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem;
}
.footer-actions {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
}
.footer-contact-link {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, .45);
  color: var(--gold);
  padding: .45rem 1rem;
  border-radius: 8px;
  font: inherit;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.footer-contact-link:hover {
  background: rgba(212, 175, 55, .12);
  border-color: var(--gold);
}
.footer-copy { margin: 0; font-size: .88rem; opacity: .85; }
.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  flex-wrap: nowrap;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: rgba(212, 175, 55, .1);
  border: 1px solid rgba(212, 175, 55, .35);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.social-link:hover {
  transform: translateY(-2px);
  background: rgba(212, 175, 55, .22);
  border-color: var(--gold);
}
.social-link img {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  filter: brightness(0) saturate(100%) invert(84%) sepia(28%) saturate(746%) hue-rotate(6deg) brightness(103%) contrast(89%);
}

/* Blog */
.blog-content h2 { color: var(--gold); margin: 2rem 0 1rem; font-size: 1.35rem; }
.blog-content p { margin-bottom: 1rem; }
.blog-content ul { margin: 1rem 0 1rem 1.5rem; }
.blog-card:hover { border-color: var(--gold) !important; }

/* Product detail */
.product-detail:not(.product-detail-market) { padding: 8rem 0 4rem; }
.product-detail-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start;
}
@media (max-width: 768px) {
  .product-detail-grid { grid-template-columns: 1fr; }
}

/* Verify */
.verify-page { min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 6rem 1rem; }
.verify-box {
  text-align: center; max-width: 480px; padding: 3rem;
  border: 1px solid rgba(212,175,55,.3); background: #1a1a1a;
}
.verify-box.valid { border-color: #2ecc71; }
.verify-box.invalid { border-color: #e74c3c; }

/* Admin */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar {
  width: 260px; background: #1a1a1a; border-right: 1px solid #222; padding: 2rem 0;
}
.admin-sidebar a {
  display: block; padding: .75rem 1.5rem; color: rgba(255,255,255,.7);
  text-decoration: none; transition: all .2s;
}
.admin-sidebar a:hover, .admin-sidebar a.active {
  background: rgba(212,175,55,.1); color: var(--gold);
}
.admin-main { flex: 1; padding: 2rem; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.stat-card {
  background: #1f1f1f; border: 1px solid #222; padding: 1.5rem; border-radius: 4px;
}
.stat-card h3 { font-size: 2rem; color: var(--gold); }
.admin-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; font-size: .9rem; }
.admin-table th, .admin-table td {
  padding: .75rem; text-align: start; border-bottom: 1px solid #222;
}
.admin-table th { color: var(--gold); }

/* 360 viewer */
.viewer-360-pro { cursor: grab; user-select: none; touch-action: none; position: relative; }
.viewer-360-pro.is-dragging { cursor: grabbing; }
.viewer-360-frame {
  position: absolute; bottom: .5rem; right: .5rem; font-size: .7rem;
  background: rgba(0,0,0,.6); padding: .2rem .5rem; border-radius: 3px;
}

/* Trust media */
.trust-card-wide { grid-column: span 2; text-align: start; }
@media (max-width: 768px) { .trust-card-wide { grid-column: span 1; } }
.trust-media-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 1rem; margin-top: 1rem; }
.trust-media-item {
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  text-decoration: none; color: inherit; font-size: .85rem;
}
.trust-media-item img { width: 100%; max-height: 100px; object-fit: contain; border-radius: 4px; }
.product-trust-media { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid #222; }
.product-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1rem; }
.product-card-cart { display: inline-flex; gap: .5rem; align-items: center; margin: .5rem 0; flex-wrap: wrap; }
.weight-select { background: #1a1a1a; border: 1px solid #333; color: #fff; padding: .4rem; }

/* Cart & checkout */
.cart-page, .track-page, .checkout-page { padding: 6.5rem 1rem 3rem; max-width: 900px; margin: 0 auto; }
.cart-cards { display: none; gap: 1rem; margin: 1.25rem 0; }
.cart-card {
  background: #1f1f1f;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  padding: 1rem;
}
.cart-card-top { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: .75rem; }
.cart-card-top img { width: 72px; height: 72px; object-fit: contain; border-radius: 8px; background: #141414; flex-shrink: 0; }
.cart-card-info h2 { font-size: 1rem; margin: 0 0 .25rem; line-height: 1.4; }
.cart-card-meta { font-size: .85rem; opacity: .75; margin: 0; }
.cart-card-row { display: flex; justify-content: space-between; align-items: center; gap: .5rem; margin: .5rem 0; font-size: .9rem; }
.cart-card-label { opacity: .7; }
.cart-card-prices { flex-direction: column; align-items: stretch; gap: .25rem; }
.cart-card-remove { width: 100%; margin-top: .5rem; }
.cart-footer { margin-top: 1.5rem; }
.cart-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.cart-actions .btn-gold,
.cart-actions .btn-outline { flex: 1; min-width: 140px; text-align: center; justify-content: center; }
.cart-table-desktop { display: table; }
@media (max-width: 768px) {
  .cart-cards { display: grid; }
  .cart-table-desktop { display: none; }
  .cart-page { padding-top: 5.5rem; }
  .cart-qty-input { width: 5rem; min-height: 2.5rem; font-size: 1rem; }
  .cart-actions { flex-direction: column; }
  .cart-actions .btn-gold,
  .cart-actions .btn-outline { width: 100%; }
}
.cart-table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
.cart-table img { width: 56px; height: 56px; object-fit: contain; border-radius: 4px; }
.cart-subtotal { margin: 1.5rem 0; font-size: 1.1rem; }
.cart-qty-input { width: 4rem; padding: .35rem; background: #1a1a1a; border: 1px solid #333; color: inherit; }
.cart-table th, .cart-table td { padding: .75rem; border-bottom: 1px solid #222; text-align: start; }
.cart-thumb { width: 48px; height: 48px; object-fit: contain; vertical-align: middle; margin-left: .5rem; }
[dir="ltr"] .cart-thumb { margin-left: 0; margin-right: .5rem; }
.cart-qty { width: 4rem; background: #1a1a1a; border: 1px solid #333; color: #fff; padding: .35rem; }
.cart-subtotal { margin: 1.5rem 0; font-size: 1.1rem; }
.cart-checkout-btn { display: inline-block; margin-top: 1rem; }
.cart-flash { color: #2ecc71; margin: 1rem 0; }
.checkout-field { width: 100%; padding: .75rem 1rem; margin: 0; background: var(--surface-input); border: 1px solid var(--border-subtle); border-radius: 10px; color: #f5f5f5; font: inherit; line-height: 1.4; transition: border-color .2s ease, box-shadow .2s ease; }
.checkout-field:focus { outline: none; border-color: rgba(212, 175, 55, 0.55); box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12); }
.checkout-textarea { min-height: 6.5rem; resize: vertical; }
.checkout-line { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--border-subtle); }
.checkout-payments { display: flex; flex-direction: column; gap: .65rem; }
.payment-option { display: flex; align-items: center; gap: .65rem; padding: .85rem 1rem; border: 1px solid var(--border-subtle); border-radius: 10px; background: var(--surface-input); cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.payment-option:has(input:checked) { border-color: rgba(212, 175, 55, 0.55); background: rgba(212, 175, 55, 0.08); }
.payment-option input { accent-color: var(--gold); flex-shrink: 0; }
.pay-option { flex: 1; min-width: 120px; padding: 1rem; border: 1px solid var(--gold); cursor: pointer; }

/* Crypto checkout */
.crypto-checkout-page {
  padding: 5.5rem 1rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
.crypto-checkout-head { margin-bottom: 1.25rem; }
.crypto-order-ref { opacity: .7; margin: .35rem 0 0; font-size: .88rem; }
.crypto-checkout-error { margin-bottom: 1rem; }
.crypto-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.crypto-list-card {
  background: #f5f5f7;
  border-radius: 22px;
  padding: .35rem .5rem;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.theme-dark .crypto-list-card,
body.theme-dark .crypto-list-card {
  background: linear-gradient(160deg, #232328, #1a1a1f);
  border: 1px solid rgba(255,255,255,.08);
}
.crypto-coin-list {
  list-style: none;
  margin: 0;
  padding: .25rem 0;
}
.crypto-coin-row {
  display: grid;
  grid-template-columns: 2.2rem 3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .95rem 1rem;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: transparent;
  cursor: pointer;
  text-align: start;
  color: inherit;
  font: inherit;
  border-radius: 14px;
  transition: background .15s, box-shadow .15s;
}
body.theme-dark .crypto-coin-row {
  border-bottom-color: rgba(255,255,255,.06);
  color: #f8fafc;
}
.crypto-coin-list li:last-child .crypto-coin-row { border-bottom: 0; }
.crypto-coin-row:hover:not(:disabled) { background: rgba(212,175,55,.08); }
.crypto-coin-row.is-active {
  background: rgba(212,175,55,.14);
  box-shadow: inset 3px 0 0 var(--gold);
}
.crypto-coin-row.is-disabled,
.crypto-coin-row:disabled {
  opacity: .38;
  cursor: not-allowed;
}
.crypto-coin-index {
  font-size: .8rem;
  font-weight: 600;
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
}
body.theme-dark .crypto-coin-index { color: #6b7280; }
.crypto-coin-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
body.theme-dark .crypto-coin-logo { background: #2a2a30; }
.crypto-coin-logo img,
.crypto-coin-logo svg {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: cover;
}
.crypto-coin-text {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  min-width: 0;
}
.crypto-coin-name {
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}
body.theme-dark .crypto-coin-name { color: #f9fafb; }
.crypto-coin-ticker {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #9ca3af;
  text-transform: uppercase;
}
.crypto-coin-network {
  font-size: .68rem;
  padding: .2rem .45rem;
  border-radius: 6px;
  background: rgba(212,175,55,.15);
  color: var(--gold);
  white-space: nowrap;
}
.crypto-coin-unconfigured {
  font-size: .68rem;
  color: #9ca3af;
}
.crypto-pay-aside {
  min-height: 200px;
}
.crypto-pay-aside[hidden] { display: none !important; }
.crypto-pay-aside.is-visible { display: block; }
.crypto-pay-aside-inner {
  background: linear-gradient(160deg, #1c1c22, #141418);
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.4);
  position: sticky;
  top: 5.5rem;
}
.crypto-pay-placeholder,
.crypto-pay-loading {
  text-align: center;
  opacity: .65;
  padding: 2rem 1rem;
  margin: 0;
  line-height: 1.6;
}
.crypto-pay-card--inline { margin: 0; }
.crypto-pay-card-head {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
}
.crypto-pay-panel-logo {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #2a2a30;
}
.crypto-pay-panel-logo img { width: 100%; height: 100%; object-fit: cover; }
.crypto-pay-label {
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 .25rem;
  font-size: .95rem;
}
.crypto-pay-label small { opacity: .75; font-weight: 500; }
.crypto-pay-amount {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .1rem;
  font-size: .82rem;
  opacity: .85;
}
.crypto-pay-amount strong {
  font-size: 1.4rem;
  color: #fff;
  opacity: 1;
}
.crypto-pay-fiat-hint { font-size: .78rem; opacity: .6; margin: .2rem 0 0; }
.crypto-pay-address-label {
  display: block;
  font-size: .8rem;
  opacity: .75;
  margin-bottom: .4rem;
}
.crypto-address-box {
  display: flex;
  gap: .5rem;
  align-items: stretch;
  background: #141414;
  border: 1px solid #3f3f46;
  border-radius: 14px;
  padding: .55rem;
  margin-bottom: 1.1rem;
}
.crypto-address-input {
  flex: 1;
  min-width: 0;
  padding: .6rem .45rem;
  background: transparent;
  border: 0;
  color: #e5e7eb;
  font-size: .8rem;
  font-family: ui-monospace, monospace;
}
.crypto-copy-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 10px;
  padding: .6rem 1rem;
  font-weight: 700;
  cursor: pointer;
  font-size: .82rem;
}
.crypto-copy-btn--green {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
}
.crypto-copy-btn--green:hover { filter: brightness(1.08); }
.crypto-flow-btn { width: 100%; text-align: center; }
body.crypto-modal-open { overflow: hidden; }
.crypto-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.crypto-modal[hidden] { display: none !important; }
.crypto-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(5px);
}
.crypto-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  background: #1a1a1f;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 18px;
  padding: 1.5rem 1.25rem 1.25rem;
  box-shadow: 0 24px 48px rgba(0,0,0,.55);
}
.crypto-modal-close {
  position: absolute;
  top: .5rem;
  inset-inline-end: .65rem;
  background: transparent;
  border: 0;
  color: #94a3b8;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.crypto-modal-dialog h2 {
  font-size: 1.05rem;
  color: var(--gold);
  margin: 0 0 .5rem;
  padding-inline-end: 1.5rem;
}
.crypto-modal-hint {
  font-size: .88rem;
  opacity: .8;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.crypto-modal-field {
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.crypto-modal-field .checkout-field { flex: 1; min-width: 0; margin: 0; }
.crypto-paste-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 10px;
  padding: .65rem 1rem;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: .85rem;
}
.crypto-pending-box { text-align: center; padding: 2rem 1rem; }
.crypto-pending-msg { margin: 1.25rem 0; line-height: 1.7; opacity: .9; }
.checkout-error { color: #f87171; margin: 1rem 0; }
.header-user-dropdown { z-index: 300; }
@media (max-width: 900px) {
  .crypto-checkout-layout { grid-template-columns: 1fr; }
  .crypto-pay-aside-inner { position: static; }
  .crypto-coin-row {
    grid-template-columns: 2rem 2.75rem minmax(0, 1fr);
  }
  .crypto-coin-network,
  .crypto-coin-unconfigured {
    grid-column: 2 / -1;
    justify-self: start;
    margin-top: -.35rem;
    margin-bottom: .25rem;
  }
}

/* Account */
.account-page { padding: 6.5rem 1rem 3rem; max-width: 720px; margin: 0 auto; }
.account-email-line { font-size: .85rem; opacity: .75; margin-bottom: 1.25rem; word-break: break-all; }
.account-empty { margin: 1.5rem 0; opacity: .8; }
.account-orders-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; }
.account-order-card {
  background: #1f1f1f; border: 1px solid #2a2a2a; border-radius: 14px; padding: 1rem 1.1rem;
}
.account-order-top { display: flex; justify-content: space-between; align-items: center; gap: .5rem; }
.account-order-status { font-size: .75rem; padding: .2rem .5rem; border-radius: 999px; background: #222; }
.account-order-status--paid { color: #4ade80; }
.account-order-status--pending { color: #fbbf24; }
.account-order-meta { font-size: .8rem; opacity: .65; margin: .35rem 0; }
.account-order-total { font-size: 1.1rem; font-weight: 800; color: var(--gold); margin: 0; }
.account-order-note { font-size: .82rem; color: #fbbf24; margin: .5rem 0 0; }
.account-order-crypto { font-size: .78rem; opacity: .75; margin: .35rem 0 0; }

/* Similar products on PDP */
.pdp-similar {
  width: min(96vw, 1280px);
  margin: 2.5rem auto 0;
  padding: 0 1rem 3rem;
}
.pdp-similar-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 1rem;
}
.pdp-similar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  align-items: stretch;
}
.pdp-similar-card {
  text-decoration: none;
  color: #1f2937;
  padding: .65rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, .22);
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.pdp-similar-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  border-color: rgba(212, 175, 55, .4);
}
.pdp-similar-card.is-unavailable {
  opacity: .88;
}
.pdp-similar-card .catalog-image {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .45rem;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  flex: 0 0 auto;
}
.pdp-similar-card .catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.pdp-similar-placeholder {
  font-size: 1.5rem;
  font-weight: 800;
  color: #94a3b8;
}
.pdp-similar-cat {
  display: inline-block;
  font-size: .68rem;
  color: #6b7280;
  margin-bottom: .25rem;
}
.pdp-similar-card h3 {
  font-size: .8rem;
  line-height: 1.4;
  margin: 0;
  color: #111827;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: auto;
}
.pdp-gallery-zoom {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  --zoom-x: 50%;
  --zoom-y: 50%;
}
.pdp-gallery-zoom img {
  transform-origin: var(--zoom-x) var(--zoom-y);
  transition: transform .18s ease;
  will-change: transform;
}
.pdp-gallery-zoom.is-active img {
  transform: scale(2.2);
}
@media (hover: none) {
  .pdp-gallery-zoom { cursor: default; }
}
.pdp-similar-card p {
  font-size: .72rem;
  color: #6b7280;
  margin: 0 0 .35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pdp-similar-stock {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  color: #991b1b;
  background: #fee2e2;
  padding: .15rem .45rem;
  border-radius: 999px;
}
.pdp-similar-card .catalog-price {
  font-size: .78rem;
  color: #111827;
}
.pdp-similar-card .catalog-price strong {
  font-size: .85rem;
  color: var(--gold);
}
.pdp-stock-badge {
  display: inline-block;
  margin: .35rem 0 .75rem;
  padding: .25rem .65rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
}
.pdp-stock-badge--unavailable {
  background: #fee2e2;
  color: #991b1b;
}
.pdp-add-cart--disabled {
  opacity: .65;
  cursor: not-allowed;
}
.amazing-stock-badge {
  position: absolute;
  right: .65rem;
  bottom: .7rem;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 999px;
  padding: .18rem .45rem;
  font-size: .68rem;
  font-weight: 800;
}
.amazing-card.is-unavailable {
  opacity: .9;
}
.amazing-empty {
  padding: 1.5rem;
  color: #6b7280;
  font-size: .9rem;
}
.amazing-img-wrap img {
  max-width: 100%;
  max-height: 118px;
  object-fit: contain;
}
@media (max-width: 980px) {
  .pdp-similar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .pdp-similar {
    width: 100%;
    padding-inline: .65rem;
    overflow: hidden;
  }
  .pdp-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }
  .pdp-similar-card:nth-child(n+7) {
    display: none;
  }
  .pdp-similar-card .catalog-image img {
    max-height: 64px;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .pdp-similar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.track-form { max-width: 420px; }
.track-input { width: 100%; padding: .75rem; margin: .5rem 0 1rem; background: #1a1a1a; border: 1px solid #333; color: #fff; }
.track-error { color: #e74c3c; margin: 1rem 0; }
.track-result { margin-top: 2rem; padding: 2rem; border: 1px solid rgba(212,175,55,.3); background: #1a1a1a; }
.track-status { font-weight: 700; }
.track-status-shipped, .track-status-delivered { color: #2ecc71; }

/* ——— Responsive (mobile & tablet) ——— */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img, video, iframe, svg {
  max-width: 100%;
  height: auto;
}
.container {
  width: min(100%, 1200px);
  padding-inline: clamp(.65rem, 3vw, 1.5rem);
}
.site-header .container {
  width: 100%;
  max-width: 100%;
}
.hero {
  min-height: min(100vh, 900px);
  padding-top: 4.5rem;
}
.hero-content {
  padding-inline: clamp(.5rem, 3vw, 1.5rem);
  text-align: center;
}
.hero-title {
  font-size: clamp(1.35rem, 5vw, 3rem);
  line-height: 1.35;
}
.hero-sub {
  font-size: clamp(.85rem, 2.8vw, 1.1rem);
}
.amazing-offers-shell {
  width: min(100%, 1500px);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .amazing-offers-shell {
    grid-template-columns: 1fr;
    width: min(100%, 100vw - 1rem);
  }
  .promo-banners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
  }
  .wide-banners-shell {
    grid-template-columns: 1fr;
    width: min(100%, 100vw - 1rem);
  }
  .catalog-shell {
    width: min(100%, 100vw - .5rem);
  }
  .catalog-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .readable-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .social {
    justify-content: center;
    width: 100%;
  }
  .catalog-detail-grid {
    grid-template-columns: 1fr;
  }
  .catalog-detail-media {
    min-height: 280px;
    padding: 1rem;
  }
  .product-detail-market {
    padding-top: 5.5rem;
  }
  .quiz-options {
    flex-direction: column;
    align-items: stretch;
  }
  .quiz-btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .promo-banners-grid {
    grid-template-columns: 1fr;
  }
  .header-user-email {
    max-width: 5.5rem;
  }
  .section-title {
    font-size: clamp(1.25rem, 5vw, 2rem);
    margin-bottom: 1.5rem;
  }
  .products {
    padding-top: 4.5rem;
  }
}
.track-items { margin: 1rem 0; padding-right: 1.25rem; }

/* Checkout page — dark shell, white cards */
body:has(.checkout-page-wrap) {
  background: #121212;
  color: #e5e7eb;
}
.checkout-page-wrap {
  padding: 5.5rem 0 3rem;
  min-height: 60vh;
}
.checkout-shell { max-width: 1120px; margin: 0 auto; }
.checkout-head { margin-bottom: 1.25rem; }
.checkout-page-title {
  color: var(--gold-light, #e8d48b);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0;
  font-weight: 800;
}
.checkout-alert {
  margin-bottom: 1rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  font-size: .9rem;
  line-height: 1.5;
}
.checkout-alert--error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
}
.checkout-main-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.checkout-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.25rem 1.15rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.checkout-card--compact { padding-top: 1rem; padding-bottom: 1rem; }
.checkout-card-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.checkout-items { display: flex; flex-direction: column; gap: .85rem; }
.checkout-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  padding-bottom: .85rem;
  border-bottom: 1px solid #f3f4f6;
}
.checkout-item:last-child { padding-bottom: 0; border-bottom: none; }
.checkout-item-thumb {
  width: 72px; height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex; align-items: center; justify-content: center;
}
.checkout-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.checkout-item-placeholder { font-size: .75rem; font-weight: 700; color: #9ca3af; }
.checkout-item-name { margin: 0 0 .25rem; font-size: .95rem; font-weight: 700; color: #111827; line-height: 1.35; }
.checkout-item-meta, .checkout-item-unit { margin: 0; font-size: .82rem; color: #6b7280; line-height: 1.45; }
.checkout-item-sep { margin: 0 .25rem; opacity: .7; }
.checkout-item-total { text-align: end; white-space: nowrap; }
.checkout-item-total strong { display: block; font-size: .95rem; color: #111827; }
.checkout-item-total small { font-size: .75rem; color: #6b7280; }
.checkout-fields-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
}
.checkout-field-group { margin: 0; min-width: 0; }
.checkout-field-group--full { grid-column: 1 / -1; }
.checkout-field-group label {
  display: block;
  margin-bottom: .35rem;
  font-size: .84rem;
  font-weight: 600;
  color: #374151;
}
.checkout-optional { font-weight: 400; color: #9ca3af; font-size: .78rem; }
.checkout-field,
.checkout-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .72rem .85rem;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: .92rem;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.checkout-field:focus,
.checkout-textarea:focus {
  outline: none;
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}
.checkout-textarea { resize: vertical; min-height: 4.5rem; }
.checkout-hint {
  margin: -.35rem 0 1rem;
  font-size: .86rem;
  line-height: 1.55;
  color: #6b7280;
}
.checkout-hint--warn { color: #b45309; background: #fffbeb; padding: .75rem; border-radius: 8px; border: 1px solid #fde68a; }
.checkout-rates { display: flex; flex-direction: column; gap: .55rem; }
.rate-option {
  display: flex; align-items: center; gap: .65rem;
  padding: .85rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  font-size: .9rem;
  color: #374151;
}
.rate-option:has(input:checked) {
  border-color: #c9a227;
  background: rgba(201, 162, 39, 0.08);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.2);
}
.rate-option input { accent-color: #c9a227; flex-shrink: 0; }
.incoterm-grid { display: grid; grid-template-columns: 1fr; gap: .75rem; }
.incoterm-card { display: block; cursor: pointer; margin: 0; }
.incoterm-radio { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.incoterm-card-body {
  display: flex; flex-direction: column; gap: .45rem;
  min-height: 100%; height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.incoterm-card:has(.incoterm-radio:checked) .incoterm-card-body {
  border-color: #c9a227;
  background: rgba(201, 162, 39, 0.08);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.22);
}
.incoterm-card-top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.incoterm-code { font-size: 1.05rem; color: #111827; letter-spacing: .04em; font-weight: 800; }
.incoterm-badge {
  font-size: .76rem; font-weight: 700;
  padding: .2rem .55rem; border-radius: 999px;
  background: rgba(201, 162, 39, 0.15);
  color: #92680a;
  white-space: nowrap;
}
.incoterm-desc {
  font-size: .84rem; line-height: 1.55;
  color: #6b7280;
  word-wrap: break-word; overflow-wrap: anywhere;
}
.checkout-incoterm-notice {
  margin-top: 1rem;
  padding: .85rem 1rem;
  border-radius: 10px;
  font-size: .86rem;
  line-height: 1.55;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}
.checkout-incoterm-notice.is-decrease {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.checkout-incoterm-notice.is-neutral {
  background: #f9fafb;
  border-color: #e5e7eb;
  color: #4b5563;
}
.checkout-payments { display: flex; flex-direction: column; gap: .65rem; }
.payment-card { display: block; cursor: pointer; margin: 0; }
.payment-radio { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.payment-card-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  padding: .95rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.payment-card:has(.payment-radio:checked) .payment-card-body {
  border-color: #c9a227;
  background: rgba(201, 162, 39, 0.08);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.22);
}
.payment-card-icon { color: #6b7280; display: flex; align-items: center; }
.payment-card:has(.payment-radio:checked) .payment-card-icon { color: #92680a; }
.payment-card-text { display: flex; flex-direction: column; gap: .25rem; min-width: 0; }
.payment-card-text strong { font-size: .95rem; color: #111827; }
.payment-card-desc { font-size: .82rem; line-height: 1.45; color: #6b7280; }
.payment-crypto-list { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .15rem; }
.payment-crypto-chip {
  font-size: .72rem; font-weight: 600;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}
.payment-card-check {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  position: relative;
}
.payment-card:has(.payment-radio:checked) .payment-card-check {
  border-color: #c9a227;
  background: #c9a227;
}
.payment-card:has(.payment-radio:checked) .payment-card-check::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}
.checkout-bank-wrap { margin-top: .85rem; }

/* Bank transfer checkout page */
.checkout-bank-page {
  background: #121212;
  min-height: 100vh;
  padding: 5rem 1rem 3rem;
  display: flex;
  justify-content: center;
}
.checkout-bank-shell {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.checkout-bank-head { text-align: center; margin-bottom: 1.25rem; }
.checkout-bank-page .checkout-page-title { color: #f9fafb; margin: 0; }
.checkout-bank-order-ref { color: #9ca3af; font-size: .9rem; margin: .35rem 0 0; }
.bank-page-form { display: flex; flex-direction: column; gap: 1rem; }
.bank-top-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .bank-top-grid { grid-template-columns: 1fr 1fr; align-items: start; }
}
.bank-white-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .14);
  color: #111827;
}
.bank-white-card-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.bank-amount-rows { margin: 0; display: flex; flex-direction: column; gap: 0; }
.bank-amount-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: baseline;
  font-size: .92rem;
  padding: .55rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.bank-amount-row:last-of-type { border-bottom: none; }
.bank-amount-row dt { margin: 0; color: #6b7280; font-weight: 500; }
.bank-amount-row dd { margin: 0; font-weight: 700; color: #111827; text-align: end; white-space: nowrap; }
.bank-amount-row--highlight dd { color: #b8921f; font-size: 1.08rem; }
.bank-amount-note { margin: .85rem 0 0; font-size: .82rem; color: #6b7280; line-height: 1.55; }
.bank-detail-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: .4rem;
  padding: .7rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.bank-detail-row:last-of-type { border-bottom: none; }
.bank-detail-label { font-size: .75rem; font-weight: 700; color: #6b7280; letter-spacing: .02em; }
.bank-detail-value-wrap {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  min-width: 0;
}
@media (min-width: 480px) {
  .bank-detail-value-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.bank-detail-value {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-all;
  font-size: .95rem;
  font-weight: 600;
  color: #111827;
  background: #f9fafb;
  padding: .55rem .75rem;
  border-radius: 10px;
  border: 1px solid #eef0f2;
}
.bank-copy-btn {
  flex-shrink: 0;
  align-self: flex-start;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  font-size: .82rem;
  font-weight: 700;
  padding: .5rem 1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  min-width: 72px;
}
.bank-copy-btn:hover { background: #f3f4f6; border-color: #9ca3af; }
.bank-admin-note { margin: .85rem 0 0; font-size: .85rem; color: #4b5563; line-height: 1.55; }
.bank-upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: 2rem 1rem;
  border: 2px dashed #d1d5db;
  border-radius: 14px;
  background: #fafafa;
  cursor: pointer;
  text-align: center;
  transition: border-color .2s, background .2s;
}
.bank-upload-zone:hover,
.bank-upload-zone.is-drag { border-color: #c9a227; background: #fffbeb; }
.bank-upload-icon { color: #6b7280; line-height: 0; }
.bank-upload-title { font-weight: 600; color: #374151; font-size: .92rem; }
.bank-upload-sub { font-size: .78rem; color: #9ca3af; }
.bank-receipt-preview {
  position: relative;
  margin-top: .85rem;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
}
.bank-receipt-preview img { display: block; width: 100%; max-height: 240px; object-fit: contain; }
.bank-receipt-file { display: block; padding: .85rem 1rem; font-size: .88rem; color: #374151; word-break: break-all; }
.bank-receipt-remove {
  position: absolute;
  top: .5rem;
  inset-inline-end: .5rem;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.bank-notes-label {
  display: flex;
  align-items: baseline;
  gap: .35rem;
  font-size: .85rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: .4rem;
}
.bank-notes-input {
  width: 100%;
  min-height: 52px;
  max-height: 120px;
  padding: .55rem .75rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font: inherit;
  font-size: .88rem;
  color: #111827;
  background: #fff;
  resize: vertical;
  margin-bottom: .65rem;
  box-sizing: border-box;
}
.bank-notes-input::placeholder { color: #9ca3af; }
.bank-ref-input {
  width: 100%;
  padding: .55rem .75rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font: inherit;
  font-size: .88rem;
  color: #111827;
  box-sizing: border-box;
}
.bank-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: .5rem 0 1rem;
}
.bank-submit-hint { font-size: .8rem; color: #9ca3af; margin: 0; text-align: center; max-width: 420px; }
.bank-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  max-width: 320px;
  width: 100%;
  padding: .85rem 1.5rem;
  border: none;
  border-radius: 12px;
  background: #c9a227;
  color: #fff;
  font: inherit;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, opacity .15s;
}
.bank-submit-btn:hover:not(:disabled) { background: #b8921f; }
.bank-submit-btn:disabled { opacity: .45; cursor: not-allowed; }
.bank-copy-toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  background: #111827;
  color: #fff;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  font-size: .85rem;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
[dir="rtl"] .bank-copy-toast { left: auto; right: 50%; transform: translateX(50%); }
.bank-copy-toast.is-visible { opacity: 1; }

.checkout-sidebar { min-width: 0; }
.checkout-summary-card { position: relative; }
.checkout-summary-title { margin-bottom: .85rem; }
.checkout-summary-rows { margin: 0; display: flex; flex-direction: column; gap: .45rem; }
.checkout-summary-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: baseline;
  font-size: .88rem;
  padding: .3rem 0;
  border-bottom: 1px dashed #f3f4f6;
}
.checkout-summary-row:last-of-type { border-bottom: none; }
.checkout-summary-row dt { margin: 0; font-weight: 500; color: #6b7280; }
.checkout-summary-row dd { margin: 0; font-weight: 700; color: #111827; text-align: end; white-space: nowrap; }
.checkout-summary-row--total {
  padding-top: .55rem;
  margin-top: .15rem;
  border-top: 1px solid #e5e7eb;
  border-bottom: none;
}
.checkout-summary-row--total dd { color: #111827; font-size: 1rem; }
.checkout-summary-row--highlight dd { color: #b45309; font-size: 1.02rem; }
.checkout-prepay-note {
  margin: .85rem 0 1rem;
  padding-top: .75rem;
  border-top: 1px solid #f3f4f6;
  font-size: .8rem;
  line-height: 1.6;
  color: #6b7280;
}
.checkout-pay-btn {
  width: 100%;
  padding: .95rem 1.15rem;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #c9a227 0%, #a67c00 100%);
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  box-shadow: 0 4px 14px rgba(166, 124, 0, 0.28);
}
.checkout-pay-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(166, 124, 0, 0.34); }
.checkout-pay-btn:active { transform: translateY(0); }
.checkout-pay-btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.bank-transfer-card { margin: 1.5rem 0; padding: 1.25rem; background: #fff; border-radius: 12px; border: 1px solid #e5e7eb; }
.customer-auth-checkout-notice { color: #92400e; background: #fffbeb; border: 1px solid #fcd34d; border-radius: 6px; padding: 0.65rem; font-size: 0.82rem; margin-bottom: 0.75rem; line-height: 1.6; }

/* Cart add toast */
.ge-cart-toast {
  position: fixed;
  z-index: 9999;
  bottom: 1.25rem;
  inset-inline-end: 1.25rem;
  width: min(22rem, calc(100vw - 1.5rem));
  padding: 1rem 1rem .85rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  transform: translateY(12px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  pointer-events: none;
}
.ge-cart-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.ge-cart-toast.is-leaving {
  transform: translateY(8px);
  opacity: 0;
}
.ge-cart-toast.is-error { border-color: #fecaca; background: #fef2f2; }
.ge-cart-toast-close {
  position: absolute;
  top: .45rem;
  inset-inline-end: .55rem;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: .15rem .35rem;
}
.ge-cart-toast-message {
  margin: 0 1.5rem .75rem 0;
  font-size: .92rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.45;
}
.ge-cart-toast.is-error .ge-cart-toast-message { color: #991b1b; }
.ge-cart-toast-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.ge-cart-toast-btn {
  flex: 1 1 auto;
  min-width: 7rem;
  padding: .55rem .75rem;
  border-radius: 8px;
  font: inherit;
  font-size: .84rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.ge-cart-toast-btn--ghost {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
}
.ge-cart-toast-btn--ghost:hover { background: #f9fafb; }
.ge-cart-toast-btn--primary {
  border: none;
  background: #c9a227;
  color: #fff;
}
.ge-cart-toast-btn--primary:hover { background: #b8921f; }
.ge-cart-toast.is-error .ge-cart-toast-actions { display: none; }

@media (min-width: 900px) {
  .checkout-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, 320px); gap: 1.5rem; }
  .checkout-fields-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .incoterm-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .checkout-summary-card { position: static; top: auto; }
}
@media (max-width: 899px) {
  .checkout-sidebar { order: -1; }
  .checkout-item { grid-template-columns: 56px minmax(0, 1fr) auto; }
  .checkout-item-thumb { width: 56px; height: 56px; }
  .ge-cart-toast {
    inset-inline: 1rem;
    inset-inline-end: 1rem;
    width: auto;
    bottom: 1rem;
  }
}

/* Product discount badges (catalog grid / offers) */
.catalog-discount-badge,
.amazing-discount {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  background: #ef4444;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  line-height: 1.2;
}
.catalog-price.has-discount,
.amazing-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.catalog-price-values,
.amazing-price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
  line-height: 1.35;
}
.catalog-price-old,
.amazing-price-old {
  color: #94a3b8;
  font-size: 0.82rem;
  text-decoration: line-through;
}
.catalog-price-now,
.amazing-price-now {
  font-weight: 800;
}

/* PDP catalog button + modal */
.pdp-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  overflow: visible;
}
.pdp-catalog-wrap {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  overflow: visible;
  max-width: 100%;
}
.pdp-catalog-wrap::before,
.pdp-catalog-wrap::after,
.pdp-catalog-btn::before,
.pdp-catalog-btn::after {
  display: none !important;
  content: none !important;
}
.pdp-catalog-btn {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d4af37;
  background: linear-gradient(135deg, #fff9e6, #fff);
  color: #92400e;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.25);
  overflow: visible;
}
.pdp-catalog-btn.is-shaking {
  animation: catalog-shake 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .pdp-catalog-btn.is-shaking {
    animation: none;
  }
}
.pdp-catalog-btn.catalog-btn--disabled,
.pdp-catalog-btn:disabled {
  display: none;
}
@keyframes catalog-shake {
  0%, 100% { transform: translateX(0); }
  15% { transform: translateX(-2px) rotate(-1deg); }
  30% { transform: translateX(2px) rotate(1deg); }
  45% { transform: translateX(-2px); }
  60% { transform: translateX(2px); }
  75% { transform: translateX(-1px); }
}
body.catalog-modal-open { overflow: hidden; }
.product-catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.product-catalog-modal[hidden] { display: none !important; }
.product-catalog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}
.product-catalog-dialog {
  position: relative;
  width: min(960px, calc(100% - 1rem));
  max-height: calc(100vh - 1rem);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-catalog-header {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0.65rem 0.65rem 0;
  background: #fff;
  z-index: 2;
}
.product-catalog-close {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45);
}
.product-catalog-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1rem 1.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  -ms-overflow-style: auto;
}
.product-catalog-body::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.product-catalog-body::-webkit-scrollbar-track {
  background: transparent;
}
.product-catalog-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}
.product-catalog-body::-webkit-scrollbar-button,
.product-catalog-body::-webkit-scrollbar-button:single-button,
.product-catalog-body::-webkit-scrollbar-button:vertical:start:decrement,
.product-catalog-body::-webkit-scrollbar-button:vertical:end:increment,
.product-catalog-body::-webkit-scrollbar-button:horizontal:start:decrement,
.product-catalog-body::-webkit-scrollbar-button:horizontal:end:increment,
.product-catalog-body::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  -webkit-appearance: none;
  appearance: none;
}
.product-catalog-dialog::before,
.product-catalog-dialog::after,
.product-catalog-body::before,
.product-catalog-body::after,
.catalog-inner::before,
.catalog-inner::after {
  display: none !important;
  content: none !important;
}
.catalog-inner { padding: 0.5rem 0 1rem; }
.catalog-pdf-page img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1rem;
  border-radius: 8px;
  object-fit: contain;
}
.catalog-block-btn {
  display: inline-block;
  margin: 0.5rem 0;
  padding: 0.55rem 1rem;
  background: #d4af37;
  color: #111;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}
.catalog-block-info {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin: 0.75rem 0;
}
.catalog-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
}
.catalog-block-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.catalog-pdf-iframe {
  width: 100%;
  min-height: 70vh;
  border: none;
  border-radius: 8px;
  margin-top: 0.75rem;
}
.catalog-pdf-fallback { margin: 1rem 0; text-align: center; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ===== Phase 2 Luxury White/Gold Theme ===== */
:root {
  --color-white: #ffffff;
  --color-ivory: #fbf8f1;
  --color-gold: #c9a227;
  --color-gold-dark: #9f7b16;
  --color-text: #1f2937;
  --color-muted: #6b7280;
  --color-border: #e6e1d7;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --shadow-soft: 0 8px 26px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 14px 34px rgba(15, 23, 42, 0.1);
  --transition-fast: 160ms ease;
  --transition-normal: 260ms ease;
}
body {
  background: var(--color-white);
  color: var(--color-text);
}
.site-header,
.site-header.site-header--solid {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--color-border);
  backdrop-filter: blur(10px);
}
.logo { color: var(--color-text); }
.logo span { color: var(--color-gold); }
.header-menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 11px;
  cursor: pointer;
  transition: background var(--transition-fast), border-color var(--transition-fast);
}
.header-menu-toggle:hover { background: var(--color-ivory); border-color: var(--color-gold); }
.header-menu-toggle span { height: 2px; background: var(--color-gold-dark); border-radius: 999px; }
.header-drawer {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  pointer-events: none;
}
.header-drawer:not([hidden]) {
  pointer-events: auto;
}
.header-drawer[hidden] { display: none !important; }
.header-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 24, 39, 0.42);
  cursor: pointer;
}
.header-drawer-panel {
  position: relative;
  z-index: 2;
  width: min(360px, calc(100vw - 1rem));
  height: 100%;
  max-height: 100vh;
  background: var(--color-white);
  border-inline-start: 1px solid var(--color-border);
  box-shadow: -18px 0 36px rgba(15, 23, 42, 0.18);
  padding: 1rem 1rem 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--color-text);
}
.header-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: var(--color-text);
}
.header-drawer-close {
  width: 34px;
  height: 34px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-gold-dark);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.header-drawer-list { list-style: none; display: grid; gap: .9rem; margin: 0; padding: 0; }
.header-drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text);
  text-decoration: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: .65rem .75rem;
  background: #fff;
}
.header-drawer-link--sub { margin-top: .5rem; }
.header-drawer-badge {
  background: var(--color-gold);
  color: #fff;
  border-radius: 999px;
  font-size: .72rem;
  min-width: 1.45rem;
  text-align: center;
  padding: .1rem .35rem;
}
.header-drawer-label {
  font-size: .82rem;
  color: var(--color-muted);
  margin-bottom: .45rem;
}
.header-drawer-categories { display: grid; gap: .45rem; }
.header-drawer-categories a {
  color: var(--color-text);
  text-decoration: none;
  padding: .45rem .6rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-ivory);
}
.header-drawer-lang .lang-switcher {
  position: relative;
  display: block;
  width: 100%;
}
.header-drawer-lang .lang-switcher-btn.btn-lang {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 2.5rem;
  justify-content: space-between;
  padding: .65rem .75rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  color: var(--color-text);
}
.header-drawer-lang .lang-switcher-dropdown {
  position: static !important;
  inset: auto !important;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-top: .5rem;
  box-shadow: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
}
.header-drawer-lang .lang-switcher-option {
  color: var(--color-text);
}
body.menu-open {
  overflow: hidden;
}
.lang-switcher-dropdown {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
}
.lang-switcher-option { color: var(--color-text); }
.lang-switcher-option:hover,
.lang-switcher-option[aria-selected="true"] { background: var(--color-ivory); color: var(--color-gold-dark); }

.hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.88)); }
.hero-title, .hero-sub, .hero-sub-secondary { color: var(--color-text); text-shadow: none; }
.hero-badge { color: var(--color-gold-dark); border-color: rgba(201,162,39,.55); background: rgba(255,255,255,.7); }
.btn-gold {
  background: linear-gradient(135deg, var(--color-gold), #e0bf57);
  color: #fff;
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 24px rgba(201,162,39,.26);
}

.amazing-offers,
.products,
.wide-banners,
.readable-posts,
.story,
.motion-video-section,
.promo-banners {
  background: var(--color-white);
}
.section-title { color: var(--color-gold-dark); }
.amazing-offers-shell {
  background: linear-gradient(135deg, #fbf3df, #fff);
  border-color: #efdfb2;
  box-shadow: var(--shadow-card);
}
.amazing-card { border-left-color: #f0e7d3; }
.amazing-card:hover,
.catalog-card:hover,
.readable-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); }

.category-stories {
  padding: .5rem 0 2.5rem;
  background: var(--color-white);
}
.category-stories-title { text-align: start; margin-bottom: 1.2rem; }
.category-stories-row {
  display: flex;
  gap: .85rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: .4rem .1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.category-stories-row::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.category-story-item {
  flex: 0 0 104px;
  text-decoration: none;
  text-align: center;
  color: var(--color-text);
}
.category-story-ring {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background: linear-gradient(145deg, #e7ca7b, #b98e1d);
  box-shadow: 0 6px 18px rgba(185, 142, 29, 0.22);
}
.category-story-ring img,
.category-story-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.category-story-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold-dark);
  font-weight: 700;
  font-size: 1.2rem;
}
.category-story-name {
  display: block;
  margin-top: .5rem;
  font-size: .8rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customer-auth-page,
.checkout-bank-page,
.checkout-page-wrap,
.product-detail-market,
.cart-page,
.account-page,
.track-page,
.checkout-page {
  background: var(--color-white) !important;
  color: var(--color-text);
}
.customer-auth-card,
.cart-card,
.account-order-card {
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-soft);
  color: var(--color-text);
}
.customer-auth-card p,
.customer-auth-change-email,
.account-email-line { color: var(--color-muted); }
.customer-auth-card input,
.checkout-field,
.checkout-textarea,
.cart-qty-input,
.bank-notes-input,
.bank-ref-input {
  background: #fff;
  border-color: var(--color-border);
  color: var(--color-text);
}

.checkout-card,
.bank-white-card,
.checkout-summary-card {
  border-color: var(--color-border);
  box-shadow: var(--shadow-soft);
}
.payment-card-body,
.rate-option,
.incoterm-card-body { background: #fff; border-color: var(--color-border); }
.payment-card:has(.payment-radio:checked) .payment-card-body,
.rate-option:has(input:checked),
.incoterm-card:has(.incoterm-radio:checked) .incoterm-card-body {
  border-color: var(--color-gold);
  background: #fffbef;
}
.checkout-pay-btn,
.bank-submit-btn,
.ge-cart-toast-btn--primary { background: linear-gradient(135deg, var(--color-gold), #b88f1d); }

.site-footer {
  background: var(--color-ivory);
  border-top: 1px solid var(--color-border);
}
.footer-copy { color: var(--color-muted); }
.footer-contact-link {
  background: #fff;
  border-color: var(--color-border);
  color: var(--color-gold-dark);
}
.social-link {
  background: #fff;
  border-color: var(--color-border);
}

/* Contact modal — light theme */
.ge-contact-modal .ge-contact-backdrop {
  background: rgba(17, 24, 39, 0.28);
}
.ge-contact-dialog {
  background: var(--color-white) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: var(--shadow-card) !important;
}
.ge-contact-title {
  color: var(--color-gold-dark) !important;
}
.ge-contact-text {
  color: var(--color-muted) !important;
  opacity: 1 !important;
}
.ge-contact-close {
  color: var(--color-muted) !important;
}
.ge-contact-close:hover {
  color: var(--color-gold-dark) !important;
}
.ge-contact-item {
  background: var(--color-ivory) !important;
  border: 1px solid var(--color-border) !important;
  color: var(--color-text) !important;
}
.ge-contact-item:hover {
  background: #fff9eb !important;
  border-color: var(--color-gold) !important;
}
.ge-contact-item-label {
  color: var(--color-muted) !important;
  opacity: 1 !important;
}
.ge-contact-item-value {
  color: var(--color-text) !important;
}

/* Product cards — hide legacy badge/meta if present elsewhere */
.catalog-badge,
.catalog-meta,
.catalog-stores-count {
  display: none !important;
}

/* Remaining public dark sections → light */
body.theme-light,
body:not(.admin-layout) {
  background: var(--color-white);
  color: var(--color-text);
}
.amazing-offers,
.products,
.wide-banners,
.readable-posts,
.promo-banners,
.story,
.quiz,
.live-cam,
.trust,
.benefits {
  background: var(--color-white) !important;
  color: var(--color-text);
}
.products {
  background: var(--color-ivory, #fdfaf4) !important;
}
.story.story-has-bg::before {
  background-image: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.94)), var(--story-bg);
}
.story-content {
  color: var(--color-text);
  opacity: 1;
}
.story-trust-video-section {
  background: var(--color-ivory) !important;
}
.story-trust-video-overlay {
  background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(251,248,241,.88)) !important;
}
.story-trust-video-content {
  color: var(--color-gold-dark) !important;
}
.motion-video-section {
  background: var(--color-ivory) !important;
}
.motion-video {
  background: #f5f3ee !important;
  border-color: var(--color-border) !important;
  box-shadow: var(--shadow-soft) !important;
}
.promo-banner-card,
.wide-banner-card {
  background: var(--color-ivory) !important;
  border-color: var(--color-border) !important;
}
.quiz-btn {
  color: var(--color-gold-dark);
  border-color: rgba(201, 162, 39, 0.55);
  background: var(--color-white);
}
.quiz-btn:hover,
.quiz-btn.active {
  background: var(--color-gold);
  color: #fff;
}
.quiz-result {
  background: var(--color-ivory) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text);
}
.verify-box,
.track-result {
  background: var(--color-white) !important;
  border-color: var(--color-border) !important;
  color: var(--color-text);
}
.track-input {
  background: #fff !important;
  border-color: var(--color-border) !important;
  color: var(--color-text) !important;
}
.cart-table th,
.cart-table td {
  border-bottom-color: var(--color-border) !important;
  color: var(--color-text);
}
.cart-card-top img {
  background: var(--color-ivory) !important;
}
.pdp-similar {
  background: transparent;
}
.pdp-similar-title {
  color: var(--color-gold-dark) !important;
}
body:has(.checkout-page-wrap),
body:has(.checkout-bank-page) {
  background: var(--color-white) !important;
}
.checkout-bank-page .checkout-page-title {
  color: var(--color-text) !important;
}
.checkout-bank-order-ref {
  color: var(--color-muted) !important;
}
.crypto-pay-aside-inner {
  background: var(--color-white) !important;
  border-color: var(--color-border) !important;
  box-shadow: var(--shadow-soft) !important;
}
.crypto-pay-label,
.crypto-modal-dialog h2 {
  color: var(--color-gold-dark) !important;
}
.crypto-pay-amount strong,
.crypto-modal-hint {
  color: var(--color-text) !important;
  opacity: 1 !important;
}
.crypto-address-box {
  background: var(--color-ivory) !important;
  border-color: var(--color-border) !important;
}
.crypto-address-input {
  color: var(--color-text) !important;
}
.crypto-modal-dialog {
  background: var(--color-white) !important;
  border-color: var(--color-border) !important;
}
.crypto-modal-backdrop {
  background: rgba(17, 24, 39, 0.32) !important;
}
.crypto-list-card {
  background: var(--color-white) !important;
  border: 1px solid var(--color-border) !important;
  box-shadow: var(--shadow-soft) !important;
}
body.theme-light .crypto-coin-row,
body:not(.admin-layout) .crypto-coin-row {
  color: var(--color-text) !important;
  border-bottom-color: var(--color-border) !important;
}
body.theme-light .crypto-coin-name,
body:not(.admin-layout) .crypto-coin-name {
  color: var(--color-text) !important;
}

@media (max-width: 768px) {
  .header-drawer-panel { width: min(340px, calc(100vw - .5rem)); }
  .category-story-item { flex-basis: 92px; }
  .category-story-ring { width: 82px; height: 82px; }
}

/* Drawer language + categories submenu */
.header-drawer-lang-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
}
.header-drawer-lang-opt {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  color: var(--color-text);
  padding: .55rem .65rem;
  font: inherit;
  cursor: pointer;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}
.header-drawer-lang-opt[aria-selected="true"] {
  border-color: var(--color-gold);
  background: #fffbef;
  color: var(--color-gold-dark);
  font-weight: 600;
}
.header-drawer-submenu-wrap { display: grid; gap: 0; }
.header-drawer-submenu-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--color-text);
  padding: .65rem .75rem;
  font: inherit;
  cursor: pointer;
  text-align: start;
}
.header-drawer-submenu-toggle[aria-expanded="true"] {
  border-color: var(--color-gold);
  background: #fffbef;
}
.header-drawer-submenu-caret {
  width: .55rem;
  height: .55rem;
  border-right: 2px solid var(--color-gold-dark);
  border-bottom: 2px solid var(--color-gold-dark);
  transform: rotate(45deg);
  transition: transform .25s ease;
  flex-shrink: 0;
}
.header-drawer-submenu-toggle[aria-expanded="true"] .header-drawer-submenu-caret {
  transform: rotate(-135deg);
}
.header-drawer-submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height .28s ease;
  display: grid;
  gap: .4rem;
  padding: 0 .15rem;
}
.header-drawer-submenu.is-open {
  padding-top: .55rem;
}
.header-drawer-submenu-link {
  display: block;
  color: var(--color-text);
  text-decoration: none;
  padding: .45rem .6rem .45rem 1rem;
  border-inline-start: 2px solid var(--color-gold);
  background: var(--color-ivory);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: .92rem;
}

/* Checkout submit at bottom */
.checkout-submit-wrap {
  grid-column: 1 / -1;
  margin-top: .25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
}
.checkout-submit-wrap .checkout-pay-btn {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 960px) {
  .checkout-summary-card { position: static; top: auto; }
}
.site-footer {
  background: var(--color-ivory);
  border-top: 1px solid var(--color-border);
  margin-top: 4rem;
  padding: 3rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-border);
}
.footer-col { min-width: 0; }
.footer-heading {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}
.footer-heading-line {
  flex: 1;
  height: 2px;
  max-width: 2.5rem;
  background: linear-gradient(90deg, var(--color-gold), transparent);
  border-radius: 999px;
}
.footer-about-text {
  margin: 0 0 1rem;
  color: var(--color-muted);
  font-size: .9rem;
  line-height: 1.7;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.footer-links--two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
}
.footer-links a,
.footer-inline-btn {
  color: var(--color-muted);
  text-decoration: none;
  font-size: .9rem;
  transition: color var(--transition-fast);
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: start;
}
.footer-links a::before,
.footer-inline-btn::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--color-gold);
  margin-inline-end: .5rem;
  vertical-align: middle;
  transform: translateY(-1px);
}
.footer-links a:hover,
.footer-inline-btn:hover { color: var(--color-gold-dark); }
.footer-license-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}
.footer-license-box {
  min-height: 5.5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .65rem .5rem;
  font-size: .78rem;
  color: var(--color-muted);
  line-height: 1.4;
}
.footer-bottom {
  padding-top: 1.25rem;
  text-align: center;
}
.footer-social { margin-top: .25rem; }
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-license-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .footer-links--two-col { grid-template-columns: 1fr; }
}

/* ===== Product cards (Golden Export premium) ===== */
.ge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: 10px;
  font: inherit;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1.2;
  padding: .55rem .85rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ge-btn--gold {
  background: linear-gradient(135deg, var(--color-gold), #b88f1d);
  color: #fff;
  box-shadow: 0 8px 20px rgba(184, 143, 29, 0.22);
}
.ge-btn--gold:hover { transform: translateY(-1px); filter: brightness(1.03); }
.ge-btn--outline {
  background: #fff;
  border-color: var(--color-border);
  color: var(--color-gold-dark);
}
.ge-btn--outline:hover {
  border-color: var(--color-gold);
  background: #fffbef;
}
.catalog-card-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}
.catalog-card-wrap .catalog-card {
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.catalog-card-wrap.is-unavailable { opacity: .88; }
.catalog-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem;
  padding: 0 .95rem .85rem;
  margin-top: -.15rem;
}
.catalog-card-actions:not(:has(.catalog-card-cart-form)) {
  grid-template-columns: 1fr;
}
.catalog-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: .45rem .55rem;
  border-radius: 8px;
  font: inherit;
  font-size: .76rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--color-border);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.catalog-card-btn--cart {
  background: linear-gradient(135deg, var(--color-gold), #b88f1d);
  color: #fff;
  border-color: transparent;
}
.catalog-card-btn--cart:hover { filter: brightness(1.04); }
.catalog-card-btn--details {
  background: #fff;
  color: var(--color-gold-dark);
}
.catalog-card-btn--details:hover {
  background: #fffbef;
  border-color: var(--color-gold);
}
.catalog-card-cart-form { margin: 0; }
.catalog-grid-row .catalog-card-wrap { height: 100%; }
.pdp-similar-wrap .catalog-card-actions { grid-template-columns: 1fr; }
.pdp-similar-wrap .catalog-card-btn--details { display: none; }

/* Homepage catalog cards — premium White & Gold (reference layout) */
.catalog-grid-row > .catalog-card--home {
  height: 100%;
}
.catalog-card.catalog-card--home {
  min-height: 320px;
  padding: .45rem .5rem .85rem;
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.catalog-card--home:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  border-color: rgba(212, 175, 55, .38);
}
.catalog-image--home {
  height: 168px;
  min-height: 168px;
  margin: 0 0 1rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.catalog-image--home img {
  width: 100%;
  height: 100%;
  max-height: 168px;
  object-fit: contain;
  object-position: center;
}
.catalog-card--home h3 {
  text-align: center;
  font-size: .92rem;
  font-weight: 800;
  min-height: 2.75em;
  margin: 0 0 .35rem;
  line-height: 1.35;
  color: #111827;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-card-meta {
  color: #6b7280;
  font-size: .78rem;
  line-height: 1.45;
  text-align: center;
  margin: 0 0 .45rem;
  min-height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-price--home {
  text-align: end;
  margin-top: auto;
  padding-top: .35rem;
  display: block;
}
.catalog-price--home .catalog-price-values {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: .35rem;
}
.catalog-price--home strong {
  font-size: .95rem;
  font-weight: 800;
  color: #111827;
}
.catalog-price--home strong span {
  font-weight: 600;
  font-size: .82rem;
}
@media (min-width: 768px) {
  .catalog-card.catalog-card--home {
    min-height: 340px;
    padding: .5rem .55rem .9rem;
  }
  .catalog-image--home {
    height: 200px;
    min-height: 200px;
    margin-bottom: 1.15rem;
  }
  .catalog-image--home img {
    max-height: 200px;
  }
  .catalog-card--home h3 {
    margin-top: .15rem;
    margin-bottom: .4rem;
  }
}
@media (max-width: 768px) {
  .products { padding: 3.5rem 0; }
  .header-inner {
    justify-content: space-between;
    gap: .75rem;
    min-height: 3.5rem;
    padding: .42rem 0;
  }
  .logo {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    flex: 1 1 auto;
    width: auto;
    max-width: min(208px, calc(100vw - 11.5rem));
    text-align: start;
    overflow: hidden;
  }
  .logo-image {
    height: 52px;
    width: auto;
    max-width: 208px;
    max-height: 52px;
    margin-inline: 0;
  }
  .logo-image--desktop { display: none; }
  .logo-image--mobile.is-paired { display: block; }
  .logo-text-fallback--mobile { display: inline; }
  .header-actions {
    flex-shrink: 0;
    margin-inline-start: .65rem;
  }
  .catalog-card.catalog-card--home {
    min-height: 240px;
    padding: .5rem .55rem .75rem;
    border-radius: 12px;
  }
  .catalog-image--home {
    height: 118px;
    min-height: 118px;
    margin-bottom: .75rem;
  }
  .catalog-image--home img {
    max-height: 118px;
  }
  .catalog-card--home h3 {
    font-size: .8rem;
    line-height: 1.35;
    min-height: 2.5em;
    margin-bottom: .3rem;
  }
  .catalog-card-meta {
    font-size: .7rem;
    margin-bottom: .35rem;
  }
  .catalog-price--home strong {
    font-size: .85rem;
  }
}
@media (max-width: 420px) {
  .catalog-grid-row {
    gap: .45rem;
  }
  .catalog-image--home {
    height: 108px;
    min-height: 108px;
  }
  .catalog-image--home img {
    max-height: 108px;
  }
  .logo {
    max-width: min(208px, calc(100vw - 10.5rem));
  }
  .header-actions {
    margin-inline-start: .5rem;
  }
}

.category-story-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-direction: row;
  direction: ltr;
}
.header-contact-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-gold-dark);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}
.header-contact-btn:hover {
  border-color: var(--color-gold);
  background: #fffbef;
}
.header-account-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-gold-dark);
  text-decoration: none;
  flex-shrink: 0;
  transition: border-color .2s ease, background .2s ease;
}
.header-account-btn:hover {
  border-color: var(--color-gold);
  background: #fffbef;
}
.header-drawer-search-input {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-text);
  padding: .55rem .7rem;
  font: inherit;
  font-size: .88rem;
}
.header-drawer-search-input:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.header-drawer-search-results {
  margin-top: .45rem;
  max-height: 11rem;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: grid;
  gap: .35rem;
}
.header-drawer-search-results::-webkit-scrollbar { display: none; }
.header-drawer-search-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: .45rem;
  align-items: center;
  padding: .35rem .45rem;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  color: var(--color-text);
  min-height: 42px;
}
.header-drawer-search-item:hover {
  border-color: var(--color-gold);
  background: #fffbef;
}
.header-drawer-search-thumb {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-ivory);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .62rem;
  font-weight: 700;
  color: var(--color-gold-dark);
}
.header-drawer-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-drawer-search-meta {
  display: grid;
  gap: .1rem;
  min-width: 0;
}
.header-drawer-search-meta strong {
  font-size: .76rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-drawer-search-meta small {
  font-size: .68rem;
  color: var(--color-muted);
}
.header-drawer-search-empty {
  margin: 0;
  padding: .5rem;
  font-size: .78rem;
  color: var(--color-muted);
  text-align: center;
}

/* PDP light premium box */
.product-detail-market .pdp-gallery,
.product-detail-market .pdp-info,
.product-detail-market .pdp-buy {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}
.product-detail-market .pdp-gallery-main {
  background: linear-gradient(180deg, #fffdf8, var(--color-ivory));
  border-radius: 14px;
  overflow: hidden;
}
.product-detail-market .pdp-gallery-main img {
  object-fit: contain;
  background: transparent;
}
.product-detail-market .pdp-thumb {
  background: #fff;
  border-color: var(--color-border);
}
.product-detail-market .pdp-description {
  color: var(--color-muted);
  line-height: 1.75;
  font-size: .92rem;
  margin-bottom: 1rem;
}
.pdp-catalog-section {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.pdp-catalog-section-title { margin-top: 0; }
.pdp-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.pdp-catalog-placeholder {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: var(--color-ivory);
  border: 1px dashed var(--color-border);
  color: var(--color-muted);
  text-align: center;
}
.pdp-similar {
  width: min(96vw, 1280px);
  margin: 2rem auto 0;
  padding: 0 1rem 3rem;
}
.pdp-similar-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-gold-dark);
  margin-bottom: 1rem;
  text-align: start;
}

/* PDP mobile — same structure as desktop, compact */
@media (max-width: 768px) {
  .product-detail-market {
    padding: 4.75rem .65rem 0;
    background: var(--color-ivory, #fdfaf4) !important;
  }
  .product-detail-market .site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--color-border);
  }
  .pdp-shell {
    width: 100%;
  }
  .pdp-grid {
    grid-template-columns: 1fr !important;
    gap: .65rem;
    direction: inherit;
  }
  .pdp-gallery {
    order: 1;
    padding: .85rem;
    min-height: auto;
  }
  .pdp-gallery-main {
    min-height: 200px;
    max-height: 280px;
  }
  .pdp-gallery-main img {
    max-height: 250px;
  }
  .pdp-info {
    order: 2;
    padding: 1rem .95rem;
  }
  .pdp-title-row {
    text-align: center;
  }
  .pdp-title {
    text-align: center;
    font-size: 1.12rem;
    margin-bottom: .5rem;
  }
  .pdp-breadcrumb {
    text-align: center;
    font-size: .75rem;
    margin-bottom: .5rem;
  }
  .pdp-rating,
  .pdp-delivery {
    margin-inline: auto;
    margin-bottom: .75rem;
  }
  .pdp-section-title {
    font-size: .92rem;
    margin-bottom: .55rem;
  }
  .pdp-description {
    font-size: .86rem;
    margin-bottom: .75rem;
  }
  .pdp-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }
  .pdp-spec-card {
    min-height: 64px;
    padding: .5rem .6rem;
  }
  .pdp-spec-value {
    font-size: .92rem;
  }
  .pdp-buy {
    order: 3;
    position: static;
    top: auto;
    padding: .85rem .95rem;
    max-width: 100%;
  }
  .pdp-seller-perf {
    margin-bottom: .65rem;
    font-size: .78rem;
  }
  .pdp-field-label {
    margin: .45rem 0 .25rem;
    font-size: .78rem;
  }
  .pdp-qty.qty-stepper,
  .pdp-qty button,
  .pdp-qty input {
    height: 38px;
  }
  .pdp-min-note {
    margin-top: .35rem;
    font-size: .75rem;
  }
  .pdp-price-block {
    margin: .55rem 0;
    padding: .45rem 0;
  }
  .pdp-price-current {
    font-size: 1.15rem;
  }
  .pdp-add-cart {
    padding: .72rem .85rem;
    font-size: .9rem;
  }
  .pdp-buy-meta {
    margin-top: .65rem;
    gap: .4rem;
    font-size: .76rem;
  }
  .pdp-catalog-section {
    margin-top: .75rem;
    padding: .9rem 1rem;
  }
  .pdp-similar {
    margin-top: 1.15rem;
    padding: 0 .65rem 2rem;
  }
  .pdp-similar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
  }
  .pdp-similar-card {
    padding: .55rem;
  }
  .pdp-similar-card h3 {
    font-size: .72rem;
    line-height: 1.35;
    text-align: center;
  }
  .pdp-similar-card .catalog-image {
    margin-bottom: .35rem;
  }
}

/* Modals — mobile friendly */
@media (max-width: 768px) {
  .product-catalog-modal {
    padding: .65rem;
    align-items: flex-end;
  }
  .product-catalog-dialog {
    width: 100%;
    max-height: min(88vh, 640px);
    border-radius: 16px 16px 12px 12px;
  }
  .ge-contact-dialog {
    width: min(100%, 22rem) !important;
    margin: auto .75rem !important;
    padding: 1rem 1rem 1.15rem !important;
  }
  .ge-cart-toast {
    inset-inline: .75rem !important;
    bottom: .75rem !important;
    max-width: none !important;
  }
  .catalog-card-actions { grid-template-columns: 1fr; }
  .catalog-card-btn { font-size: .72rem; min-height: 2rem; }
}

@media (max-width: 420px) {
  .pdp-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .pdp-similar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Mobile footer — 2-column grid */
@media (max-width: 768px) {
  .site-footer { padding: 2.5rem 0 1.25rem; }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem 1rem;
    text-align: start;
    padding-bottom: 1.5rem;
  }
  .footer-col--quick { order: 1; }
  .footer-col--about { order: 2; }
  .footer-col--services { order: 3; }
  .footer-col--licenses { order: 4; }
  .footer-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: .4rem;
    margin-bottom: .7rem;
    font-size: .92rem;
  }
  .footer-heading-text { display: inline-block; }
  .footer-heading-part { color: var(--color-text); font-weight: 800; }
  .footer-heading-accent { color: var(--color-gold-dark); font-weight: 800; }
  .footer-heading-line {
    width: 100%;
    max-width: none;
    flex: none;
    height: 2px;
    background: linear-gradient(to left, var(--color-gold) 22%, var(--color-border) 22%);
    border-radius: 999px;
  }
  [dir="ltr"] .footer-heading-line {
    background: linear-gradient(to right, var(--color-gold) 22%, var(--color-border) 22%);
  }
  .footer-about-text {
    text-align: start;
    max-width: none;
    margin-inline: 0;
    font-size: .76rem;
    line-height: 1.55;
  }
  .footer-social { justify-content: flex-start; }
  .footer-links {
    justify-items: stretch;
    max-width: none;
    margin-inline: 0;
    text-align: start;
  }
  .footer-links--two-col {
    grid-template-columns: 1fr;
    max-width: none;
    column-gap: 0;
  }
  .footer-links a,
  .footer-inline-btn {
    font-size: .78rem;
    line-height: 1.45;
    padding: .12rem 0;
  }
  .footer-license-grid {
    grid-template-columns: 1fr;
    max-width: none;
    margin-inline: 0;
    gap: .4rem;
  }
  .footer-license-box {
    min-height: 3.25rem;
    max-height: 4.25rem;
    padding: .3rem .35rem;
    font-size: .6rem;
    border-radius: 8px;
  }
  .footer-license-box img {
    max-height: 2.5rem;
    width: auto;
    object-fit: contain;
  }
  .footer-license-box:nth-child(3) {
    grid-column: auto;
    width: 100%;
    margin-inline: 0;
  }
  .footer-col--licenses .footer-heading {
    margin-bottom: .5rem;
  }
  .footer-bottom { padding-top: 1rem; }
}

/* Floating contact button */
.ge-float-contact {
  position: fixed;
  right: 1rem;
  bottom: 1.25rem;
  z-index: 1200;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, .45);
  background: #fff;
  color: var(--color-gold-dark, #b8860b);
  box-shadow: 0 8px 28px rgba(15, 23, 42, .14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: ge-float-in .55s cubic-bezier(.22, 1, .36, 1) both;
}
[dir="rtl"] .ge-float-contact {
  right: 1rem;
  left: auto;
  animation-name: ge-float-in;
}
@keyframes ge-float-in {
  from { transform: translateX(120%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes ge-float-in-rtl {
  from { transform: translateX(-120%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
.ge-float-contact:hover {
  border-color: var(--color-gold, #d4af37);
  background: #fffbef;
}

/* Category modal */
button.category-story-item {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: center;
}
.ge-category-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.ge-category-modal[hidden] { display: none !important; }
.ge-category-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .45);
}
.ge-category-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: min(85vh, 640px);
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, .28);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ge-category-modal-close {
  position: absolute;
  top: .55rem;
  right: .55rem;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 2;
}
[dir="rtl"] .ge-category-modal-close { right: auto; left: .55rem; }
.ge-category-modal-title {
  margin: 0;
  padding: 1rem 2.5rem .5rem 1rem;
  font-size: 1.05rem;
  color: #111827;
}
.ge-category-modal-search { padding: 0 1rem .65rem; }
.ge-category-search-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .55rem .7rem;
  font: inherit;
}
.ge-category-modal-list {
  flex: 1;
  overflow: auto;
  padding: 0 1rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  align-content: start;
}
.ge-category-product-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111827;
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 12px;
  padding: .45rem;
  background: #fff;
  min-width: 0;
}
.ge-category-product-thumb {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: .35rem;
}
.ge-category-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ge-category-product-title {
  font-size: .78rem;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ge-category-empty, .ge-category-loading {
  grid-column: 1 / -1;
  text-align: center;
  color: #6b7280;
  padding: 1rem;
}

/* Footer callback */
.footer-callback-section {
  border-top: 1px solid rgba(212, 175, 55, .2);
  padding: 1.5rem 0;
  margin-top: 1rem;
}
.footer-callback-title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  color: var(--color-gold-dark, #b8860b);
  text-align: center;
}
.footer-callback-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin-bottom: .75rem;
}
.footer-callback-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .5rem .65rem;
  font: inherit;
  margin-top: .25rem;
}
.footer-callback-submit { width: 100%; }
.footer-callback-msg.is-success { color: #166534; }
.footer-callback-msg.is-error { color: #b91c1c; }
.ge-contact-page-link {
  display: block;
  margin-top: .75rem;
  text-align: center;
  color: var(--color-gold-dark, #b8860b);
}

/* Product image lightbox */
.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.pdp-lightbox[hidden] { display: none !important; }
body.pdp-lightbox-open { overflow: hidden; }
.pdp-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}
.pdp-lightbox-dialog {
  position: relative;
  width: min(960px, 95vw);
  max-height: 90vh;
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  box-shadow: none;
}
.pdp-lightbox-close {
  position: absolute;
  top: -.25rem;
  right: -.25rem;
  z-index: 3;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.pdp-lightbox-stage {
  flex: 1;
  min-height: 200px;
  max-height: 90vh;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.pdp-lightbox-img {
  width: auto;
  height: auto;
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}
.pdp-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1f2937;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.pdp-lightbox-nav--prev { left: -.5rem; }
.pdp-lightbox-nav--next { right: -.5rem; }
.pdp-lightbox-counter {
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.pdp-lightbox-tools { display: none; }

/* Product no-image placeholder */
.ge-product-no-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  background: #faf7ef;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: inherit;
  color: #9a7b2f;
  text-align: center;
  padding: .75rem;
}
.ge-product-no-image svg {
  opacity: .75;
}
.ge-product-no-image span {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
}
.ge-product-no-image--thumb {
  min-height: 72px;
  border-radius: 12px;
  padding: .35rem;
}
.ge-product-no-image--thumb span {
  font-size: .62rem;
  line-height: 1.2;
}
.catalog-image.has-no-image,
.catalog-image--home.has-no-image,
.pdp-gallery-main.has-no-image {
  min-height: 340px;
}
.pdp-gallery-main.has-no-image .ge-product-no-image {
  width: 100%;
  min-height: 340px;
  border-radius: 16px;
}

/* Product grade + qty total */
.pdp-grade-block { margin: .65rem 0; }
.pdp-grade-options {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-top: .35rem;
}
.pdp-grade-opt {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  cursor: pointer;
}
.pdp-grade-stars { color: var(--color-gold, #d4af37); letter-spacing: .05em; }
.pdp-qty-total {
  font-size: 8px;
  color: #16a34a;
  font-weight: 600;
}
.crypto-icon-img { width: 40px; height: 40px; object-fit: contain; }

/* Checkout payment slider */
.checkout-pay-slider-wrap { margin: .75rem 0; }
.checkout-pay-slider {
  width: 100%;
  accent-color: var(--color-gold, #d4af37);
}
.checkout-pay-slider-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .45rem;
  font-size: .9rem;
}
.checkout-pay-full-btn {
  border: 1px solid rgba(212, 175, 55, .4);
  background: #fffbef;
  color: var(--color-gold-dark, #b8860b);
  border-radius: 8px;
  padding: .25rem .55rem;
  font-size: .78rem;
  cursor: pointer;
}
.checkout-pay-breakdown {
  display: grid;
  gap: .35rem;
  margin: 0;
  font-size: .88rem;
}
.checkout-pay-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
}

/* Homepage top layout */
.home-top-pad { padding-top: 8rem; }
.category-stories--top {
  padding-top: 0;
  background: var(--color-white, #fff);
}
.category-stories--top .category-stories-title {
  text-align: start;
  margin-bottom: 1.2rem;
}

/* Premium homepage slider */
.home-premium-slider {
  padding: 0 0 1.5rem;
  background: var(--color-white, #fff);
  overflow: hidden;
  max-width: 100%;
}
.home-slider {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(185, 142, 29, 0.18), 0 8px 24px rgba(15, 23, 42, 0.08);
  background: #fff;
}
.home-slider-viewport { overflow: hidden; width: 100%; direction: ltr; }
.home-slider-track {
  display: flex;
  width: 100%;
  direction: ltr;
  transition: transform .55s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.home-slider-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 16 / 7;
  text-decoration: none;
  color: inherit;
}
.home-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 28px;
}
.home-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .85rem;
  display: flex;
  justify-content: center;
  gap: .45rem;
  z-index: 2;
}
.home-slider-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
  padding: 0;
}
.home-slider-dot.is-active {
  width: 22px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(212, 175, 55, .45);
}

/* Export offers row */
.home-export-offers {
  padding: 1.5rem 0 2rem;
  background: var(--color-white, #fff);
}
.home-export-offers-title {
  text-align: start;
  margin-bottom: 1.25rem;
}
.home-export-offers-row {
  display: flex;
  gap: .85rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: .35rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-export-offers-row::-webkit-scrollbar { display: none; }
.home-export-offers-row .catalog-card--home {
  flex: 0 0 min(100%, 260px);
  min-width: 220px;
  max-width: 260px;
}
.home-export-offers-empty {
  color: #6b7280;
  text-align: center;
  padding: 1rem 0;
}

.home-trends {
  padding: 1.5rem 0 2rem;
  background: var(--color-white, #fff);
}
.home-trends-title {
  text-align: start;
  margin-bottom: 1.25rem;
}

/* Contact modal callback */
.ge-contact-callback-trigger {
  display: block;
  width: 100%;
  margin-top: .85rem;
  padding: .65rem .85rem;
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: 12px;
  background: #fffbef;
  color: #7a5d10;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.ge-contact-callback-panel {
  margin-top: .75rem;
  padding: .85rem;
  border: 1px solid rgba(212, 175, 55, .28);
  border-radius: 14px;
  background: #fff;
}
.ge-contact-callback-form {
  display: grid;
  gap: .55rem;
}
.ge-contact-callback-input {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: .5rem .65rem;
  font: inherit;
  margin-top: .2rem;
}
.ge-contact-callback-msg.is-success { color: #166534; }
.ge-contact-callback-msg.is-error { color: #b91c1c; }

@media (max-width: 640px) {
  .home-top-pad { padding-top: 4.75rem; }
  .home-slider { border-radius: 18px; }
  .home-slider-slide img { border-radius: 18px; }
  .home-export-offers-row .catalog-card--home {
    flex-basis: min(82vw, 240px);
    min-width: 200px;
  }
  .footer-callback-grid { grid-template-columns: 1fr; }
  .ge-category-modal-list { grid-template-columns: 1fr 1fr; }
}

/* ------------------------------
   Global Skeleton Loading System
   ------------------------------ */

.skeleton-section {
  position: relative;
}

.skeleton-wrapper {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  display: block;
  opacity: 1;
  transition: opacity .35s ease;
}

.skeleton-content {
  opacity: 0;
  transition: opacity .35s ease;
}

/* Fail-safe: if JS fails to mark sections as loaded, reveal content anyway. */
@keyframes skeleton-fallback-wrapper {
  0%,
  80% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes skeleton-fallback-content {
  0%,
  80% { opacity: 0; }
  100% { opacity: 1; }
}

.skeleton-section[data-skeleton-section]:not(.is-loaded) .skeleton-wrapper {
  animation: skeleton-fallback-wrapper 4.5s ease forwards;
}
.skeleton-section[data-skeleton-section]:not(.is-loaded) .skeleton-content {
  animation: skeleton-fallback-content 4.5s ease forwards;
}

.skeleton-section.is-loading .skeleton-content {
  opacity: 0;
}

.skeleton-section.is-loaded .skeleton-content {
  opacity: 1;
}

.skeleton-section.is-loaded .skeleton-wrapper {
  opacity: 0;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: #E9ECEF;
  border-radius: 8px;
  color: transparent;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(248, 249, 250, 0.9),
    transparent
  );
  animation: skeleton-shimmer 1.5s infinite;
}

@keyframes skeleton-shimmer {
  100% { left: 150%; }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton::after { animation: none; }
  .skeleton-wrapper,
  .skeleton-content { transition: none; }
}

/* Skeleton building blocks */
.skeleton-title {
  height: 18px;
  border-radius: 8px;
  margin: 0;
}
.skeleton-text {
  height: 10px;
  border-radius: 7px;
}
.skeleton-text.short { width: 65%; }

.skeleton-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.skeleton-button {
  width: 100%;
  height: 38px;
  border-radius: 12px;
}

.skeleton-card {
  border-radius: 16px;
  border: 1px solid rgba(229, 231, 235, .95);
  background: #fff;
}

.skeleton-product-card {
  display: flex;
  flex-direction: column;
  padding: .85rem .95rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, .95);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  min-height: 315px;
}

.skeleton-product-card .skeleton-card-img {
  height: 128px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .8rem;
}

.skeleton-product-card .skeleton-card-img .skeleton {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.skeleton-product-card .skeleton-card-title {
  margin-bottom: .35rem;
}

.skeleton-product-card .skeleton-card-price {
  margin-top: auto;
}

.skeleton-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .35rem;
  min-width: 110px;
}

.skeleton-category-item .skeleton-circle {
  width: 96px;
  height: 96px;
  border-radius: 999px;
}

.skeleton-category-item .skeleton-line {
  width: 90px;
  height: 12px;
  border-radius: 10px;
}

.skeleton-banner {
  width: 100%;
  height: 320px;
  border-radius: 16px;
}

.skeleton-list-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .35rem 0;
}

.skeleton-list-item .skeleton-mini-img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.skeleton-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
}

.skeleton-modal {
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, .28);
  background: #fff;
}

.skeleton-table-row {
  height: 48px;
  border-radius: 12px;
}

