/* ============================================================
   SAHIBZADA GUN HOUSE — ULTRA LUXURY DESIGN SYSTEM v3.0
   Dark/Light Mode · Premium Typography · Cinematic Layouts
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

/* ── DESIGN TOKENS ──────────────────────────────────────── */
:root {
  /* Core Palette */
  --emerald: #0F3F30;
  --emerald-dark: #071F17;
  --emerald-darker: #030C09;
  --emerald-light: #1E7E5C;
  --emerald-soft: rgba(15, 63, 48, 0.15);
  --gold: #D4AF37;
  --gold-dark: #8B6000;
  --gold-light: #F3E5AB;
  --gold-soft: rgba(212, 175, 55, 0.12);
  --gold-vivid: #FFDF00;

  /* Ultra-Luxury Obsidian & Emerald Light Surfaces */
  --bg-primary: #faf7f2;      /* Beautiful warm sand-champagne background */
  --bg-secondary: #f4f1eb;    /* Deep warm sand secondary background */
  --bg-tertiary: #eae4d8;     /* Luxurious antique gold-sand tertiary */
  --surface: #ffffff;         /* Premium white surfaces */
  --surface-hover: #fcfbfa;   /* Very subtle hover light surface */
  --border: rgba(15, 63, 48, 0.08); /* Fine subtle dark-emerald borders */
  --border-gold: rgba(212, 175, 55, 0.35); /* Elegant, glowing gold borders */

  /* Luxury Gold, Ivory & Charcoal Typography */
  --text-primary: #071F17;    /* High contrast premium deep dark forest emerald */
  --text-secondary: #2c3e35;  /* Sophisticated dark forest gray for paragraphs */
  --text-muted: #5e756a;      /* Soft sage-green for subtext */
  --text-inverse: #ffffff;    /* Light contrast text */

  /* Luxury Accents & Grays refined to warm slate/bronze */
  --ivory: #ffffff;
  --ivory-dark: #faf7f2;
  --paper: #ffffff;
  --charcoal: #071F17;
  --charcoal-light: #2c3e35;
  --gray-50: #fbfaf8;
  --gray-100: #f4f1eb;
  --gray-200: #eae4d8;
  --gray-300: #dcd3c3;
  --gray-400: #aba08f;
  --gray-500: #827867;
  --gray-700: #071F17;

  /* Status Indicators - Remastered for Dark Theme readability */
  --red: #D32F2F;
  --red-soft: rgba(211, 47, 47, 0.12);
  --red-border: rgba(211, 47, 47, 0.25);
  --green-soft: rgba(16, 185, 129, 0.12);
  --amber: #F59E0B;
  --amber-soft: rgba(245, 158, 11, 0.12);
  --amber-border: rgba(245, 158, 11, 0.25);
  --blue-soft: rgba(59, 130, 246, 0.12);
  --blue: #3B82F6;

  /* Ultra-Luxury Shadow System with soft golden halos */
  --shadow-xs: 0 1px 2px rgba(15, 63, 48, 0.05);
  --shadow-sm: 0 4px 12px rgba(15, 63, 48, 0.08);
  --shadow: 0 8px 32px rgba(15, 63, 48, 0.08), 0 0 1px rgba(212, 175, 55, 0.4);
  --shadow-lg: 0 16px 48px rgba(15, 63, 48, 0.12), 0 0 12px rgba(212, 175, 55, 0.2);
  --shadow-xl: 0 24px 64px rgba(15, 63, 48, 0.15), 0 0 24px rgba(212, 175, 55, 0.3);
  --shadow-gold: 0 8px 32px rgba(212, 175, 55, 0.15), 0 0 8px rgba(212, 175, 55, 0.1);

  /* Radii */
  --radius-sm: 4px;
  --radius: 10px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  /* Typography */
  --font-display: 'Playfair Display', serif;
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Jost', sans-serif;

  /* Transitions */
  --ease-luxury: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  /* Navbar height */
  --nav-h: 72px;
  --topbar-h: 40px;
}

/* ── DARK MODE ────────────────────────────────────────────── */
[data-theme="dark"],
body.dark-mode {
  --bg-primary: #030705;      /* Absolute luxury obsidian-emerald */
  --bg-secondary: #060d0a;
  --bg-tertiary: #0b1510;
  --surface: #08100d;
  --surface-hover: #0f1c16;
  --border: rgba(255, 255, 255, 0.04);
  --border-gold: rgba(212, 175, 55, 0.18);

  --text-primary: #FAF6ED;
  --text-secondary: #D4C9B3;
  --text-muted: #958B76;
  --text-inverse: #030705;

  --ivory: #08100d;
  --ivory-dark: #030705;
  --paper: #08100d;
  --charcoal: #FAF6ED;
  --charcoal-light: #D4C9B3;
  --gray-50: #08100d;
  --gray-100: #0f1c16;
  --gray-200: #16261f;
  --gray-300: #22372d;
  --gray-400: #465c51;
  --gray-500: #748c80;
  --gray-700: #D4C9B3;

  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.6);
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.7);
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 1px rgba(212, 175, 55, 0.15);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.9), 0 0 12px rgba(212, 175, 55, 0.1);
  --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.95), 0 0 24px rgba(212, 175, 55, 0.12);

  --emerald-soft: rgba(15, 63, 48, 0.2);
}

/* In dark mode, eyebrow text reverts to gold (#D4AF37) which passes contrast on dark surfaces */
[data-theme="dark"] .eyebrow,
body.dark-mode .eyebrow {
  color: var(--gold);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-sans);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.65;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background 0.4s var(--ease-luxury), color 0.4s var(--ease-luxury);
}

/* Premium Layout Scaling: Perfect emulation of 110% browser zoom for desktops */
@media (min-width: 769px) {
  body {
    zoom: 1.1;
  }
}

img,
svg {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

::selection {
  background: var(--gold);
  color: var(--emerald-dark);
}

/* ── LAYOUT ──────────────────────────────────────────────── */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 48px 0;
}

.section-sm {
  padding: 32px 0;
}

/* ── UTILITY ─────────────────────────────────────────────── */
.serif {
  font-family: var(--font-serif);
}

.serif-display {
  font-family: var(--font-display);
}

.divider-gold {
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 16px 0;
}

.divider-gold.center {
  margin: 16px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  width: 80px;
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  /* Darkened from #D4AF37 to pass WCAG AA contrast on white/light backgrounds */
  color: #7A5C00;
  font-weight: 600;
}

.eyebrow.light {
  color: var(--gold-light);
}

.section-heading {
  font-family: var(--font-serif);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 300;
  color: var(--text-primary);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.section-heading em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.section-subheading {
  color: var(--text-secondary);
  font-size: 16px;
  max-width: 600px;
  font-weight: 300;
  line-height: 1.75;
}

.heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

/* ── DARK MODE TOGGLE ─────────────────────────────────────── */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-gold);
  background: transparent;
  color: var(--gold-light);
  font-size: 11px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s var(--ease-luxury);
  white-space: nowrap;
}

.theme-toggle:hover {
  background: var(--gold-soft);
  border-color: var(--gold);
  color: var(--gold-vivid);
}

.theme-toggle svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.theme-toggle .toggle-sun {
  display: none;
}

.theme-toggle .toggle-moon {
  display: block;
}

[data-theme="dark"] .theme-toggle .toggle-sun,
body.dark-mode .theme-toggle .toggle-sun {
  display: block;
}

[data-theme="dark"] .theme-toggle .toggle-moon,
body.dark-mode .theme-toggle .toggle-moon {
  display: none;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.3s var(--ease-luxury);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.btn:disabled,
.btn.disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  transform: none !important;
  box-shadow: none !important;
}


.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background: var(--emerald);
  color: white;
  border-color: var(--emerald-light);
}

.btn-primary:hover {
  background: var(--emerald-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--emerald-darker);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-vivid), var(--gold));
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-outline-emerald {
  background: transparent;
  border-color: var(--emerald);
  color: var(--emerald);
}

.btn-outline-emerald:hover {
  background: var(--emerald);
  color: white;
}

.btn-outline-gold {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold-dark);
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--emerald-darker);
}

.btn-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: white;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}

.btn-sm {
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.btn-block {
  width: 100%;
}

/* ── TOPBAR ──────────────────────────────────────────────── */
.topbar {
  background: #064e3b;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-weight: 400;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  position: relative;
}

.topbar::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}

.topbar a {
  color: var(--gold-light);
  margin: 0 16px;
  transition: color 0.2s;
}

.topbar a:hover {
  color: var(--gold-vivid);
}

.topbar .sep {
  color: var(--gold);
  opacity: 0.3;
  margin: 0 4px;
}

/* ── NAVBAR ──────────────────────────────────────────────── */
.navbar {
  background: rgba(7, 31, 24, 0.96) !important;
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  color: white;
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .navbar,
body.dark-mode .navbar {
  background: rgba(4, 15, 12, 0.97) !important;
}

.nav-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.nav-menu-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 100%;
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  padding: 0 48px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.logo:hover {
  opacity: 0.9;
}

.logo-mark {
  width: 58px;
  height: 58px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 40% 40%, #0e3a28, #040f0c);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.3), 0 4px 20px rgba(0, 0, 0, 0.4);
}

.logo-mark::after {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text .name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: white;
  text-transform: uppercase;
}

.logo-text .tag {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  /* Boosted to gold-light for contrast on dark navbar background */
  color: var(--gold-light);
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 500;
}

/* Nav actions */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-socials a {
  color: var(--gold-light);
  opacity: 0.85;
  transition: all 0.25s var(--ease-luxury);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.nav-socials a:hover {
  color: var(--gold-vivid);
  opacity: 1;
  transform: translateY(-2px);
}

.nav-socials svg {
  width: 36px;
  height: 36px;
}

/* Nav menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.nav-link {
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: var(--radius-sm);
}

.nav-link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.04);
}

.nav-link.active {
  color: var(--gold-light);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* Icon buttons */
.icon-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.icon-btn svg {
  width: 19px;
  height: 19px;
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--gold);
  color: var(--emerald-dark);
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-count.hidden {
  display: none;
}

.hamburger {
  display: none;
}

.hamburger span {
  width: 22px;
  height: 1.5px;
  background: white;
  position: relative;
  transition: background 0.3s;
}

.hamburger span::before,
.hamburger span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 1.5px;
  background: white;
  transition: transform 0.3s, top 0.3s;
}

.hamburger span::before {
  top: -7px;
}

.hamburger span::after {
  top: 7px;
}

.hamburger.is-active span {
  background: transparent;
}

.hamburger.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.is-active span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Mega menu */
.has-mega {
  position: static;
}

.mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--surface);
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  padding: 32px 0;
  display: none;
  z-index: 997;
  animation: fadeDown 0.2s var(--ease-out);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.has-mega:hover .mega {
  display: block;
}

