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

/* ==========================================================================
   SHINE CRACKERS — Editorial Luxury Storefront Design System
   Color Palette strictly matched to the Logo:
   Warm Vintage Parchment Ivory, Sivakasi Burgundy / Maroon, Royal Gold & Espresso
   ========================================================================== */

.hidden {
  display: none !important;
}

:root {
  /* Soft Sage Mint & Forest Emerald Luxury Palette */
  --bg-page: #F0F7F4;
  --bg-surface: #FFFFFF;
  --bg-card: #FFFFFF;
  --bg-card-alt: #F4F9F6;
  --bg-alt: #E3EFE9;
  
  /* Forest Emerald & Deep Jade Theme Palette */
  --blue-950: #042418;
  --blue-900: #064E3B;
  --blue-800: #065F46;
  --blue-700: #047857;
  --blue-600: #059669;
  --blue-500: #10B981;
  --blue-400: #34D399;
  --blue-subtle: rgba(5, 150, 105, 0.08);
  --blue-border: rgba(5, 150, 105, 0.25);
  --blue-glow: rgba(5, 150, 105, 0.15);

  /* Festive Royal Gold & Warm Amber */
  --gold-300: #FDE68A;
  --gold-400: #F59E0B;
  --gold-500: #D97706;
  --gold-600: #B45309;
  --gold-subtle: rgba(217, 119, 6, 0.08);
  --gold-border: rgba(217, 119, 6, 0.32);

  /* Deep Evergreen Slate Typography - Crisp, High Readability */
  --text-primary: #0A2619;
  --text-secondary: #244234;
  --text-muted: #527565;
  --border-hairline: rgba(6, 78, 59, 0.1);
  --border-light: rgba(6, 78, 59, 0.16);

  /* Sivakasi Direct Wholesale Badges */
  --green-badge: #047857;
  --green-badge-bg: rgba(16, 185, 129, 0.12);
  --wa-green: #16A34A;
  --wa-dark: #15803D;

  /* Premium Luxury Font Families */
  --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-hero: 'Outfit', 'Cinzel', -apple-system, sans-serif;
  --font-editorial: 'Playfair Display', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  /* Transitions & Shadows */
  --transition-fast: 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-subtle: 0 4px 20px -2px rgba(6, 78, 59, 0.05), 0 2px 6px -1px rgba(6, 78, 59, 0.03);
  --shadow-hover: 0 20px 35px -5px rgba(6, 78, 59, 0.1), 0 8px 16px -3px rgba(6, 78, 59, 0.05);

  /* Emerald Theme Aliases for legacy Maroon variables */
  --maroon-950: var(--blue-950, #042418);
  --maroon-900: var(--blue-900, #064E3B);
  --maroon-800: var(--blue-800, #065F46);
  --maroon-700: var(--blue-700, #047857);
  --maroon-600: var(--blue-600, #059669);
  --maroon-500: var(--blue-500, #10B981);
  --maroon-400: var(--blue-400, #34D399);
  --maroon-subtle: var(--blue-subtle, rgba(5, 150, 105, 0.08));
  --maroon-border: var(--blue-border, rgba(5, 150, 105, 0.25));
  --maroon-glow: var(--blue-glow, rgba(5, 150, 105, 0.15));
}

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

html {
  scroll-behavior: smooth;
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
}

body.luxury-body {
  background-color: #F0F7F4;
  background-image: 
    radial-gradient(ellipse at 50% -10%, #F9FCFB 0%, #F0F7F4 45%, #DFEFE7 100%);
  background-attachment: fixed;
  color: #0A2619;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: clip;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3D WebGL Canvas Layer */
.three-canvas-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

/* Interactive Floating Hint */
.sky-hint-pill {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid var(--maroon-border);
  border-radius: 9999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--maroon-700);
  pointer-events: none;
  box-shadow: 0 4px 18px rgba(126, 29, 34, 0.15);
}

.sky-hint-pill .spark-dot {
  color: var(--gold-500);
  margin-right: 4px;
}

@media (max-width: 768px) {
  .sky-hint-pill {
    display: none;
  }
}

.app-wrapper {
  position: relative;
  z-index: 2;
}

/* Typography Utilities */
.font-display {
  font-family: var(--font-display);
}

.font-editorial {
  font-family: var(--font-editorial);
}

/* ==========================================================================
   Announcement Banner (Logo Maroon with Gold Details)
   ========================================================================== */
.luxury-top-bar {
  background: linear-gradient(135deg, #6B141A 0%, #7E1D22 50%, #9B2228 100%);
  border-bottom: 1px solid rgba(212, 160, 23, 0.35);
  padding: 8px 16px;
  font-size: 12px;
  color: #FFFDF8;
  position: relative;
  z-index: 60;
  box-shadow: 0 2px 8px rgba(107, 20, 26, 0.25);
}

.top-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.top-bar-badge {
  background: rgba(212, 160, 23, 0.25);
  color: var(--gold-300);
  border: 1px solid var(--gold-400);
  padding: 2px 9px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-bar-text {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.top-bar-text .sep {
  color: var(--gold-400);
}

.top-bar-link {
  color: var(--gold-300);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-fast);
}

.top-bar-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .top-bar-text {
    display: none;
  }
}

/* ==========================================================================
   Header & Sticky Navigation (Logo Ivory Frosted Glass)
   ========================================================================== */
.luxury-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: background 0.3s;
}

.header-content {
  max-width: 1380px;
  margin: 0 auto;
  height: 72px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Brand Identity */
.brand-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
  flex-shrink: 0;
}

.brand-monogram {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #252549;
  border: 1px solid rgba(255, 215, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.brand-monogram.small {
  width: 38px;
  height: 38px;
}

.brand-monogram img,
.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--maroon-700);
  line-height: 1.15;
  white-space: nowrap;
}

.brand-origin {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 700;
  white-space: nowrap;
}

/* Desktop Nav Links */
.desktop-nav {
  display: block;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }
}

@media (max-width: 1260px) {
  .header-content {
    gap: 10px;
    padding: 0 14px;
  }
  .nav-menu {
    gap: 2px;
  }
  .nav-item {
    padding: 6px 9px;
    font-size: 12.5px;
  }
  .nav-item.highlighted-nav {
    padding: 5px 10px;
  }
  .btn-enquiry {
    padding: 8px 12px;
    font-size: 12px;
    gap: 5px;
  }
}

@media (max-width: 1100px) {
  .desktop-nav .nav-item[href="#showcase"] {
    display: none;
  }
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.nav-item {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 9999px;
  transition: all var(--transition-fast);
  letter-spacing: 0.01em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nav-item:hover {
  color: var(--maroon-700);
  background: var(--maroon-subtle);
}

.nav-item.highlighted-nav {
  color: var(--maroon-700);
  background: rgba(126, 29, 34, 0.08);
  border: 1.5px solid var(--maroon-border);
  font-weight: 700;
  padding: 6px 13px;
  gap: 6px;
  box-shadow: 0 1px 4px rgba(126, 29, 34, 0.05);
}

.nav-item.highlighted-nav:hover {
  background: var(--maroon-700);
  color: #FFFFFF;
}

.nav-item.admin-nav-link {
  color: #c2410c;
  background: rgba(234, 88, 12, 0.08);
  border: 1.5px solid rgba(234, 88, 12, 0.25);
  font-weight: 700;
  gap: 5px;
}

.nav-item.admin-nav-link:hover {
  background: #ea580c;
  color: #FFFFFF;
  border-color: #ea580c;
}

.nav-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 9999px;
  background: var(--maroon-700);
  color: #FFFFFF;
  line-height: 1.3;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.nav-item.highlighted-nav:hover .nav-count-badge {
  background: #FFFFFF;
  color: var(--maroon-700);
}

/* Right Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid var(--maroon-border);
  color: var(--maroon-700);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.header-icon-btn:hover {
  background: var(--maroon-700);
  color: #FFFFFF;
}

.header-icon-btn .hidden {
  display: none;
}

/* Enquiry CTA Button */
.btn-enquiry {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 9999px;
  background: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #062411;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.25);
}

.btn-enquiry:hover {
  background: #1eb857;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
}

@media (max-width: 640px) {
  .btn-enquiry {
    display: none;
  }
}

/* Cart Header Button */
.header-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 15px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1px solid var(--maroon-border);
  color: var(--maroon-700);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.header-cart-btn:hover {
  background: var(--maroon-700);
  color: #FFFFFF;
}

.header-cart-btn:hover .badge-pill {
  background: #FFFFFF;
  color: var(--maroon-700);
}

.badge-pill {
  background: var(--maroon-700);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 9999px;
  transition: all var(--transition-fast);
}

/* Mobile Toggle Button */
.mobile-toggle-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid var(--maroon-border);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.mobile-toggle-btn .bar {
  width: 20px;
  height: 2px;
  background: var(--maroon-700);
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .mobile-toggle-btn {
    display: flex;
  }
}

/* Mobile Drawer (Logo Ivory) */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #FAF6ED;
  border-left: 1px solid var(--maroon-border);
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -10px 0 40px rgba(126, 29, 34, 0.15);
}

.mobile-drawer.open {
  right: 0;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(29, 18, 12, 0.5);
  backdrop-filter: blur(6px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-hairline);
  margin-bottom: 24px;
}

.drawer-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--maroon-700);
}

.drawer-close-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
}

.drawer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 600;
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  transition: all var(--transition-fast);
}

.drawer-link:hover, .drawer-link.highlight {
  color: var(--maroon-700);
  background: rgba(126, 29, 34, 0.08);
}

.drawer-link.highlight {
  font-weight: 700;
  border-left: 3px solid var(--maroon-700);
}

.drawer-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--border-hairline);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-footer .btn-enquiry {
  display: flex;
  justify-content: center;
}

.drawer-phone {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
  font-weight: 500;
}

/* ==========================================================================
   Hero Section (Warm Ivory with Maroon & Gold Typography)
   ========================================================================== */
.hero-section {
  position: relative;
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  padding: 80px 24px 60px;
}

.hero-container {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 720px;
}

@media (max-width: 1140px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-content {
    max-width: 100%;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--maroon-700);
  margin-bottom: 20px;
}

.eyebrow-accent {
  color: var(--gold-500);
  font-size: 11px;
}

.hero-editorial-title {
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-editorial-title .line-1 {
  display: block;
  font-family: var(--font-sans);
  color: var(--text-primary);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-editorial-title .line-2 {
  display: block;
  font-family: var(--font-display);
  background: linear-gradient(135deg, #6B141A 0%, #7E1D22 40%, #B8860B 85%, #D4A017 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 25px rgba(126, 29, 34, 0.15);
}

.hero-desc-lead {
  font-family: var(--font-editorial);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 36px;
  letter-spacing: 0.01em;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Luxury Button System */
.btn-gold-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #6B141A 0%, #7E1D22 60%, #9B2228 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(212, 160, 23, 0.35);
  cursor: pointer;
  box-shadow: 0 4px 22px rgba(126, 29, 34, 0.3);
  transition: all var(--transition-fast);
}

.btn-gold-luxury:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(126, 29, 34, 0.45);
  filter: brightness(1.08);
}

.btn-translucent-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1.5px solid var(--maroon-border);
  color: var(--maroon-700);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(126, 29, 34, 0.05);
  transition: all var(--transition-fast);
}

.btn-translucent-luxury:hover {
  background: var(--maroon-subtle);
  border-color: var(--maroon-700);
}

.btn-wa-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 9999px;
  background: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #062411;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(37, 211, 102, 0.25);
  transition: all var(--transition-fast);
}

.btn-wa-pill:hover {
  background: #1eb857;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.full-width {
  width: 100%;
}

/* Metric Counters Row (Warm Cards) */
.hero-metrics-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 700px;
  padding-top: 24px;
  border-top: 1px solid var(--border-hairline);
}

@media (min-width: 640px) {
  .hero-metrics-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.metric-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--maroon-border);
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(126, 29, 34, 0.04);
}

.metric-num {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: var(--maroon-700);
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.metric-lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-secondary);
  font-weight: 600;
  margin-top: 4px;
}

/* ==========================================================================
   Hero Diwali Crackers Box Showcase
   ========================================================================== */
.hero-diwali-box-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1200px;
  animation: heroBoxFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes heroBoxFadeIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Ambient Festive Aura behind Box */
.diwali-box-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  height: 125%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(212, 160, 23, 0.28) 0%, rgba(126, 29, 34, 0.18) 45%, transparent 72%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(35px);
  z-index: 0;
  animation: boxAuraPulse 5s ease-in-out infinite alternate;
}

@keyframes boxAuraPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.65;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

/* Festive Twinkling Sparkles */
.box-sparkle {
  position: absolute;
  color: var(--gold-500);
  font-size: 15px;
  pointer-events: none;
  z-index: 10;
  text-shadow: 0 0 10px rgba(212, 160, 23, 0.8);
  animation: boxSparkleTwinkle 3s ease-in-out infinite;
}

.box-sparkle.s-1 { top: -12px; right: 24px; font-size: 18px; animation-delay: 0s; }
.box-sparkle.s-2 { top: 38%; left: -16px; font-size: 13px; animation-delay: 0.8s; }
.box-sparkle.s-3 { bottom: 18%; right: -14px; font-size: 16px; animation-delay: 1.6s; }
.box-sparkle.s-4 { bottom: -10px; left: 30%; font-size: 12px; animation-delay: 2.2s; }

@keyframes boxSparkleTwinkle {
  0%, 100% { opacity: 0.25; transform: scale(0.8) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.25) rotate(45deg); filter: drop-shadow(0 0 8px #F59E0B); }
}

/* 3D Box Card Structure */
.diwali-box-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 530px;
  background: linear-gradient(145deg, #FFFFFF 0%, #FBF7F0 60%, #F6EFE2 100%);
  border: 1.5px solid rgba(212, 160, 23, 0.45);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 48px -10px rgba(126, 29, 34, 0.22),
    0 6px 20px rgba(212, 160, 23, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.diwali-box-card:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 28px 60px -12px rgba(126, 29, 34, 0.3),
    0 10px 30px rgba(212, 160, 23, 0.25),
    0 0 0 1px rgba(255, 255, 255, 1) inset;
}

/* Top Banner Tag */
.box-top-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  background: linear-gradient(90deg, #6B141A 0%, #7E1D22 55%, #9B2228 100%);
  color: #FFFFFF;
  border-bottom: 1px solid rgba(212, 160, 23, 0.4);
}

.box-tag-left {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.box-tag-icon {
  font-size: 13px;
}

.box-tag-badge {
  background: linear-gradient(135deg, #F59E0B, #D4AF37);
  color: #381206;
  font-size: 9.5px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 9999px;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Image Wrap - Strict 16:9 Aspect Ratio */
.box-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  overflow: hidden;
  background: #0B131E;
}

.diwali-box-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.diwali-box-card:hover .diwali-box-img {
  transform: scale(1.03);
}

.hero-16x9-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  pointer-events: none;
  z-index: 10;
}

/* Shimmer overlay on hover */
.box-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.24) 50%, transparent 65%);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.diwali-box-card:hover .box-image-wrap::after {
  transform: translateX(100%);
}

/* Floating Badges over Image */
.box-floating-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.badge-top-right {
  top: 14px;
  right: 14px;
  background: rgba(126, 29, 34, 0.92);
  color: #FFFFFF;
  border: 1px solid rgba(212, 160, 23, 0.7);
}

.badge-dot-gold {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F59E0B;
  box-shadow: 0 0 6px #F59E0B;
}

.badge-bottom-left {
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--maroon-700);
  border: 1px solid var(--maroon-border);
}

