/* ===== GIVA-EXACT DESIGN SYSTEM FOR VFS (Gold Accent) ===== */

/* Fonts: Lato + Figtree + Assistant (exact Giva stack) */

:root {
  /* === Colors (Giva system, pink → gold) === */
  --color-primary: #000000;
  --color-secondary: #D4AF37;       /* was #E9718B pink → gold */
  --color-tertiary: #F5E6B8;        /* was #FFB9C7 blush → light gold */
  --color-neutral: #F5F5F5;
  --color-surface: #FFFFFF;
  --color-on-surface: #121212;
  --color-error: #D94A5A;
  --color-primary-60: #5C5C5C;
  --color-primary-70: #373737;
  --color-primary-10: #FDF6E3;      /* was #F7D6DF → warm gold tint */
  --color-accent-link: #0000EE;
  --color-bg: #FFFFFF;

  /* === Typography === */
  --font-heading: 'Lato', 'Assistant', sans-serif;
  --font-body: 'Lato', 'Figtree', sans-serif;

  /* === Rounded === */
  --rounded-none: 0px;
  --rounded-sm: 4px;
  --rounded-md: 7px;
  --rounded-lg: 10px;
  --rounded-xl: 16px;
  --rounded-full: 9999px;

  /* === Spacing === */
  --space-xs: 6px;
  --space-sm: 16px;
  --space-md: 26px;
  --space-lg: 46px;
  --space-xl: 112px;

  /* === Page === */
  --page-width: 1400px;
  --header-height: 80px;
  --transition: 0.25s ease;
  --bg-primary: #FFFFFF;
  --bg-secondary: #FCFBF7;
  --bg-card: #FFFFFF;
  --bg-neutral: #F4F3EF;
  --text-primary: #1A1A1A;
  --text-secondary: #555555;
  --text-muted: #888888;
  --border-color: #E5E2DA;
}

[data-theme="dark"] {
  --color-primary: #FFFFFF;
  --color-neutral: #1E2330;
  --color-surface: #161922;
  --color-on-surface: #F5F6F8;
  --color-primary-60: #B0B5C4;
  --color-primary-70: #D0D5E4;
  --color-primary-10: #262112;
  --color-bg: #0F1117;
  
  --bg-primary: #0F1117;
  --bg-secondary: #161922;
  --bg-card: #1C202C;
  --bg-neutral: #232836;
  --text-primary: #F5F6F8;
  --text-secondary: #C5C9D6;
  --text-muted: #949BAE;
  --border-color: #2E3547;
}

/* === Theme Toggle Switch === */
.theme-toggle-pill {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: var(--bg-neutral);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 2px 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.theme-pill-option {
  padding: 2px 8px;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-muted);
  transition: all 0.2s ease;
}

:root:not([data-theme="dark"]) .theme-pill-option.light-opt {
  background: #ffffff;
  color: #121212;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

[data-theme="dark"] .theme-pill-option.dark-opt {
  background: var(--color-secondary);
  color: #121212;
  box-shadow: 0 2px 6px rgba(212,175,55,0.3);
}

/* Dark mode body & header adaptations */
body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

[data-theme="dark"] .site-header,
[data-theme="dark"] .cat-item,
[data-theme="dark"] .footer,
[data-theme="dark"] .cart-drawer,
[data-theme="dark"] .search-overlay-content,
[data-theme="dark"] .mobile-bottom-nav,
[data-theme="dark"] .delivery-strip,
[data-theme="dark"] .banners-section,
[data-theme="dark"] .seo-footer-section {
  background-color: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
  border-color: var(--border-color) !important;
}

[data-theme="dark"] .announcement-bar {
  background-color: #1c202c !important;
  color: #D4AF37 !important;
  border-bottom: 1px solid #2e3547 !important;
}

/* Cards & Containers */
[data-theme="dark"] .p-card,
[data-theme="dark"] .shelf-card,
[data-theme="dark"] .tinder-card,
[data-theme="dark"] .banner-card,
[data-theme="dark"] .brand-story-section,
[data-theme="dark"] .timeline-card,
[data-theme="dark"] .review-card,
[data-theme="dark"] .birthday-card,
[data-theme="dark"] .modal-card,
[data-theme="dark"] .pdp-modal-content,
[data-theme="dark"] .cart-item {
  background-color: var(--bg-card) !important;
  border-color: var(--border-color) !important;
  color: var(--text-primary) !important;
}

[data-theme="dark"] .google-reviews-marquee-section {
  background-color: var(--bg-primary) !important;
}

/* Product Card Images & Icon Backgrounds */
[data-theme="dark"] .p-img,
[data-theme="dark"] .cat-circle,
[data-theme="dark"] .tinder-card .tinder-img-box {
  background-color: var(--bg-neutral) !important;
}

/* Typography Specifics (Prevent Color Flattening) */
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] .p-name,
[data-theme="dark"] .cart-item-title,
[data-theme="dark"] .modal-title,
[data-theme="dark"] .section-title {
  color: #F5F6F8 !important;
}

[data-theme="dark"] p,
[data-theme="dark"] label,
[data-theme="dark"] .p-meta,
[data-theme="dark"] .text-muted {
  color: var(--text-secondary);
}

/* Price & Badge High Contrast Rules */
[data-theme="dark"] .price-now,
[data-theme="dark"] .p-prices .price-now,
[data-theme="dark"] .cart-item-price {
  color: #D4AF37 !important;
}

[data-theme="dark"] .price-was {
  color: #949BAE !important;
  text-decoration: line-through;
}

[data-theme="dark"] .price-off {
  background-color: rgba(39, 174, 96, 0.2) !important;
  color: #2ecc71 !important;
}

[data-theme="dark"] .p-badge,
[data-theme="dark"] .sale-ribbon,
[data-theme="dark"] .cart-count {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
}

[data-theme="dark"] .p-badge.sale {
  background-color: #e74c3c !important;
  color: #ffffff !important;
}

/* Button & Action Legibility in Dark Mode */
[data-theme="dark"] .btn-primary,
[data-theme="dark"] .p-quick,
[data-theme="dark"] .unlock-prices-btn,
[data-theme="dark"] .open-slot-modal-btn,
[data-theme="dark"] #guideToVCBtn,
[data-theme="dark"] .checkout-btn {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
  border-color: #D4AF37 !important;
}

[data-theme="dark"] .btn-primary:hover,
[data-theme="dark"] .p-quick:hover {
  background-color: #b89628 !important;
  color: #121212 !important;
}

[data-theme="dark"] .btn-secondary,
[data-theme="dark"] .btn-secondary-dark,
[data-theme="dark"] .qty-btn,
[data-theme="dark"] .modal-close,
[data-theme="dark"] .close-btn {
  background-color: var(--bg-neutral) !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--border-color) !important;
}

/* Input & Form Legibility in Dark Mode */
[data-theme="dark"] input[type="text"],
[data-theme="dark"] input[type="tel"],
[data-theme="dark"] input[type="email"],
[data-theme="dark"] input[type="number"],
[data-theme="dark"] input[type="url"],
[data-theme="dark"] input[type="search"],
[data-theme="dark"] select,
[data-theme="dark"] textarea {
  background-color: var(--bg-neutral) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--border-color) !important;
}

[data-theme="dark"] input::placeholder,
[data-theme="dark"] textarea::placeholder {
  color: #949BAE !important;
}

/* Mode Switch & PDP Modals in Dark Mode */
[data-theme="dark"] .mode-option-card {
  background-color: var(--bg-card) !important;
  border-color: var(--border-color) !important;
  color: var(--text-primary) !important;
}

[data-theme="dark"] .mode-option-card.active {
  border-color: #D4AF37 !important;
  box-shadow: 0 0 15px rgba(212,175,55,0.2) !important;
}

/* === Reset & Scroll Enhancements === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { 
  font-size: 62.5%; 
  scroll-behavior: smooth; 
  height: 100%; 
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.53;
  color: var(--color-on-surface);
  background: var(--color-surface);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Custom Premium Thin Scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-surface);
}

::-webkit-scrollbar-thumb {
  background: rgba(18, 18, 18, 0.15);
  border-radius: var(--rounded-full);
  transition: background var(--transition);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--font-body); cursor: pointer; border: none; background: none; outline: none; }

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 4.267vw;
}

@media (min-width: 750px) { body { font-size: 1.6rem; } }

/* =========================================================
   ANNOUNCEMENT BAR — Giva: rotating slides, blush bg
   ========================================================= */
.announcement-bar {
  background: var(--color-tertiary);
  position: relative;
  overflow: hidden;
  height: 3.6rem;
}

.announcement-slider { height: 100%; position: relative; }

.announcement-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.announcement-slide.active { opacity: 1; pointer-events: auto; }

.announcement-slide a {
  font-size: 1.25rem;
  letter-spacing: 0.06rem;
  color: var(--color-on-surface);
  font-weight: 400;
}

.announcement-slide a strong,
.announcement-slide a span { font-weight: 700; }

/* =========================================================
   HEADER — Giva: left-nav | center-logo | right-icons
   ========================================================= */
.site-header {
  background: var(--color-surface);
  border-bottom: 1px solid rgba(18,18,18,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.site-header.scrolled { box-shadow: 0 1px 6px rgba(0,0,0,0.04); }

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: var(--header-height);
  padding: 4px 0;
}

/* Nav */
.header-nav { display: flex; align-items: center; }
.header-nav-list { display: flex; gap: 0; }
.header-nav-item { position: relative; }

.header-nav-item > a,
.header-nav-item > button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 14px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: var(--color-on-surface);
  white-space: nowrap;
  transition: color var(--transition);
}

.header-nav-item > a:hover,
.header-nav-item > button:hover { color: var(--color-secondary); }

.header-nav-item .caret {
  width: 10px; height: 10px;
  transition: transform var(--transition);
}

.header-nav-item:hover .caret { transform: rotate(180deg); }

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--color-surface);
  border: 1px solid rgba(18,18,18,0.08);
  border-top: 2px solid var(--color-secondary);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  padding: 20px 24px;
  min-width: 480px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 24px;
}

.header-nav-item:hover .mega-menu { opacity: 1; visibility: visible; }

.mega-heading {
  grid-column: 1 / -1;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  color: var(--color-secondary);
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--color-neutral);
}

.mega-menu a {
  display: block;
  padding: 6px 0;
  font-size: 1.3rem;
  color: rgba(18,18,18,0.75);
  transition: color var(--transition), padding-left var(--transition);
}