.mega-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 200px 200px 200px 1fr;
  gap: 48px;
}

.mega-col h4 {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 600;
}

.mega-col a {
  display: block;
  padding: 7px 0;
  font-size: 13px;
  color: var(--text-secondary);
  transition: color 0.2s;
  border-bottom: 1px solid var(--border);
  font-weight: 400;
}

.mega-col a:hover {
  color: var(--gold);
}

.mega-col a:last-child {
  border-bottom: none;
}

.mega-feature {
  background: linear-gradient(135deg, var(--emerald-dark), var(--emerald));
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

.mega-feature::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.15), transparent 70%);
}

.mega-feature .feat-eyebrow {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 8px;
}

.mega-feature h5 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: white;
  margin-bottom: 8px;
  font-weight: 400;
}

.mega-feature p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}

.mega-feature .arrow {
  font-size: 11px;
  color: var(--gold-light);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Filter sidebar & shop layout */
.filter-scroll-list {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 8px;
}

.filter-scroll-list::-webkit-scrollbar {
  width: 3px;
}

.filter-scroll-list::-webkit-scrollbar-thumb {
  background: var(--border-gold);
  border-radius: 10px;
}

/* ── HERO SECTION ─────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 600px;
  background: linear-gradient(135deg, var(--emerald-dark) 0%, var(--emerald) 60%, var(--emerald-dark) 100%);
  color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(201, 168, 76, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(201, 168, 76, 0.08) 0%, transparent 50%);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg,
      transparent, transparent 80px,
      rgba(201, 168, 76, 0.02) 80px,
      rgba(201, 168, 76, 0.02) 81px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content .eyebrow {
  color: var(--gold-light);
  font-size: 10px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-content .eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-content h1 {
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: white;
}

.hero-content h1 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 400;
}

.hero-content p {
  font-size: 14px;
  line-height: 1.75;
  max-width: 440px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
  font-weight: 300;
}

.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.hero-stat .num {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--gold-light);
  font-weight: 400;
}

.hero-stat .lbl {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.hero-visual {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 220px;
  margin-left: auto;
}

.hero-visual .frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 76, 0.4);
  transform: rotate(3deg);
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.06), transparent);
}

.hero-visual .frame-2 {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  transform: rotate(-2deg);
  opacity: 0.5;
}

.hero-visual .firearm-art {
  position: absolute;
  inset: 15px;
  background: var(--emerald-darker);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-visual svg {
  width: 90%;
  height: 90%;
}

.hero-floating-logo {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

.hero-floating-logo img {
  width: 150px;
  height: 150px;
  max-width: none !important;
  object-fit: contain;
}

@media (min-width: 1025px) {
  .hero-floating-logo img {
    width: 280px;
    height: 280px;
  }

  .hero-floating-logo {
    right: 20px;
  }
}

.hero-img-wrap {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(201, 168, 76, 0.25);
  position: relative;
  z-index: 2;
}

/* ── FIREARM OF THE MONTH ─────────────────────────────────── */
.fotm {
  background: var(--bg-secondary);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.fotm::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: radial-gradient(circle at 70% 50%, rgba(201, 168, 76, 0.06), transparent 65%);
  pointer-events: none;
}

.fotm-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--surface);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1px solid var(--border-gold);
}

.fotm-image {
  background: linear-gradient(135deg, var(--emerald-dark), var(--emerald));
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fotm-image::before {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  pointer-events: none;
}

.fotm-image::after {
  content: '';
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  pointer-events: none;
}

.fotm-image svg {
  width: 75%;
  max-width: 420px;
}

.fotm-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  background: var(--gold);
  color: var(--emerald-darker);
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 16px;
  font-weight: 700;
  z-index: 3;
}

.fotm-content {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fotm-content .brand {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 12px;
}

.fotm-content h2 {
  font-family: var(--font-serif);
  font-size: 42px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 8px;
}

.fotm-content .sub {
  font-size: 17px;
  font-style: italic;
  color: var(--text-secondary);
  margin-bottom: 24px;
  font-family: var(--font-serif);
}

.fotm-content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 28px;
  font-weight: 300;
}

.fotm-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.fotm-spec .lbl {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  font-family: var(--font-sans);
}

.fotm-spec .val {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
}

.fotm-cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.fotm-price {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--emerald);
  font-weight: 400;
}

[data-theme="dark"] .fotm-price,
body.dark-mode .fotm-price {
  color: var(--gold-light);
}

/* ── CATEGORY TILES ──────────────────────────────────────── */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cat-tile {
  background: #040f0c !important;
  border: 1px solid rgba(212, 175, 55, 0.18) !important;
  padding: 36px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s var(--ease-luxury);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  justify-content: center;
  border-radius: var(--radius);
  color: #ffffff !important;
}

.cat-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.45 !important;
  z-index: 0;
  transition: transform 5s ease, opacity 0.5s;
}

.cat-tile:hover .cat-bg {
  transform: scale(1.15);
  opacity: 0.75 !important;
}

.cat-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cat-tile::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s var(--ease-luxury);
}

.cat-tile:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--border-gold) !important;
}

.cat-tile:hover::before {
  transform: scaleX(1);
}

.cat-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light) !important;
}

[data-theme="dark"] .cat-icon,
body.dark-mode .cat-icon {
  color: var(--gold-light) !important;
}

.cat-icon svg {
  width: 100%;
  height: 100%;
}

.cat-tile h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--gold-light) !important;
  margin-bottom: 6px;
  font-weight: 400;
}

.cat-tile p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 300;
}

.cat-tile.feature {
  background: #040f0c !important;
  color: white !important;
  border-color: rgba(212, 175, 55, 0.35) !important;
}

.cat-tile.feature h3 {
  color: var(--gold-light) !important;
  font-weight: 400;
}

.cat-tile.feature p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.cat-tile.feature .cat-icon {
  color: var(--gold-light) !important;
}

/* ── FEATURED PRODUCTS MARQUEE ────────────────────────────── */
.feat-prod-marquee-wrap {
  min-height: 340px; /* prevents layout collapse before JS runs */
}

/* Each card wrapper fills its 280px slot completely */
#featProdTrack > div {
  display: flex;
  flex-direction: column;
}

#featProdTrack > div .product-card {
  flex: 1;
  width: 100%;
  min-width: 0;
}

/* ── PRODUCT CARDS ────────────────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-grid.four {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-grid.three {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-grid.two {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.product-grid.one {
  grid-template-columns: repeat(1, 1fr);
  max-width: 400px;
  gap: 16px;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.35s var(--ease-luxury);
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 2;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--border-gold);
}

.product-card:hover::before {
  opacity: 1;
}

.product-image {
  aspect-ratio: 1/1;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid var(--border);
}

.product-image svg {
  width: 76%;
  max-width: 260px;
}

.product-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 55%, rgba(201, 168, 76, 0.04));
}

.product-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}

.product-meta-right {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}

/* Badges */
.badge {
  font-family: var(--font-sans);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 9px;
  font-weight: 600;
  border-radius: 2px;
  white-space: nowrap;
}

.badge.gold {
  background: var(--gold);
  color: var(--emerald-darker);
}

.badge.emerald {
  background: var(--emerald);
  color: white;
}

.badge.red {
  background: var(--red);
  color: white;
}

.badge.amber {
  background: var(--amber);
  color: white;
}

.badge.outline-emerald {
  background: var(--surface);
  color: var(--emerald);
  border: 1px solid var(--emerald);
}

.badge.outline-gold {
  background: var(--surface);
  color: var(--gold-dark);
  border: 1px solid var(--gold);
}

.badge.npb {
  background: var(--green-soft);
  color: #047857;
  border: 1px solid #A7F3D0;
}

.badge.pb {
  background: var(--red-soft);
  color: var(--red);
  border: 1px solid var(--red-border);
}

.badge.airgun {
  background: var(--blue-soft);
  color: var(--blue);
  border: 1px solid #BFDBFE;
}

.badge.condition-excellent {
  background: var(--green-soft);
  color: #047857;
  border: 1px solid #A7F3D0;
}

.badge.condition-very-good {
  background: #F0FDF4;
  color: #15803D;
  border: 1px solid #86EFAC;
}

.badge.condition-good {
  background: var(--amber-soft);
  color: #92400E;
  border: 1px solid var(--amber-border);
}

.badge.condition-fair {
  background: var(--amber-soft);
  color: #B45309;
  border: 1px solid var(--amber-border);
}

.badge.one-of-kind {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: white;
  font-weight: 700;
}

.badge.stock-out {
  background: var(--red);
  color: white;
  font-weight: 700;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text-muted);
}

.wishlist-btn:hover {
  color: var(--red);
  background: white;
}

.wishlist-btn svg {
  width: 16px;
  height: 16px;
}