.badge-icon {
  font-size: 13px;
}

/* Card Body */
.box-card-body {
  padding: 20px 22px 22px;
}

.box-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.box-cat-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #92530A;
  margin-bottom: 3px;
}

.box-title {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--maroon-700);
  line-height: 1.15;
  margin: 0;
}

.box-peso-stamp {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #047857;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

/* Items Preview Chips */
.box-items-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.box-chip {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(126, 29, 34, 0.05);
  color: #6B1C22;
  border: 1px solid rgba(126, 29, 34, 0.12);
}

/* Price & Action Bar */
.box-price-action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--border-hairline);
  flex-wrap: wrap;
}

.box-pricing-group {
  display: flex;
  flex-direction: column;
}

.box-mrp-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mrp-label {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 600;
}

.mrp-val {
  font-size: 12.5px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 600;
}

.mrp-discount-tag {
  background: rgba(220, 38, 38, 0.1);
  color: #DC2626;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

.box-deal-row {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.deal-curr {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--maroon-700);
}

.deal-val {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--maroon-700);
  line-height: 1;
}

.deal-unit {
  font-size: 11.5px;
  color: var(--text-secondary);
  font-weight: 600;
  margin-left: 4px;
}

.box-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
  max-width: 250px;
}

.btn-box-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 9999px;
  background: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #062411;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.3);
  transition: all var(--transition-fast);
}

.btn-box-order:hover {
  background: #1eb857;
  color: #FFFFFF;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.45);
  transform: translateY(-1px);
}

.btn-box-catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  color: var(--maroon-700);
  font-size: 11.5px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  transition: all var(--transition-fast);
}

.btn-box-catalog:hover {
  background: rgba(126, 29, 34, 0.06);
  color: var(--maroon-800);
}

@media (max-width: 480px) {
  .box-price-action-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .box-action-buttons {
    max-width: 100%;
  }
}

/* Scroll Cue */
.hero-scroll-cue {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.hero-scroll-cue:hover {
  color: var(--maroon-700);
}

.scroll-cue-txt {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.scroll-cue-line {
  width: 32px;
  height: 1.5px;
  background: var(--maroon-border);
}

@media (max-width: 900px) {
  .hero-scroll-cue {
    display: none;
  }
}

/* ==========================================================================
   Infinite Marquee Ribbon
   ========================================================================== */
.luxury-marquee {
  overflow: hidden;
  background: #FAF3E6;
  border-top: 1px solid var(--maroon-border);
  border-bottom: 1px solid var(--maroon-border);
  padding: 14px 0;
  position: relative;
  z-index: 10;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  gap: 40px;
  animation: marqueeLoop 38s linear infinite;
  width: max-content;
}

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

.marquee-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--maroon-700);
}

.marquee-star {
  color: var(--gold-500);
  font-size: 14px;
}

@keyframes marqueeLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   DYNAMIC FESTIVE PROMOTIONAL BANNERS CAROUSEL (MANAGED FROM ADMIN)
   ========================================================================== */
.promo-carousel-section {
  padding: 36px 20px 24px;
  position: relative;
  z-index: 10;
  background: linear-gradient(180deg, rgba(4, 36, 24, 0.6) 0%, rgba(6, 78, 59, 0.2) 100%);
  border-top: 1px solid rgba(245, 158, 11, 0.15);
  border-bottom: 1px solid rgba(245, 158, 11, 0.15);
}

.promo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.promo-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 16px;
}

.promo-header-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold-400);
  margin-bottom: 4px;
}

.promo-sparkle {
  color: var(--gold-400);
  font-size: 12px;
}

.promo-header-title {
  font-size: clamp(22px, 3.2vw, 32px);
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.01em;
}

.promo-arrows-group {
  display: flex;
  gap: 8px;
}

.promo-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.promo-nav-arrow:hover {
  background: var(--gold-400);
  color: #080C14;
  border-color: var(--gold-400);
  transform: scale(1.06);
}

.promo-carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: #061A13;
}

.promo-slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.promo-slide-card {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 380px;
  background: radial-gradient(circle at 20% 50%, rgba(6, 78, 59, 0.6) 0%, rgba(4, 36, 24, 0.95) 100%);
  position: relative;
  overflow: hidden;
}

.promo-slide-content {
  padding: 40px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.promo-slide-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(217, 119, 6, 0.3));
  border: 1px solid rgba(245, 158, 11, 0.5);
  color: var(--gold-300);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.promo-slide-title {
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.18;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.promo-slide-subtitle {
  font-size: clamp(13px, 1.3vw, 15px);
  color: #CBD5E1;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 520px;
}

.promo-slide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.promo-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #F59E0B, #D97706);
  color: #080C14;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 13px;
  padding: 11px 22px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.35);
  transition: all 0.2s ease;
}

.promo-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.5);
  color: #000;
}

.promo-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22, 163, 74, 0.2);
  border: 1px solid rgba(22, 163, 74, 0.5);
  color: #4ADE80;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.promo-btn-whatsapp:hover {
  background: #16A34A;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.promo-slide-visual {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}

.promo-slide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.promo-slide-card:hover .promo-slide-visual img {
  transform: scale(1.04);
}

.promo-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #042418 0%, rgba(4, 36, 24, 0.15) 60%, transparent 100%);
  pointer-events: none;
}

.promo-floating-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(8, 12, 20, 0.85);
  border: 1px solid rgba(245, 158, 11, 0.6);
  color: #FDE68A;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.promo-dots-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.promo-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}

.promo-dot.active {
  width: 26px;
  background: var(--gold-400);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}

@media (max-width: 860px) {
  .promo-slide-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .promo-slide-content {
    padding: 24px 18px;
    order: 2;
  }
  .promo-slide-visual {
    height: 200px;
    min-height: 200px;
    order: 1;
  }
  .promo-slide-overlay {
    background: linear-gradient(0deg, #042418 0%, transparent 80%);
  }
}

/* ==========================================================================
   Editorial Sections Shared (Warm Ivory Background)
   ========================================================================== */
.editorial-section {
  padding: 100px 20px;
  position: relative;
}

.editorial-section.dark-alt {
  background: #F1E9DA;
  border-top: 1px solid var(--border-hairline);
  border-bottom: 1px solid var(--border-hairline);
}

.section-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.editorial-section-header {
  max-width: 740px;
  margin-bottom: 56px;
}

.section-tag-gold {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--maroon-700);
  margin-bottom: 12px;
}

.section-title-serif {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}

.section-desc {
  font-family: var(--font-editorial);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Editorial Card in Clean Warm White */
.editorial-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--maroon-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

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

/* ==========================================================================
   Section 1: 8 Curated Luxury Collections Grid
   ========================================================================== */
.luxury-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

@media (min-width: 1200px) {
  .luxury-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.luxury-cat-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #FFFFFF;
}

.cat-thumb-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #fdfbf7;
  border: 1px solid var(--border-light);
  margin-bottom: 18px;
}

.cat-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.luxury-cat-card:hover .cat-thumb-img {
  transform: scale(1.08);
}

.cat-index-pill {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--maroon-border);
  color: var(--maroon-700);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.cat-price-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: var(--maroon-700);
  color: #FFFFFF;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 9999px;
  box-shadow: 0 2px 8px rgba(126, 29, 34, 0.3);
}

.cat-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cat-card-title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.cat-card-tagline {
  font-size: 12.5px;
  color: var(--maroon-700);
  margin-bottom: 10px;
  font-weight: 600;
}

.cat-card-specs {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 18px;
  border-top: 1px solid var(--border-light);
  padding-top: 10px;
}

.cat-card-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.btn-card-details {
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--maroon-subtle);
  border: 1px solid var(--maroon-border);
  color: var(--maroon-700);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-card-details:hover {
  background: var(--maroon-700);
  color: #FFFFFF;
}

.btn-card-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #062411;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-card-wa:hover {
  background: #1eb857;
  color: #FFFFFF;
}


/* ==========================================================================
   Section 3: Interactive 3D Orbital Firework Study Deck
   ========================================================================== */
.study-card {
  padding: 36px 32px;
  background: #FFFFFF;
}

.study-deck-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .study-deck-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.deck-label {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--maroon-700);
  margin-bottom: 14px;
}

.formula-chips-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.formula-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #FAF6EE;
  border: 1px solid var(--border-hairline);
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: left;
}

.formula-chip:hover {
  background: var(--maroon-subtle);
  border-color: var(--maroon-border);
}

.formula-chip.active {
  background: var(--maroon-subtle);
  border-color: var(--maroon-700);
  color: var(--maroon-700);
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(126, 29, 34, 0.15);
}

.color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.study-actions-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.study-hint-text {
  font-size: 12px;
  color: var(--text-muted);
}

.deck-info-box {
  background: #FAF6ED;
  border: 1px solid var(--maroon-border);
  border-radius: 14px;
  padding: 24px;
}

#study-formula-name {
  font-size: 1.35rem;
  color: var(--maroon-700);
  font-weight: 800;
  margin-bottom: 8px;
}

#study-formula-desc {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 20px;
}

.deck-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border-top: 1px solid var(--border-hairline);
  padding-top: 16px;
}

.spec-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-weight: 600;
}

.spec-val {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--text-primary);
}

/* ==========================================================================
   Section 4: Brand Story & Heritage
   ========================================================================== */
.story-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}

@media (max-width: 991px) {
  .story-split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.story-card {
  padding: 16px;
  background: #FFFFFF;
}

.story-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
}

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

.story-floating-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #7E1D22;
  color: #FFFFFF;
  border: 1px solid var(--gold-400);
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(126, 29, 34, 0.4);
}

.badge-year {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold-300);
  line-height: 1;
}

.badge-txt {
  font-size: 11.5px;
  color: #FFFDF8;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.story-lead {
  font-family: var(--font-editorial);
  font-size: 1.45rem;
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: 16px;
}

.story-p {
  font-size: 14.5px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.story-credentials {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.cred-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cred-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--maroon-subtle);
  color: var(--maroon-700);
  border: 1px solid var(--maroon-border);
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.cred-item strong {
  display: block;
  font-size: 14px;
  color: var(--text-primary);
}

.cred-item p {
  font-size: 12.5px;
  color: var(--text-secondary);
}

/* ==========================================================================
   Section 5: Master 142 Products Catalog (Uniq Ultra Style Table)
   ========================================================================== */
.catalog-section {
  background: #FAF7F2;
  color: var(--text-primary);
  padding: 60px 16px 100px;
  position: relative;
  z-index: 5;
  border-top: 1px solid var(--border-hairline);
  border-bottom: 1px solid var(--border-hairline);
}

.catalog-inner-container {
  max-width: 1180px;
  margin: 0 auto;
}

.catalog-header-block {
  margin-bottom: 28px;
}

.catalog-header-top {
  margin-bottom: 18px;
}

.catalog-main-heading {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3.8vw, 2.6rem);
  font-weight: 800;
  color: var(--text-primary);
  margin: 6px 0 8px;
  letter-spacing: -0.02em;
}

.catalog-sub-heading {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.55;
  max-width: 720px;
}

/* Sticky Search & Mobile Category Ribbon */
.catalog-sticky-search {
  position: sticky;
  top: 72px;
  z-index: 45;
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(16px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(24, 10, 5, 0.08);
  margin-bottom: 24px;
}

.search-and-controls-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 220px;
}

.search-input-wrap input {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(24, 10, 5, 0.16);
  padding: 0 16px 0 46px;
  font-size: 15px;
  color: var(--text-primary);
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.search-input-wrap input:focus {
  border-color: var(--maroon-700);
  box-shadow: 0 0 0 3px rgba(126, 29, 34, 0.15);
}

.catalog-action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.mobile-cat-picker-btn {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 50px;
  background: #ffffff;
  border: 1.5px solid var(--maroon-border);
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--maroon-800);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(126, 29, 34, 0.08);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mobile-cat-picker-btn:hover {
  background: #FAF4E8;
  border-color: var(--maroon-700);
}

.picker-chevron {
  font-size: 10px;
  color: var(--text-muted);
}

.btn-quick-popup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8B1A1E 0%, #5E0E12 100%);
  border: 1px solid rgba(212, 160, 23, 0.4);
  color: #FFFDF8;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(126, 29, 34, 0.25);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-quick-popup:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(126, 29, 34, 0.35);
  border-color: var(--gold-300);
  color: #FFF;
}

@media (max-width: 1023px) {
  .search-and-controls-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .catalog-action-buttons {
    display: flex;
    width: 100%;
    gap: 8px;
  }
  .mobile-cat-picker-btn {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  .btn-quick-popup {
    flex-shrink: 0;
    padding: 0 14px;
    font-size: 12.5px;
  }
}

.search-svg-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

/* Mobile Category Pills */
.mobile-cat-nav {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-cat-nav {
    display: block;
    margin-top: 10px;
  }
}

.mobile-pills-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  list-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-pills-list::-webkit-scrollbar {
  display: none;
}

.mobile-pill-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  padding: 7px 14px;
  border-radius: 9999px;
  font-size: 12.5px;
  font-family: inherit;
  font-weight: 500;
  border: 1px solid rgba(24, 10, 5, 0.15);
  background: #ffffff;
  color: var(--text-secondary);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s;
}

.mobile-pill-link.active {
  background: var(--maroon-700);
  color: #ffffff;
  font-weight: 700;
  border-color: var(--maroon-700);
  box-shadow: 0 2px 8px rgba(126, 29, 34, 0.25);
}

.pill-count {
  font-size: 11px;
  opacity: 0.8;
}

/* Master Line-by-Line Full Width Catalog Layout (No Category Grouping) */
.catalog-split-layout {
  display: block;
  width: 100%;
}

.catalog-sidebar,
.mobile-cat-picker-btn,
.mobile-cat-nav,
.catalog-action-buttons {
  display: none !important;
}

.sidebar-sticky-box {
  position: sticky;
  top: 145px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 4px;
}