.mega-menu a:hover {
  color: var(--color-secondary);
  padding-left: 4px;
}

/* Logo */
.header-logo { display: flex; align-items: center; justify-content: center; }
.logo-img { height: 75px; width: auto; object-fit: contain; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }

.logo-text {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-primary);
  letter-spacing: 0.12em;
  line-height: 1;
}

.logo-text .dot { color: var(--color-secondary); }

/* Icons */
.header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.icon-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--color-on-surface);
  transition: background var(--transition), color var(--transition);
}

.icon-btn:hover { background: var(--color-primary-10); color: var(--color-secondary); }
.icon-btn svg { width: 20px; height: 20px; }

.icon-btn .badge {
  position: absolute;
  top: 2px; right: 0;
  min-width: 16px; height: 16px;
  background: var(--color-secondary);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--rounded-full);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 4px;
}

/* =========================================================
   HERO BANNER — Full-width slider with dots
   ========================================================= */
.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--color-neutral);
}

.hero-slider { position: relative; user-select: none; touch-action: pan-y; }

.hero-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 2.2rem;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  backdrop-filter: blur(4px);
  padding-bottom: 3px;
}
.hero-nav-btn:hover {
  background: rgba(212, 175, 55, 0.9);
  color: #121212;
  border-color: #D4AF37;
}
.hero-prev { left: 16px; }
.hero-next { right: 16px; }

.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

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

.hero-slide {
  display: none;
  position: relative;
  width: 100%;
}

.hero-slide.active {
  display: block;
}

.hero-banner-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.hero-slide img,
.hero-banner-link img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 0 6%;
}

.hero-text { max-width: 480px; color: #fff; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.08) 55%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 0 6%;
}

.hero-text { max-width: 480px; color: #fff; }

.hero-text .tag {
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: var(--rounded-sm);
  margin-bottom: 14px;
}

.hero-text h1, .hero-text h2 {
  font-family: var(--font-heading);
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}

.hero-text p {
  font-size: 1.5rem;
  opacity: 0.88;
  margin-bottom: 24px;
  line-height: 1.7;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-primary);
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 12px 30px;
  border: 1px solid var(--color-primary);
  border-radius: var(--rounded-md);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  text-decoration: none;
}

.btn-primary:hover {
  background: var(--color-primary-70);
  border-color: var(--color-primary-70);
  color: #FFFFFF;
}

.hero-text .btn-primary {
  background: var(--color-surface);
  color: var(--color-primary);
  border-color: var(--color-surface);
}

.hero-text .btn-primary:hover {
  background: var(--color-neutral);
  color: var(--color-primary);
  border-color: var(--color-neutral);
}

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

.hero-dot {
  width: 10px; height: 10px;
  border-radius: var(--rounded-full);
  background: rgba(255,255,255,0.4);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.hero-dot.active {
  background: var(--color-secondary);
  width: 28px;
}

/* =========================================================
   TRUST / DELIVERY STRIP
   ========================================================= */
.delivery-strip {
  background: var(--color-primary);
  color: #fff;
  padding: 12px 0;
}

.delivery-inner {
  display: flex;
  justify-content: center;
}

.delivery-track {
  display: flex;
  gap: 40px;
}

.mobile-dup {
  display: none;
}

.delivery-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.delivery-feat svg { width: 18px; height: 18px; color: var(--color-secondary); flex-shrink: 0; }
.delivery-feat strong { font-weight: 700; }

/* =========================================================
   CATEGORY CIRCLES — Horizontal scroll (Giva-exact)
   ========================================================= */
.categories-section { padding: var(--space-lg) 0; }

.section-head {
  text-align: center;
  margin-bottom: var(--space-md);
}

.section-head h2 {
  font-family: var(--font-heading);
  font-size: 2.88rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.72px;
  color: var(--color-on-surface);
}

.section-head p {
  font-size: 1.44rem;
  color: var(--color-primary-60);
  margin-top: 6px;
  letter-spacing: 0.4px;
}

.section-head .line {
  width: 40px; height: 3px;
  background: var(--color-secondary);
  margin: 10px auto 0;
  border-radius: 2px;
}

.cat-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 4.267vw 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cat-scroll::-webkit-scrollbar { display: none; }

.cat-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform var(--transition);
}
.cat-item:hover { transform: translateY(-4px); }

.cat-circle {
  width: 130px; height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-neutral);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.cat-item:hover .cat-circle {
  border-color: var(--color-secondary);
  box-shadow: 0 4px 20px rgba(212,175,55,0.15);
}

.cat-circle img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.cat-item:hover .cat-circle img { transform: scale(1.06); }

.cat-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-on-surface);
  letter-spacing: 0.04em;
}

/* =========================================================
   COLLECTION BANNERS — 2-col (Giva-exact)
   ========================================================= */
.banners-section { padding: 0 0 var(--space-lg); }

.banners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.banner-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--rounded-lg);
  aspect-ratio: 16/9;
  cursor: pointer;
}

.banner-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.banner-card:hover img { transform: scale(1.04); }

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
}

.banner-overlay h3 {
  font-family: var(--font-heading);
  font-size: 2.16rem;
  font-weight: 400;
  letter-spacing: 0.72px;
}

.banner-overlay p { font-size: 1.3rem; margin-top: 4px; opacity: 0.85; }

.banner-overlay .shop-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-secondary);
  transition: gap var(--transition);
}
.banner-overlay .shop-link:hover { gap: 10px; }

/* =========================================================
   PRODUCT CARDS — Giva-exact card layout
   ========================================================= */
.products-section { padding: var(--space-lg) 0 var(--space-xl); }

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

.p-card {
  position: relative;
  background: var(--color-surface);
  border: 1px solid rgba(18,18,18,0.06);
  border-radius: var(--rounded-lg);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}

.p-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.p-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--color-secondary);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: var(--rounded-sm);
  z-index: 2;
}

.p-badge.sale { background: var(--color-error); }

.p-wish {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #bbb;
  transition: all var(--transition);
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.p-wish:hover, .p-wish.active { color: #e74c3c; }
.p-wish svg { width: 16px; height: 16px; }

.p-img {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8f8f8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: var(--rounded-md) var(--rounded-md) 0 0;
}

.p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center top;
  transition: transform 0.4s ease;
}
.p-card:hover .p-img img { transform: scale(1.05); }

.p-quick {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.p-card:hover .p-quick { transform: translateY(0); }

.p-info { padding: 10px 12px 12px; }

.p-meta {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-secondary);
  margin-bottom: 2px;
}

.p-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.p-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.p-rating .stars { color: #ffb214; font-size: 1.2rem; letter-spacing: 1px; }
.p-rating .count { font-size: 1.1rem; color: #999; }

.p-prices { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.price-now { font-size: 1.5rem; font-weight: 900; color: var(--color-on-surface); }
.price-was { font-size: 1.25rem; color: #999; text-decoration: line-through; }
.price-off {
  font-size: 1rem;
  font-weight: 700;
  color: #27ae60;
  background: rgba(39,174,96,0.08);
  padding: 1px 6px;
  border-radius: var(--rounded-sm);
}

/* =========================================================
   TRUST / PROMISE SECTION
   ========================================================= */
.trust-section {
  background: var(--color-primary-10);
  padding: var(--space-lg) 0;
  border-top: 1px solid var(--color-neutral);
  border-bottom: 1px solid var(--color-neutral);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.trust-item { text-align: center; padding: 20px; }

.trust-icon {
  width: 50px; height: 50px;
  margin: 0 auto 14px;
  background: var(--color-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.trust-icon svg { width: 24px; height: 24px; }

.trust-item h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 6px;
}

.trust-item p { font-size: 1.25rem; line-height: 1.6; color: var(--color-primary-60); }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-section { padding: var(--space-lg) 0; }

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.test-card {
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-lg);
  padding: 24px;
  background: var(--color-surface);
  transition: box-shadow var(--transition);
}
.test-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,0.04); }

.test-stars { color: #ffb214; font-size: 1.4rem; margin-bottom: 12px; }
.test-text { font-size: 1.35rem; line-height: 1.7; color: var(--color-on-surface); font-style: italic; margin-bottom: 16px; }
.test-author { font-size: 1.2rem; font-weight: 700; color: var(--color-secondary); }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--color-on-surface);
  color: rgba(255,255,255,0.7);
  padding: var(--space-lg) 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: var(--space-md);
  margin-bottom: 40px;
}

.footer-brand .logo-text { color: #fff; font-size: 2.4rem; margin-bottom: 12px; }
.footer-brand p { font-size: 1.3rem; line-height: 1.7; margin-bottom: 16px; max-width: 280px; }

.footer-socials { display: flex; gap: 10px; }

.footer-socials a {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  transition: all var(--transition);
}

.footer-socials a:hover {
  background: var(--color-secondary);
  color: var(--color-on-surface);
  border-color: var(--color-secondary);
}

.footer-socials a svg { width: 15px; height: 15px; }

.footer-col h3, .footer-col h4 {
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-secondary);
  margin-bottom: 16px;
}

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

.footer-col ul a {
  font-size: 1.3rem;
  transition: color var(--transition), padding-left var(--transition);
}
.footer-col ul a:hover { color: var(--color-secondary); padding-left: 4px; }

.footer-newsletter p { font-size: 1.3rem; margin-bottom: 14px; line-height: 1.7; }

.nl-form {
  display: flex;
  border-radius: var(--rounded-md);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
}

.nl-form input {
  flex: 1;
  padding: 10px 14px;
  border: none;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.44rem;
  outline: none;
}
.nl-form input::placeholder { color: rgba(255,255,255,0.35); }

.nl-form button {
  padding: 10px 20px;
  background: var(--color-secondary);
  color: var(--color-on-surface);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  transition: background var(--transition);
}
.nl-form button:hover { background: #c4a030; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}

/* =========================================================
   OVERLAYS / MODALS / DRAWERS
   ========================================================= */
/* Search */
.search-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 120px;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.search-overlay.active { opacity: 1; visibility: visible; }

.search-box {
  background: var(--color-surface);
  width: 90%; max-width: 900px;
  border-radius: var(--rounded-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  overflow: hidden;
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.search-overlay.active .search-box { transform: translateY(0); }

.search-inner {
  display: flex;
  align-items: center;
  padding: 4px;
  border-bottom: 2px solid var(--color-secondary);
}

.search-inner input {
  flex: 1; border: none; outline: none;
  padding: 14px 16px;
  font-size: 1.6rem;
  font-family: var(--font-body);
  color: var(--color-on-surface);
}

.search-inner button { padding: 10px 16px; color: var(--color-primary-60); }

.search-results {
  max-height: 280px;
  overflow-y: auto;
  padding: 10px;
}

.sr-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: var(--rounded-md);
  cursor: pointer;
  transition: background var(--transition);
}
.sr-item:hover { background: var(--color-primary-10); }

.sr-img { width: 50px; height: 50px; border-radius: var(--rounded-sm); object-fit: cover; }
.sr-info h4 { font-size: 1.3rem; font-weight: 700; color: var(--color-on-surface); }
.sr-info span { font-size: 1.2rem; color: var(--color-secondary); font-weight: 700; }

/* Pincode */
.modal-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.modal-bg.active { opacity: 1; visibility: visible; }

.pin-modal {
  background: var(--color-surface);
  border-radius: var(--rounded-lg);
  width: 90%; max-width: 420px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  transform: scale(0.95);
  transition: transform 0.3s ease;
  position: relative;
  max-height: 90dvh;
  overflow-y: auto;
}
.modal-bg.active .pin-modal { transform: scale(1); }

.pin-modal h3 { font-family: var(--font-heading); font-size: 2.16rem; font-weight: 400; color: var(--color-on-surface); margin-bottom: 6px; letter-spacing: 0.72px; }
.pin-modal > p { font-size: 1.3rem; margin-bottom: 16px; color: var(--color-primary-60); }

.pin-form { display: flex; gap: 6px; margin-bottom: 10px; }

.pin-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-md);
  font-size: 1.44rem;
  font-family: var(--font-body);
  outline: none;
}
.pin-form input:focus { border-color: var(--color-secondary); }

.pin-form button {
  padding: 10px 20px;
  background: var(--color-primary);
  color: var(--color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: var(--rounded-md);
  transition: background var(--transition);
}
.pin-form button:hover { background: var(--color-primary-70); }

.pin-result { font-size: 1.3rem; min-height: 20px; }
.pin-result.ok { color: #27ae60; font-weight: 700; }
.pin-result.err { color: var(--color-error); font-weight: 700; }

.modal-x {
  position: absolute;
  top: 12px; right: 12px;
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary-60);
  transition: background var(--transition);
}
.modal-x:hover { background: var(--color-primary-10); }

/* Drawers */
.dw-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 3000;
  opacity: 0; visibility: hidden;
  transition: all 0.3s ease;
}
.dw-bg.active { opacity: 1; visibility: visible; }

.dw {
  position: fixed; top: 0; right: 0;
  width: 420px; max-width: 100%;
  height: 100%;
  background: var(--color-surface);
  z-index: 3001;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: -4px 0 20px rgba(0,0,0,0.08);
}
.dw.active { transform: translateX(0); }

.dw-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--color-neutral);
}

.dw-head h3 { font-size: 1.6rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-on-surface); }