.product-info {
  padding: 12px 14px 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1px;
  text-align: center;
}

.product-brand {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.product-name {
  font-family: var(--font-serif);
  font-size: 15px;
  color: var(--text-primary);
  margin: 3px 0;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-name:hover {
  color: var(--gold-dark);
}

.product-spec {
  font-size: 10px;
  color: var(--text-muted);
  margin-bottom: 2px;
  font-weight: 300;
}

.product-tagline {
  font-size: 10px;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-serif);
}

.product-stock {
  font-size: 10px;
  font-weight: 500;
  margin-top: 3px;
  letter-spacing: 0.05em;
}

.product-stock.in {
  color: #10B981;
}

.product-stock.out {
  color: var(--red);
}

.product-price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 10px;
  gap: 2px;
}

.product-price {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--emerald);
  font-weight: 500;
}

[data-theme="dark"] .product-price,
body.dark-mode .product-price {
  color: var(--gold-light);
}

.product-price.compact {
  font-size: 20px;
}

.product-price-old {
  font-size: 12px;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 8px;
}

.product-price-note {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.product-cta {
  padding: 0 12px 12px;
}

.product-cta .btn {
  width: 100%;
  padding: 10px 14px;
  font-size: 10px;
}

/* CTA variants */
.cta-license {
  background: var(--emerald);
  color: white;
  border: 1px solid var(--emerald-light);
}

.cta-license:hover {
  background: var(--emerald-dark);
}

.cta-license-preowned {
  background: var(--surface);
  color: var(--emerald);
  border: 1px solid var(--emerald);
}

.cta-license-preowned:hover {
  background: var(--emerald);
  color: white;
}

.cta-display-only {
  background: var(--bg-secondary);
  color: var(--text-muted);
  border: 1px dashed var(--border);
  cursor: not-allowed;
  font-size: 11px;
  padding: 10px;
}

.cta-aadhar {
  background: var(--gold);
  color: var(--emerald-darker);
  border: 1px solid var(--gold);
}

.cta-aadhar:hover {
  background: var(--gold-dark);
  color: white;
}

.cta-cart {
  background: var(--emerald);
  color: white;
  border: 1px solid var(--emerald-light);
}

.cta-cart:hover {
  background: var(--emerald-dark);
}

.cta-helper {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 5px 14px 10px;
  text-align: center;
  line-height: 1.5;
}

.cta-helper.warn {
  color: var(--amber);
  font-weight: 500;
}

.ammo-message {
  padding: 10px 16px 16px;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.55;
  text-align: center;
  border-top: 1px dashed var(--border);
  margin: 0 16px 14px;
}

.ammo-message strong {
  display: block;
  color: var(--emerald);
  margin-bottom: 4px;
  font-size: 11px;
}

[data-theme="dark"] .ammo-message strong,
body.dark-mode .ammo-message strong {
  color: var(--gold-light);
}

/* Compliance banners */
.compliance-banner {
  background: var(--amber-soft);
  border-left: 3px solid var(--amber);
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.7;
  font-weight: 300;
}

.compliance-banner.danger {
  background: var(--red-soft);
  border-left-color: var(--red);
}

.compliance-banner strong {
  color: var(--emerald);
  display: block;
  margin-bottom: 4px;
}

.compliance-banner.danger strong {
  color: var(--red);
}

[data-theme="dark"] .compliance-banner strong,
body.dark-mode .compliance-banner strong {
  color: var(--gold-light);
}

.intimation-notice {
  background: var(--amber-soft);
  border: 1px solid var(--amber-border);
  padding: 16px 20px;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-primary);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.intimation-notice .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--amber);
  color: white;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.intimation-notice strong {
  color: var(--amber);
}

/* ── SHOP PAGE ───────────────────────────────────────────── */
.shop-header {
  background: linear-gradient(135deg, var(--emerald-dark), var(--emerald));
  color: white;
  padding: 72px 0 52px;
  position: relative;
  overflow: hidden;
}

.shop-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(201, 168, 76, 0.10), transparent 60%);
  pointer-events: none;
}

.shop-header .container {
  position: relative;
  z-index: 2;
}

.shop-header h1 {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 12px;
  position: relative;
}

.shop-header p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 600px;
  font-weight: 300;
  font-size: 15px;
  position: relative;
}

.breadcrumb {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--charcoal-light);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.breadcrumb a {
  color: var(--charcoal-light);
  transition: color 0.2s, border-bottom 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.breadcrumb a:hover {
  color: var(--emerald);
  border-bottom-color: var(--emerald);
}

.breadcrumb .sep {
  margin: 0 8px;
  color: var(--charcoal-light);
  opacity: 0.5;
}

/* Light styling for breadcrumbs inside the dark shop-header */
.shop-header .breadcrumb {
  color: rgba(255, 255, 255, 0.7);
}

.shop-header .breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.shop-header .breadcrumb a:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold-light);
}

.shop-header .breadcrumb .sep {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

/* Shop layout – drawer on mobile, sticky sidebar on desktop */
.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 40px 0;
}

/* Filter drawer */
.filter-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  max-width: 92vw;
  height: 100vh;
  z-index: 1050;
  background: var(--surface);
  box-shadow: 4px 0 40px rgba(0, 0, 0, 0.18);
  transform: translateX(-100%);
  transition: transform 0.35s var(--ease-out);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--border-gold);
}

.filter-sidebar.open {
  transform: translateX(0);
}

.filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.filter-overlay.show {
  display: block;
}

.filter-drawer-inner {
  padding: 0 24px calc(40px + env(safe-area-inset-bottom));
  flex: 1;
  overflow-y: auto;
}

.filter-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border-gold);
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 2;
}

.filter-drawer-header h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
}

.filter-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--text-secondary);
  background: var(--bg-secondary);
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
}

.filter-close-btn:hover {
  background: var(--emerald);
  color: white;
}

.filter-desktop-title,
.filter-mobile-header {
  display: none;
}

.filter-group {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.filter-group:last-child {
  border-bottom: none;
}

.filter-group h4 {
  font-family: var(--font-sans);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 14px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: color 0.2s;
  font-weight: 300;
}

.filter-option:hover {
  color: var(--text-primary);
}

.filter-option input[type="checkbox"] {
  accent-color: var(--emerald);
  width: 14px;
  height: 14px;
}

.filter-option .count {
  color: var(--text-muted);
  margin-left: auto;
  font-size: 10px;
}

.price-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}

.price-inputs input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 12px;
  background: var(--bg-secondary);
  color: var(--text-primary);
}

.mobile-filter-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--emerald);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.mobile-filter-trigger:hover {
  background: var(--emerald-dark);
  transform: translateY(-1px);
}

.mobile-filter-trigger svg {
  width: 14px;
  height: 14px;
}

.filter-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--emerald-darker);
  font-size: 9px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
}

.filter-badge.visible {
  display: flex;
}

.shop-content {}

.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.shop-results {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 300;
}

.shop-results strong {
  color: var(--text-primary);
}

.shop-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}

.shop-sort select {
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text-primary);
  min-width: 180px;
  font-size: 12px;
}

/* Active filter chips */
.active-filters-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--bg-secondary);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-bottom: 20px;
}

.filtering-by-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-right: 4px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--surface);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all 0.15s;
}

.filter-chip:hover {
  background: var(--gold-soft);
  border-color: var(--gold);
}

.chip-close {
  color: var(--text-muted);
  font-size: 9px;
  font-weight: bold;
  margin-left: 2px;
}

.clear-all-chips {
  background: none;
  border: none;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  padding: 3px 8px;
}

.clear-all-chips:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* ── PDP ─────────────────────────────────────────────────── */
.pdp-page-wrap {
  background: var(--bg-primary);
  width: 100%;
}

.pdp-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  padding: 28px 0 0;
  align-items: start;
}

.pdp-gallery {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  position: sticky;
  top: calc(var(--topbar-h) + var(--nav-h) + 56px);
}

.pdp-thumbs {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  padding: 4px 0;
  justify-content: center;
}

.pdp-thumb {
  width: 52px;
  height: 52px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  padding: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.pdp-thumb:hover {
  border-color: var(--gold);
}

.pdp-thumb.active {
  border-color: var(--emerald);
  border-width: 2px;
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp-main {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  cursor: zoom-in;
}

.pdp-main-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.pdp-main-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.35s var(--ease-luxury);
}

.pdp-main:hover .pdp-main-image-wrapper img {
  transform: scale(1.04);
}

.pdp-main svg {
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 82%;
}

.pdp-main .pdp-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}

.pdp-main .pdp-zoom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 10px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-info .pdp-brand {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.pdp-info h1 {
  font-family: var(--font-serif);
  font-size: 40px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.05;
  margin: 10px 0 14px;
}

.pdp-info .pdp-sub {
  font-family: var(--font-serif);
  font-size: 16px;
  font-style: italic;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.pdp-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 13px;
}

.pdp-stars {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 15px;
}

.pdp-rating .count {
  color: var(--text-muted);
  font-size: 12px;
}

.pdp-price {
  font-family: var(--font-serif);
  font-size: 38px;
  color: var(--emerald);
  font-weight: 400;
}

[data-theme="dark"] .pdp-price,
body.dark-mode .pdp-price {
  color: var(--gold-light);
}

.pdp-price-note {
  font-size: 11px;
  color: var(--text-muted);
  margin: 4px 0 24px;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.pdp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.pdp-actions .btn {
  flex: 1;
  min-width: 180px;
}

.pdp-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.2s;
  cursor: pointer;
}

.pdp-share-btn:hover {
  background: var(--emerald);
  color: white;
}

.pdp-share-btn svg {
  width: 15px;
  height: 15px;
}

.pdp-share-native-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  background: var(--bg-secondary);
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid var(--border);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pdp-share-native-btn:hover {
  background: var(--emerald);
  color: white;
  border-color: var(--emerald);
}

.pdp-share-native-btn svg {
  width: 14px;
  height: 14px;
}

.pdp-share-container {
  position: relative;
  display: inline-block;
}

.pdp-share-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: 6px 0;
  min-width: 180px;
  z-index: 100;
  display: none;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (max-width: 768px) {
  .pdp-share-dropdown {
    left: auto;
    right: 0;
    min-width: 160px;
  }
}

.pdp-share-dropdown.visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.pdp-share-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pdp-share-dropdown-item:hover {
  background: var(--emerald-soft);
  color: var(--emerald);
}

.pdp-share-dropdown-item svg {
  width: 15px;
  height: 15px;
}

.pdp-summary {
  background: var(--bg-secondary);
  padding: 24px;
  border-radius: var(--radius);
  margin: 24px 0 0;
  border: 1px solid var(--border);
}

.pdp-summary h4 {
  font-family: var(--font-serif);
  color: var(--text-primary);
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 400;
}

.pdp-summary p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-secondary);
  font-weight: 300;
}