.sidebar-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px 10px;
  border-bottom: 1px solid rgba(24, 10, 5, 0.08);
  margin-bottom: 8px;
}

.sidebar-title {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  font-weight: 700;
}

.sidebar-total-badge {
  background: rgba(24, 10, 5, 0.06);
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 9999px;
}

.sidebar-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-cat-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-family: inherit;
  color: var(--text-secondary);
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.18s;
  font-weight: 500;
}

.sidebar-cat-link:hover {
  background: rgba(24, 10, 5, 0.04);
  color: var(--text-primary);
}

.sidebar-cat-link.active {
  background: rgba(126, 29, 34, 0.08);
  color: var(--maroon-700);
  font-weight: 700;
}

.cat-link-count {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 400;
}

.sidebar-cat-link.active .cat-link-count {
  color: var(--maroon-700);
  font-weight: 700;
}

/* Right Content Area */
.catalog-content-area {
  min-width: 0;
}

/* Master 142 Line-by-Line Bar & Table Customizations */
.catalog-master-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #FFFFFF;
  border: 1.5px solid var(--maroon-border);
  border-radius: 14px;
  padding: 14px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  flex-wrap: wrap;
}

.master-bar-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}

.master-bar-badge {
  background: rgba(126, 29, 34, 0.08);
  color: var(--maroon-700);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(126, 29, 34, 0.2);
}

.master-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.th-sno, .td-sno {
  width: 54px;
  text-align: center !important;
}

.sno-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 6px;
  background: rgba(126, 29, 34, 0.08);
  color: var(--maroon-700);
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.th-cat-col, .td-cat-col {
  width: 145px;
}

.cat-tag-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-secondary);
  background: rgba(24, 10, 5, 0.05);
  padding: 2.5px 8px;
  border-radius: 6px;
  white-space: nowrap;
  border: 1px solid rgba(24, 10, 5, 0.08);
}

.btn-direct-order-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #25D366;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.18s ease;
  box-shadow: 0 2px 6px rgba(37, 211, 102, 0.25);
}

.btn-direct-order-wa:hover {
  background: #1ebc59;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

.mobile-wa-order-btn {
  margin-top: 6px;
  width: 100%;
  padding: 5px 8px;
  font-size: 11px;
}

.mobile-sno-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-sub-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

/* Focused Single-Category Header Bar */
.cat-focus-header {
  background: #FFFFFF;
  border: 1.5px solid var(--maroon-border);
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cat-focus-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cat-focus-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.cat-focus-badge {
  background: rgba(126, 29, 34, 0.08);
  color: var(--maroon-700);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(126, 29, 34, 0.15);
}

.cat-focus-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cat-nav-arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #FAF6ED;
  border: 1px solid var(--border-hairline);
  color: var(--text-primary);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}

.cat-nav-arrow-btn:hover {
  background: #F2EADB;
  border-color: var(--maroon-border);
  color: var(--maroon-700);
}

.cat-toggle-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid var(--border-hairline);
  color: var(--text-secondary);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
}

.cat-toggle-all-btn:hover {
  background: #FAF6ED;
  color: var(--text-primary);
  border-color: var(--maroon-border);
}

@media (max-width: 767px) {
  .cat-focus-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
    gap: 12px;
  }
  .cat-focus-actions {
    width: 100%;
    justify-content: space-between;
  }
  .cat-nav-arrow-btn {
    flex: 1;
    justify-content: center;
    padding: 8px 8px;
    font-size: 12px;
  }
}

.category-section {
  scroll-margin-top: 145px;
  margin-bottom: 44px;
  content-visibility: auto;
  contain-intrinsic-size: 0 450px;
}

.category-section-header {
  margin-bottom: 14px;
}

.category-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: none;
}

.category-count {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
}

/* Desktop Table View */
.desktop-table-card {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(24, 10, 5, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

@media (max-width: 1023px) {
  .desktop-table-card {
    display: none;
  }
}

.wholesale-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.wholesale-price-table thead tr {
  background: #fbf9f5;
  border-bottom: 1px solid rgba(24, 10, 5, 0.08);
}

.wholesale-price-table th {
  padding: 12px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  font-weight: 600;
  text-align: left;
}

.wholesale-price-table th.th-mrp,
.wholesale-price-table th.th-price,
.wholesale-price-table th.th-total {
  text-align: right;
}

.wholesale-price-table th.th-qty {
  text-align: center;
}

.wholesale-price-table td,
.wholesale-price-table th[scope="row"] {
  padding: 12px 16px;
  border-top: 1px solid rgba(24, 10, 5, 0.05);
  vertical-align: middle;
  font-weight: normal;
}

.product-table-row:hover {
  background: rgba(24, 10, 5, 0.015);
}

.product-table-row.row-active {
  background: rgba(126, 29, 34, 0.04);
}

.prod-identity-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prod-thumb-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(24, 10, 5, 0.14);
  padding: 0;
  background: #fdfdfd;
  cursor: pointer;
  flex-shrink: 0;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.prod-thumb-box:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.prod-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prod-title-text {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 14px;
}

.td-unit {
  color: var(--text-secondary);
  font-size: 13px;
}

.td-mrp {
  text-align: right;
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 13px;
}

.td-price {
  text-align: right;
  white-space: nowrap;
}

.price-bold {
  font-weight: 700;
  font-size: 15px;
  color: var(--text-primary);
}

.discount-pill-green {
  background: var(--green-badge-bg);
  color: var(--green-badge);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  margin-left: 8px;
  display: inline-block;
}

/* Stepper Control */
.stepper-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.step-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(24, 10, 5, 0.18);
  background: #ffffff;
  color: var(--text-primary);
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

.step-btn:hover:not(:disabled) {
  border-color: var(--maroon-700);
  color: var(--maroon-700);
  background: #fffdf5;
}

.step-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.step-input-num {
  width: 44px;
  height: 34px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(24, 10, 5, 0.18);
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  outline: none;
  -moz-appearance: textfield;
}

.step-input-num::-webkit-outer-spin-button,
.step-input-num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.td-total {
  text-align: right;
  font-weight: 700;
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
}

/* Mobile Products List */
.mobile-products-list {
  display: none;
}

@media (max-width: 1023px) {
  .mobile-products-list {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(24, 10, 5, 0.1);
    border-radius: 14px;
    overflow: hidden;
    list-style: none;
  }
}

.mobile-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(24, 10, 5, 0.06);
}

.mobile-product-card:last-child {
  border-bottom: none;
}

.mobile-product-card.mobile-active {
  background: rgba(126, 29, 34, 0.04);
}

.mobile-thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.mobile-info-column {
  flex: 1;
  min-width: 0;
}

.mobile-prod-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 2px;
  line-height: 1.25;
}

.mobile-prod-unit {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.mobile-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-subtotal-tag {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--maroon-700);
  margin-top: 3px;
}

.mobile-stepper-column {
  flex-shrink: 0;
}

/* Empty search result */
.catalog-empty-search {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-secondary);
}

.catalog-empty-search h3 {
  color: var(--text-primary);
  margin-bottom: 8px;
}

/* ==========================================================================
   Sticky Bottom Wholesale Bar (Rich Espresso & Gold)
   ========================================================================== */
.sticky-wholesale-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 150;
  background: rgba(29, 18, 12, 0.96);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--gold-border);
  padding: 12px 16px;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-wholesale-bar.visible {
  transform: translateY(0);
}

.sticky-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sticky-meter-col {
  flex: 1;
  min-width: 240px;
}

.sticky-meter-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 6px;
}

.meter-status-text {
  color: #FFFFFF;
  font-weight: 600;
}

.cart-summary-text {
  color: var(--gold-300);
  font-weight: 700;
}

.sticky-meter-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
  overflow: hidden;
}

.sticky-meter-fill {
  height: 100%;
  background: linear-gradient(90deg, #D4A017, #10B981);
  transition: width 0.3s ease;
  border-radius: 9999px;
}

.sticky-actions-col {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sticky-btn-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--gold-border);
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.sticky-btn-cart:hover {
  background: rgba(212, 160, 23, 0.25);
}

.sticky-badge {
  background: var(--gold-500);
  color: #060709;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 9999px;
}

.sticky-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  background: #25D366;
  border: none;
  color: #062411;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.sticky-btn-wa:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.5);
}

/* ==========================================================================
   Section 6: Contact & Factory Enquiry
   ========================================================================== */
.contact-deck-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 36px;
}

@media (max-width: 900px) {
  .contact-deck-grid {
    grid-template-columns: 1fr;
  }
}

.contact-info-card,
.contact-form-card {
  padding: 36px;
  background: #FFFFFF;
}

.contact-card-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--maroon-700);
  font-weight: 800;
  margin-bottom: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-icon {
  font-size: 18px;
  line-height: 1;
  margin-top: 3px;
}

.contact-item strong {
  display: block;
  font-size: 14px;
  color: var(--text-primary);
}

.contact-item p, .contact-link {
  font-size: 13.5px;
  color: var(--text-secondary);
  text-decoration: none;
}

.contact-link:hover {
  color: var(--maroon-700);
  text-decoration: underline;
}

.form-desc {
  font-size: 13.5px;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.editorial-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

@media (max-width: 600px) {
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}

.editorial-form label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
}

.editorial-form input,
.editorial-form textarea {
  width: 100%;
  background: #FAF6ED;
  border: 1px solid var(--border-hairline);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--text-primary);
  outline: none;
  font-family: inherit;
  transition: all var(--transition-fast);
}

.editorial-form input:focus,
.editorial-form textarea:focus {
  border-color: var(--maroon-700);
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(126, 29, 34, 0.12);
}

/* ==========================================================================
   Editorial Footer (Deep Grounding Royal Base)
   ========================================================================== */
.editorial-footer {
  background: #1C0E0B;
  border-top: 1px solid var(--gold-border);
  padding: 80px 20px 30px;
  position: relative;
  z-index: 10;
  color: #D6CCC2;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .footer-top-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}

@media (max-width: 600px) {
  .footer-top-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand .brand-title {
  color: #FFFFFF;
}

.footer-brand .brand-origin {
  color: var(--gold-400);
}

.footer-brand-desc {
  font-size: 13.5px;
  color: #B3A59A;
  line-height: 1.6;
  max-width: 320px;
}

.footer-nav-col h4 {
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: 18px;
}

.footer-nav-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-col a {
  color: #D6CCC2;
  text-decoration: none;
  font-size: 13.5px;
  transition: color var(--transition-fast);
}

.footer-nav-col a:hover {
  color: var(--gold-300);
}

.footer-bullet {
  color: var(--gold-400);
  margin-right: 6px;
}

.legal-disclaimer-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 12px;
  color: #A19184;
  line-height: 1.6;
  margin-bottom: 40px;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  font-size: 12px;
  color: #8C7B72;
}

/* ==========================================================================
   Modals & Drawers
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(29, 18, 12, 0.7);
  backdrop-filter: blur(6px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  max-width: 600px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--maroon-border);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--maroon-border);
  color: var(--maroon-700);
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  display: grid;
  place-items: center;
}

.modal-img-wrap {
  width: 100%;
  height: 240px;
  background: #fdfbf7;
}

.modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-body {
  padding: 28px;
}

#cat-modal-title {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin: 6px 0 10px;
}

.modal-specs {
  font-size: 13px;
  color: var(--maroon-700);
  font-weight: 700;
  margin-bottom: 12px;
}

.modal-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 18px;
}

.modal-highlights-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.modal-highlights-list li::before {
  content: '✓ ';
  color: var(--green-badge);
  font-weight: 800;
}

/* Image Lightbox */
.image-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(29, 18, 12, 0.85);
  backdrop-filter: blur(6px);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.image-modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.image-modal-box {
  max-width: 680px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid var(--maroon-border);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.image-modal-box img {
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  background: #fdfbf7;
}

.modal-details {
  padding: 18px 24px;
  color: var(--text-primary);
}

/* Wholesale Cart Drawer (Warm White/Ivory) */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -460px;
  width: 440px;
  max-width: 100vw;
  height: 100vh;
  background: #FFFFFF;
  border-left: 1px solid var(--maroon-border);
  z-index: 180;
  display: flex;
  flex-direction: column;
  transition: right 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: -15px 0 50px rgba(126, 29, 34, 0.12);
}

.cart-drawer.open {
  right: 0;
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(29, 18, 12, 0.5);
  backdrop-filter: blur(4px);
  z-index: 175;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.cart-drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer-header {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-hairline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAF6ED;
}

.cart-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-title-row h3 {
  font-size: 1.25rem;
  color: var(--maroon-700);
}

.cart-count-badge {
  background: rgba(126, 29, 34, 0.1);
  color: var(--maroon-700);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 9999px;
}

/* Min Order Meter */
.min-order-meter-box {
  padding: 14px 24px;
  background: rgba(212, 160, 23, 0.08);
  border-bottom: 1px solid var(--border-hairline);
}

.meter-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--text-secondary);
}

.meter-bar-track {
  height: 6px;
  background: rgba(24, 10, 5, 0.1);
  border-radius: 9999px;
  overflow: hidden;
}

.meter-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #D4A017, #10B981);
  border-radius: 9999px;
  transition: width 0.3s;
}

.cart-items-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-hairline);
}

.cart-item-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  background: #fdfdfd;
  border: 1px solid var(--border-hairline);
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-meta {
  font-size: 11.5px;
  color: var(--text-muted);
}

.cart-item-stepper {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cart-step-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #FAF6ED;
  border: 1px solid var(--border-hairline);
  color: var(--text-primary);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
}

.cart-qty-text {
  font-size: 13px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
}

.cart-item-subtotal {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--maroon-700);
  min-width: 55px;
  text-align: right;
}

.cart-empty-msg {
  text-align: center;
  padding: 60px 10px;
  color: var(--text-muted);
}

.cart-drawer-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--border-hairline);
  background: #FAF6ED;
}

.cart-pricing-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 13.5px;
}

.breakdown-row {
  display: flex;
  justify-content: space-between;
  color: var(--text-secondary);
}

.breakdown-row.savings {
  color: var(--green-badge);
  font-weight: 700;
}

.breakdown-row.total {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
  border-top: 1px solid var(--border-hairline);
  padding-top: 8px;
  margin-top: 4px;
}

.breakdown-row.total span:last-child {
  color: var(--maroon-700);
}

.cart-checkout-btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background: #25D366;
  border: none;
  color: #062411;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all var(--transition-fast);
  margin-bottom: 10px;
}

.cart-checkout-btn:hover:not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
}

.cart-checkout-btn:disabled {
  background: rgba(29, 18, 12, 0.12);
  color: var(--text-muted);
  cursor: not-allowed;
}