.dw-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-on-surface);
  transition: background var(--transition);
}
.dw-close:hover { background: var(--color-primary-10); }
.dw-close svg { width: 16px; height: 16px; }

.dw-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.dw-empty {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100%; text-align: center; color: #999;
}
.dw-empty svg { width: 50px; height: 50px; color: var(--color-neutral); margin-bottom: 16px; }
.dw-empty p { font-size: 1.4rem; }

.dw-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--color-neutral);
  align-items: center;
}

.dw-item-img { width: 70px; height: 70px; object-fit: cover; border-radius: var(--rounded-sm); border: 1px solid var(--color-neutral); }
.dw-item-name { font-size: 1.3rem; font-weight: 700; color: var(--color-on-surface); line-height: 1.35; }
.dw-item-meta { font-size: 1.1rem; color: var(--color-secondary); text-transform: uppercase; font-weight: 700; }
.dw-item-price { font-size: 1.3rem; font-weight: 700; color: var(--color-on-surface); }

.qty-ctrl {
  display: flex; align-items: center;
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-sm);
  margin-top: 6px; width: fit-content;
}

.qty-ctrl button {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 700;
  color: var(--color-on-surface);
  transition: background var(--transition);
}
.qty-ctrl button:hover { background: var(--color-primary-10); }
.qty-ctrl span { padding: 0 10px; font-size: 1.3rem; font-weight: 700; }

.dw-rm { color: #bbb; transition: color var(--transition); }
.dw-rm:hover { color: #e74c3c; }
.dw-rm svg { width: 16px; height: 16px; }

.dw-foot {
  padding: 16px 20px;
  border-top: 1px solid var(--color-neutral);
  background: var(--color-primary-10);
}

.dw-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
}
.dw-total span:first-child { font-size: 1.4rem; font-weight: 700; text-transform: uppercase; color: var(--color-on-surface); }
.dw-total span:last-child { font-size: 1.8rem; font-weight: 900; color: var(--color-on-surface); }

.dw-checkout {
  display: block; width: 100%; text-align: center;
  background: var(--color-primary);
  color: var(--color-secondary);
  font-size: 1.3rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 14px;
  border-radius: var(--rounded-md);
  transition: background var(--transition);
}
.dw-checkout:hover { background: var(--color-primary-70); }

/* =========================================================
   TOAST
   ========================================================= */
.toast-box {
  position: fixed;
  bottom: 20px; right: 20px;
  z-index: 9999;
  display: flex; flex-direction: column; gap: 8px;
}

.toast {
  background: var(--color-on-surface);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--rounded-md);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  border-left: 4px solid var(--color-secondary);
  font-size: 1.3rem;
  display: flex; align-items: center; gap: 8px;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}
.toast.show { transform: translateX(0); }
.toast svg { width: 18px; height: 18px; color: var(--color-secondary); flex-shrink: 0; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .test-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  html { font-size: 56%; }
  .page-width { padding: 0 16px; }
  
  /* Header Mobile Optimization */
  .header-nav { display: none; }
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo { justify-content: flex-start; }
  .logo-text { font-size: 2.2rem; letter-spacing: 0.08em; }
  .logo-img { height: 62px; max-width: 140px; }
  .header-logo { justify-content: center; flex: 1; }
  .header-icons { gap: 1px; }
  .icon-btn { width: 32px; height: 32px; }
  .icon-btn svg { width: 18px; height: 18px; }
  .header-icons { gap: 2px; }

  /* Hero Section Mobile Optimization */
  .hero-slide img {
    aspect-ratio: 1 / 1.15;
    min-height: 380px;
    object-position: center;
  }
  .hero-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.8) 100%);
    align-items: flex-end;
    padding: 24px 16px;
  }
  .hero-text {
    max-width: 100%;
    text-align: left;
  }
  .hero-text h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .hero-text p {
    font-size: 1.3rem;
    margin-bottom: 16px;
    line-height: 1.4;
    opacity: 0.9;
  }
  .hero-text .tag {
    font-size: 1rem;
    padding: 3px 10px;
    margin-bottom: 8px;
  }
  .btn-primary {
    font-size: 1.35rem;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: var(--rounded-md);
  }

  /* Delivery Strip Mobile Scrolling Optimization */
  .delivery-strip {
    background: var(--color-primary-10) !important;
    color: var(--color-on-surface) !important;
    padding: 10px 0;
    border-top: 1px solid rgba(18, 18, 18, 0.05);
    border-bottom: 1px solid rgba(18, 18, 18, 0.05);
    overflow: hidden;
  }
  .delivery-inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee 20s linear infinite;
  }
  .delivery-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    padding-right: 32px;
  }
  .mobile-dup {
    display: flex;
  }
  .delivery-feat {
    flex: 0 0 auto;
    font-size: 1.25rem;
    gap: 8px;
    white-space: nowrap;
  }
  .delivery-feat svg {
    width: 18px;
    height: 18px;
    color: var(--color-secondary) !important;
  }

  @keyframes marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
  }

  /* Product Grid and Card Mobile Clean up */
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .p-img { aspect-ratio: 3 / 4; }
  .p-info { padding: 8px 10px 10px; }
  .p-name { font-size: 1.2rem; margin-bottom: 3px; }
  .price-now { font-size: 1.3rem; }
  .price-was { font-size: 1.1rem; }
  .price-off { font-size: 0.85rem; padding: 1px 4px; }

  /* Banners, Trust, Footer & Drawer Mobile */
  .banners-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .cat-scroll { padding: 0 16px; }
  .cat-circle { width: 100px; height: 100px; }
  .dw { width: 100%; }
}

/* =========================================================
   PRODUCT DETAIL PAGE OVERLAY (PDP)
   ========================================================= */
.pdp-overlay {
  position: fixed;
  inset: 0;
  background: var(--color-surface);
  z-index: 1500;
  overflow-y: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.pdp-overlay.active {
  transform: translateX(0);
  visibility: visible;
}

.pdp-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

.pdp-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary-60);
  margin-bottom: 24px;
  cursor: pointer;
  transition: color var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pdp-back:hover {
  color: var(--color-secondary);
}

.pdp-back svg {
  width: 18px;
  height: 18px;
}

.pdp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

/* PDP Gallery */
.pdp-gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-main-img {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--color-neutral);
  border-radius: var(--rounded-lg);
  overflow: hidden;
  border: 1px solid rgba(18,18,18,0.06);
}

.pdp-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  transition: transform 0.3s ease;
}

.pdp-main-img img:hover {
  transform: scale(1.05);
}

.pdp-thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.pdp-thumbs::-webkit-scrollbar {
  height: 4px;
}
.pdp-thumbs::-webkit-scrollbar-track {
  background: var(--color-neutral);
}
.pdp-thumbs::-webkit-scrollbar-thumb {
  background: var(--color-secondary);
  border-radius: var(--rounded-full);
}

.pdp-thumb {
  width: 80px;
  height: 80px;
  border-radius: var(--rounded-md);
  overflow: hidden;
  border: 2px solid var(--color-neutral);
  cursor: pointer;
  transition: border-color var(--transition);
  flex-shrink: 0;
}

.pdp-thumb.active, .pdp-thumb:hover {
  border-color: var(--color-secondary);
}

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

/* PDP Info */
.pdp-info {
  display: flex;
  flex-direction: column;
}

.pdp-info .pdp-meta {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.pdp-info .pdp-title {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-on-surface);
  margin-bottom: 12px;
}

.pdp-info .pdp-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-neutral);
  padding-bottom: 16px;
}

.pdp-info .pdp-rating-stars {
  color: #ffb214;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.pdp-info .pdp-rating-count {
  font-size: 1.3rem;
  color: var(--color-primary-60);
}