.pdp-tabs {
  margin-top: 12px;
  border-top: 1px solid var(--border);
}

.pdp-tab-headers {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--border);
}

.pdp-tab-header {
  padding: 18px 24px;
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.pdp-tab-header:hover {
  color: var(--text-primary);
}

.pdp-tab-header.active {
  color: var(--text-primary);
  border-bottom-color: var(--gold);
}

.pdp-tab-content {
  padding: 32px 0;
  display: none;
}

.pdp-tab-content.active {
  display: block;
}

.pdp-tab-content h3 {
  font-family: var(--font-serif);
  color: var(--text-primary);
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 400;
}

.pdp-tab-content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 14px;
  max-width: 760px;
  font-weight: 300;
}

.pdp-tab-content ul {
  padding-left: 20px;
  margin: 12px 0;
}

.pdp-tab-content ul li {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: 6px;
  font-weight: 300;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 700px;
}

.specs-table tr {
  border-bottom: 1px solid var(--border);
}

.specs-table td {
  padding: 14px 16px;
  font-size: 13px;
}

.specs-table td:first-child {
  font-weight: 500;
  color: var(--text-primary);
  width: 40%;
  background: var(--bg-secondary);
}

.specs-table td:last-child {
  color: var(--text-secondary);
  font-weight: 300;
}

/* ── BRANDS PAGE ─────────────────────────────────────────── */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.brand-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 32px 24px;
  cursor: pointer;
  transition: all 0.35s var(--ease-luxury);
  text-align: center;
  border-radius: var(--radius);
}

.brand-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border-gold);
  transform: translateY(-3px);
}

.brand-logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-secondary);
  border-radius: 50%;
  border: 1px solid var(--border-gold);
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 26px;
  color: var(--emerald);
}

[data-theme="dark"] .brand-logo,
body.dark-mode .brand-logo {
  color: var(--gold-light);
}

.brand-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--text-primary);
  font-weight: 400;
  margin-bottom: 6px;
}

.brand-card .brand-origin {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 14px;
}

.brand-card p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.75;
  font-weight: 300;
}

.brand-card .auth-badge {
  margin-top: 16px;
  padding: 5px 12px;
  background: var(--emerald-soft);
  color: var(--emerald);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  border-radius: 2px;
}

[data-theme="dark"] .brand-card .auth-badge,
body.dark-mode .brand-card .auth-badge {
  color: var(--gold-light);
  background: rgba(201, 168, 76, 0.1);
}

.brands-section-title {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--text-primary);
  font-weight: 300;
  margin: 48px 0 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-gold);
  display: inline-block;
}

/* ── HELP CENTRE ─────────────────────────────────────────── */
.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.help-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 28px;
  cursor: pointer;
  border-radius: var(--radius);
  transition: all 0.35s var(--ease-luxury);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.help-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border-gold);
  transform: translateY(-2px);
}

.help-card .help-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
}

.help-card .help-icon svg {
  width: 20px;
  height: 20px;
}

.help-card h3 {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 1.3;
}

.help-card p {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.75;
  font-weight: 300;
}

.help-card .read-more {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-top: auto;
  padding-top: 12px;
}

.help-card.featured {
  background: linear-gradient(135deg, var(--emerald-dark), var(--emerald));
  color: white;
  border-color: var(--emerald-dark);
}

.help-card.featured h3 {
  color: var(--gold-light);
}

.help-card.featured p {
  color: rgba(255, 255, 255, 0.75);
}

.help-card.featured .read-more {
  color: var(--gold-light);
}

.help-card.featured .help-icon {
  background: var(--gold);
  color: var(--emerald-darker);
}

.gov-links {
  background: var(--bg-secondary);
  padding: 32px;
  border-radius: var(--radius);
  border-left: 3px solid var(--gold);
}

.gov-links h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  color: var(--text-primary);
  font-weight: 400;
  margin-bottom: 16px;
}

.gov-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-primary);
  cursor: pointer;
  transition: color 0.2s;
  font-weight: 300;
}

.gov-link-item:hover {
  color: var(--gold-dark);
}

.gov-link-item:last-child {
  border-bottom: none;
}

.gov-link-item .ext {
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.1em;
}

/* ── SERVICES ────────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 32px 28px;
  border-radius: var(--radius);
  transition: all 0.35s var(--ease-luxury);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border-gold);
}

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--text-primary);
  font-weight: 400;
  margin-bottom: 8px;
}

.service-card .service-price {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--gold-dark);
  font-weight: 400;
  margin-bottom: 4px;
}

.service-card .service-turnaround {
  font-size: 11px;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.service-card p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 20px;
  flex-grow: 1;
  font-weight: 300;
}

.service-card .btn {
  width: 100%;
}

.gunsmith-panel {
  background: linear-gradient(135deg, #080808, #161616);
  border: 1px solid rgba(201, 168, 76, 0.2);
  color: white;
  padding: 56px 48px;
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.gunsmith-panel::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.06), transparent 70%);
}

.gunsmith-photo {
  aspect-ratio: 4/5;
  background: var(--emerald-darker);
  border: 1px solid rgba(201, 168, 76, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border-radius: var(--radius-sm);
}

.gunsmith-text {
  position: relative;
  z-index: 2;
}

.gunsmith-text h3 {
  font-family: var(--font-serif);
  font-size: 32px;
  color: white;
  font-weight: 300;
  margin-bottom: 12px;
}

.gunsmith-text .creds {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.gunsmith-text p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-weight: 300;
}

/* ── ADMIN / ACCOUNT DASHBOARDS ──────────────────────────── */
.dash-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 40px 0 72px;
}

.dash-sidebar {
  background: var(--surface);
  padding: 24px 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  align-self: start;
  position: sticky;
  top: calc(var(--topbar-h) + var(--nav-h) + 20px);
}

.dash-sidebar h3 {
  padding: 0 24px 16px;
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 400;
  border-bottom: 1px solid var(--border);
}

.dash-user {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
}

.dash-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--emerald);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 18px;
  flex-shrink: 0;
}

.dash-user-info {
  line-height: 1.3;
}

.dash-user-info .name {
  font-weight: 500;
  font-size: 13px;
  color: var(--text-primary);
}

.dash-user-info .email {
  font-size: 11px;
  color: var(--text-muted);
}

.dash-nav {
  padding: 14px 0;
}

.dash-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 24px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text-secondary);
  border-left: 2px solid transparent;
  font-weight: 300;
}

.dash-nav-item:hover {
  color: var(--text-primary);
  background: var(--bg-secondary);
}

.dash-nav-item.active {
  color: var(--text-primary);
  background: var(--bg-secondary);
  border-left-color: var(--gold);
  font-weight: 500;
}

.dash-nav-item svg {
  width: 16px;
  height: 16px;
}

.dash-nav-item .badge-count {
  margin-left: auto;
  background: var(--gold);
  color: var(--emerald-darker);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: var(--radius-full);
}

.dash-content {
  background: var(--surface);
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  min-height: 600px;
}

.dash-content h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--text-primary);
  font-weight: 300;
  margin-bottom: 4px;
}

.dash-content .dash-sub {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 28px;
  font-weight: 300;
}

.dash-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.dash-stat {
  background: var(--bg-secondary);
  padding: 20px;
  border-radius: var(--radius);
  border-left: 2px solid var(--gold);
}

.dash-stat .lbl {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 6px;
}

.dash-stat .val {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--text-primary);
  font-weight: 300;
}

.dash-stat .delta {
  font-size: 11px;
  color: #047857;
  margin-top: 4px;
}

.dash-stat .delta.warn {
  color: var(--amber);
}

.dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 20px;
}

.dash-table thead {
  background: var(--bg-secondary);
}

.dash-table th {
  text-align: left;
  padding: 12px 16px;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-secondary);
  font-weight: 600;
  border-bottom: 1px solid var(--border);
}

.dash-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-weight: 300;
}

.dash-table tr:hover {
  background: var(--bg-secondary);
}

.dash-table .item-name {
  color: var(--text-primary);
  font-weight: 500;
}