.cart-invoice-btn {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid var(--border-hairline);
  color: var(--text-secondary);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cart-invoice-btn:hover {
  background: #fdfdfd;
  color: var(--text-primary);
}

/* ==========================================================================
   Category Quick-Order Pop-up ("Orey Pop-up") - Royal Sapphire & Champagne Gold
   ========================================================================== */
.cat-quick-modal-card {
  max-width: 980px !important;
  width: 95% !important;
  max-height: 90vh !important;
  background: linear-gradient(170deg, #071922 0%, #0D2F38 60%, #06151C 100%) !important;
  border: 2px solid rgba(224, 188, 94, 0.45) !important;
  border-radius: 22px !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.9), 0 0 35px rgba(29, 78, 216, 0.35) !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
  animation: modalScaleUp 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes modalScaleUp {
  from {
    transform: scale(0.94) translateY(12px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.cat-quick-modal-header {
  padding: 20px 24px 16px !important;
  background: #061821 !important;
  border-bottom: 1.5px solid rgba(224, 188, 94, 0.35) !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.cat-quick-title-wrap {
  flex: 1 !important;
  min-width: 0 !important;
}

.cat-quick-badge {
  font-family: var(--font-display), 'Cinzel', serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  color: #E0BC5E !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  margin-bottom: 6px !important;
}

.cat-quick-title {
  font-family: var(--font-display), 'Cinzel', serif !important;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  margin-bottom: 4px !important;
  line-height: 1.25 !important;
}

.cat-quick-subtitle {
  font-size: 13.5px !important;
  color: #CBD5E1 !important;
  line-height: 1.5 !important;
}

/* Category Tabs Bar inside Quick Pop-up - Completely Hides Ugly Windows Scrollbar */
.cqm-category-tabs-bar {
  background: #040D13 !important;
  border-bottom: 1px solid rgba(224, 188, 94, 0.25) !important;
  padding: 12px 18px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE & Edge */
}

.cqm-category-tabs-bar::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera */
  height: 0px !important;
  width: 0px !important;
}

.cqm-tabs-track {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  white-space: nowrap !important;
  padding: 2px 2px 4px !important;
}

/* Luxury Category Pill: Dark Sapphire Background, Crisp White Text, Gold Borders */
.cqm-tab-pill {
  padding: 8px 18px !important;
  border-radius: 9999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: #09202B !important;
  color: #FFFFFF !important;
  border: 1.5px solid rgba(224, 188, 94, 0.4) !important;
  cursor: pointer !important;
  transition: all 0.16s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
  flex-shrink: 0 !important;
}

.cqm-tab-pill:hover {
  background: #0D2D3B !important;
  color: #F6CF65 !important;
  border-color: #E0BC5E !important;
  transform: translateY(-1px) !important;
}

.cqm-tab-pill.active {
  background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%) !important;
  color: #FFFFFF !important;
  border-color: #E0BC5E !important;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.6), inset 0 0 8px rgba(224, 188, 94, 0.4) !important;
}

.cqm-tab-pill .pill-num {
  font-size: 11.5px !important;
  color: #F6CF65 !important;
  font-weight: 800 !important;
}

.cqm-tab-pill.active .pill-num {
  color: #FFF3D4 !important;
}

/* Products Scroll Container */
.cqm-products-scroll {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 18px 20px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)) !important;
  gap: 14px !important;
  max-height: calc(88vh - 240px) !important;
  background: #050E14 !important;
  align-content: start !important;
}

@media (max-width: 680px) {
  .cqm-products-scroll {
    grid-template-columns: 1fr !important;
    padding: 12px !important;
    gap: 10px !important;
  }
}

.cqm-products-scroll::-webkit-scrollbar {
  width: 6px !important;
}

.cqm-products-scroll::-webkit-scrollbar-thumb {
  background: rgba(224, 188, 94, 0.35) !important;
  border-radius: 4px !important;
}

.cqm-products-scroll::-webkit-scrollbar-thumb:hover {
  background: #E0BC5E !important;
}

/* Product Card Box Element */
.cqm-product-box {
  background: linear-gradient(145deg, #09202B 0%, #0D2F3C 100%) !important;
  border: 1.5px solid rgba(224, 188, 94, 0.35) !important;
  border-radius: 14px !important;
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 12px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4) !important;
  position: relative !important;
}

.cqm-product-box:hover {
  border-color: rgba(224, 188, 94, 0.75) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 15px rgba(224, 188, 94, 0.25) !important;
  transform: translateY(-2px) !important;
}

.cqm-product-box.has-qty {
  background: linear-gradient(145deg, #0B2936 0%, #113D4D 100%) !important;
  border-color: #E0BC5E !important;
  box-shadow: 0 0 20px rgba(224, 188, 94, 0.35), 0 6px 18px rgba(0, 0, 0, 0.6) !important;
}

.cqm-box-identity {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.cqm-box-thumb-wrap {
  width: 62px !important;
  height: 62px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #051017 !important;
  border: 1.5px solid rgba(224, 188, 94, 0.45) !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  position: relative !important;
}

.cqm-box-thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.2s ease !important;
}

.cqm-box-thumb-wrap:hover .cqm-box-thumb {
  transform: scale(1.1) !important;
}

.cqm-zoom-icon {
  position: absolute !important;
  bottom: 2px !important;
  right: 2px !important;
  font-size: 10px !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 4px !important;
  padding: 1px 3px !important;
  line-height: 1 !important;
}

.cqm-box-details {
  flex: 1 !important;
  min-width: 0 !important;
}

.cqm-box-tags {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 4px !important;
  flex-wrap: wrap !important;
}

.cqm-cat-tag {
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: #7DD3FC !important;
  background: rgba(56, 189, 248, 0.14) !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
}

.cqm-unit-tag {
  font-size: 10.5px !important;
  color: #94A3B8 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
}

.cqm-box-name {
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin-bottom: 6px !important;
  line-height: 1.3 !important;
}

.cqm-box-pricing {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.cqm-box-price {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #F6CF65 !important;
  letter-spacing: 0.3px !important;
}

.cqm-box-mrp {
  font-size: 12px !important;
  color: #64748B !important;
  text-decoration: line-through !important;
}

.cqm-box-disc {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #66D99E !important;
  background: rgba(102, 217, 158, 0.14) !important;
  border: 1px solid rgba(102, 217, 158, 0.4) !important;
  padding: 1px 7px !important;
  border-radius: 6px !important;
}

/* Card Box Stepper & Subtotal Action Row */
.cqm-box-actions-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(224, 188, 94, 0.2) !important;
  margin-top: 4px !important;
}

.cqm-stepper-box {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: #061821 !important;
  border: 1.5px solid rgba(224, 188, 94, 0.4) !important;
  border-radius: 10px !important;
  padding: 2px !important;
}

.cqm-stepper-box .step-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  background: #0F3040 !important;
  border: 1px solid rgba(224, 188, 94, 0.35) !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  display: grid !important;
  place-items: center !important;
  transition: all 0.15s ease !important;
}

.cqm-stepper-box .step-btn:hover:not(:disabled) {
  background: #047857 !important;
  border-color: #E0BC5E !important;
  color: #F6CF65 !important;
}

.cqm-stepper-box .step-btn:disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

.cqm-stepper-box .step-input-num {
  width: 48px !important;
  height: 32px !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  outline: none !important;
}

.cqm-box-subtotal-wrap {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
}

.cqm-subtotal-lbl {
  font-size: 11px !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.cqm-box-subtotal {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #F6CF65 !important;
  font-variant-numeric: tabular-nums !important;
}

.cqm-box-wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: rgba(37, 211, 102, 0.15) !important;
  border: 1px solid rgba(37, 211, 102, 0.45) !important;
  color: #25D366 !important;
  padding: 4px 9px !important;
  border-radius: 8px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
}

.cqm-box-wa-btn:hover {
  background: #25D366 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.4) !important;
}

/* Quick Modal Footer */
.cqm-footer {
  padding: 16px 24px !important;
  background: #061821 !important;
  border-top: 1.5px solid rgba(224, 188, 94, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.cqm-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.btn-wa-checkout {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  border: 1.5px solid #25D366 !important;
  color: #FFFFFF !important;
  border-radius: 10px !important;
  padding: 10px 18px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35) !important;
  transition: all 0.2s ease !important;
}

.btn-wa-checkout:hover {
  transform: translateY(-1px) !important;
  filter: brightness(1.1) !important;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55) !important;
}

.cqm-total-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.cqm-items-count {
  font-size: 13px !important;
  color: #CBD5E1 !important;
  font-weight: 600 !important;
}

.cqm-cat-total {
  font-family: var(--font-display), 'Cinzel', serif !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #F6CF65 !important;
  letter-spacing: 0.5px !important;
}


/* ==========================================================================
   Mobile Category Bottom Sheet
   ========================================================================== */
.mobile-sheet-card {
  max-width: 600px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid var(--maroon-border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 85vh;
  position: relative;
  animation: modalScaleUp 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (max-width: 767px) {
  #mobile-category-sheet-backdrop {
    align-items: flex-end;
    padding: 0;
  }
  .mobile-sheet-card {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    max-height: 82vh;
    animation: slideUpBottom 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@keyframes slideUpBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.mobile-sheet-header {
  padding: 16px 20px;
  background: #FAF6ED;
  border-bottom: 1px solid var(--border-hairline);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-sheet-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--maroon-700);
  margin-top: 2px;
}

.mobile-sheet-grid {
  padding: 16px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
  background: #FAF7F2;
}

.mobile-sheet-cat-card {
  background: #FFFFFF;
  border: 1px solid rgba(24, 10, 5, 0.1);
  border-radius: 12px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.18s ease;
  user-select: none;
}

.mobile-sheet-cat-card:hover,
.mobile-sheet-cat-card:active {
  background: #FAF4E8;
  border-color: var(--maroon-border);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(126, 29, 34, 0.1);
}

.mobile-sheet-cat-card.active {
  background: rgba(126, 29, 34, 0.08);
  border-color: var(--maroon-700);
  box-shadow: 0 0 0 2px rgba(126, 29, 34, 0.2);
}

.mobile-sheet-cat-icon {
  font-size: 24px;
  margin-bottom: 6px;
}

.mobile-sheet-cat-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 4px;
}

.mobile-sheet-cat-count {
  font-size: 11px;
  color: var(--text-muted);
  background: rgba(24, 10, 5, 0.06);
  padding: 2px 7px;
  border-radius: 9999px;
}



/* ==========================================================================
   DEFINITIVE ZERO-SCROLLBAR CATEGORY RIBBON & 100% VISIBLE PILLS
   ========================================================================== */
.cqm-category-tabs-bar {
  background: #040D13 !important;
  background-color: #040D13 !important;
  border-bottom: 1.5px solid rgba(224, 188, 94, 0.35) !important;
  padding: 0 16px !important;
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
  box-sizing: border-box !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE & Edge */
  display: flex !important;
  align-items: center !important;
}

.cqm-category-tabs-bar::-webkit-scrollbar {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
}

.cqm-tabs-track {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 4px !important;
  white-space: nowrap !important;
}

/* Category Pill: High Contrast, 100% Visible Text */
.cqm-tab-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 18px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  background: #09202B !important;
  background-color: #09202B !important;
  color: #FFFFFF !important;
  border: 1.5px solid rgba(224, 188, 94, 0.45) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.16s ease !important;
  outline: none !important;
  margin: 0 !important;
}

.cqm-tab-pill span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.cqm-tab-pill .pill-num {
  color: #F6CF65 !important;
  font-weight: 800 !important;
  font-size: 12px !important;
  margin-left: 2px !important;
}

.cqm-tab-pill:hover {
  background: #0E3544 !important;
  border-color: #E0BC5E !important;
  color: #F6CF65 !important;
  transform: translateY(-1px) !important;
}

.cqm-tab-pill.active {
  background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%) !important;
  border-color: #E0BC5E !important;
  color: #FFFFFF !important;
  box-shadow: 0 0 16px rgba(29, 78, 216, 0.6), inset 0 0 8px rgba(224, 188, 94, 0.35) !important;
}

.cqm-tab-pill.active span {
  color: #FFFFFF !important;
}

.cqm-tab-pill.active .pill-num {
  color: #FFF3D4 !important;
}

/* ==========================================================================
   OFFICIAL ESTIMATE INVOICE PRINT STYLES (MATCHES SHINE CRACKERS FORMAT)
   ========================================================================== */
#print-invoice-area {
  display: none;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 8mm;
  }

  body, html {
    background: #FFFFFF !important;
    color: #000000 !important;
    font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Hide interactive components when printing */
  .cart-drawer,
  .cart-drawer-backdrop,
  .modal-backdrop,
  #three-canvas-container,
  .sticky-wholesale-bar,
  #audio-toggle-btn,
  .luxury-top-bar,
  .luxury-header,
  .editorial-footer,
  .mobile-freeze-bar,
  .pricelist-modal-backdrop,
  .banner-popup-modal,
  .hero-section,
  .story-section,
  .catalog-section,
  .testimonials-section,
  .faq-section,
  .contact-section,
  .bottom-mobile-nav,
  .shop-floating-cart-bar {
    display: none !important;
  }

  .app-wrapper {
    display: block !important;
    background: #FFFFFF !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Show only the structured print invoice */
  #print-invoice-area {
    display: block !important;
    width: 100% !important;
    background: #FFFFFF !important;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  /* When printing from the Price List Modal */
  .pricelist-modal,
  .pricelist-modal.open,
  #pricelist-modal {
    display: block !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: #FFFFFF !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pricelist-modal.open .pricelist-modal-header {
    background: none !important;
    color: #000000 !important;
    border-bottom: 2px solid #064E3B !important;
    padding: 0 0 10px 0 !important;
  }

  .pricelist-modal.open .pricelist-actions-group,
  .pricelist-modal.open .btn-close-pricelist {
    display: none !important;
  }

  .pricelist-modal.open .pricelist-modal-body {
    overflow: visible !important;
    padding: 0 !important;
    background: #FFFFFF !important;
  }

  .pricelist-modal.open .pricelist-sheet {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
  }

  .pricelist-table tr {
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }

  .print-header-card {
    border: 2px solid #000000 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
  }

  .print-brand-title {
    background-color: #E65100 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 8px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border-bottom: 1.5px solid #000000 !important;
  }

  .print-address-line {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 6px 10px !important;
    border-bottom: 1.5px solid #000000 !important;
  }

  .print-contact-line {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 6px 10px !important;
  }

  .print-meta-row {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 10px !important;
    padding: 4px 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #DDDDDD !important;
  }

  .print-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 14px !important;
  }

  .print-table th {
    background: #F2F2F2 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    border: 1.5px solid #333333 !important;
    padding: 6px 8px !important;
    text-align: left !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .print-table td {
    border: 1px solid #999999 !important;
    padding: 6px 8px !important;
    font-size: 11.5px !important;
  }

  .print-table th.num, .print-table td.num {
    text-align: right !important;
    font-variant-numeric: tabular-nums !important;
  }

  .print-summary-box {
    border: 1.5px solid #000000 !important;
    padding: 10px 14px !important;
    margin-top: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #FAFAFA !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .print-total-large {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000000 !important;
  }

  .print-footer-notice {
    margin-top: 16px !important;
    font-size: 9.5px !important;
    color: #444444 !important;
    text-align: center !important;
    border-top: 1px dashed #AAAAAA !important;
    padding-top: 8px !important;
    line-height: 1.5 !important;
  }
}