.pdp-info .pdp-price-box {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}

.pdp-info .pdp-price-now {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-on-surface);
}

.pdp-info .pdp-price-was {
  font-size: 1.8rem;
  color: #999;
  text-decoration: line-through;
}

.pdp-info .pdp-price-off {
  font-size: 1.3rem;
  font-weight: 700;
  color: #27ae60;
  background: rgba(39,174,96,0.08);
  padding: 3px 8px;
  border-radius: var(--rounded-sm);
}

.pdp-info .pdp-desc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--color-primary-60);
  margin-bottom: 24px;
}

.pdp-info .pdp-spec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
  background: var(--color-neutral);
  padding: 16px;
  border-radius: var(--rounded-md);
}

.pdp-info .pdp-spec-item {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pdp-info .pdp-spec-item svg {
  width: 16px;
  height: 16px;
  color: var(--color-secondary);
}

/* Gift Wrap option inside PDP */
.pdp-gift-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-primary-10);
  border: 1px dashed var(--color-secondary);
  padding: 14px;
  border-radius: var(--rounded-md);
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 700;
  user-select: none;
}

.pdp-gift-wrap input {
  width: 18px;
  height: 18px;
  accent-color: var(--color-secondary);
}

/* Actions & Layout matching reference image */
.pdp-qty-cart-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.pdp-qty-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: var(--rounded-sm);
  overflow: hidden;
  height: 48px;
  background: #fff;
}

.pdp-qty-btn {
  width: 40px;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-on-surface);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
  outline: none;
}

.pdp-qty-btn:hover {
  background: var(--color-neutral);
}

.pdp-qty-input {
  width: 44px;
  height: 100%;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  background: transparent;
  color: var(--color-on-surface);
  outline: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

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

.pdp-btn-add-new {
  flex: 1;
  height: 48px;
  background: var(--color-primary);
  color: var(--color-secondary);
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: var(--rounded-sm);
  cursor: pointer;
  transition: all var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-btn-add-new:hover {
  background: var(--color-primary-70);
  color: var(--color-secondary);
}

.pdp-wishlist-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.pdp-btn-wish-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary-60);
  cursor: pointer;
  transition: color var(--transition);
  outline: none;
}

.pdp-btn-wish-text:hover,
.pdp-btn-wish-text.active {
  color: var(--color-secondary);
}

.pdp-wish-icon {
  width: 18px;
  height: 18px;
}

.pdp-divider {
  border: none;
  border-top: 1px solid var(--color-neutral);
  margin: 20px 0;
}

.pdp-metadata-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.pdp-meta-item {
  color: var(--color-on-surface);
}

.pdp-meta-val {
  color: var(--color-primary-60);
}

.pdp-share-block {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.pdp-share-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.share-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-full);
  color: var(--color-primary-60);
  background: var(--color-neutral);
  transition: all var(--transition);
}

.share-icon:hover {
  color: #fff;
}

.share-facebook:hover {
  background: #3b5998;
}

.share-twitter:hover {
  background: #000000;
}

.share-pinterest:hover {
  background: #bd081c;
}

.share-linkedin:hover {
  background: #0077b5;
}

.share-telegram:hover {
  background: #0088cc;
}

.share-icon svg {
  width: 16px;
  height: 16px;
}

/* Delivery checker inside PDP */
.pdp-delivery {
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-md);
  padding: 20px;
  margin-bottom: 24px;
}

.pdp-delivery h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pdp-delivery h4 svg {
  width: 18px;
  height: 18px;
  color: var(--color-secondary);
}

.pdp-delivery-checker {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.pdp-delivery-checker input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-md);
  font-size: 1.3rem;
  font-family: var(--font-body);
  outline: none;
}

.pdp-delivery-checker input:focus {
  border-color: var(--color-secondary);
}

.pdp-delivery-checker button {
  padding: 10px 20px;
  background: var(--color-primary);
  color: var(--color-secondary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: var(--rounded-md);
  transition: background var(--transition);
}

.pdp-delivery-checker button:hover {
  background: var(--color-primary-70);
}

.pdp-pin-result {
  font-size: 1.25rem;
  line-height: 1.5;
}

.pdp-pin-result.ok {
  color: #27ae60;
  font-weight: 700;
}

.pdp-pin-result.err {
  color: var(--color-error);
  font-weight: 700;
}

/* Related Products on PDP */
.pdp-related {
  margin-top: 40px;
  border-top: 1px solid var(--color-neutral);
  padding-top: 40px;
}

.pdp-related-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* PDP responsive styles */
@media (max-width: 768px) {
  .pdp-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Scroll to top button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-on-surface);
  border: 1px solid rgba(18,18,18,0.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--transition);
  z-index: 999;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
  border-color: var(--color-primary);
  box-shadow: 0 6px 16px rgba(212,175,55,0.25);
}
.scroll-to-top svg {
  width: 20px;
  height: 20px;
}

/* =========================================================
   GOOGLE REVIEWS SECTION
   ========================================================= */
.google-review-section {
  padding: var(--space-lg) 0;
  background: var(--color-neutral);
  border-top: 1px solid rgba(18,18,18,0.06);
}

.review-box {
  background: var(--color-surface);
  border-radius: var(--rounded-lg);
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.review-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-rating .score {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-on-surface);
}

.review-rating .stars {
  color: #ffb214;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.review-rating .count {
  font-size: 1.3rem;
  color: var(--color-primary-60);
  font-weight: 700;
}

.review-left h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary-60);
}

.review-right {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.review-right p {
  font-size: 1.35rem;
  line-height: 1.6;
  color: var(--color-primary-60);
}

.btn-review {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #4285F4;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: var(--rounded-md);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background var(--transition), box-shadow var(--transition);
}

.btn-review:hover {
  background: #357ae8;
  box-shadow: 0 4px 14px rgba(66,133,244,0.3);
}

@media (max-width: 768px) {
  .review-box {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  .review-left {
    align-items: center;
  }
  .review-right {
    align-items: center;
    text-align: center;
  }
}

/* =========================================================
   STORE LOCATOR OVERLAY PAGE
   ========================================================= */
.store-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.store-card {
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-lg);
  padding: 24px;
  background: var(--color-surface);
  text-align: left;
  box-shadow: 0 4px 12px rgba(18,18,18,0.02);
  transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
}

.store-card:hover {
  box-shadow: 0 8px 24px rgba(212,175,55,0.1);
  border-color: var(--color-secondary);
  transform: translateY(-2px);
}

.store-card-name {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.store-card-badge {
  font-size: 1.05rem;
  background: var(--color-primary-10);
  color: var(--color-secondary);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--rounded-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-body);
}

.store-card-address {
  font-size: 1.35rem;
  color: var(--color-primary-60);
  line-height: 1.6;
  margin-bottom: 20px;
}

.store-card-actions {
  display: flex;
  gap: 12px;
}

.btn-store-dir {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: gap var(--transition);
}

.btn-store-dir:hover {
  gap: 10px;
}

.btn-store-dir svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .store-list-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   SIMULATED GOOGLE REVIEW MODAL
   ========================================================= */
.review-modal {
  background: var(--color-surface);
  border-radius: var(--rounded-lg);
  width: 95%;
  max-width: 480px;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.modal-bg.active .review-modal {
  transform: scale(1);
}

.rev-modal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--color-neutral);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.rev-modal-header .google-logo {
  flex-shrink: 0;
}

.rev-modal-biz {
  text-align: left;
}

.rev-modal-biz h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin: 0;
}

.rev-modal-biz p {
  font-size: 1.2rem;
  color: var(--color-primary-60);
  margin-top: 2px;
}

.rev-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rev-modal-stars {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.rev-modal-stars .star {
  font-size: 3.2rem;
  color: #e0e0e0;
  cursor: pointer;
  transition: color var(--transition), transform var(--transition);
  user-select: none;
}

.rev-modal-stars .star:hover {
  transform: scale(1.15);
}

.rev-modal-stars .star.selected {
  color: #ffb214;
}

.rev-stars-label {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 20px;
}

.rev-modal-body textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(18, 18, 18, 0.15);
  border-radius: var(--rounded-md);
  font-family: var(--font-body);
  font-size: 1.4rem;
  color: var(--color-on-surface);
  outline: none;
  resize: vertical;
  margin-bottom: 24px;
  line-height: 1.5;
  transition: border-color var(--transition);
}

.rev-modal-body textarea:focus {
  border-color: #4285F4;
}

.rev-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.btn-rev-cancel {
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-primary-60);
  border-radius: var(--rounded-md);
  border: 1px solid rgba(18, 18, 18, 0.1);
  transition: background var(--transition);
}

.btn-rev-cancel:hover {
  background: var(--color-neutral);
}

.btn-rev-submit {
  padding: 10px 24px;
  font-size: 1.3rem;
  font-weight: 700;
  background: #4285F4;
  color: #fff;
  border-radius: var(--rounded-md);
  box-shadow: 0 2px 6px rgba(66, 133, 244, 0.2);
  transition: background var(--transition), box-shadow var(--transition);
}

.btn-rev-submit:hover {
  background: #357ae8;
  box-shadow: 0 4px 12px rgba(66, 133, 244, 0.3);
}

/* Success animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   MOBILE FIXED BOTTOM BAR & VIDEO CALL DIALOG
   ========================================================= */
.mobile-bottom-bar {
  display: none;
}

.vc-modal {
  background: var(--color-surface);
  border-radius: var(--rounded-lg);
  width: 90%;
  max-width: 440px;
  padding: 30px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: center;
  border: 1px solid rgba(18, 18, 18, 0.08);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-bg.active .vc-modal {
  transform: scale(1);
}

.vc-modal h3 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--color-on-surface);
}

.vc-modal p {
  font-size: 1.35rem;
  color: var(--color-primary-60);
  margin-bottom: 20px;
  line-height: 1.5;
}

.vc-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vc-form input[type="text"],
.vc-form input[type="tel"] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(18, 18, 18, 0.12);
  border-radius: var(--rounded-md);
  font-family: var(--font-body);
  font-size: 1.4rem;
  outline: none;
  transition: border-color var(--transition);
}

.vc-form input[type="text"]:focus,
.vc-form input[type="tel"]:focus {
  border-color: var(--color-secondary);
}

.vc-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.vc-slot {
  cursor: pointer;
  position: relative;
}