.status-pill {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.status-pill.new {
  background: var(--blue-soft);
  color: var(--blue);
}

.status-pill.pending {
  background: var(--amber-soft);
  color: var(--amber);
}

.status-pill.approved,
.status-pill.completed {
  background: var(--green-soft);
  color: #047857;
}

.status-pill.rejected {
  background: var(--red-soft);
  color: var(--red);
}

.status-pill.shipped {
  background: #EDE9FE;
  color: #5B21B6;
}

.dash-action {
  font-size: 11px;
  color: var(--gold-dark);
  font-weight: 500;
  cursor: pointer;
  margin-right: 12px;
  letter-spacing: 0.04em;
}

.dash-action:hover {
  color: var(--emerald);
}

.dash-action.danger {
  color: var(--red);
}

.admin-banner {
  background: linear-gradient(135deg, #7c3a00, var(--gold-dark));
  color: white;
  padding: 14px 20px;
  border-radius: var(--radius);
  font-size: 13px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-banner strong {
  color: white;
}

.admin-banner .icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── MODALS ──────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--surface);
  border-radius: var(--radius-lg);
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
  position: relative;
  animation: modalIn 0.28s var(--ease-out);
  border: 1px solid var(--border-gold);
}

.modal.wide {
  max-width: 780px;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-header {
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.modal-header .eyebrow {
  margin-bottom: 8px;
}

.modal-header h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.2;
}

.modal-header .modal-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.2s;
  cursor: pointer;
}

.modal-close:hover {
  background: var(--bg-secondary);
  color: var(--red);
}

.modal-body {
  padding: 24px 32px;
}

.modal-footer {
  padding: 18px 32px 24px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid var(--border);
  background: var(--bg-secondary);
  border-bottom-left-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
}

.form-row {
  margin-bottom: 18px;
}

.form-row.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-row label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.form-row label .req {
  color: var(--red);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg-secondary);
  color: var(--text-primary);
  transition: border-color 0.2s;
  font-size: 13px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 2px var(--gold-soft);
}

.form-row textarea {
  resize: vertical;
  min-height: 90px;
}

.form-row .help-text {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 300;
}

.form-product-summary {
  background: var(--bg-secondary);
  padding: 16px;
  border-radius: var(--radius);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
}

.form-product-summary .thumb {
  width: 56px;
  height: 56px;
  background: var(--surface);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-product-summary .thumb svg {
  width: 80%;
}

.form-product-summary .name {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 400;
}

.form-product-summary .price {
  font-size: 12px;
  color: var(--text-muted);
}

.form-product-summary .price strong {
  color: var(--text-primary);
  font-weight: 500;
}

/* ── STOREFRONT PANEL ────────────────────────────────────── */
#contact {
  padding-top: 64px;
}

.storefront-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  padding: 0 0 72px;
  align-items: flex-start;
}

.storefront-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.storefront-visual img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-gold);
}

.storefront-map {
  width: 100%;
  height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow);
}

.storefront-map-full {
  width: 100%;
  max-width: 1000px;
  height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  margin: 48px auto;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-lg);
}

.storefront-info .eyebrow {
  margin-bottom: 14px;
  text-align: left;
}

.storefront-info h2 {
  font-family: var(--font-serif);
  font-size: 34px;
  color: var(--text-primary);
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.1;
  text-align: left;
}

.storefront-info p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 24px;
  text-align: left;
  font-weight: 300;
}

.storefront-info .info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  text-align: left;
}

.storefront-info .info-icon {
  color: var(--gold);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.storefront-info .info-row strong {
  display: block;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
}

.storefront-info .info-row .info-detail {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.65;
  font-weight: 300;
}

.storefront-compliance {
  font-size: 11px;
}

/* Logo in storefront */
.storefront-info .logo {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
}

.storefront-info .logo-mark {
  width: 80px !important;
  height: 80px !important;
  background: radial-gradient(circle at 40% 40%, #0e3a28, #040f0c) !important;
  border: 2px solid var(--gold) !important;
  border-radius: 50% !important;
  padding: 0 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.storefront-info .logo-mark img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.storefront-info .logo-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.storefront-info .logo-text .name {
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--text-primary) !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.storefront-info .logo-text .tag {
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  color: var(--gold) !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

/* ── CUSTOMER SLIDER ─────────────────────────────────────── */
.customer-slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.customer-slider-container::before,
.customer-slider-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.customer-slider-container::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-primary) 0%, transparent 100%);
}

.customer-slider-container::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-primary) 0%, transparent 100%);
}

#customerTrack {
  display: flex;
  width: max-content;
  /* animation handled by initCustomerMarquee() JS loop */
}

.customer-slide {
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  margin-right: 16px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-secondary);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.customer-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-luxury);
}

.customer-slide:hover img {
  transform: scale(1.04);
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Video slider */
.video-slider.marquee {
  animation: scrollMarquee 65s linear infinite;
  width: max-content;
}

.video-slider.marquee:hover {
  animation-play-state: paused;
}

.vid-thumb-slide:hover .vid-thumb-overlay {
  background: rgba(0, 0, 0, 0.4) !important;
}

.vid-thumb-slide:hover .vid-play-btn {
  transform: scale(1.1);
  background: rgba(201, 168, 76, 0.35) !important;
  border-color: var(--gold) !important;
}

/* ── CART ────────────────────────────────────────────────── */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  padding: 40px 0 60px;
}

.cart-items {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}

.cart-empty {
  text-align: center;
  padding: 80px 20px;
  color: var(--text-muted);
}

.cart-empty h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--text-primary);
  margin-bottom: 12px;
  font-weight: 400;
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
}

.cart-item-thumb {
  width: 80px;
  height: 80px;
  background: var(--bg-secondary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}

.cart-item-thumb svg {
  width: 80%;
}

.cart-item-info .brand {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.cart-item-info .name {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--text-primary);
  font-weight: 400;
  margin: 4px 0;
}

.cart-item-info .qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.cart-item-info .qty-row button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item-info .qty-row button:hover {
  background: var(--bg-secondary);
}

.cart-item-info .remove-btn {
  font-size: 10px;
  color: var(--red);
  cursor: pointer;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  background: none;
  padding: 0;
  margin-top: 4px;
}

.cart-item-price {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 400;
  text-align: right;
}

.cart-summary {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  align-self: start;
  position: sticky;
  top: calc(var(--topbar-h) + var(--nav-h) + 20px);
}

.cart-summary h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-gold);
  font-weight: 400;
}

.cart-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 13px;
  color: var(--text-secondary);
}

.cart-line.total {
  border-top: 1px solid var(--border);
  margin-top: 12px;
  padding-top: 16px;
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
}

.cart-line.total .price {
  font-family: var(--font-serif);
  font-size: 24px;
}

/* ── PAGE HEADER ─────────────────────────────────────────── */
.page-header {
  background: var(--bg-secondary);
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--border);
}

.page-header h1 {
  font-family: var(--font-serif);
  font-size: 48px;
  color: var(--text-primary);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 10px;
}

.page-header p {
  color: var(--text-secondary);
  font-size: 15px;
  max-width: 700px;
  font-weight: 300;
}

/* ── FOOTER ──────────────────────────────────────────────── */
.footer {
  background: var(--emerald-darker);
  color: rgba(255, 255, 255, 0.6);
  padding: 24px 0 0;
  margin-top: 24px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 16px;
}

.footer h4 {
  font-family: var(--font-sans);
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 3px;
}

.footer ul li a {
  font-size: 12px;
  font-weight: 300;
  transition: color 0.2s;
}

.footer ul li a:hover {
  color: var(--gold-light);
}

.footer .brand-block p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 8px;
}

.footer .brand-block .contact-line {
  font-size: 12px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .brand-block .contact-line strong {
  color: var(--gold-light);
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.social-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  transition: all 0.2s;
}

.social-icon:hover {
  background: var(--gold);
  color: var(--emerald-darker);
  border-color: var(--gold);
}

.social-icon svg {
  width: 14px;
  height: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 12px 0 12px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.compliance-strip {
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  padding: 14px 0 16px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 1.6;
}

/* ── WHATSAPP FLOAT ──────────────────────────────────────── */
.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 28px;
  z-index: 50;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease-luxury);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.25));
  color: var(--gold);
}

.whatsapp-float:hover {
  transform: translateY(-5px) scale(1.1);
  filter: drop-shadow(0 12px 25px rgba(0, 0, 0, 0.35));
  color: var(--gold-vivid);
}

.whatsapp-float img,
.whatsapp-float svg {
  width: 100%;
  height: 100%;
  display: block;
}

.whatsapp-float circle {
  fill: currentColor;
  transition: fill 0.3s var(--ease-luxury);
}

.whatsapp-float path {
  fill: var(--bg-primary);
  transition: fill 0.3s var(--ease-luxury);
}

.whatsapp-float:hover path {
  fill: var(--bg-secondary);
}

body.page-services .whatsapp-float {
  right: auto;
  left: 28px;
}

/* ── TOAST ───────────────────────────────────────────────── */
#toast-host {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  pointer-events: none;
}

.toast {
  background: var(--surface);
  color: var(--text-primary);
  padding: 14px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border-left: 3px solid var(--gold);
  margin-top: 10px;
  min-width: 280px;
  font-size: 13px;
  font-weight: 400;
  animation: toastIn 0.3s var(--ease-out);
}

.toast.success {
  border-left-color: #10B981;
}

.toast.warn {
  border-left-color: var(--amber);
}

.toast.error {
  border-left-color: var(--red);
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── IMAGE LIGHTBOX ──────────────────────────────────────── */
.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s var(--ease-luxury);
}

.pdp-lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}

.pdp-lightbox-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.94);
  transition: transform 0.28s var(--ease-out);
}

.pdp-lightbox.is-open .pdp-lightbox-inner {
  transform: scale(1);
}

.pdp-lightbox-inner img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-xl);
  display: block;
}

.pdp-lightbox-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 18px;
}

/* ── AGE VERIFICATION ────────────────────────────────────── */
.age-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 15, 12, 0.98);
  backdrop-filter: blur(16px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 0.4s ease;
}

.age-modal {
  background: var(--surface);
  width: 100%;
  max-width: 480px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border-gold);
  animation: slideUp 0.5s var(--ease-out);
}

.age-modal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.age-modal-content {
  padding: 48px 40px;
  text-align: center;
}

.age-logo {
  width: 68px;
  height: 68px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, var(--emerald-dark), var(--emerald-darker));
  margin: 0 auto 24px;
}