/* ==========================================================================
   EDITORIAL LUXURY LIGHT GREY & ICE BLUE THEME MASTER STYLES
   Cool Light Slate Grey & Ice Blue Radiance, Deep Midnight Slate Typography,
   Royal Sapphire & Brocade Gold Accents, and Matched Squircle Buttons
   ========================================================================== */

/* 1. Global Page Background & Body */
html, body {
  background-color: #F0F7F4 !important;
  color: #0A2619 !important;
  color-scheme: light !important;
}

body.luxury-body, .app-wrapper {
  background-color: #F0F7F4 !important;
  background-image: radial-gradient(ellipse at 50% -10%, #F9FCFB 0%, #F0F7F4 45%, #DFEFE7 100%) !important;
  background-attachment: fixed !important;
  color: #0A2619 !important;
}

/* 2. All Major Sections & Containers */
.hero-section,
.editorial-section,
.editorial-section.dark-alt,
.catalog-section,
.orbital-section,
.faq-section,
.contact-section,
.section-wrapper {
  background-color: transparent !important;
  background-image: none !important;
  color: #0A2619 !important;
  border-color: rgba(15, 23, 42, 0.1) !important;
}

/* 3. Top Announcement Banner (Royal Cobalt / Sapphire Blue) */
.luxury-top-bar {
  background: linear-gradient(135deg, #042418 0%, #064E3B 50%, #065F46 100%) !important;
  border-bottom: 1px solid rgba(147, 197, 253, 0.35) !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(15, 40, 78, 0.15) !important;
}
.top-bar-badge {
  background: rgba(254, 243, 199, 0.25) !important;
  color: #FDE68A !important;
  border: 1px solid #F59E0B !important;
}
.top-bar-text {
  color: #FFFFFF !important;
}
.top-bar-text .sep {
  color: #93C5FD !important;
}
.top-bar-link {
  color: #FDE68A !important;
}
.top-bar-link:hover {
  color: #FFFFFF !important;
}

/* 4. Sticky Header & Navigation (Translucent Frosted Glass) */
.luxury-header {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid #CBD5E1 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
}
.nav-item {
  color: #244234 !important;
}
.nav-item:hover, .nav-item.active {
  color: #047857 !important;
  background: #ECFDF5 !important;
}
.nav-item.highlighted-nav, .highlighted-nav {
  background: #ECFDF5 !important;
  border: 1.5px solid #10B981 !important;
  color: #047857 !important;
}
.nav-count-badge {
  background: #047857 !important;
  color: #FFFFFF !important;
}
.brand-title {
  color: #064E3B !important;
}
.brand-origin {
  color: #B45309 !important;
}
.brand-monogram {
  background: #FFFFFF !important;
  border: 1.5px solid #A7F3D0 !important;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1) !important;
}
.header-icon-btn, .header-cart-btn, .mobile-toggle-btn {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0A2619 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}
.header-cart-btn:hover, .header-icon-btn:hover, .mobile-toggle-btn:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}
.header-cart-btn .badge-pill {
  background: #047857 !important;
  color: #FFFFFF !important;
}

/* 5. Hero Section & Showcase Box */
.hero-badge-pill, .section-tag-gold {
  background: #ECFDF5 !important;
  border: 1px solid #A7F3D0 !important;
  color: #047857 !important;
}
.hero-title-line {
  color: #0A2619 !important;
}
.text-gold-gradient {
  background: linear-gradient(135deg, #064E3B 0%, #059669 40%, #D97706 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.hero-description, .editorial-subtitle {
  color: #244234 !important;
}
.metric-card {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05) !important;
}
.metric-num {
  color: #047857 !important;
}
.metric-label {
  color: #64748B !important;
}

/* Diwali Box Card (Hero Feature) */
.diwali-box-card {
  background: #FFFFFF !important;
  border: 1.5px solid #A7F3D0 !important;
  box-shadow: 0 20px 50px rgba(15, 42, 74, 0.1), 0 0 20px rgba(37, 99, 235, 0.06) !important;
  color: #0A2619 !important;
}
.box-top-tag {
  background: #F8FAFC !important;
  border-bottom: 1px solid #E2E8F0 !important;
  color: #244234 !important;
}
.box-top-tag .badge-limited,
.box-top-tag .limited-badge,
.diwali-box-card .tag-limited {
  background: #FEF3C7 !important;
  color: #92400E !important;
  border: 1px solid #FDE68A !important;
}
.box-image-wrap {
  background: #F8FAFC !important;
}
.box-card-body {
  background: transparent !important;
  color: #0A2619 !important;
}
.box-title-wrap h3, .box-title-wrap h4 {
  color: #0A2619 !important;
}
.box-chip {
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  color: #244234 !important;
}
.box-deal-price {
  color: #047857 !important;
}
.box-original-price, .box-mrp {
  color: #94A3B8 !important;
}

/* 6. Infinite Marquee */
.luxury-marquee {
  background: #FFFFFF !important;
  border-top: 1px solid #CBD5E1 !important;
  border-bottom: 1px solid #CBD5E1 !important;
}
.marquee-chip {
  color: #064E3B !important;
}
.marquee-dot {
  color: #D97706 !important;
}

/* 7. Cards: Study Card, Story Card, Luxury Cat Card, Editorial Card */
.study-card,
.story-card,
.editorial-card,
.luxury-cat-card,
.deck-info-box,
.deck-specs-grid,
.contact-info-card,
.contact-form-card {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 30px rgba(15, 30, 50, 0.06) !important;
  color: #0A2619 !important;
}

.study-card h3, .story-card h3, .editorial-card h3, .luxury-cat-card h3,
.deck-info-box h4, .contact-card-title, .editorial-title {
  color: #0A2619 !important;
}
.editorial-lead, .study-desc, .story-desc, .cat-desc {
  color: #475569 !important;
}
.cat-thumb-wrap, .story-img-wrap {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
.cat-number-badge, .cat-badge-tag {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1px solid #A7F3D0 !important;
}
.cat-pricing-pill {
  background: #FEF3C7 !important;
  color: #92400E !important;
  font-weight: 700 !important;
}
.spec-val {
  color: #0A2619 !important;
  font-weight: 700 !important;
}
.spec-label {
  color: #64748B !important;
}
.formula-chip {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #244234 !important;
}
.formula-chip.active {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}

/* Ignis Luxe Collection Cards */
.ignis-luxe-card {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(15, 30, 50, 0.06) !important;
  color: #0A2619 !important;
}
.ignis-card-title {
  color: #0A2619 !important;
}
.ignis-brand-label, .ignis-price-val {
  color: #047857 !important;
}
.ignis-card-grade {
  color: #64748B !important;
}
.ignis-circle-emblem {
  border: 1.5px solid #CBD5E1 !important;
  background: #F8FAFC !important;
  color: #047857 !important;
}
.ignis-divider {
  background: #E2E8F0 !important;
}

/* 8. Master 142 Products Catalog Table & Mobile List */
.catalog-section {
  background: transparent !important;
}
.catalog-main-heading, .catalog-header-top h2 {
  color: #0A2619 !important;
}
.catalog-sub-heading {
  color: #475569 !important;
}
.catalog-master-bar {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  box-shadow: 0 4px 16px rgba(15, 30, 50, 0.05) !important;
  color: #0A2619 !important;
  border-radius: 16px !important;
}
.master-bar-title {
  color: #0A2619 !important;
}
.master-bar-badge {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1px solid #A7F3D0 !important;
}
.search-input-wrap {
  background: #F8FAFC !important;
  border: 1.5px solid #94A3B8 !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}
#catalog-search {
  color: #0A2619 !important;
  background: transparent !important;
}
#catalog-search::placeholder {
  color: #64748B !important;
}

/* Category Filter Tabs */
.cat-filter-btn {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #244234 !important;
}
.cat-filter-btn:hover, .cat-filter-btn.active {
  background: #047857 !important;
  border-color: #047857 !important;
  color: #FFFFFF !important;
}

/* Desktop Master Table */
.desktop-table-card {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(15, 30, 50, 0.06) !important;
  overflow: hidden !important;
}
.wholesale-price-table {
  background: transparent !important;
}
.wholesale-price-table thead tr {
  background: #F1F5F9 !important;
  border-bottom: 1.5px solid #CBD5E1 !important;
}
.wholesale-price-table th {
  color: #1E293B !important;
  font-weight: 700 !important;
}
.product-table-row {
  border-top: 1px solid #E2E8F0 !important;
  background: #FFFFFF !important;
}
.product-table-row:nth-child(even) {
  background: #F8FAFC !important;
}
.product-table-row:hover {
  background: #ECFDF5 !important;
}
.product-table-row.row-active {
  background: #E0EDFF !important;
}
.prod-title-text {
  color: #0A2619 !important;
  font-weight: 700 !important;
}
.td-unit {
  color: #64748B !important;
}
.td-mrp {
  color: #94A3B8 !important;
  text-decoration: line-through !important;
}
.price-bold {
  color: #0A2619 !important;
  font-weight: 800 !important;
}
.td-total {
  color: #047857 !important;
  font-weight: 800 !important;
}
.sno-badge {
  background: #F1F5F9 !important;
  color: #244234 !important;
  border: 1px solid #CBD5E1 !important;
}
.cat-tag-pill {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border: 1px solid #A7F3D0 !important;
}
.discount-badge, .badge-discount, span[class*="discount"] {
  background: #DCFCE7 !important;
  color: #15803D !important;
  border: 1px solid rgba(21, 128, 61, 0.25) !important;
}
.step-btn {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0A2619 !important;
}
.step-btn:hover:not(:disabled) {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}
.step-input-num {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #0A2619 !important;
  font-weight: 700 !important;
}

/* Mobile Product Cards */
.mobile-products-list {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 16px !important;
}
.mobile-product-card {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
.mobile-product-card:nth-child(even) {
  background: #F8FAFC !important;
}
.mobile-product-card.mobile-active {
  background: #ECFDF5 !important;
}
.mobile-prod-title {
  color: #0A2619 !important;
  font-weight: 700 !important;
}
.mobile-prod-unit {
  color: #64748B !important;
}
.mobile-subtotal-tag {
  color: #047857 !important;
  font-weight: 800 !important;
}

/* 9. Sticky Wholesale Bottom Bar */
.sticky-wholesale-bar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(16px) !important;
  border-top: 1.5px solid #CBD5E1 !important;
  box-shadow: 0 -6px 25px rgba(15, 23, 42, 0.08) !important;
}
.meter-status-text {
  color: #244234 !important;
}
.cart-summary-text {
  color: #0A2619 !important;
  font-weight: 800 !important;
}
.sticky-meter-track {
  background: #E2E8F0 !important;
  border: 1px solid #CBD5E1 !important;
}
.sticky-meter-fill {
  background: linear-gradient(90deg, #3B82F6 0%, #16A34A 100%) !important;
}

/* 10. Modals, Backdrops & Lightboxes */
.modal-backdrop,
.image-modal-backdrop,
.cart-drawer-backdrop,
.drawer-backdrop {
  background: rgba(15, 23, 42, 0.55) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.modal-card,
.image-modal-box {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 20px !important;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.18) !important;
  color: #0A2619 !important;
}
.modal-close-btn {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0A2619 !important;
}
.modal-close-btn:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}
.modal-body, .modal-details {
  background: transparent !important;
  color: #0A2619 !important;
}
#cat-modal-title, .modal-details h3 {
  color: #0A2619 !important;
}
.modal-desc {
  color: #475569 !important;
}
.modal-img-wrap, .image-modal-box img {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}

/* 11. Cart Drawer & Mobile Drawer */
.cart-drawer, .mobile-drawer {
  background: #FFFFFF !important;
  border-left: 1.5px solid #CBD5E1 !important;
  box-shadow: -15px 0 40px rgba(15, 23, 42, 0.12) !important;
  color: #0A2619 !important;
}
.cart-drawer-header, .drawer-header {
  background: #F8FAFC !important;
  border-bottom: 1px solid #CBD5E1 !important;
}
.cart-drawer-footer, .drawer-footer {
  background: #F8FAFC !important;
  border-top: 1px solid #CBD5E1 !important;
}
.cart-title-row h3, .mobile-sheet-title {
  color: #0A2619 !important;
}
.cart-item-row {
  border-bottom: 1px solid #E2E8F0 !important;
}
.cart-item-title {
  color: #0A2619 !important;
}
.cart-item-unit {
  color: #64748B !important;
}
.cart-item-price, .cart-item-total {
  color: #047857 !important;
  font-weight: 700 !important;
}
.drawer-link {
  color: #244234 !important;
}
.drawer-link:hover, .drawer-link.highlight {
  color: #047857 !important;
  background: #ECFDF5 !important;
}

/* 12. Order Choice Assistant Modal */
.order-choice-card {
  max-width: 820px !important;
  width: 95% !important;
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 22px !important;
  box-shadow: 0 25px 80px rgba(15, 23, 42, 0.2) !important;
  color: #0A2619 !important;
  overflow: hidden !important;
  padding: 28px !important;
}
.order-choice-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
}
.order-choice-title {
  font-family: var(--font-display), 'Cinzel', serif !important;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem) !important;
  color: #0A2619 !important;
  margin: 6px 0 4px !important;
}
.order-choice-subtitle {
  font-size: 13.5px !important;
  color: #475569 !important;
  line-height: 1.5 !important;
}
.order-choice-options-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .order-choice-options-grid {
    grid-template-columns: 1fr !important;
  }
}
.order-choice-option-box {
  background: #F8FAFC !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.order-choice-option-box:hover {
  background: #FFFFFF !important;
  border-color: #059669 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.08) !important;
}
.option-header-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 12px !important;
}
.option-badge-tag {
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  color: #047857 !important;
  background: #ECFDF5 !important;
  border: 1px solid #A7F3D0 !important;
  padding: 3px 8px !important;
  border-radius: 9999px !important;
}
.option-big-icon {
  font-size: 28px !important;
}
.option-title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #0A2619 !important;
  margin-bottom: 8px !important;
}
.option-desc {
  font-size: 13px !important;
  color: #475569 !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
  flex: 1 !important;
}
.option-features {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  font-size: 12px !important;
  color: #059669 !important;
  margin-bottom: 20px !important;
}
.choice-quick-cats-section {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
}
.choice-quick-cats-lbl {
  display: block !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  color: #047857 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}
.choice-quick-cats-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}
.choice-quick-pill {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #244234 !important;
  padding: 6px 12px !important;
  border-radius: 9999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.15s ease !important;
}
.choice-quick-pill:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}