.vc-slot input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vc-slot span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  border-radius: var(--rounded-sm);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-primary-60);
  transition: all var(--transition);
  text-align: center;
  padding: 0 4px;
}

.vc-slot input:checked + span {
  border-color: var(--color-secondary);
  background: var(--color-primary-10);
  color: var(--color-secondary);
}

.vc-submit-btn {
  width: 100%;
  height: 48px;
  background: #25D366;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: var(--rounded-md);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity var(--transition);
  margin-top: 10px;
}

.vc-submit-btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 68px !important;
  }
  
  .mobile-bottom-bar {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(18, 18, 18, 0.08);
    padding: 10px 16px;
    gap: 12px;
    z-index: 1100;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  }
  
  .bar-btn {
    flex: 1;
    height: 44px;
    border-radius: var(--rounded-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: transform var(--transition), opacity var(--transition);
  }
  
  .bar-btn:active {
    transform: scale(0.97);
  }
  
  .btn-wa {
    background: #25D366;
    color: #fff;
  }
  
  .btn-insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #ffffff !important;
    border: none !important;
  }
  
  .btn-insta:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(220, 39, 67, 0.45) !important;
  }
  
  .btn-insta svg {
    stroke: #ffffff !important;
  }
  
  .btn-vc {
    background: #121212;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
  }
  
  .bar-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* =========================================================
   NEW UPGRADES: Horizontal Scrolling, Marquees, & Tracking
   ========================================================= */

/* Category Banners & Horizontal Scroll Rows */
.category-track-row {
    margin-bottom: 48px;
}

.category-banner {
    position: relative;
    height: 180px;
    border-radius: var(--rounded-lg);
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: var(--shadow-medium);
}

.category-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 18, 0.88) 0%, rgba(10, 12, 18, 0.6) 45%, rgba(10, 12, 18, 0.1) 80%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 36px;
  color: #ffffff;
  z-index: 2;
}

.category-banner-overlay h2 {
    font-family: var(--font-heading);
    font-size: 3.2rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--color-tertiary);
    margin-bottom: 6px;
}

.category-banner-overlay p {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.85;
}

.product-row-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0 20px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    scroll-snap-type: x mandatory;
}

.product-row-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.product-row-scroll .p-card {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: calc((100% - 48px) / 4);
    max-width: calc((100% - 48px) / 4);
    scroll-snap-align: start;
    margin-bottom: 0;
}

/* Google Reviews Marquee Auto-Scroll */
.google-reviews-marquee-section {
    padding: 60px 0;
    background-color: var(--color-neutral);
    overflow: hidden;
    border-top: 1px solid rgba(197, 168, 128, 0.15);
    border-bottom: 1px solid rgba(197, 168, 128, 0.15);
}

.reviews-marquee-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.reviews-marquee-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: reviewsMarqueeAnim 35s linear infinite;
}

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

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

.review-marquee-card {
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border-radius: var(--rounded-lg);
    width: 340px;
    flex-shrink: 0;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border: 1px solid rgba(197, 168, 128, 0.15);
    display: flex;
    flex-direction: column;
    text-align: left;
}

.rev-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rev-card-name {
    font-size: 1.4rem;
    font-weight: 700;
}

.rev-card-badge {
    background-color: var(--color-tertiary);
    color: var(--color-primary-70);
    font-size: 1rem;
    padding: 2px 8px;
    border-radius: var(--rounded-full);
    font-weight: 700;
}

.rev-card-stars {
    color: var(--color-secondary);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.rev-card-text {
    font-size: 1.3rem;
    color: var(--color-primary-60);
    line-height: 1.6;
    font-style: italic;
}

/* Order Tracking Progress Stepper */
.tracking-container {
    max-width: 700px !important;
}

.tracking-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 1.35rem;
    text-align: left;
}

.tracking-info-block {
    background: var(--color-neutral);
    padding: 16px;
    border-radius: var(--rounded-md);
}

.tracking-info-block strong {
    color: var(--color-secondary);
}

.stepper-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 60px;
    position: relative;
}

.stepper-line {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e2e8f0;
    z-index: 1;
}

.stepper-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--color-secondary);
    transition: width 0.4s ease;
}

.step-node {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #4a5568;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.step-node.active {
    background: var(--color-secondary);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.25);
}

.step-label {
    position: absolute;
    top: 40px;
    width: 100px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #718096;
    left: 50%;
    transform: translateX(-50%);
}

.step-node.active .step-label {
    color: var(--color-primary);
}

/* Checkout Dialog overrides */
.checkout-modal {
    position: relative;
    background: #fff;
    border-radius: var(--rounded-lg);
    box-shadow: var(--shadow-medium);
}

.checkout-modal-card {
    max-width: 500px !important;
    width: 95% !important;
    padding: 35px;
    box-sizing: border-box;
    max-height: 90dvh !important;
    overflow-y: auto !important;
}

.checkout-modal-card input,
.checkout-modal-card select {
    width: 100% !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .checkout-modal-card {
        padding: 24px 20px !important;
    }
}

.checkout-step {
    animation: fadeUp 0.3s ease;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.btn-wa-confirm {
    background: #25D366;
    color: #fff;
    width: 100%;
    padding: 14px;
    border-radius: var(--rounded-md);
    font-weight: 700;
    border: none;
    transition: var(--transition);
    cursor: pointer;
}

.btn-wa-confirm:hover {
    background: #128C7E;
}

.btn-upi-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: var(--rounded-md);
    padding: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.btn-upi-mobile:hover {
  background-color: var(--color-primary-70);
}

/* ===== FLOATING HOW TO ORDER WIDGET ===== */
.floating-guide-btn {
  position: fixed;
  bottom: 88px;
  right: 24px;
  background: var(--color-secondary) !important;
  color: #121212 !important;
  border: 1px solid var(--color-secondary) !important;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 99999 !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
  font-family: var(--font-body);
}

.floating-guide-btn span {
  color: #121212 !important;
}

.floating-guide-btn svg {
  width: 18px;
  height: 18px;
  stroke: #121212 !important;
}

.floating-guide-btn:hover {
  transform: translateY(-3px);
  background: #b89628 !important;
  color: #121212 !important;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

@media (max-width: 768px) {
  .floating-guide-btn {
    bottom: 80px;
    right: 12px;
    padding: 8px 14px;
    font-size: 1.15rem;
  }
}

/* ===== HOW TO ORDER GUIDE COMPACT STYLING ===== */
.guide-step-card {
  display: flex;
  gap: 16px;
  background: var(--color-surface);
  padding: 14px;
  border-radius: var(--rounded-md);
  border: 1px solid rgba(18,18,18,0.06);
  align-items: flex-start;
  text-align: left;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-secondary);
  color: var(--color-bg);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}

.step-text-container {
  flex: 1;
}

.step-title {
  font-size: 1.40rem;
  color: var(--color-secondary);
  margin-bottom: 4px;
  font-weight: 700;
}

.step-desc {
  font-size: 1.25rem;
  color: var(--color-muted);
  line-height: 1.4;
}

/* Mobile Overrides for Guide Modal */
@media (max-width: 576px) {
  .guide-pin-modal {
    padding: 20px 16px !important;
    max-height: 85dvh !important;
    overflow-y: auto !important;
    width: 95vw !important;
    margin: 0 auto;
  }
  
  .guide-pin-modal h3 {
    font-size: 1.8rem !important;
    margin-bottom: 4px !important;
  }
  
  .guide-pin-modal p {
    font-size: 1.15rem !important;
    margin-bottom: 16px !important;
  }
  
  .guide-steps-container {
    gap: 10px !important;
  }
  
  .guide-step-card {
    padding: 10px !important;
    gap: 10px !important;
  }
  
  .step-num {
    width: 24px !important;
    height: 24px !important;
    font-size: 1.1rem !important;
  }
  
  .step-title {
    font-size: 1.25rem !important;
  }
  
  .step-desc {
    font-size: 1.15rem !important;
    line-height: 1.3 !important;
  }
  
  .guide-video-call-cta {
    margin-top: 16px !important;
    padding: 14px !important;
  }
  
  .guide-video-call-cta h4 {
    font-size: 1.3rem !important;
    margin-bottom: 4px !important;
  }
  
  .guide-video-call-cta p {
    font-size: 1.1rem !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
  }
}

/* ── MOBILE NAV SIDE DRAWER STYLING ── */
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--color-primary);
    padding: 8px;
    cursor: pointer;
    margin-right: 12px;
  }
  .mobile-menu-toggle svg {
    width: 24px;
    height: 24px;
  }
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.drawer-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85%;
  max-width: 320px;
  background: var(--color-bg);
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.drawer-left {
  left: 0;
  transform: translateX(-100%);
}

.drawer-overlay.active .drawer-content {
  transform: translateX(0);
}

.drawer-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.drawer-header-row .logo-text {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.drawer-close {
  background: none;
  border: none;
  color: var(--color-primary);
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.drawer-close:hover {
  opacity: 0.7;
}

.drawer-search-row {
  padding: 16px 20px;
  background: #fdfcf7;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.drawer-search-box {
  position: relative;
  width: 100%;
}

.drawer-search-box input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 1.35rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: var(--rounded-md);
  outline: none;
  background: var(--color-bg);
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.drawer-search-box input:focus {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.drawer-search-box .search-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #888;
  pointer-events: none;
}

.drawer-tabs-header {
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.drawer-tab-btn {
  flex: 1;
  background: #f0f0f0;
  border: none;
  padding: 14px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
}

.drawer-tab-btn.active {
  background: var(--color-bg);
  color: var(--color-secondary);
  border-bottom: 2px solid var(--color-secondary);
  font-weight: 800;
}

.drawer-tab-content {
  display: none;
  flex: 1;
  overflow-y: auto;
  padding: 10px 0;
}

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

.drawer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drawer-menu-list li {
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.drawer-menu-list li a {
  display: block;
  padding: 16px 24px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
  letter-spacing: 0.03em;
}

.drawer-menu-list li a:hover {
  background: #fdfcf7;
  color: var(--color-secondary);
}

.pdp-swipe-helper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  color: var(--color-secondary);
  font-weight: 600;
  margin: 10px 0 16px 0;
  background: rgba(212, 175, 55, 0.08);
  padding: 6px 12px;
  border-radius: var(--rounded-md);
  border: 1px dashed rgba(212, 175, 55, 0.3);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.pdp-swipe-helper svg {
  color: var(--color-secondary);
  animation: pulse-swipe 2s infinite ease-in-out;
}

@keyframes pulse-swipe {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.15); opacity: 1; }
}

@keyframes scale-up-success {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.08); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

/* =========================================================
   TINDER SWIPER SYSTEM
   ========================================================= */
.tinder-swiper-container {
  max-width: 360px;
  margin: 30px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}

.tinder-card-stack {
  position: relative;
  width: 300px;
  height: 420px;
  perspective: 1000px;
}

.tinder-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--rounded-lg);
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: var(--shadow-medium);
  border: 1px solid var(--color-neutral);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
  cursor: grab;
  touch-action: none;
  display: flex;
  flex-direction: column;
}