.age-logo span {
  font-family: var(--font-serif);
  color: var(--gold-light);
  font-size: 28px;
  font-weight: 400;
}

.age-modal h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--text-primary);
  margin-bottom: 12px;
  font-weight: 400;
}

.age-modal p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 32px;
  font-weight: 300;
}

.age-modal .legal-notice {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-weight: 300;
}

.age-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── HERO SLIDER ─────────────────────────────────────────── */
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-secondary);
  padding: clamp(18px, 3vh, 36px) 0 clamp(22px, 3.5vh, 44px);
}

.hero-slides-container {
  width: 87%;
  max-width: 1400px;
  margin: 0 auto;
  height: clamp(480px, 54vh, 580px);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}

.hero-slides {
  display: flex;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

/* Slide button overrides */
.hero-slider .btn {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(201, 168, 76, 0.35) !important;
  color: white !important;
  padding: 10px 22px !important;
  font-size: 11px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s var(--ease-luxury) !important;
  letter-spacing: 0.1em !important;
}

.hero-slider .btn:hover {
  background: rgba(201, 168, 76, 0.22) !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 12px rgba(201, 168, 76, 0.25) !important;
}

.hero-slider .btn-outline-emerald,
.hero-slider .btn-outline-white {
  background: rgba(255, 255, 255, 0.06) !important;
}

/* Slide base */
.hero-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  padding: clamp(22px, 3.5vh, 44px) 0;
  box-sizing: border-box;
}

.hero-slide-1 {
  background: linear-gradient(135deg, #040f0c 0%, #0b3d2e 60%, #040f0c 100%);
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-slide-dynamic {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide-dynamic::before {
  content: none;
}

.hero-slide-dynamic .slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 0;
}

.hero-slide-2 {
  background: var(--charcoal);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide-2::before {
  content: none;
}

.hero-slide-2 .slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 1.0;
}

.hero-slide-2 .slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 0;
}

.hero-slide-3 {
  background: linear-gradient(135deg, #080e18 0%, #0a140a 100%);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide-3::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 70%);
}

.hero-slide-3 .slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
}

.hero-slide-3 .slide-eyebrow {
  margin-bottom: 4px;
}

.hero-slide-3 .slide-h1 {
  font-size: 24px;
  margin-bottom: 4px;
}

.hero-slide-3 .slide-sub {
  margin-bottom: 4px;
}

/* Brands slide */
.hero-slide-brands {
  background: linear-gradient(135deg, #060c18 0%, #0a1210 60%, #100e06 100%);
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide-brands::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 60%, rgba(201, 168, 76, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 40%, rgba(10, 80, 30, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

.hero-slide-brands::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image:
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(201, 168, 76, 0.15) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 65% 70%, rgba(201, 168, 76, 0.10) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 80%, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
  animation: brandStarfield 20s linear infinite;
  pointer-events: none;
}

@keyframes brandStarfield {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(40px, 40px);
  }
}

.hero-slide-brands .slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.brands-float-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 820px;
}

.brand-float-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 8px;
  width: 90px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: brandFloat 3.5s ease-in-out infinite alternate;
  transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.brand-float-card:hover {
  background: rgba(201, 168, 76, 0.10);
  border-color: var(--gold);
  transform: translateY(-8px) scale(1.04) !important;
  box-shadow: 0 16px 40px rgba(201, 168, 76, 0.15);
  animation-play-state: paused;
}

@keyframes brandFloat {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.brand-float-logo {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

.brand-float-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.brand-float-initial {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--emerald);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-float-name {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1.2;
}

.brand-float-country {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  text-align: center;
}

.desktop-only-brands {
  display: block !important;
}

.mobile-only-brands {
  display: none !important;
}

/* Slider controls */
.slider-arrows-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
  height: 0;
  z-index: 20;
  pointer-events: none;
}

.slider-arrows-wrapper .slider-arrow {
  pointer-events: auto;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  background: none !important;
  border: none !important;
  color: #111111 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  opacity: 0.75 !important;
}

.slider-arrow:hover {
  background: none !important;
  border: none !important;
  color: var(--gold) !important;
  transform: translateY(-50%) scale(1.2) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.slider-arrow svg {
  width: 32px !important;
  height: 32px !important;
  display: block;
}

.slider-prev {
  left: 24px;
}

.slider-next {
  right: 24px;
}

.hero-slider .container {
  padding-left: 60px;
  padding-right: 60px;
}

.slider-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 20;
}

.slider-dot {
  /* Visual dot stays small, but touch target is padded to 44x44px minimum (WCAG 2.5.5) */
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s var(--ease-luxury);
  border: none;
  /* Expand clickable area without changing visual size */
  padding: 18px 18px;
  box-sizing: content-box;
  margin: -18px -5px;
}

.slider-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 3px;
}

.slide-counter {
  position: absolute;
  bottom: 8px;
  right: 15%;
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  z-index: 20;
}

/* Slide text */
.slide-eyebrow {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 500;
  margin-bottom: 20px;
}

.slide-h1 {
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  color: white;
  margin-bottom: 16px;
}

.slide-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin-bottom: 18px;
  line-height: 1.7;
  font-weight: 300;
}

.slide-specs-row {
  display: flex;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.slide-spec {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slide-spec .lbl {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.slide-spec .val {
  font-size: 14px;
  color: white;
  font-weight: 400;
}

.slide-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.slide-price-tag {
  font-family: var(--font-serif);
  font-size: 32px;
  color: var(--gold-light);
  font-weight: 300;
  margin-bottom: 28px;
}

/* Slide 3 grid */
.slide-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 12px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.slide-3-grid .product-card {
  width: 100%;
  min-height: 185px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: var(--radius);
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
  box-sizing: border-box;
}

.slide-3-grid .product-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 12px 24px rgba(201, 168, 76, 0.15);
}

.slide-3-grid .product-card .pc-eyebrow {
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 4px;
}

.slide-3-grid .product-card .pc-img-container {
  width: 100%;
  height: 75px;
  background: rgba(11, 61, 46, 0.4);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.slide-3-grid .product-card .pc-img-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-luxury);
}

.slide-3-grid .product-card:hover .pc-img-photo {
  transform: scale(1.08);
}

.slide-3-grid .product-card .pc-brand {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
}

.slide-3-grid .product-card .pc-name {
  font-family: var(--font-serif);
  font-size: 13px;
  color: white;
  margin: 0 0 3px;
  font-weight: 400;
  line-height: 1.2;
}

.slide-3-grid .product-card .pc-price {
  font-size: 12px;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 4px;
}

.slide-3-grid .product-card .pc-stock-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  color: #10B981;
  font-weight: 500;
  margin-bottom: 4px;
}

.slide-3-grid .product-card .pc-stock-status .stock-dot {
  width: 6px;
  height: 6px;
  background: #10B981;
  border-radius: 50%;
  display: inline-block;
}

.slide-3-grid .product-card .pc-license-pill {
  background: rgba(245, 158, 11, 0.12);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.25);
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: var(--radius-full);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  display: inline-block;
}

.slide-3-grid .product-card .pc-view-details {
  font-size: 10px;
  color: var(--gold-light);
  font-weight: 500;
  margin-top: auto;
  letter-spacing: 0.05em;
}

.slide-view-all {
  margin-top: 12px;
}

/* Slide-in animation */
.hero-slide .slide-animate {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s var(--ease-luxury), transform 0.55s var(--ease-luxury);
}

.hero-slide.is-active .slide-animate {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide.is-active .slide-animate:nth-child(2) {
  transition-delay: 0.1s;
}

.hero-slide.is-active .slide-animate:nth-child(3) {
  transition-delay: 0.2s;
}

.hero-slide.is-active .slide-animate:nth-child(4) {
  transition-delay: 0.3s;
}

.hero-slide.is-active .slide-animate:nth-child(5) {
  transition-delay: 0.4s;
}

/* ── SEARCH ─────────────────────────────────────────────── */
.header-search-wrap {
  position: relative;
  width: 420px;
  margin: 0 auto;
}

.search-input-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-input-container input {
  width: 100%;
  padding: 10px 44px 10px 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  color: white;
  font-family: var(--font-sans);
  font-size: 13px;
  transition: all 0.25s var(--ease-luxury);
  letter-spacing: 0.02em;
}

.search-input-container input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-input-container input:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

.search-input-container input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.10);
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.18);
}

.search-bar-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.search-clear-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.search-clear-btn:hover {
  color: white;
}

.search-esc-hint {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  pointer-events: none;
}

/* Search autocomplete */
.search-autocomplete-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--surface);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-xl);
  max-height: 460px;
  overflow-y: auto;
  z-index: 1100;
  animation: slideDownFade 0.22s var(--ease-out);
}

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.autocomplete-section {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.autocomplete-section:last-child {
  border-bottom: none;
}

.autocomplete-section-title {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  padding: 0 16px 8px;
}

.autocomplete-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.15s;
}

.autocomplete-item:hover {
  background: var(--gold-soft);
}

.autocomplete-item-img {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.autocomplete-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autocomplete-item-initial {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--emerald-soft);
  color: var(--emerald);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 14px;
  border: 1px solid var(--border);
  flex-shrink: 0;
}

.autocomplete-item-name {
  font-weight: 500;
  color: var(--text-primary);
  font-size: 13px;
  line-height: 1.3;
}

.autocomplete-item-meta {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 1px;
}

.autocomplete-empty-state {
  padding: 32px 16px;
  text-align: center;
  color: var(--text-muted);
  font-size: 13px;
}

.autocomplete-footer {
  padding: 14px 16px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: var(--emerald);
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.04em;
}

[data-theme="dark"] .autocomplete-footer,
body.dark-mode .autocomplete-footer {
  color: var(--gold-light);
}

.autocomplete-footer:hover {
  background: var(--gold-soft);
}