/* 13. Mobile Bottom Category Sheet */
.mobile-sheet-card {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0A2619 !important;
}
.mobile-sheet-header {
  background: #F8FAFC !important;
  border-bottom: 1px solid #CBD5E1 !important;
}
.mobile-sheet-grid {
  background: #FFFFFF !important;
}
.mobile-sheet-cat-card {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #0A2619 !important;
}
.mobile-sheet-cat-card:hover, .mobile-sheet-cat-card:active {
  background: #ECFDF5 !important;
  border-color: #047857 !important;
}
.mobile-sheet-cat-name {
  color: #0A2619 !important;
}
.mobile-sheet-cat-count {
  background: #ECFDF5 !important;
  color: #047857 !important;
}

/* 14. Contact Form & Footer */
.form-input-text, .form-textarea {
  background: #FFFFFF !important;
  border: 1.5px solid #CBD5E1 !important;
  color: #0A2619 !important;
}
.form-input-text:focus, .form-textarea:focus {
  border-color: #059669 !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12) !important;
}
/* Matched Editorial Footer — Harmonious Soft Sage & Deep Emerald Luxury */
.site-footer, .editorial-footer {
  background: linear-gradient(180deg, #EBF5F0 0%, #DFEFE8 100%) !important;
  border-top: 1.5px solid #A7F3D0 !important;
  color: #244234 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}
.footer-brand .brand-title {
  color: #064E3B !important;
  font-weight: 800 !important;
}
.footer-brand .brand-origin {
  color: #B45309 !important;
  font-weight: 700 !important;
}
.footer-brand-desc {
  color: #244234 !important;
  font-size: 13.5px !important;
  line-height: 1.65 !important;
  opacity: 0.92 !important;
}
.footer-nav-col h4 {
  color: #064E3B !important;
  font-family: var(--font-display) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
  display: inline-block !important;
  border-bottom: 2px solid #059669 !important;
  padding-bottom: 4px !important;
}
.footer-nav-col ul {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-nav-col ul li {
  color: #244234 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}
.footer-nav-col a {
  color: #244234 !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
}
.footer-nav-col a:hover {
  color: #047857 !important;
  font-weight: 700 !important;
  transform: translateX(4px) !important;
}
.footer-bullet {
  color: #059669 !important;
  font-weight: 800 !important;
  margin-right: 6px !important;
}
.footer-admin-link {
  color: #D97706 !important;
  font-weight: 700 !important;
}
.footer-admin-link:hover {
  color: #B45309 !important;
  text-decoration: underline !important;
}
.legal-disclaimer-box {
  background: #FFFFFF !important;
  border: 1.5px solid #A7F3D0 !important;
  border-left: 4px solid #059669 !important;
  border-radius: 12px !important;
  padding: 18px 22px !important;
  font-size: 12.5px !important;
  color: #334155 !important;
  line-height: 1.65 !important;
  box-shadow: 0 4px 15px rgba(6, 78, 59, 0.04) !important;
  margin-bottom: 35px !important;
}
.legal-disclaimer-box strong {
  color: #064E3B !important;
  font-weight: 800 !important;
}
.footer-bottom-bar, .footer-bottom {
  border-top: 1px solid #CBD5E1 !important;
  color: #527565 !important;
  font-size: 12.5px !important;
  padding-top: 24px !important;
}
.footer-bottom-bar a, .footer-bottom a {
  color: #064E3B !important;
  font-weight: 600 !important;
}


/* ==========================================================================
   WHITE SQUIRCLE BUTTONS WITH THEMED BORDERS (MATCHED FOR LIGHT THEME)
   ========================================================================== */

/* 1. All Button Elements - White Background & Squircle Shape */
button,
input[type="button"],
input[type="submit"],
.btn-gold-luxury,
.btn-translucent-luxury,
.btn-enquiry,
.header-cart-btn,
.header-icon-btn,
.mobile-toggle-btn,
.drawer-close-btn,
.modal-close-btn,
.btn-wa-pill,
.btn-box-order,
.btn-box-catalog,
.btn-card-details,
.btn-card-wa,
.btn-ignis-quick,
.btn-ignis-specs,
.btn-ignis-wa,
.btn-quick-blue,
.btn-direct-order-wa,
.btn-option-cta,
.sticky-btn-cart,
.sticky-btn-wa,
.cart-checkout-btn,
.cart-invoice-btn,
.cart-step-btn,
.step-btn,
.cqm-box-wa-btn,
.cqm-clear-btn,
.btn-wa-checkout,
.mobile-wa-order-btn,
.cat-toggle-all-btn,
.choice-quick-pill {
  border-radius: 12px !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* 2. Gold Themed Buttons (White Inside, Warm Amber Border, Dark Contrast Text) */
.btn-gold-luxury,
.btn-option-cta,
.cat-toggle-all-btn {
  border: 2px solid #D97706 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #92400E !important;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.15) !important;
}
.btn-gold-luxury span,
.btn-option-cta span,
.cat-toggle-all-btn span {
  color: #92400E !important;
}
.btn-gold-luxury:hover,
.btn-option-cta:hover,
.cat-toggle-all-btn:hover {
  background: #FEF3C7 !important;
  border-color: #B45309 !important;
  color: #78350F !important;
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* 3. Translucent / Secondary Buttons (White Inside, Slate Border, Dark Text) */
.btn-translucent-luxury,
.btn-box-catalog,
.btn-card-details,
.btn-ignis-specs,
.cart-invoice-btn,
.sticky-btn-cart {
  border: 1.5px solid #94A3B8 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #1E293B !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
.btn-translucent-luxury span,
.btn-box-catalog span,
.btn-card-details span,
.sticky-btn-cart span {
  color: #1E293B !important;
}
.btn-translucent-luxury:hover,
.btn-box-catalog:hover,
.btn-card-details:hover,
.btn-ignis-specs:hover,
.cart-invoice-btn:hover,
.sticky-btn-cart:hover {
  background: #F8FAFC !important;
  border-color: #64748B !important;
  color: #0A2619 !important;
  transform: translateY(-1px) !important;
}

/* 4. WhatsApp & Direct Order Action Buttons (White Inside, Crisp Green Border, Green Text) */
.btn-enquiry,
.btn-wa-pill,
.btn-box-order,
.btn-card-wa,
.btn-ignis-wa,
.btn-direct-order-wa,
.btn-wa-checkout,
.sticky-btn-wa,
.cart-checkout-btn,
.mobile-wa-order-btn,
.cqm-box-wa-btn {
  border: 2px solid #16A34A !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #166534 !important;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.15) !important;
}
.btn-enquiry span,
.btn-wa-pill span,
.btn-box-order span,
.btn-card-wa span,
.btn-ignis-wa span,
.btn-direct-order-wa span,
.btn-wa-checkout span,
.sticky-btn-wa span,
.cart-checkout-btn span,
.mobile-wa-order-btn span,
.cqm-box-wa-btn span {
  color: #166534 !important;
}
.btn-enquiry:hover,
.btn-wa-pill:hover,
.btn-box-order:hover,
.btn-card-wa:hover,
.btn-ignis-wa:hover,
.btn-direct-order-wa:hover,
.btn-wa-checkout:hover,
.sticky-btn-wa:hover,
.cart-checkout-btn:hover,
.mobile-wa-order-btn:hover,
.cqm-box-wa-btn:hover {
  background: #F0FDF4 !important;
  border-color: #15803D !important;
  color: #14532D !important;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.25) !important;
  transform: translateY(-1px) !important;
}

/* 5. Header Buttons (Cart, Search, Sound, Menu) - White Inside, Slate/Blue Border, Dark Icon */
.header-cart-btn {
  border: 1.5px solid #CBD5E1 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0A2619 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
.header-cart-btn span {
  color: #0A2619 !important;
}
.header-cart-btn .badge-pill {
  background: #047857 !important;
  color: #FFFFFF !important;
}
.header-icon-btn,
.mobile-toggle-btn {
  border-radius: 11px !important;
  border: 1.5px solid #CBD5E1 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0A2619 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
.header-icon-btn svg,
.header-icon-btn i {
  stroke: #0F172A !important;
  color: #0A2619 !important;
}
.header-icon-btn:hover,
.mobile-toggle-btn:hover,
.header-cart-btn:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
  transform: translateY(-1px) !important;
}

/* 6. Close Buttons & Stepper Increments */
.modal-close-btn,
.drawer-close-btn {
  border-radius: 10px !important;
  border: 1.5px solid #CBD5E1 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0A2619 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
.modal-close-btn:hover,
.drawer-close-btn:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}

.step-btn,
.cart-step-btn,
.cqm-stepper-box .step-btn {
  border-radius: 9px !important;
  border: 1.5px solid #CBD5E1 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #0A2619 !important;
}
.step-btn:hover:not(:disabled),
.cart-step-btn:hover:not(:disabled),
.cqm-stepper-box .step-btn:hover:not(:disabled) {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}

/* 7. Quick Blue Buttons & Pills */
.btn-quick-blue,
.btn-ignis-quick {
  border: 2px solid #059669 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #047857 !important;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.15) !important;
}
.btn-quick-blue span,
.btn-ignis-quick span {
  color: #047857 !important;
}
.btn-quick-blue:hover,
.btn-ignis-quick:hover {
  background: #ECFDF5 !important;
  border-color: #047857 !important;
}

.choice-quick-pill {
  border-radius: 10px !important;
  border: 1.5px solid #CBD5E1 !important;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #244234 !important;
}
.choice-quick-pill:hover {
  background: #ECFDF5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
}




/* ==========================================================================
   PREMIUM LUXURY TYPOGRAPHY SYSTEM (Outfit, Playfair Display, Plus Jakarta Sans)
   ========================================================================== */

/* 1. Display Headings — Modern Luxury Geometric (Outfit) */
h1, .hero-title, .brand-title {
  font-family: 'Outfit', 'Cinzel', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  color: #0A2619 !important;
}

h2, h3, .section-title, .catalog-section-title, .cat-quick-title, .order-choice-title, 
.orbital-title, .faq-title, .editorial-heading, .box-title, .card-title, 
.category-card-title, .summary-title, .cqm-product-title, .product-card-title {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  color: #0A2619 !important;
}

/* 2. Editorial Accents & Category Badges (Playfair Display & Outfit Caps) */
.hero-badge-pill, .section-tag-gold, .box-category-badge, .cat-quick-badge, 
.tag-limited, .category-badge, .stat-badge, .table-tag {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.editorial-badge, .badge-editorial, .hero-tagline-italic {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  letter-spacing: 0.03em !important;
}

/* 3. Product Names in Catalog & Showcase */
.product-name, .table-product-name, .catalog-table td.col-product strong, 
.cart-item-name, .cqm-item-title, .box-item-title {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: #0A2619 !important;
}

.product-tamil-name, .tamil-name, .table-product-tamil, .col-product-tamil {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
  color: #64748B !important;
  font-weight: 500 !important;
}

/* 4. Numerical & Pricing Precision (Outfit with Tabular Figures) */
.price-current, .net-price, .total-value, .grand-total, .stat-number, 
.stat-value, .amount-value, .box-net-price, .col-net strong, .box-actual-price,
.table-price-strike, .col-actual, .catalog-stat-val, .metric-num {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  font-feature-settings: "tnum" 1 !important;
}

/* 5. General Body Text, Table Cells, and Inputs */
body, p, span, td, th, input, select, textarea, .nav-item, 
.hero-description, .editorial-subtitle, .faq-answer, .cart-empty-text {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* 6. Buttons & Interactive Controls (Outfit Medium/Bold) */
button, .btn-luxury, .btn-primary, .btn-whatsapp, .btn-filter, 
.hero-cta-btn, .box-btn, .category-filter-btn, .header-cart-btn,
.btn-enquiry, .btn-wa-pill, .btn-box-order, .btn-card-wa, .btn-ignis-wa,
.btn-direct-order-wa, .btn-wa-checkout, .sticky-btn-wa, .cart-checkout-btn,
.mobile-wa-order-btn, .cqm-box-wa-btn {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
}

/* ==========================================================================
   Image 1 Precision Header Navigation Styling
   ========================================================================== */
a.btn-price-list-capsule,
.btn-price-list-capsule {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: linear-gradient(135deg, #ff2a6d, #e91e63) !important;
  background-color: #ff2a6d !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 9999px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: -0.2px !important;
  box-shadow: 0 4px 14px rgba(233, 30, 99, 0.35) !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  border: none !important;
}

a.btn-price-list-capsule:hover,
.btn-price-list-capsule:hover {
  transform: translateY(-1.5px) !important;
  box-shadow: 0 6px 18px rgba(233, 30, 99, 0.48) !important;
  color: #ffffff !important;
}

a.btn-price-list-capsule svg,
.btn-price-list-capsule svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #ffffff !important;
  flex-shrink: 0 !important;
}

.desktop-nav-image1 {
  display: block;
  flex-shrink: 0;
}

.nav-menu-image1 {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link-image1 {
  text-decoration: none;
  color: #374151;
  font-weight: 600;
  font-size: 14.5px;
  padding: 6px 2px;
  position: relative;
  transition: color 0.18s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.nav-link-image1:hover {
  color: #e91e63;
}

.nav-link-image1.link-home {
  color: #e91e63 !important;
  font-weight: 700 !important;
}

.nav-link-image1.link-shop {
  color: #7b1fa2 !important;
  font-weight: 800 !important;
}

.nav-link-image1.link-shop::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2.5px;
  background: #7b1fa2;
  border-radius: 2px;
}

button.header-cart-capsule,
.header-cart-capsule {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #182238 !important;
  background-color: #182238 !important;
  color: #ffffff !important;
  padding: 7px 16px !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(24, 34, 56, 0.3) !important;
  flex-shrink: 0 !important;
  text-decoration: none !important;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

button.header-cart-capsule:hover,
.header-cart-capsule:hover {
  background: #0f172a !important;
  background-color: #0f172a !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(24, 34, 56, 0.45) !important;
}

button.header-cart-capsule svg,
.header-cart-capsule svg {
  width: 15px !important;
  height: 15px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  flex-shrink: 0 !important;
}

.header-cart-capsule .header-cart-amount,
.header-cart-amount {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.2px !important;
  display: inline-block !important;
}

.header-cart-capsule .header-cart-badge-pill,
.header-cart-badge-pill {
  background: #ff2a6d !important;
  background-color: #ff2a6d !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 6px !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin-left: 2px !important;
}

.header-social-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.social-icon-btn {
  color: #4b5563 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: transparent !important;
  border: none !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.social-icon-btn:hover {
  color: #e91e63 !important;
  transform: scale(1.15) !important;
}

.social-icon-btn.fb:hover {
  color: #1877f2 !important;
}

.social-icon-btn.ig:hover {
  color: #e1306c !important;
}

.social-icon-btn.yt:hover {
  color: #ff0000 !important;
}

@media (max-width: 1240px) {
  .nav-menu-image1 {
    gap: 16px;
  }
  .nav-link-image1 {
    font-size: 13.5px;
  }
  .header-social-group {
    gap: 8px;
  }
}


/* ==========================================================================
   HERO COMBO PACKAGES 5-SECOND AUTO-SLIDER CAROUSEL
   ========================================================================== */
.hero-combo-carousel-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  background: #FFFFFF;
  border: 1.5px solid rgba(212, 160, 23, 0.45);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 
    0 20px 48px -10px rgba(10, 38, 25, 0.22),
    0 6px 20px rgba(212, 160, 23, 0.16);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-combo-carousel-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 26px 56px -12px rgba(10, 38, 25, 0.28),
    0 10px 30px rgba(212, 160, 23, 0.22);
}

.combo-carousel-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  background: linear-gradient(90deg, #042418 0%, #064E3B 55%, #065F46 100%);
  color: #FFFFFF;
  border-bottom: 1px solid rgba(212, 160, 23, 0.4);
}

.combo-top-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FDE68A;
  text-transform: uppercase;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F59E0B;
  box-shadow: 0 0 8px #F59E0B;
  animation: pulseDotAnim 1.5s infinite;
}

@keyframes pulseDotAnim {
  0%, 100% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
}

.combo-slide-counter {
  font-size: 12px;
  font-weight: 800;
  color: #93C5FD;
  background: rgba(255, 255, 255, 0.12);
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
}

.hero-carousel-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.35, 1);
  width: 100%;
}

.hero-combo-slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.combo-slide-visual {
  position: relative;
  width: 100%;
  height: 400px;
  background: #0d121f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-combo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}

.hero-combo-slide:hover .hero-combo-img {
  transform: scale(1.02);
}

.combo-badge-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.badge-popular {
  background: linear-gradient(135deg, #FF2A6D, #E91E63);
  color: #FFFFFF;
}

.badge-value {
  background: linear-gradient(135deg, #059669, #10B981);
  color: #FFFFFF;
}

.badge-vip {
  background: linear-gradient(135deg, #D97706, #B45309);
  color: #FFFFFF;
}

.combo-slide-footer {
  padding: 16px 20px 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.combo-info-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.combo-price-title {
  font-family: var(--font-display, 'Outfit', sans-serif);
  font-size: 24px;
  font-weight: 900;
  color: #064E3B;
  display: flex;
  align-items: center;
  gap: 10px;
}

.combo-items-badge {
  font-size: 12px;
  font-weight: 800;
  background: rgba(16, 185, 129, 0.15);
  color: #047857;
  padding: 3px 10px;
  border-radius: 9999px;
}

.combo-desc-sub {
  font-size: 13px;
  color: #527565;
  font-weight: 500;
}

.combo-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-combo-wa {
  flex: 1.4;
  background: linear-gradient(135deg, #25D366, #16A34A);
  color: #FFFFFF !important;
  font-weight: 800;
  font-size: 13.5px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: all 0.2s ease;
}

.btn-combo-wa:hover {
  background: linear-gradient(135deg, #16A34A, #15803D);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.btn-combo-catalog {
  flex: 1;
  background: #F1F5F9;
  border: 1.5px solid #CBD5E1;
  color: #334155 !important;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.btn-combo-catalog:hover {
  background: #E2E8F0;
  color: #0F172A !important;
  border-color: #94A3B8;
}

/* Carousel Nav Arrows */
.hero-carousel-arrow {
  position: absolute;
  top: 135px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #FFFFFF !important;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  padding-bottom: 2px;
}

.hero-carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: #F59E0B;
  color: #F59E0B !important;
  transform: translateY(-50%) scale(1.1);
}

.hero-arrow-prev { left: 10px; }
.hero-arrow-next { right: 10px; }

/* Indicators / Dots with 5s Progress Bar */
.hero-carousel-indicators {
  position: absolute;
  top: 236px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.hero-dot {
  width: 28px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease;
}

.hero-dot.active {
  width: 44px;
  background: rgba(255, 255, 255, 0.3);
}

.hero-dot-fill {
  display: block;
  height: 100%;
  width: 0%;
  background: #F59E0B;
  border-radius: 3px;
}

@keyframes heroDotProgress {
  from { width: 0%; }
  to { width: 100%; }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS & FROZEN STICKY BOTTOM BAR SYSTEM
   Addresses: "mobile responsive la var aapo indha buttons la keela vandhu freeze pannidu"
   ========================================================================== */

/* Universal Mobile Overflow Protection */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.app-wrapper {
  max-width: 100%;
  overflow-x: clip;
}

/* Desktop: Hide Mobile Freeze Bar */
.mobile-freeze-bar {
  display: none;
}

@media (max-width: 768px) {
  /* Give body breathing room at the bottom so frozen bar never hides content */
  body.luxury-body {
    padding-bottom: 84px !important;
  }

  /* Hide old desktop wholesale sticky bar on mobile */
  .sticky-wholesale-bar {
    display: none !important;
  }

  /* 1. Announcement Bar */
  .luxury-top-bar {
    padding: 6px 10px !important;
  }
  .top-bar-inner {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    text-align: center !important;
  }
  .top-bar-text {
    display: none !important;
  }
  .top-bar-link {
    font-size: 11px !important;
    text-align: center !important;
    white-space: normal !important;
  }

  /* 2. Top Header — Clean, compact, zero overflow, fully visible logo */
  .luxury-header {
    height: 64px !important;
    background: #ffffff !important;
    border-bottom: 1.5px solid rgba(6, 78, 59, 0.12) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 990 !important;
  }
  .header-content {
    height: 64px !important;
    padding: 0 12px !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  .brand-identity {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
  }
  .brand-monogram {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    background: #064E3B !important;
    border: 1.5px solid #F59E0B !important;
    box-shadow: 0 2px 8px rgba(6, 78, 59, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 2px !important;
    flex-shrink: 0 !important;
  }
  .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 8px !important;
    display: block !important;
  }
  .brand-text-block {
    display: flex !important;
    flex-direction: column !important;
  }
  .brand-title {
    font-family: var(--font-display, 'Outfit', sans-serif) !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    color: #064E3B !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }
  .brand-origin {
    font-size: 7.5px !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #D97706 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
  }

  /* Hide wide desktop buttons from the top header on mobile */
  .header-content > a.btn-price-list-capsule,
  .header-content > .btn-price-list-capsule,
  a.btn-price-list-capsule,
  .btn-price-list-capsule {
    display: none !important;
  }
  .desktop-nav-image1,
  .desktop-nav {
    display: none !important;
  }

  /* Hide audio and cart capsule on mobile header — replaced with Instagram and Facebook */
  #audio-toggle-btn {
    display: none !important;
  }
  .header-actions .header-cart-capsule,
  button.header-cart-capsule,
  .header-cart-capsule {
    display: none !important;
  }

  /* Show Instagram and Facebook logo buttons in mobile header */
  .header-social-group {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  .header-social-group .social-icon-btn.yt {
    display: none !important;
  }
  .header-social-group .social-icon-btn {
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.15s ease !important;
    flex-shrink: 0 !important;
  }
  .header-social-group .social-icon-btn:hover {
    transform: scale(1.08) !important;
  }
  .header-social-group .social-icon-btn.ig {
    background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCB045) !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .header-social-group .social-icon-btn.fb {
    background: #1877F2 !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .header-social-group .social-icon-btn svg {
    width: 17px !important;
    height: 17px !important;
    fill: currentColor !important;
  }

  .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  /* Mobile hamburger button */
  .mobile-toggle-btn,
  #mobile-menu-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 3.5px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
    background: #F0F7F4 !important;
    border: 1.5px solid rgba(6, 78, 59, 0.25) !important;
    cursor: pointer !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
  }
  .mobile-toggle-btn .bar {
    width: 17px !important;
    height: 2px !important;
    background: #064E3B !important;
    border-radius: 2px !important;
    display: block !important;
  }

  /* 3. Mobile Frozen Sticky Bottom Bar */
  .mobile-freeze-bar {
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 995 !important;
    background: rgba(11, 29, 58, 0.96) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    border-top: 1.5px solid rgba(212, 160, 23, 0.45) !important;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.38) !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 6px)) 10px !important;
    box-sizing: border-box !important;
  }

  /* 4. Hero Section — Gorgeous, Luxury Centered Mobile Layout */
  .hero-section {
    padding: 18px 14px 28px !important;
    min-height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .hero-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .hero-content {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .hero-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #065F46 !important;
    background: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    padding: 5px 12px !important;
    border-radius: 9999px !important;
    margin: 0 auto 12px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: center !important;
  }
  .eyebrow-accent {
    color: #D97706 !important;
    font-size: 10px !important;
  }
  .hero-editorial-title {
    font-size: clamp(1.85rem, 7.6vw, 2.35rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em !important;
    text-align: center !important;
    margin: 0 auto 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .hero-editorial-title .line-1 {
    font-size: 0.58em !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 2px !important;
    color: #064E3B !important;
    display: block !important;
  }
  .hero-editorial-title .line-2 {
    font-size: 1em !important;
    letter-spacing: 0.02em !important;
    background: linear-gradient(135deg, #064E3B 0%, #047857 40%, #B45309 85%, #D97706 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    display: block !important;
  }
  .hero-desc-lead {
    font-size: 13.5px !important;
    line-height: 1.55 !important;
    color: #244234 !important;
    text-align: center !important;
    max-width: 360px !important;
    margin: 0 auto 16px !important;
    padding: 0 4px !important;
  }
  .hero-cta-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .hero-cta-group .btn-gold-luxury {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 18px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #064E3B 0%, #065F46 50%, #047857 100%) !important;
    border: 1.5px solid rgba(245, 158, 11, 0.45) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(6, 78, 59, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .hero-cta-group .btn-translucent-luxury {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    border: 1.5px solid rgba(6, 78, 59, 0.22) !important;
    color: #064E3B !important;
    box-shadow: 0 2px 8px rgba(6, 78, 59, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .hero-cta-group .btn-wa-pill {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 11px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: #16A34A !important;
    border: 1px solid rgba(22, 163, 74, 0.4) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(22, 163, 74, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  /* Metric stats 2x2 grid */
  .hero-metrics-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 14px !important;
    margin: 0 auto !important;
    border-top: 1px solid rgba(6, 78, 59, 0.1) !important;
    box-sizing: border-box !important;
  }
  .metric-card {
    background: #ffffff !important;
    border: 1px solid rgba(6, 78, 59, 0.15) !important;
    border-radius: 12px !important;
    padding: 9px 8px !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(6, 78, 59, 0.04) !important;
    box-sizing: border-box !important;
  }
  .metric-num {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #064E3B !important;
    line-height: 1.15 !important;
    display: block !important;
  }
  .metric-lbl {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    color: #527565 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-top: 2px !important;
  }

  /* Diwali combo box card */
  .hero-diwali-box-showcase {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .diwali-box-glow {
    display: none !important;
  }
  .box-sparkle {
    display: none !important;
  }
  .diwali-box-card {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .box-image-wrap {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }
  .hero-carousel-viewport {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .hero-16x9-controls {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }
  .hero-carousel-arrow {
    width: 32px !important;
    height: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .hero-carousel-indicators {
    top: auto !important;
    bottom: 8px !important;
  }
  .box-card-body {
    padding: 12px 14px 14px !important;
    box-sizing: border-box !important;
  }
  .box-title {
    font-size: 16px !important;
  }
  .box-cat-label {
    font-size: 10px !important;
  }
  .box-items-preview {
    gap: 4px !important;
    margin-bottom: 12px !important;
  }
  .box-chip {
    font-size: 10px !important;
    padding: 3px 8px !important;
  }
  .box-price-action-bar {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
  }
  .box-pricing-group {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .box-action-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .btn-box-order,
  .btn-box-catalog {
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    padding: 9px 12px !important;
    font-size: 12px !important;
    border-radius: 8px !important;
  }
  .hero-scroll-cue {
    display: none !important;
  }

  /* 5. Pop Formula & Simulations */
  .pop-formula-grid,
  .firework-formula-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .pop-formula-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 6. Catalog Search & Category Filters */
  .catalog-search-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  .catalog-search-input {
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
  }
  .category-pills,
  .cat-tabs-scroll {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding-bottom: 6px !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .category-pills::-webkit-scrollbar {
    display: none;
  }
  .cat-tab-btn {
    flex-shrink: 0 !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
  }
  .master-bar-container {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .master-bar-actions {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .master-bar-actions button {
    width: 100% !important;
    justify-content: center !important;
  }

  /* 7. Mobile Bottom Sheet Modal (Replaces side slide-out drawer) */
  .mobile-drawer {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: 84vh !important;
    border-radius: 22px 22px 0 0 !important;
    border-top: 2px solid rgba(212, 160, 23, 0.45) !important;
    border-left: none !important;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45) !important;
    background: #FAF6ED !important;
    z-index: 1002 !important;
    transform: translateY(105%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s !important;
    padding: 14px 18px calc(24px + env(safe-area-inset-bottom, 12px)) 18px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .mobile-drawer.open {
    transform: translateY(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .drawer-backdrop {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
    z-index: 1001 !important;
  }
  .drawer-backdrop.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .drawer-sheet-handle {
    width: 44px;
    height: 4.5px;
    background: rgba(10, 38, 25, 0.28);
    border-radius: 4px;
    margin: 0 auto 12px;
    display: block;
  }
}

/* Mobile Freeze Bar Inner Components */
.freeze-progress-strip {
  background: rgba(4, 36, 24, 0.88);
  border-radius: 8px;
  padding: 4px 10px;
  margin-bottom: 6px;
  border: 1px solid rgba(212, 160, 23, 0.35);
  box-sizing: border-box;
}

.freeze-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #FDE68A;
  font-weight: 700;
  margin-bottom: 3px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.freeze-progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 9999px;
  overflow: hidden;
}

.freeze-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #F59E0B 0%, #10B981 100%);
  border-radius: 9999px;
  transition: width 0.35s ease;
}

.freeze-bar-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 5px !important;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.freeze-action-btn {
  flex: 1;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  height: 42px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  border: none !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  padding: 0 4px !important;
}

.freeze-action-btn:active {
  transform: scale(0.96) !important;
}

/* 0. Menu Button (Down below in freeze bar) */
.btn-freeze-menu {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}

.btn-freeze-menu svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #ffffff !important;
  flex-shrink: 0 !important;
}

.btn-freeze-menu:hover,
.btn-freeze-menu:active {
  background: rgba(245, 158, 11, 0.3) !important;
  border-color: #F59E0B !important;
  color: #FDE68A !important;
}

/* 1. Price List Button */
.btn-freeze-pricelist {
  background: linear-gradient(135deg, #ff2a6d 0%, #e91e63 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(233, 30, 99, 0.4) !important;
}

.btn-freeze-pricelist svg {
  width: 14px !important;
  height: 14px !important;
  stroke: #ffffff !important;
  flex-shrink: 0 !important;
}

/* 2. WhatsApp Button */
.btn-freeze-wa {
  background: linear-gradient(135deg, #25D366 0%, #16A34A 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4) !important;
}

.btn-freeze-wa svg {
  width: 16px !important;
  height: 16px !important;
  fill: #ffffff !important;
  flex-shrink: 0 !important;
}

/* 3. Cart Button */
.btn-freeze-cart {
  background: #182238 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.45) !important;
  padding: 0 8px !important;
}

.freeze-cart-left {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}

.freeze-cart-left svg {
  width: 17px !important;
  height: 17px !important;
  fill: #ffffff !important;
}

.freeze-cart-badge {
  position: absolute !important;
  top: -8px !important;
  right: -9px !important;
  background: #ff2a6d !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  min-width: 17px !important;
  height: 17px !important;
  line-height: 17px !important;
  border-radius: 9999px !important;
  text-align: center !important;
  padding: 0 3px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35) !important;
}

.freeze-cart-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  line-height: 1.1 !important;
  margin-left: 2px !important;
}

.freeze-cart-amount {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  color: #FDE68A !important;
  letter-spacing: -0.2px !important;
}

.freeze-cart-lbl {
  font-size: 9.5px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

/* Mobile Product Card & Stepper Optimization */
@media (max-width: 1023px) {
  .desktop-table-card {
    display: none !important;
  }
  .mobile-products-list {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(6, 78, 59, 0.12) !important;
    background: #ffffff !important;
  }
  .mobile-product-card {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 8px !important;
    border-bottom: 1px solid rgba(6, 78, 59, 0.08) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .mobile-sno-col {
    flex-shrink: 0 !important;
  }
  .sno-badge {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }
  .mobile-thumb {
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
  }
  .mobile-info-column {
    flex: 1 !important;
    min-width: 0 !important;
  }
  .mobile-prod-title {
    font-size: 13.5px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .mobile-prod-unit {
    font-size: 11.5px !important;
  }
  .mobile-stepper-column {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 4px !important;
  }
  .stepper-flex {
    gap: 2px !important;
  }
  .step-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 15px !important;
    border-radius: 6px !important;
  }
  .step-input-num {
    width: 32px !important;
    height: 28px !important;
    font-size: 13px !important;
    border-radius: 6px !important;
  }
  .mobile-wa-order-btn {
    margin-top: 4px !important;
    padding: 4px 8px !important;
    font-size: 10.5px !important;
    border-radius: 6px !important;
    width: auto !important;
  }
}

/* Mobile Cart Drawer Optimization */
@media (max-width: 600px) {
  .cart-drawer {
    width: 100% !important;
    max-width: 100vw !important;
    right: -100% !important;
  }
  .cart-drawer.open {
    right: 0 !important;
  }
  .cart-drawer-inner {
    width: 100% !important;
  }
  .delivery-form-grid {
    grid-template-columns: 1fr !important;
  }
  .cart-summary-breakdown {
    padding: 12px !important;
  }
}

/* ==========================================================================
   EXACT SIVAKASI MOBILE FROZEN BOTTOM BAR (2-TIER DESIGN)
   ========================================================================== */

/* Hide on desktop viewports */
@media (min-width: 769px) {
  .mobile-freeze-bar {
    display: none !important;
  }
}

/* Fixed Frozen Navigation & Order Strip for Mobile Viewports */
@media (max-width: 768px) {
  /* Prevent content behind the frozen bar from being covered */
  body,
  body.luxury-body {
    padding-bottom: 125px !important;
  }

  /* Hide any legacy bottom floating bars */
  #sticky-wholesale-bar,
  .mobile-sticky-action-bar {
    display: none !important;
  }

  /* Exact Frozen Bar Root Container */
  .mobile-freeze-bar {
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background: #FFFFFF !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08) !important;
    border-top: 1px solid #E5E7EB !important;
    margin: 0 !important;
    padding: 0 0 env(safe-area-inset-bottom, 0) 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    box-sizing: border-box !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Tier 1: Order Summary Strip */
  .freeze-order-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 16px !important;
    background: #FFFFFF !important;
    border-bottom: 1px solid #F1F3F5 !important;
    box-sizing: border-box !important;
  }

  .freeze-order-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.25 !important;
    text-align: left !important;
  }

  .freeze-info-line {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #1F2937 !important;
    letter-spacing: -0.1px !important;
    white-space: nowrap !important;
  }

  .freeze-info-line strong {
    font-weight: 800 !important;
    color: #111827 !important;
  }

  /* Tier 1 Red Order Button */
  .freeze-order-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    background: #E53935 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 2px 5px rgba(229, 57, 53, 0.25) !important;
    transition: transform 0.1s ease, background-color 0.15s ease !important;
    white-space: nowrap !important;
    -webkit-tap-highlight-color: transparent !important;
    line-height: 1 !important;
  }

  .freeze-order-btn:active {
    background: #C62828 !important;
    transform: scale(0.97) !important;
  }

  .freeze-order-btn svg {
    width: 16px !important;
    height: 16px !important;
    fill: #FFFFFF !important;
    flex-shrink: 0 !important;
  }

  /* Tier 2: 5 Quick Navigation Tabs */
  /* Tier 2: 4 Quick Navigation Tabs (Chit Scheme removed) */
  .freeze-nav-tabs {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    align-items: center !important;
    background: #FFFFFF !important;
    padding: 6px 0 5px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }

  .freeze-tab {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #374151 !important;
    padding: 2px 1px !important;
    transition: color 0.15s ease !important;
    -webkit-tap-highlight-color: transparent !important;
    position: relative !important;
  }

  .freeze-tab:active {
    opacity: 0.7 !important;
  }

  .freeze-tab-icon {
    position: relative !important;
    width: 26px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2px !important;
  }

  .freeze-tab-icon svg {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
  }

  .freeze-tab-lbl {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
    letter-spacing: -0.2px !important;
  }

  /* Circular Purple Cart Count Badge on Shop */
  .tab-badge {
    position: absolute !important;
    top: -5px !important;
    right: -8px !important;
    background: #3B1E54 !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 17px !important;
    height: 17px !important;
    line-height: 17px !important;
    text-align: center !important;
    border-radius: 50% !important;
    padding: 0 3px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none !important;
  }

  /* Purple stroke styling on Price List PDF icon */
  .freeze-tab-icon.icon-purple svg {
    stroke: #4A154B !important;
  }
}

/* ==========================================================================
   OFFICIAL SIVAKASI PRICE LIST PDF VIEWER & EXPORT MODAL
   ========================================================================== */
.pricelist-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  z-index: 9999998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.pricelist-modal-backdrop.open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.pricelist-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  display: none;
  flex-direction: column;
  background: #f1f5f9;
  box-sizing: border-box;
}

.pricelist-modal.open {
  display: flex !important;
}

.pricelist-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #0f172a;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  gap: 12px;
}

.pricelist-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pricelist-heading {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pricelist-sub {
  font-size: 11.5px;
  color: #94a3b8;
}

.pricelist-actions-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-export-pdf {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dc2626;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.btn-export-pdf:hover {
  background: #b91c1c;
}

.btn-export-pdf:active {
  transform: scale(0.97);
}

.btn-print-pricelist {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #334155;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.btn-close-pricelist {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 20px;
  padding: 4px 10px;
  cursor: pointer;
  line-height: 1;
}

.btn-close-pricelist:hover {
  color: #ffffff;
}

.pricelist-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 16px 60px 16px;
  display: flex;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

.pricelist-sheet {
  background: #ffffff;
  width: 100%;
  max-width: 880px;
  padding: 32px 30px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  height: fit-content;
  box-sizing: border-box;
}

.sheet-brand-header {
  text-align: center;
  border-bottom: 2px solid #0f172a;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.sheet-badge {
  display: inline-block;
  background: #fee2e2;
  color: #991b1b;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.sheet-brand-title {
  font-size: 26px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin: 0 0 4px 0;
}

.sheet-tagline {
  font-size: 13px;
  font-weight: 700;
  color: #b91c1c;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
}

.sheet-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  font-size: 11.5px;
  color: #475569;
  text-align: left;
  background: #f8fafc;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}

.pricelist-cat-header {
  background: #1e293b;
  color: #f8fafc;
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 12px;
  margin-top: 18px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricelist-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 12px;
}

.pricelist-table th {
  background: #f1f5f9;
  color: #334155;
  font-weight: 700;
  padding: 6px 8px;
  border: 1px solid #cbd5e1;
  text-align: left;
  font-size: 11px;
}

.pricelist-table td {
  padding: 6px 8px;
  border: 1px solid #e2e8f0;
  vertical-align: middle;
}

.pricelist-table tr:nth-child(even) td {
  background: #f8fafc;
}

.sheet-footer-terms {
  margin-top: 24px;
  padding: 16px;
  background: #f8fafc;
  border-left: 4px solid #b91c1c;
  border-radius: 0 6px 6px 0;
  font-size: 11.5px;
  color: #334155;
}

.terms-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.sheet-footer-terms ol {
  margin: 0;
  padding-left: 18px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .pricelist-modal {
    z-index: 10000000 !important;
  }
  .pricelist-modal-backdrop {
    z-index: 9999999 !important;
  }
  .pricelist-sub {
    display: none;
  }
  .sheet-meta-grid {
    grid-template-columns: 1fr;
  }
  .pricelist-sheet {
    padding: 16px 10px;
  }
  .sheet-brand-title {
    font-size: 18px;
  }
  .btn-export-pdf {
    padding: 6px 10px;
    font-size: 11.5px;
  }
  .btn-print-pricelist {
    display: inline-flex !important;
    padding: 6px 10px;
    font-size: 11.5px;
  }
}



/* ==========================================================================
   MOBILE SCROLL SHAKE FIX
   Removes background-attachment:fixed and reduces backdrop-filter on mobile
   These are the #1 cause of scroll shake/jank on iOS & Android
   ========================================================================== */
@media (max-width: 900px) {

  /* ── 1. Remove fixed background (biggest shake cause on mobile) ── */
  body.luxury-body,
  body.luxury-body-blue,
  body {
    background-attachment: scroll !important;
    -webkit-overflow-scrolling: touch;
  }

  /* ── 2. GPU-accelerate sticky navbar (prevents repaint during scroll) ── */
  .site-header,
  .luxury-header,
  .nav-luxury,
  .sticky-header,
  [class*="header"],
  [class*="navbar"] {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(255, 255, 255, 0.98) !important;
  }

  /* ── 3. Disable expensive backdrop-filter on mobile (causes GPU overload) ── */
  .sky-hint-pill,
  .scroll-pill,
  [class*="pill"],
  [class*="glass"],
  [class*="frost"],
  [class*="blur"] {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* ── 4. Fixed canvas layer causes scroll shake on mobile – disable ── */
  .three-canvas-container {
    display: none !important;
  }

  /* ── 5. Prevent horizontal overflow causing scroll bounce ── */
  html, body {
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  /* ── 6. Smooth momentum scrolling for containers ── */
  .mobile-pills-list,
  [class*="scroll"],
  [class*="list"],
  [class*="grid"] {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  /* ── 7. Stop animations from triggering layout during scroll ── */
  * {
    animation-play-state: running;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
}


/* ==========================================================================
   MOBILE PRICE LIST MODAL ENHANCEMENTS
   ========================================================================== */
@media (max-width: 768px) {
  .pricelist-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    transform: none !important;
    border-radius: 0 !important;
    z-index: 99999999 !important;
    display: none;
    flex-direction: column !important;
    background: #f8fafc !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .pricelist-modal.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .pricelist-modal-backdrop {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999998 !important;
    background: rgba(15, 23, 42, 0.82) !important;
  }

  .pricelist-modal-header {
    padding: 10px 14px !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    background: #0f172a !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .pricelist-title-group .pricelist-heading {
    font-size: 13.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 175px !important;
  }

  .pricelist-actions-group {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
  }

  .btn-export-pdf,
  .btn-print-pricelist {
    padding: 6px 9px !important;
    font-size: 11px !important;
    gap: 4px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
  }

  .btn-close-pricelist {
    width: 36px !important;
    height: 36px !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
  }

  .pricelist-modal-body {
    flex: 1 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 10px 8px 40px 8px !important;
  }

  .pricelist-sheet {
    padding: 14px 10px !important;
    border-radius: 8px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .sheet-brand-title {
    font-size: 18px !important;
  }

  .sheet-tagline {
    font-size: 11px !important;
  }

  .sheet-meta-grid {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    font-size: 10.5px !important;
    padding: 8px !important;
  }

  .sheet-table-wrap,
  .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    margin-top: 10px !important;
  }

  .pricelist-table {
    min-width: 520px !important;
    font-size: 11px !important;
  }

  .pricelist-table th,
  .pricelist-table td {
    padding: 5px 6px !important;
  }

  #tab-nav-pricelist {
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(74, 21, 75, 0.15) !important;
  }
}

/* =========================================================================
   FOOTER OFFICIAL SOCIAL BADGES (Robust Anti-Overlap Responsive Styling)
   ========================================================================= */
.footer-social-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.footer-social-label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #F59E0B !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-right: 2px !important;
  white-space: nowrap !important;
  display: inline-block !important;
  line-height: 1.4 !important;
}

.footer-social-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 6px 14px !important;
  border-radius: 9999px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: fit-content !important;
  height: auto !important;
  min-height: 32px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
  cursor: pointer !important;
}

.footer-social-pill svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex-shrink: 0 !important;
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.footer-social-pill span {
  display: inline-block !important;
  white-space: nowrap !important;
  color: #FFFFFF !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.footer-social-pill.footer-ig-pill {
  background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCB045) !important;
  box-shadow: 0 4px 12px rgba(131, 58, 180, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-social-pill.footer-fb-pill {
  background: #1877F2 !important;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer-social-pill:hover {
  transform: translateY(-2px) scale(1.03) !important;
  filter: brightness(1.1) !important;
  color: #FFFFFF !important;
}