.tinder-card:active {
  cursor: grabbing;
}

/* Card images */
.tinder-card .tinder-img-box {
  width: 100%;
  height: 70%;
  overflow: hidden;
  position: relative;
  background: #fdfdfd;
}

.tinder-card .tinder-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  pointer-events: none;
}

/* Card detail info */
.tinder-card .tinder-card-info {
  padding: 16px;
  background: var(--color-surface);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tinder-card .tinder-meta {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.tinder-card .tinder-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-on-surface);
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tinder-card .tinder-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tinder-card .tinder-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-on-surface);
}

.tinder-card .tinder-mrp {
  font-size: 1.25rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}

/* Swipe Badges (NOPE / LIKE tags overlay) */
.tinder-badge {
  position: absolute;
  top: 20px;
  font-size: 2.2rem;
  font-weight: 900;
  border: 4px solid;
  border-radius: var(--rounded-sm);
  padding: 4px 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: rotate(-15deg);
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.1s ease;
}

.tinder-badge.like {
  right: 20px;
  color: #27ae60;
  border-color: #27ae60;
  transform: rotate(15deg);
}

.tinder-badge.dislike {
  left: 20px;
  color: #c0392b;
  border-color: #c0392b;
}

/* Controls style */
.tinder-controls {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.tinder-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: var(--color-surface);
  box-shadow: var(--shadow-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.tinder-btn:active {
  transform: scale(0.9);
}

.tinder-btn svg {
  width: 24px;
  height: 24px;
  transition: color 0.2s ease;
}

.tinder-btn.dislike {
  color: #e74c3c;
  border: 1px solid rgba(231, 76, 60, 0.2);
}

.tinder-btn.dislike:hover {
  background: #e74c3c;
  color: #fff;
}

.tinder-btn.like {
  color: #2ecc71;
  border: 1px solid rgba(46, 204, 113, 0.2);
}

.tinder-btn.like:hover {
  background: #2ecc71;
  color: #fff;
}

/* Modal styling options */
.cat-shift-btn {
  width: 100%;
  padding: 12px;
  background: var(--color-surface);
  color: var(--color-on-surface);
  border: 1px solid var(--color-neutral);
  border-radius: var(--rounded-md);
  font-size: 1.35rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition);
  text-align: center;
  text-transform: capitalize;
}

.cat-shift-btn:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
  border-color: var(--color-secondary);
}

/* === PERFORMANCE OPTIMIZATIONS === */

/* content-visibility skips layout & rendering of below-the-fold content until visible */
.trust-section,
.google-reviews-marquee-section,
.banners-section {
  content-visibility: auto;
  contain-intrinsic-size: 300px;
}

/* GPU Hardware Acceleration for buttery-smooth animations and zero-lag draws */
.dw,
.modal-bg,
.pdp-overlay,
.search-overlay {
  will-change: transform, opacity;
}

/* Optimize scroll rows to run at high refresh rate */
.product-row-scroll {
  will-change: transform;
  -webkit-overflow-scrolling: touch; /* Inertial scroll for iOS */
}

.hero-slide {
  will-change: opacity;
}

/* =========================================================
   SHOPPING MODE & MODALS STYLING
   ========================================================= */
.mode-status-bar {
  background: #111111;
  border-bottom: 1px solid #222;
  padding: 8px 0;
  font-size: 1.2rem;
  color: #e5e5e5;
  font-family: var(--font-body);
}

.mode-status-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mode-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mode-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366; /* Green for active */
  box-shadow: 0 0 8px #25D366;
}

.mode-dot.wholesale-locked {
  background: #ff3b30; /* Red if locked */
  box-shadow: 0 0 8px #ff3b30;
}

.switch-mode-btn {
  background: var(--color-secondary) !important;
  border: 1px solid var(--color-secondary) !important;
  color: #111111 !important;
  padding: 5px 14px;
  font-size: 1.1rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.switch-mode-btn:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #111111 !important;
}

/* Mode selector modal options cards */
.mode-selection-card:hover {
  border-color: var(--color-primary) !important;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
  transform: translateY(-2px);
}

.mode-selection-card.selected {
  border-color: var(--color-primary) !important;
  background: #FFFDF0;
}

.upi-pay-btn {
  width: 100%;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.upi-pay-btn:hover {
  opacity: 0.9;
}

/* ===== BRAND STORY SECTION ===== */
.brand-story-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff9f0 0%, #fff 60%, #fdf6e3 100%);
  border-top: 1px solid #f0e8d0;
  border-bottom: 1px solid #f0e8d0;
}

.brand-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 40px;
}

.brand-story-text p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

.brand-lead {
  font-size: 1.8rem !important;
  color: #222 !important;
  font-weight: 700;
}

.brand-story-quote {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 4px solid var(--color-secondary);
  background: rgba(212,175,55,0.06);
  border-radius: 0 8px 8px 0;
}

.brand-story-quote span {
  display: block;
  font-size: 1.6rem;
  font-style: italic;
  color: #333;
  margin-bottom: 8px;
}

.brand-story-quote small {
  font-size: 1.2rem;
  color: var(--color-secondary);
  font-weight: 700;
}

/* Timeline */
.brand-story-timeline {
  position: relative;
  padding-left: 32px;
}

.brand-story-timeline::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-secondary), #f0e8d0);
}

.timeline-item {
  position: relative;
  margin-bottom: 36px;
  padding-left: 28px;
}

.timeline-dot {
  position: absolute;
  left: -25px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddd;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ddd;
  transition: all 0.3s;
}

.timeline-dot.active {
  background: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(212,175,55,0.3);
}

.timeline-year {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.timeline-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin: 4px 0 6px;
}

.timeline-content p {
  font-size: 1.3rem;
  color: #666;
  line-height: 1.6;
}

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

/* ===== PRODUCT SHELVES (New Arrivals / Best Sellers / Sale) ===== */
.product-shelf-section {
  padding: 56px 0 40px;
  border-top: 1px solid #f0f0f0;
}

.sale-shelf {
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border-top-color: #ffe0e0;
}

.shelf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.shelf-title {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 4px;
}

.shelf-sub {
  font-size: 1.3rem;
  color: #888;
}

.shelf-viewall-btn {
  background: transparent;
  border: 1.5px solid var(--color-secondary);
  color: var(--color-secondary);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.shelf-viewall-btn:hover {
  background: var(--color-secondary);
  color: #fff;
}

.shelf-viewall-btn.sale-btn {
  border-color: #e74c3c;
  color: #e74c3c;
}

.shelf-viewall-btn.sale-btn:hover {
  background: #e74c3c;
  color: #fff;
}

.shelf-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.shelf-scroll::-webkit-scrollbar { height: 4px; }
.shelf-scroll::-webkit-scrollbar-track { background: #f5f5f5; }
.shelf-scroll::-webkit-scrollbar-thumb { background: var(--color-secondary); border-radius: 2px; }

.shelf-scroll .p-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: calc((100% - 48px) / 4);
  max-width: calc((100% - 48px) / 4);
  scroll-snap-align: start;
}

.shelf-scroll .p-card .sale-ribbon {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e74c3c;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  padding: 3px 9px;
  border-radius: 3px;
  z-index: 2;
}

/* ===== ADMIN CUSTOMER DATABASE TAB ===== */
.customer-table-wrap {
  overflow-x: auto;
  margin-top: 16px;
}

.customer-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.25rem;
}

.customer-table th {
  background: #111;
  color: #D4AF37;
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

.customer-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
  font-size: 1.2rem;
}

.customer-table tr:hover td {
  background: #fffdf0;
}

.cust-tier-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}