/* Mobile search */
.mobile-search-trigger {
  display: none;
}

.mobile-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--bg-primary);
  z-index: 2100;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.35s var(--ease-out);
}

.mobile-search-overlay.open {
  transform: translateY(0);
}

.mobile-search-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--emerald-dark);
}

.mobile-search-close {
  background: none;
  border: none;
  font-size: 18px;
  color: white;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search-input-wrap {
  position: relative;
  flex: 1;
}

.mobile-search-input-wrap input {
  width: 100%;
  padding: 9px 36px 9px 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  color: white;
  font-size: 14px;
}

.mobile-search-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mobile-search-input-wrap input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--gold);
}

.mobile-search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.mobile-search-clear {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 0;
}

.mobile-search-results {}

/* Product image helpers */
.product-image-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s var(--ease-luxury);
}

.product-card:hover .product-image-photo {
  transform: scale(1.04);
}

/* ── PRELOADER ─────────────────────────────────────────────── */
.preloader {
  position: fixed !important;
  inset: 0 !important;
  background: #040f0c !important;
  z-index: 100000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.7s var(--ease-luxury), visibility 0.7s;
  font-family: var(--font-sans);
}

.preloader-inner {
  text-align: center !important;
  max-width: 280px !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.preloader-logo {
  position: relative !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto 24px !important;
}

.preloader-logo img {
  width: 80px !important;
  height: 80px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
  position: relative !important;
  z-index: 2 !important;
  border: 1px solid var(--gold) !important;
  display: block !important;
  margin: 0 auto !important;
}

.logo-pulse {
  position: absolute !important;
  inset: -10px !important;
  border: 1px solid var(--gold) !important;
  border-radius: 50% !important;
  opacity: 0 !important;
  animation: logoPulse 2.2s infinite !important;
  z-index: 1 !important;
}

@keyframes logoPulse {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.preloader-brand {
  margin-bottom: 32px !important;
}

.preloader-brand .name {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  color: white !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.preloader-brand .tagline {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2em !important;
  color: var(--gold) !important;
  font-weight: 500 !important;
  display: block !important;
}

.preloader-loader {
  width: 100% !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative !important;
}

.preloader-loader .progress-bar {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
  width: 40% !important;
  background: linear-gradient(90deg, transparent, var(--gold), transparent) !important;
  animation: loaderProgress 1.8s infinite ease-in-out !important;
}

@keyframes loaderProgress {
  0% {
    left: -40%;
    width: 20%;
  }

  50% {
    width: 40%;
  }

  100% {
    left: 100%;
    width: 20%;
  }
}

body.is-loading {
  overflow: hidden !important;
}

.preloader.fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .navbar {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 10000 !important; /* Elevates navigation and drawer above backdrop overlay */
  }

  .nav-menu {
    position: fixed !important;
    top: 66px !important; /* Matched to mobile header height */
    right: -100% !important; /* Fully hidden off-screen to the right */
    width: 290px !important; /* Sleek drawer width */
    max-width: 85% !important; /* Safety constraint */
    bottom: 0 !important;
    background: linear-gradient(180deg, #06110c 0%, #030806 100%) !important;
    border-left: 1px solid var(--border-gold) !important;
    border-top: none !important;
    padding: 30px 20px !important;
    flex-direction: column !important;
    gap: 12px !important;
    z-index: 9999 !important;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.6) !important;
    overflow-y: auto !important;
    transition: right 0.4s var(--ease-luxury) !important;
    display: flex !important;
  }

  .nav-menu.is-active {
    right: 0 !important;
  }

  .nav-menu .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 14px !important;
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    color: rgba(255, 255, 255, 0.82) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: var(--radius-sm) !important;
    background: rgba(255, 255, 255, 0.01) !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
  }

  .nav-menu .nav-link:active {
    background: rgba(201, 168, 76, 0.07) !important;
    color: var(--gold-light) !important;
  }

  .nav-menu .nav-link::after {
    content: '›';
    font-size: 18px !important;
    color: var(--gold-light) !important;
    opacity: 0.4;
  }

  .nav-menu .nav-link:last-child {
    border-bottom: none !important;
  }

  .nav-menu .nav-link .chev {
    display: none;
  }

  .hamburger {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-visual {
    max-width: 300px;
    margin: 0 auto;
    aspect-ratio: auto;
  }

  .hero-visual .frame,
  .hero-visual .frame-2,
  .hero-visual .firearm-art {
    display: none;
  }

  .hero-floating-logo {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero-floating-logo img {
    width: 180px;
    max-width: 80vw;
    height: auto;
    max-height: 180px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-stats {
    gap: 24px;
  }

  .fotm-card {
    grid-template-columns: 1fr;
  }

  .fotm-content {
    padding: 36px 28px;
  }

  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .product-grid.three {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .shop-layout,
  .cart-layout,
  .dash-layout {
    grid-template-columns: 1fr;
  }

  .pdp-gallery {
    flex-direction: column-reverse;
  }

  .pdp-thumbs {
    flex-direction: row;
    width: auto;
  }

  .help-grid,
  .services-grid,
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dash-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dash-sidebar {
    position: static;
    border-radius: var(--radius);
    overflow: hidden;
  }

  .dash-nav {
    display: flex;
    overflow-x: auto;
    padding: 0;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .dash-nav::-webkit-scrollbar {
    display: none;
  }

  .dash-nav-item {
    flex-shrink: 0;
    padding: 12px 14px;
    font-size: 12px;
    white-space: nowrap;
    border-left: none;
    border-bottom: 2px solid transparent;
  }

  .dash-nav-item.active {
    border-left-color: transparent;
    border-bottom-color: var(--gold);
  }

  .dash-nav-item svg {
    width: 14px;
    height: 14px;
  }

  .dash-content {
    padding: 20px 16px;
    min-height: auto;
  }

  .dash-content h2 {
    font-size: 22px;
  }

  .dash-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dash-table thead,
  .dash-table tbody,
  .dash-table tr,
  .dash-table th,
  .dash-table td {
    white-space: nowrap;
  }

  .mega {
    display: none !important;
  }
}

/* Desktop: sticky filter sidebar */
@media (min-width: 769px) {
  .shop-layout {
    display: grid !important;
    grid-template-columns: 230px 1fr !important;
    gap: 48px !important;
    padding: 40px 0 !important;
    align-items: start !important;
  }

  .filter-sidebar {
    position: sticky !important;
    top: calc(var(--topbar-h) + var(--nav-h) + 56px + 16px) !important;
    height: auto !important;
    max-height: calc(100vh - 160px) !important;
    width: 230px !important;
    z-index: 10 !important;
    box-shadow: none !important;
    transform: none !important;
    border-radius: var(--radius) !important;
    background: var(--surface) !important;
    overflow-y: auto !important;
    border: 1px solid var(--border) !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .filter-drawer-header {
    display: none !important;
  }

  .filter-drawer-inner {
    padding: 20px !important;
  }

  .filter-overlay {
    display: none !important;
  }

  .mobile-filter-trigger {
    display: none !important;
  }
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
  }

  a[data-link],
  [data-action],
  .nav-link,
  .icon-btn,
  .hamburger {
    min-height: 44px;
  }

  .topbar {
    display: none;
  }

  .container {
    padding: 0 18px;
  }

  .header-search-wrap {
    display: none !important;
  }

  .mobile-search-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    margin-right: 4px;
  }

  .nav-main-row {
    height: 66px;
    padding: 0 18px;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .nav-menu-row {
    display: block;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: visible;
  }

  .logo {
    gap: 10px;
  }

  .logo-mark {
    width: 48px !important;
    height: 48px !important;
    border-width: 1.5px;
    flex-shrink: 0;
  }

  .logo-mark img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
  }

  .logo-text .name {
    font-size: 16px;
    white-space: nowrap;
  }

  .logo-text .tag {
    font-size: 8px;
  }

  .nav-actions {
    gap: 4px;
  }

  .nav-socials {
    display: none;
  }

  /* Mobile drawer rules moved to 1024px responsive query to support tablets */

  .theme-toggle {
    padding: 5px 10px;
    font-size: 10px;
  }

  .hero-slider {
    margin-top: 14px;
    padding: 0 0 10px 0;
  }

  .hero-slides-container {
    width: 90%;
    height: 290px;
    max-width: 100%;
    aspect-ratio: auto;
  }

  .hero-slide-1 {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }

  .hero-grid {
    display: block;
    text-align: left;
  }

  .hero-visual {
    display: none;
  }

  .hero-content .eyebrow {
    font-size: 8px;
    margin-bottom: 6px;
  }

  .hero-content h1 {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .hero-content p {
    font-size: 11px;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-cta {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-cta .btn {
    padding: 7px 14px;
    font-size: 10px;
    flex: 1;
    text-align: center;
    min-width: 0;
  }

  .hero-stats {
    gap: 16px;
    margin-top: 12px;
    padding-top: 10px;
  }

  .hero-stat .num {
    font-size: 20px !important;
  }

  .hero-stat .lbl {
    font-size: 7px !important;
    letter-spacing: 0.08em !important;
  }

  .slider-arrows-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    max-width: none;
  }

  .slider-prev,
  .slider-next {
    top: 0 !important;
    bottom: 0 !important;
    width: 25% !important;
    height: 100% !important;
    transform: none !important;
    background: transparent !important;
    opacity: 0;
  }

  .slider-arrow.slider-prev {
    left: 0 !important;
  }

  .slider-arrow.slider-next {
    right: 0 !important;
  }

  .slider-arrow svg {
    display: none;
  }

  .hero-slider .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-eyebrow {
    font-size: 7px !important;
    margin-bottom: 2px !important;
  }

  .slide-h1 {
    font-size: 14px !important;
    margin-bottom: 2px !important;
  }

  .slide-sub {
    font-size: 9px !important;
    margin-bottom: 4px !important;
  }

  .slide-3-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .slide-3-grid .product-card {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 10px 8px !important;
  }

  .slide-3-grid .product-card .pc-img-container {
    height: 70px !important;
  }

  .slide-3-grid .product-card .pc-name {
    font-size: 12px !important;
  }

  .slide-3-grid .product-card .pc-stock-status,
  .slide-3-grid .product-card .pc-license-pill,
  .slide-3-grid .product-card .pc-view-details {
    display: none !important;
  }

  .brands-float-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4px !important;
  }

  .desktop-only-brands {
    display: none !important;
  }

  .mobile-only-brands {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .brand-float-card {
    padding: 6px 4px !important;
    border-radius: 5px !important;
    animation: none !important;
  }

  .brand-float-logo {
    width: 26px !important;
    height: 26px !important;
    border-width: 1px !important;
  }

  .brand-float-logo img {
    padding: 2px !important;
  }

  .brand-float-initial {
    font-size: 12px !important;
  }

  .brand-float-name {
    font-size: 7px !important;
  }

  .brand-float-country {
    display: none !important;
  }

  .section {
    padding: 36px 0;
  }

  .section-sm {
    padding: 24px 0;
  }

  .heading-row {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 28px;
  }

  .section-heading {
    font-size: 28px;
  }

  .section-subheading {
    font-size: 13px;
  }

  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .cat-tile {
    min-height: 160px;
    padding: 18px 12px;
  }

  .cat-tile h3 {
    font-size: 15px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-grid.three {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .fotm {
    padding: 36px 0;
  }

  .fotm-card {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
  }

  .fotm-image {
    min-height: 280px;
  }

  .fotm-content {
    padding: 28px 22px 32px;
  }

  .fotm-content h2 {
    font-size: 30px;
  }

  .fotm-specs {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .shop-header {
    padding: 28px 0 18px;
  }

  .shop-header h1 {
    font-size: 26px;
  }

  .shop-toolbar {
    flex-direction: row;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 14px;
  }

  .filter-sidebar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100% !important;
    height: 90vh !important;
    max-height: 90vh !important;
    transform: translateY(100%) !important;
    transition: transform 0.35s var(--ease-out) !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    z-index: 2000 !important;
    background: var(--surface) !important;
    border: 1px solid var(--border-gold) !important;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.15) !important;
  }

  .filter-sidebar.open {
    transform: translateY(0) !important;
  }

  .filter-overlay {
    z-index: 1999 !important;
  }

  .filter-drawer-inner {
    padding: 20px 20px calc(88px + env(safe-area-inset-bottom)) !important;
    flex: 1 !important;
    overflow-y: auto !important;
  }

  .pdp-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pdp-gallery {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .pdp-thumbs {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
    height: auto;
    scrollbar-width: none;
  }

  .pdp-thumbs::-webkit-scrollbar {
    display: none;
  }

  .pdp-thumb {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
  }

  .pdp-main {
    aspect-ratio: 4/3;
    border-radius: var(--radius);
  }

  .pdp-zoom {
    display: none;
  }

  .pdp-info h1 {
    font-size: 26px;
  }

  .pdp-price {
    font-size: 30px;
  }

  .pdp-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    flex-direction: row;
    gap: 10px;
    margin-bottom: 0;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.10);
  }

  .pdp-actions .btn {
    flex: 1;
    text-align: center;
    padding: 13px 12px;
    font-size: 11px;
  }

  .pdp-page-wrap {
    padding-bottom: 90px;
  }

  .pdp-tab-headers {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pdp-tab-headers::-webkit-scrollbar {
    display: none;
  }

  .pdp-tab-header {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 10px;
    padding: 12px 14px;
  }

  .help-grid,
  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-grid {
    grid-template-columns: 1fr;
  }

  .gunsmith-panel {
    grid-template-columns: 1fr;
    padding: 28px 20px;
    gap: 20px;
  }

  .storefront-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 0;
  }

  .storefront-visual .display-img {
    display: none;
  }

  .storefront-visual .showroom-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .storefront-compliance {
    display: none !important;
  }

  .modal-overlay {
    align-items: flex-end;
    padding: 0;
  }

  .modal {
    border-radius: 20px 20px 0 0;
    max-height: 92svh;
    width: 100%;
    margin: 0;
  }

  .modal-footer {
    flex-direction: column;
    gap: 8px;
  }

  .modal-footer .btn {
    width: 100%;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .footer .brand-block {
    grid-column: 1/-1;
  }

  .footer .brand-block p {
    display: none;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    bottom: calc(80px + env(safe-area-inset-bottom));
    right: 14px;
  }

  body.page-services .whatsapp-float {
    right: auto;
    left: 14px;
  }

  #toast-host {
    bottom: 16px;
    left: 16px;
    right: 16px;
    transform: none;
  }

  .toast {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  .product-grid,
  .product-grid.three {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .product-name {
    font-size: 13px;
  }

  .product-price {
    font-size: 16px;
  }

  .cat-tile {
    min-height: 140px;
  }

  .help-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .dash-stat-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 22px;
  }

  .btn {
    padding: 11px 18px;
    font-size: 11px;
  }

  .btn-sm {
    padding: 8px 14px;
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 12px;
  }

  .logo-text .name {
    font-size: 14px;
  }

  .product-grid,
  .product-grid.three {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  .product-name {
    font-size: 11px;
  }

  .section-heading {
  }
}

/* Luxury Backdrop for Drawer Menu */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Elegant, soft dark overlay that does not make screen too dark */
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-luxury);
}

body.nav-menu-open {
  overflow: hidden; /* Lock scroll when menu drawer is open */
}

body.nav-menu-open::before {
  opacity: 1;
  pointer-events: auto;
}

/* Premium Search Term Highlight */
mark.search-highlight {
  background: rgba(201, 168, 76, 0.22);
  color: #c9a84c;
  font-weight: 600;
  border-radius: 2px;
  padding: 0 2px;
}

/* Premium Empty State */
.empty-state {
  text-align: center;
  padding: 60px 24px;
  color: var(--text-secondary);
  background: var(--bg-secondary);
  border-radius: var(--radius);
  border: 1.5px dashed var(--border-gold);
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.empty-state svg {
  width: 64px;
  height: 64px;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0.85;
}

.empty-state h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.empty-state p {
  color: var(--text-muted);
  max-width: 460px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.6;
}

/* ============================================================
   PREMIUM FILTER SLIDEBAR DRAWER STYLING (ALL SCREEN SIZES)
   ============================================================ */

/* Force shop layout to be full width grid for products since sidebar is now a slide-out drawer */
.shop-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 40px 0 !important;
  width: 100% !important;
}

/* Ensure mobile-filter-trigger is visible and beautifully styled on both desktop and mobile */
.mobile-filter-trigger {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: var(--emerald) !important;
  color: white !important;
  border: 1px solid var(--gold-light) !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.mobile-filter-trigger:hover {
  background: var(--emerald-dark) !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25) !important;
}

/* Slideout Filter Sidebar Drawer */
.filter-sidebar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 320px !important;
  max-width: 85vw !important;
  height: 100vh !important;
  z-index: 2100 !important; /* Extremely high z-index to overlay header and top bar */
  background: var(--surface) !important;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.4) !important;
  transform: translateX(-100%) !important;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  border-right: 1.5px solid var(--border-gold) !important;
}

.filter-sidebar.open {
  transform: translateX(0) !important;
}

/* Custom modern scrollbar for filter lists */
.filter-scroll-list {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 6px;
  margin-top: 8px;
}

.filter-scroll-list::-webkit-scrollbar {
  width: 4px;
}

.filter-scroll-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.filter-scroll-list::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 2px;
}

/* Filter Backdrop Overlay with elegant blur */
.filter-overlay {
  display: none;
  position: fixed !important;
  inset: 0 !important;
  z-index: 2000 !important; /* Just below the drawer */
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  opacity: 0;
  transition: opacity 0.3s ease !important;
}

.filter-overlay.show {
  display: block !important;
  opacity: 1 !important;
}

/* Drawer Header */
.filter-drawer-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 24px 24px 20px !important;
  border-bottom: 1.5px solid var(--border-gold) !important;
  background: var(--surface) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
}

.filter-drawer-header h3 {
  font-family: var(--font-serif) !important;
  font-size: 22px !important;
  color: var(--text-primary) !important;
  font-weight: 500 !important;
  margin: 0 !important;
  letter-spacing: 0.02em !important;
}

.filter-close-btn {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  color: var(--text-secondary) !important;
  background: var(--bg-secondary) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  border: 1px solid var(--border) !important;
  flex-shrink: 0 !important;
}

.filter-close-btn:hover {
  background: var(--emerald) !important;
  color: white !important;
  border-color: var(--emerald) !important;
  transform: rotate(90deg) !important;
}

.filter-drawer-inner {
  padding: 0 24px calc(40px + env(safe-area-inset-bottom)) !important;
  flex: 1 !important;
  overflow-y: auto !important;
  display: block !important;
}

/* Spacing and typography updates inside the filter group */
.filter-group {
  margin-bottom: 16px !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--border) !important;
}

.filter-group:last-child {
  border-bottom: none !important;
}

.filter-group h4 {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--gold-dark) !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}

.filter-option {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: var(--text-secondary) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-weight: 400 !important;
}

.filter-option:hover {
  color: var(--text-primary) !important;
  padding-left: 4px !important;
}

.filter-option input[type="checkbox"] {
  accent-color: var(--emerald) !important;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer !important;
}

.filter-option .count {
  color: var(--text-muted) !important;
  margin-left: auto !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

/* Custom premium badge inside the trigger */
.filter-badge {
  background: var(--gold) !important;
  color: var(--emerald-darker) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  border-radius: 12px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}