.cust-tier-bronze { background: #f5e6cc; color: #8B6914; }
.cust-tier-silver { background: #e8e8e8; color: #555; }
.cust-tier-gold { background: #fff3c0; color: #b8860b; }
.cust-tier-platinum { background: #e0f0ff; color: #1565c0; }

/* ===== ADMIN REPORTS TAB ===== */
.report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.report-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.report-card .rc-value {
  font-size: 3rem;
  font-weight: 900;
  color: #D4AF37;
  display: block;
}

.report-card .rc-label {
  font-size: 1.2rem;
  color: #888;
  margin-top: 4px;
  display: block;
}

.report-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  margin: 20px 0 12px;
  border-left: 4px solid #D4AF37;
  padding-left: 12px;
}

.css-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.css-bar-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.css-bar-label {
  width: 120px;
  font-size: 1.2rem;
  color: #444;
  text-align: right;
  flex-shrink: 0;
}

.css-bar-track {
  flex: 1;
  height: 14px;
  background: #f0f0f0;
  border-radius: 7px;
  overflow: hidden;
}

.css-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #D4AF37, #f0c040);
  border-radius: 7px;
  transition: width 0.6s ease;
}

.css-bar-count {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  min-width: 30px;
}

/* top products */
.top-product-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.top-product-rank {
  font-size: 1.8rem;
  font-weight: 900;
  color: #D4AF37;
  width: 30px;
  text-align: center;
}

.top-product-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #eee;
}

.top-product-name {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

.top-product-count {
  font-size: 1.2rem;
  font-weight: 700;
  color: #27ae60;
}

/* ===== ADMIN BANNER MANAGER ===== */
.banner-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.banner-manager-card {
  border: 2px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.banner-manager-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.banner-manager-card-info {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.banner-manager-card-info span {
  font-size: 1.1rem;
  color: #666;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-delete-banner {
  background: #e74c3c;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 1.1rem;
  cursor: pointer;
  flex-shrink: 0;
}

.banner-upload-area {
  border: 2px dashed #D4AF37;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  background: #fffdf0;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 20px;
}

.banner-upload-area:hover { background: #fff8e0; }
.banner-upload-area p { font-size: 1.4rem; color: #888; margin-top: 10px; }

/* 👑 VFS Business Club Premium Styles */
.mode-status-bar.premium-business-club {
  background: linear-gradient(135deg, #121212 0%, #1e1e1e 100%) !important;
  border: 1.5px solid #D4AF37 !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2) !important;
  color: #D4AF37 !important;
}
.mode-status-bar.premium-business-club #activeModeLabel {
  color: #D4AF37 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.mode-status-bar.premium-business-club #switchModeBtn {
  background: #D4AF37 !important;
  color: #121212 !important;
  border-color: #D4AF37 !important;
  font-weight: 700;
}

/* 🎥 Instagram Reels Showcase Styling */
.reels-showcase-section {
  padding: 80px 0;
  background-color: #0b0b0b;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.reels-title {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  color: #ffffff;
  margin-bottom: 8px;
}
.reels-sub {
  font-size: 1.4rem;
  color: #888888;
  margin-bottom: 40px;
}
.reels-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.reel-embed-card {
  width: 320px;
  height: 480px;
  background: #121212;
  border: 1px solid #222222;
  border-radius: var(--rounded-md);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s;
}
.reel-embed-card:hover {
  transform: translateY(-8px);
}
.reel-embed-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Category Banner View All Button */
.cat-view-all-btn {
    margin-top: 15px;
    align-self: flex-start;
    padding: 8px 22px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-tertiary, #D4AF37);
    border: 1.5px solid var(--color-tertiary, #D4AF37);
    border-radius: var(--rounded-sm, 4px);
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
    cursor: pointer;
    display: inline-block;
    z-index: 10;
}
.cat-view-all-btn:hover {
    background: var(--color-tertiary, #D4AF37);
    color: #121212 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}




/* Highest priority modal overlay for welcome mode popup */
#welcomeModeModal {
  z-index: 999999 !important;
  position: fixed !important;
  top: 0 !important; left: 0 !important;
  width: 100vw !important; height: 100vh !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(10px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}



/* Guarantee Wholesale Modals are hidden 100% when in Retail mode */








/* Guaranteed 100% Uncropped Product Images */
.p-img img,
.p-card img,
.product-card img,
.shelf-card img,
.tinder-card .tinder-img-box img {
  object-fit: contain !important;
  max-width: 100% !important;
  max-height: 100% !important;
}


/* =========================================================
   COMPREHENSIVE DARK MODE & HIGH CONTRAST FIXES
   ========================================================= */

/* 1. Header Logo Visibility in Dark Mode */
[data-theme="dark"] .logo-img,
[data-theme="dark"] .site-header img,
[data-theme="dark"] .header-logo img,
[data-theme="dark"] .nav-logo img {
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255,255,255,0.4)) !important;
}

/* 2. Category Labels under Category Circles */
[data-theme="dark"] .cat-label {
  color: #F5F6F8 !important;
  font-weight: 700 !important;
}

[data-theme="dark"] .cat-item:hover .cat-label {
  color: #D4AF37 !important;
}

/* 3. SEO About Section (Eliminate White Box Glitch) */
.seo-about-section {
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  border-top: 1px solid var(--border-color);
}
.seo-about-section h2 {
  color: var(--text-primary) !important;
}
.seo-about-section p {
  color: var(--text-secondary) !important;
}

[data-theme="dark"] .seo-about-section {
  background-color: #0f1117 !important;
  color: #F5F6F8 !important;
  border-top: 1px solid #2e3547 !important;
}
[data-theme="dark"] .seo-about-section h2 {
  color: #F5F6F8 !important;
}
[data-theme="dark"] .seo-about-section p {
  color: #cbd5e1 !important;
}

/* 4. Google Reviews Marquee Cards */
[data-theme="dark"] .review-card {
  background-color: #1c202c !important;
  border: 1px solid #2e3547 !important;
  color: #F5F6F8 !important;
}
[data-theme="dark"] .review-card p,
[data-theme="dark"] .review-card h4,
[data-theme="dark"] .review-card span {
  color: #cbd5e1 !important;
}
[data-theme="dark"] .review-author {
  color: #FFFFFF !important;
  font-weight: 700 !important;
}

/* 5. PDP Modal & Add To Cart Button */
[data-theme="dark"] .pdp-modal-content,
[data-theme="dark"] .pdp-container {
  background-color: #161922 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] button.add-to-cart,
[data-theme="dark"] .pdp-add-btn,
[data-theme="dark"] .pdp-actions .btn-primary {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
  border: none !important;
}

[data-theme="dark"] .delivery-check-box,
[data-theme="dark"] .pdp-pincode-box {
  background-color: #1c202c !important;
  border: 1px solid #2e3547 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] .pincode-input {
  background-color: #232836 !important;
  color: #ffffff !important;
  border: 1px solid #3b445c !important;
}

[data-theme="dark"] .pincode-btn {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
}

/* 6. Floating How To Order Button */
#howToOrderBtn,
.how-to-order-btn,
.floating-order-btn {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
  border: 1px solid #D4AF37 !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4) !important;
}

[data-theme="dark"] #howToOrderBtn,
[data-theme="dark"] .how-to-order-btn,
[data-theme="dark"] .floating-order-btn {
  background-color: #D4AF37 !important;
  color: #121212 !important;
  font-weight: 800 !important;
  border: 1px solid #D4AF37 !important;
}


/* =========================================================
   TARGETED DARK MODE FIXES FOR FOOTER, DROPDOWN, STORY & CHECKOUT
   ========================================================= */

/* 1. Footer Dark Mode Fix */
[data-theme="dark"] .footer,
[data-theme="dark"] footer,
[data-theme="dark"] .site-footer {
  background-color: #0f1117 !important;
  color: #F5F6F8 !important;
  border-top: 1px solid #2e3547 !important;
}

[data-theme="dark"] .footer a,
[data-theme="dark"] .footer p,
[data-theme="dark"] .footer span,
[data-theme="dark"] .footer div,
[data-theme="dark"] .footer h4,
[data-theme="dark"] .footer h5,
[data-theme="dark"] .footer li,
[data-theme="dark"] footer a,
[data-theme="dark"] footer p,
[data-theme="dark"] footer span,
[data-theme="dark"] footer div {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .footer a:hover,
[data-theme="dark"] footer a:hover {
  color: #D4AF37 !important;
}

[data-theme="dark"] .footer-bottom {
  border-top: 1px solid #2e3547 !important;
  background-color: #0c0e13 !important;
}

/* 2. Categories Mega Menu Dropdown Fix */
.mega-menu, .nav-dropdown, .dropdown-menu {
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
}

[data-theme="dark"] .mega-menu,
[data-theme="dark"] .nav-dropdown,
[data-theme="dark"] .dropdown-menu {
  background-color: #161922 !important;
  border: 1px solid #2e3547 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
}

[data-theme="dark"] .mega-menu a,
[data-theme="dark"] .nav-dropdown a,
[data-theme="dark"] .dropdown-menu a,
[data-theme="dark"] .dropdown-link {
  color: #f5f6f8 !important;
}

[data-theme="dark"] .mega-menu a:hover,
[data-theme="dark"] .nav-dropdown a:hover,
[data-theme="dark"] .dropdown-link:hover {
  color: #D4AF37 !important;
  background-color: rgba(212, 175, 55, 0.15) !important;
}

[data-theme="dark"] .mega-heading,
[data-theme="dark"] .dropdown-heading {
  color: #D4AF37 !important;
  font-weight: 800 !important;
}

/* 3. Our Story Section Fix */
[data-theme="dark"] #brand-story,
[data-theme="dark"] .brand-story-section {
  background-color: #0f1117 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] .brand-story-quote {
  background-color: #1c202c !important;
  border-left: 4px solid #D4AF37 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] .brand-story-quote p,
[data-theme="dark"] .brand-story-quote span {
  color: #D4AF37 !important;
}

[data-theme="dark"] .timeline-card,
[data-theme="dark"] .timeline-content {
  background-color: #1c202c !important;
  border: 1px solid #2e3547 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] .timeline-year {
  color: #D4AF37 !important;
  font-weight: 800 !important;
}

[data-theme="dark"] .timeline-card h4,
[data-theme="dark"] .timeline-content h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .timeline-card p,
[data-theme="dark"] .timeline-content p {
  color: #cbd5e1 !important;
}

/* 4. Checkout Summary Box Fix */
.checkout-summary {
  background-color: var(--bg-neutral);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
}

[data-theme="dark"] .checkout-summary {
  background-color: #1c202c !important;
  border: 1px solid #2e3547 !important;
  color: #F5F6F8 !important;
}

[data-theme="dark"] .checkout-summary span,
[data-theme="dark"] .checkout-summary div,
[data-theme="dark"] .checkout-summary p {
  color: #cbd5e1 !important;
}

[data-theme="dark"] .checkout-summary strong {
  color: #FFFFFF !important;
}

[data-theme="dark"] #coSumTotal,
[data-theme="dark"] .checkout-summary .grand-total {
  color: #D4AF37 !important;
  font-weight: 800 !important;
}


/* Customer VFS Wallet Modal Overlay */
#walletModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.82) !important;
  z-index: 9999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  padding: 16px;
}


/* Category Hero Banner Responsive Adjustments */
@media (max-width: 768px) {
  .category-hero {
    padding: 20px 24px !important;
    min-height: 200px !important;
  }
  #catHeroTitle {
    font-size: 2.0rem !important;
  }
  #catHeroDesc {
    font-size: 1.15rem !important;
    margin-bottom: 12px !important;
  }
  #catHeroBg {
    width: 40% !important;
    opacity: 0.7 !important;
  }
}


/* Homepage Category Row Track & Banner Styling */
.category-track-row {
  margin-bottom: 40px;
  position: relative;
}

.category-banner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  background-color: #12151e;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.category-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 18, 0.88) 0%, rgba(10, 12, 18, 0.6) 45%, rgba(10, 12, 18, 0.1) 80%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 36px;
  color: #ffffff;
  z-index: 2;
}

.category-banner-overlay h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.category-banner-overlay p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  max-width: 480px;
}

.cat-view-all-btn {
  display: inline-flex;
  align-items: center;
  background: #D4AF37;
  color: #121212 !important;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.cat-view-all-btn:hover {
  transform: translateY(-2px);
  background: #f1c40f;
}

.product-row-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.product-row-scroll::-webkit-scrollbar {
  height: 6px;
}

.product-row-scroll::-webkit-scrollbar-thumb {
  background: var(--color-secondary, #D4AF37);
  border-radius: 4px;
}

.product-row-scroll .p-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: calc((100% - 48px) / 4);
  max-width: calc((100% - 48px) / 4);
}

@media (max-width: 768px) {
  .product-row-scroll .p-card,
  .shelf-scroll .p-card {
    flex: 0 0 calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  .category-banner {
    min-height: 150px;
    padding: 16px 20px;
  }
  .category-banner-overlay h2 {
    font-size: 1.6rem;
  }
  .category-banner-overlay p {
    font-size: 1.05rem;
    margin-bottom: 8px;
  }
}


/* Wholesale Business Club Header Strip */
.wholesale-club-strip {
  display: block;
}

html[data-shopping-mode="retail"] .wholesale-club-strip {
  display: none !important;
}

html[data-shopping-mode="wholesale"] .wholesale-club-strip {
  display: block !important;
}


/* ── Universal VFS Modal Overlay System ── */
.vfs-modal-overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(10, 12, 18, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 9999999 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.vfs-modal-overlay.active,
.vfs-modal-overlay[style*="display: flex"] {
  display: flex !important;
}

.vfs-modal-content {
  position: relative !important;
  max-width: 520px !important;
  width: 100% !important;
  background: #ffffff !important;
  color: #121212 !important;
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid #D4AF37 !important;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6) !important;
  box-sizing: border-box !important;
  margin: auto !important;
}

/* =========================================================
   PERFORMANCE & INSTANT LOADING ENGINE (UNDER 2 SECONDS)
   ========================================================= */
.p-card {
  will-change: transform;
  contain: content;
}

.p-card img {
  transform: translateZ(0);
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.product-row, .cat-track {
  content-visibility: auto;
  contain-intrinsic-size: 1px 320px;
}

/* =========================================================
   FIX FOR WALLET & POPUP MODALS (HIGH Z-INDEX & FIXED POS)
   ========================================================= */
.modal-backdrop,
#walletModal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 9999999 !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  padding: 16px !important;
}

.modal-backdrop.active,
.modal-backdrop[style*="display: flex"],
#walletModal.active,
#walletModal[style*="display: flex"] {
  display: flex !important;
}

/* =========================================================
   UNIVERSAL WHATSAPP BUTTON HOVER EFFECT (TURN GREEN ON HOVER)
   ========================================================= */
a[href*="wa.me"],
a[href*="whatsapp"],
.btn-wa,
.btn-whatsapp,
.share-whatsapp,
.whatsapp-btn,
.floating-guide-btn,
.floating-order-btn,
.floating-whatsapp-btn,
#successWaBtn,
.social-icon[href*="wa.me"],
.social-link[href*="wa.me"] {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

a[href*="wa.me"]:hover,
a[href*="whatsapp"]:hover,
.btn-wa:hover,
.btn-whatsapp:hover,
.share-whatsapp:hover,
.whatsapp-btn:hover,
.floating-guide-btn:hover,
.floating-order-btn:hover,
.floating-whatsapp-btn:hover,
#successWaBtn:hover,
.social-icon[href*="wa.me"]:hover,
.social-link[href*="wa.me"]:hover {
  background-color: #25D366 !important;
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45) !important;
  transform: translateY(-3px) scale(1.05) !important;
}

a[href*="wa.me"]:hover svg,
a[href*="whatsapp"]:hover svg,
.btn-wa:hover svg,
.btn-whatsapp:hover svg,
.share-whatsapp:hover svg,
.whatsapp-btn:hover svg,
.floating-guide-btn:hover svg,
.floating-order-btn:hover svg,
.floating-whatsapp-btn:hover svg,
#successWaBtn:hover svg,
.social-icon[href*="wa.me"]:hover svg,
.social-link[href*="wa.me"]:hover svg,
a[href*="wa.me"]:hover path,
a[href*="whatsapp"]:hover path,
.btn-wa:hover path,
.btn-whatsapp:hover path,
.share-whatsapp:hover path,
.whatsapp-btn:hover path,
.floating-guide-btn:hover path,
.floating-order-btn:hover path,
.floating-whatsapp-btn:hover path,
#successWaBtn:hover path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}

a[href*="wa.me"]:hover span,
a[href*="whatsapp"]:hover span,
.btn-wa:hover span,
.btn-whatsapp:hover span,
.floating-guide-btn:hover span,
.floating-order-btn:hover span,
.floating-whatsapp-btn:hover span {
  color: #ffffff !important;
}

/* =========================================================
   AUTOMATICALLY HIDE FLOATING BUTTONS WHEN DRAWERS/MODALS OPEN
   ========================================================= */
body:has(#cartDW.active) .floating-guide-btn,
body:has(#wlDW.active) .floating-guide-btn,
body:has(#cartBG.active) .floating-guide-btn,
body:has(#wlBG.active) .floating-guide-btn,
body:has(#checkoutModal.active) .floating-guide-btn,
body:has(#pdpOverlay.active) .floating-guide-btn,
body:has(.modal-backdrop.active) .floating-guide-btn,
body:has(.modal-bg.active) .floating-guide-btn,
body:has(.drawer.active) .floating-guide-btn,
body:has(#cartDW.active) .floating-order-btn,
body:has(#wlDW.active) .floating-order-btn,
body:has(#cartBG.active) .floating-order-btn,
body:has(#wlBG.active) .floating-order-btn,
body:has(#checkoutModal.active) .floating-order-btn,
body:has(#pdpOverlay.active) .floating-order-btn,
body:has(.modal-backdrop.active) .floating-order-btn,
body:has(.modal-bg.active) .floating-order-btn,
body:has(.drawer.active) .floating-order-btn {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* PDP Instagram Share Icon Styling */
.share-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.45) !important;
  transform: translateY(-2px);
}

.share-instagram:hover svg,
.share-instagram:hover path,
.share-instagram:hover circle,
.share-instagram:hover rect {
  stroke: #ffffff !important;
  color: #ffffff !important;
}

/* ── Customer Profile Hub & Drawer Styling ── */
.profile-drawer {
  background: var(--bg-primary, #ffffff) !important;
  color: var(--color-text, #121212) !important;
}

[data-theme="dark"] .profile-menu-item {
  background: #181c28 !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: #ffffff !important;
}

[data-theme="dark"] .profile-menu-item:hover {
  border-color: #D4AF37 !important;
  background: rgba(212, 175, 55, 0.14) !important;
}

.profile-hub-card {
  background: linear-gradient(135deg, #11141e 0%, #1e1b15 100%) !important;
  border: 1px solid #D4AF37 !important;
  border-radius: 14px !important;
  padding: 18px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.profile-wallet-banner {
  background: linear-gradient(135deg, #181510 0%, #2b2212 100%) !important;
  border: 1px solid #D4AF37 !important;
  border-radius: 14px !important;
  padding: 18px !important;
  margin-bottom: 16px !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.profile-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--bg-secondary, #f8f9fa);
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: 12px;
  margin-bottom: 12px;
  color: var(--color-text, #121212);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.profile-menu-item:hover {
  border-color: #D4AF37 !important;
  background: rgba(212, 175, 55, 0.08) !important;
  transform: translateX(4px);
}

body:has(#profileDW.active) .floating-guide-btn,
body:has(#profileBG.active) .floating-guide-btn,
body:has(#profileDW.active) .floating-order-btn,
body:has(#profileBG.active) .floating-order-btn {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* ── Royal Lock Overlay (Wholesale Terms & Unlock Modal) ── */
.royal-lock-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(15, 17, 24, 0.92) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.royal-lock-card {
  background: #ffffff !important;
  color: #121212 !important;
  border-radius: 16px !important;
  padding: 32px !important;
  max-width: 520px !important;
  width: 100% !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5) !important;
  border: 1.5px solid #D4AF37 !important;
  position: relative !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
}

.royal-lock-logo {
  font-family: var(--font-heading, serif) !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  color: #121212 !important;
}

.royal-lock-logo span {
  color: #D4AF37 !important;
}

.royal-lock-badge {
  display: inline-block !important;
  background: #D4AF37 !important;
  color: #121212 !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  padding: 4px 14px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin: 6px auto 16px auto !important;
  text-align: center !important;
}

.royal-terms-box {
  background: #f8f9fa !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 16px !important;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  max-height: 240px !important;
  overflow-y: auto !important;
  margin-bottom: 16px !important;
  text-align: left !important;
}

.royal-checkbox-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: #121212 !important;
  cursor: pointer !important;
}

.royal-checkbox-wrap input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  accent-color: #D4AF37 !important;
  cursor: pointer !important;
}

.royal-form-group {
  margin-bottom: 14px !important;
  text-align: left !important;
}

.royal-form-group label {
  display: block !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: #121212 !important;
  margin-bottom: 4px !important;
}

.royal-input, .royal-textarea {
  width: 100% !important;
  padding: 10px 14px !important;
  font-size: 1.15rem !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #121212 !important;
  box-sizing: border-box !important;
}

.royal-alert-box {
  background: #FFFDF0 !important;
  border: 1px dashed #D4AF37 !important;
  padding: 14px 16px !important;
  border-radius: 8px !important;
  font-size: 1.1rem !important;
  line-height: 1.5 !important;
  color: #6d5a15 !important;
  text-align: left !important;
}

/* ── FLY-TO-CART ANIMATION & HEADER CART BOUNCE ── */
.vfs-fly-to-cart-clone {
  position: fixed !important;
  z-index: 999999 !important;
  pointer-events: none !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 36px rgba(212, 175, 55, 0.45) !important;
  transition: top 0.75s cubic-bezier(0.2, 0.9, 0.3, 1.2),
              left 0.75s cubic-bezier(0.2, 0.9, 0.3, 1.2),
              width 0.75s ease,
              height 0.75s ease,
              transform 0.75s cubic-bezier(0.2, 0.9, 0.3, 1.2),
              opacity 0.75s ease !important;
  border: 2px solid #D4AF37 !important;
  background: #ffffff !important;
  object-fit: contain !important;
}

.vfs-cart-bounce {
  animation: vfsCartBounceAnim 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

@keyframes vfsCartBounceAnim {
  0% { transform: scale(1); }
  50% { transform: scale(1.45) rotate(-12deg); color: #D4AF37 !important; }
  75% { transform: scale(1.2) rotate(12deg); }
  100% { transform: scale(1); }
}

.vfs-badge-pulse {
  animation: vfsBadgePulseAnim 0.4s ease-out !important;
}

@keyframes vfsBadgePulseAnim {
  0% { transform: scale(1); }
  50% { transform: scale(1.6); background: #D4AF37 !important; color: #121212 !important; }
  100% { transform: scale(1); }
}
