/* =========================================================
   BELLA BASKET - LUXURY LANDING PAGE STYLING
   Aesthetic: Warm Ivory Linen, Royal Charcoal & Antique Gold
   ========================================================= */

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

:root {
  --bg-primary: #2b060d;       /* Royal Deep Maroon Velvet */
  --bg-secondary: #380812;     /* Medium Rich Maroon */
  --bg-tertiary: #1f0409;      /* Dark Shadow Maroon */
  --bg-card: #f2f0e6;          /* Exact user-uploaded ivory cream */
  --bg-card-inner: #faf8f2;
  --bg-card-hover: #ede8dc;
  
  --gold-primary: #d4af37;
  --gold-light: #7a5405;
  --gold-metallic: linear-gradient(135deg, #f7df8b, #d4af37, #aa771c, #f3d47a);
  --gold-dark: #6e4b04;
  --gold-border: rgba(212, 175, 55, 0.45);
  --gold-glow: rgba(212, 175, 55, 0.25);
  
  --crimson-wine: #991b1b;
  --crimson-wine-hover: #b91c1c;
  --wine-gradient: linear-gradient(135deg, #991b1b 0%, #c1272d 50%, #831414 100%);
  
  --whatsapp-green: #15803d;
  --whatsapp-dark: #0f622e;
  
  --text-main: #182621;
  --text-muted: #4e5f58;
  --text-dim: #74857e;
  
  --font-serif: 'Playfair Display', 'Cinzel', serif;
  --font-royal: 'Cinzel', serif;
  --font-sans: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --shadow-luxury: 0 14px 36px -6px rgba(0, 0, 0, 0.45), 0 0 20px rgba(212, 175, 55, 0.12);
  --shadow-gold: 0 8px 20px -4px rgba(212, 175, 55, 0.35);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #2b060d;
  background-image: 
    radial-gradient(circle at 18% 15%, rgba(212, 175, 55, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 82% 85%, rgba(212, 175, 55, 0.14) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(135, 22, 31, 0.35) 0%, transparent 70%),
    linear-gradient(180deg, #24040a 0%, #350711 40%, #3e0915 65%, #220309 100%);
  background-attachment: fixed;
  color: #182621;
  font-family: var(--font-sans);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: #24040a;
}
::-webkit-scrollbar-thumb {
  background: #7a1b2a;
  border-radius: var(--radius-full);
  border: 2px solid #24040a;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-primary);
}

/* SITE HEADER & TOP ANNOUNCEMENT */
.site-header {
  background: rgba(36, 4, 10, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(212, 175, 55, 0.35);
  position: sticky;
  top: 0;
  z-index: 50;
  transition: var(--transition);
}

/* TOP 1-LINE ANNOUNCEMENT BAR (SMOOTH LEFT-TO-RIGHT TICKER) */
.top-announcement-bar {
  background: linear-gradient(90deg, #ecdcb9 0%, #f7f1e6 50%, #ecdcb9 100%);
  border-bottom: 1.5px solid var(--gold-primary);
  padding: 6px 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: default;
}

.ticker-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: tickerLeftToRight 28s linear infinite;
  will-change: transform;
}

.top-announcement-bar:hover .ticker-track {
  animation-play-state: paused;
}

/* Moves smoothly from Left towards Right */
@keyframes tickerLeftToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.announcement-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.announcement-inner span.badge {
  background: linear-gradient(135deg, #b8860b, #d4af37);
  color: #180306;
  font-weight: 800;
  font-size: 0.7rem;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 1px;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.announcement-inner .announcement-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a0508;
  white-space: nowrap;
  line-height: 1.2;
}

.header-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container.header-centered {
  justify-content: center;
  text-align: center;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  margin: 0 auto;
}

.brand-logo-img-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--gold-primary);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.45), 0 0 0 3px rgba(212, 175, 55, 0.15);
  flex-shrink: 0;
  background: #fcfaf6;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.brand-text h1 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f7df8b;
  background: linear-gradient(135deg, #ffffff 40%, #ffea79 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-text p {
  font-size: 0.72rem;
  color: #d4af37;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-royal);
  font-weight: 600;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}
.btn-whatsapp-header {
  background: rgba(21, 128, 61, 0.1);
  border: 1px solid rgba(21, 128, 61, 0.35);
  color: #15803d;
}
.btn-whatsapp-header:hover {
  background: #15803d;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(21, 128, 61, 0.35);
}

.btn-admin-link {
  color: var(--text-dim);
  font-size: 0.8rem;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
}
.btn-admin-link:hover {
  color: #7a5405;
  border-color: var(--gold-border);
}

/* MAIN PRODUCT CONTAINER */
.product-wrapper {
  max-width: 1220px;
  margin: 14px auto 28px;
  padding: 0 16px;
}

.luxury-card {
  background: linear-gradient(145deg, #fdfbf7 0%, #f6f1e6 50%, #f1e9d8 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 4px #f4eee2, 0 0 0 6.5px rgba(184, 134, 11, 0.45), 0 20px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}

/* TOP RIGHT CORNER GIFT RIBBON & BOW (EXACT REFERENCE GIFT CARD DESIGN) */
.corner-gift-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  height: 175px;
  pointer-events: none;
  z-index: 15;
  overflow: hidden;
  filter: drop-shadow(-3px 5px 12px rgba(0, 0, 0, 0.22));
}

.corner-gift-ribbon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top right;
  display: block;
}


.product-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
  padding: 18px 24px;
  position: relative;
  z-index: 2;
}

/* LEFT COLUMN: PRODUCT IMAGES */
.gallery-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-image-frame {
  background: radial-gradient(circle, #fdfbf8 0%, #f4eee2 100%);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-md);
  padding: 8px;
  box-shadow: inset 0 0 20px rgba(184, 134, 11, 0.08), 0 8px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  cursor: zoom-in;
}

.main-image-frame::after {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(184, 134, 11, 0.25);
  border-radius: calc(var(--radius-md) - 6px);
  pointer-events: none;
}

.main-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-md) - 8px);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.main-image-frame:hover .main-product-img {
  transform: scale(1.03);
}

/* Floating Zoom Hint Button on Main Image */
.main-img-zoom-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
  background: rgba(30, 7, 14, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  border: 1.2px solid var(--gold-primary);
  border-radius: var(--radius-full);
  padding: 4px 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.25s ease;
  pointer-events: auto;
}

.main-img-zoom-btn svg {
  color: var(--gold-primary);
  transition: transform 0.25s ease;
}

.main-image-frame:hover .main-img-zoom-btn {
  background: #800e1b;
  border-color: #ffd700;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(128, 14, 27, 0.45);
}

.main-image-frame:hover .main-img-zoom-btn svg {
  transform: scale(1.15);
}

.gallery-badge-box {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.exclusive-badge {
  background: var(--wine-gradient);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-family: var(--font-royal);
  font-size: 0.72rem;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  text-transform: uppercase;
  font-weight: 700;
}

.free-delivery-pill {
  background: rgba(21, 128, 61, 0.12);
  border: 1px solid rgba(21, 128, 61, 0.45);
  color: #15803d;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Active Color Indicator on Main Image */
.current-color-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gold-border);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  color: #182621;
  z-index: 5;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.current-color-tag span.name {
  color: #7a5405;
  font-weight: 700;
}
.color-dot-indicator {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #182621;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/* =========================================================
   THUMBNAILS GALLERY (ALL 12 PICTURES UNDER MAIN IMAGE)
   Matches the 4-column thumbnail layout from 2nd reference image
   ========================================================= */
.thumbnails-gallery-box {
  background: var(--bg-card);
  border: 1.2px solid var(--gold-border);
  border-radius: var(--radius-md);
  padding: 6px 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

.thumbnails-label {
  font-family: var(--font-royal);
  font-size: 0.66rem;
  color: #7a5405;
  letter-spacing: 1px;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.thumbnails-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.thumbnail-item {
  aspect-ratio: 1 / 1;
  background: #faf8f2;
  border: 1.2px solid rgba(184, 134, 11, 0.28);
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.thumbnail-item:hover {
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(184, 134, 11, 0.25);
}

.thumbnail-item:hover img {
  transform: scale(1.08);
}

.thumbnail-item.active {
  border: 2px solid var(--gold-primary);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.4);
  transform: scale(1.03);
}

.thumb-mini-dot {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
  pointer-events: none;
}

.thumb-check-icon {
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--gold-primary);
  color: #ffffff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0.55rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.thumbnail-item.is-selected .thumb-check-icon {
  display: flex;
}

/* COMPACT TRUST STRIP UNDER THUMBNAILS - GIFT VOUCHER STYLE */
.gallery-trust-strip {
  background: linear-gradient(135deg, #ffffff 0%, #fcf9f2 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
  text-align: center;
  font-size: 0.78rem;
  color: #7a5405;
  font-weight: 700;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 3px 10px rgba(184, 134, 11, 0.08);
}

/* PRODUCT DESCRIPTION CARD UNDER PICTURE - GIFT VOUCHER STYLE */
.gallery-description-card {
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
  border: 1.6px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.08);
}

.desc-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.desc-heading {
  font-size: 0.86rem;
  font-weight: 700;
  color: #7a5405;
  letter-spacing: 0.3px;
}

.desc-card-text {
  font-size: 0.8rem;
  color: #3b4c44;
  line-height: 1.5;
  margin-bottom: 8px;
}

.desc-card-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.desc-card-highlights li {
  font-size: 0.76rem;
  color: #182621;
  display: flex;
  align-items: center;
  gap: 6px;
}

.desc-card-highlights li span {
  color: #15803d;
  font-weight: 900;
  font-size: 0.72rem;
}

/* RIGHT COLUMN: PRODUCT INFO & CONTROLS */
.details-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* AD URGENCY / OFFER BANNER */
.ad-urgency-banner {
  background: linear-gradient(90deg, rgba(153, 27, 27, 0.1) 0%, rgba(184, 134, 11, 0.15) 100%);
  border: 1px solid rgba(184, 134, 11, 0.4);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #7a5405;
  animation: adPulseGlow 2.5s infinite;
}

.urgency-icon {
  font-size: 1rem;
}

@keyframes adPulseGlow {
  0%, 100% { box-shadow: 0 0 8px rgba(184, 134, 11, 0.15); }
  50% { box-shadow: 0 0 16px rgba(184, 134, 11, 0.35); }
}

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: -8px;
  overflow: visible;
}

.category-tag {
  font-family: var(--font-royal);
  font-size: 0.74rem;
  color: #8c6208;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.product-title {
  font-family: 'Hind Siliguri', 'Plus Jakarta Sans', var(--font-serif);
  font-size: 1.65rem;
  line-height: 1.2;
  color: #800e1b;
  font-weight: 800;
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

.stars {
  color: #fbbf24;
  font-size: 0.95rem;
  letter-spacing: 1.5px;
}

.rating-text {
  font-size: 0.82rem;
  color: #556960;
}
.rating-text strong {
  color: #182621;
}

.stock-badge {
  margin-left: auto;
  background: rgba(220, 38, 38, 0.25);
  border: 1px solid rgba(239, 68, 68, 0.6);
  color: #fca5a5;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

/* SINGLE COMPACT HORIZONTAL LINE FOR PRICE, DELIVERY & GIFT */
.price-full-single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

.price-main-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.current-price {
  font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  color: #991b1b;
  text-shadow: 0 0 16px rgba(153, 27, 27, 0.15);
  line-height: 1;
  letter-spacing: -0.5px;
}

.regular-price {
  font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: line-through;
  line-height: 1;
}

.taka-suffix {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.72em;
  font-weight: 700;
  margin-left: 3px;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: baseline;
}

.discount-pill {
  background: linear-gradient(135deg, #b91c1c, #991b1b);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(185, 28, 28, 0.35);
  white-space: nowrap;
}

.delivery-badge,
.delivery-badge-card {
  background: rgba(21, 128, 61, 0.1);
  border: 1.5px solid rgba(21, 128, 61, 0.45);
  color: #15803d;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
  flex-shrink: 0;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}

.delivery-badge-card:hover {
  background: rgba(21, 128, 61, 0.18);
  border-color: #15803d;
}

/* SPECIAL GIFT OFFER BOX - UNDER PHOTO GALLERY */
.special-gift-card.gift-under-gallery {
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
  border: 1.8px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.12);
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.special-gift-card.gift-under-gallery:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(184, 134, 11, 0.2);
}

.special-gift-card.gift-under-gallery .gift-img-frame {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--gold-primary);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.special-gift-card.gift-under-gallery .gift-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.special-gift-card.gift-under-gallery .gift-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #7a5405;
  line-height: 1.25;
}

.special-gift-card.gift-under-gallery .gift-subtext {
  font-size: 0.76rem;
  color: #182621;
  line-height: 1.3;
  margin: 0;
}

.special-gift-card::before {
  display: none;
}

.gift-img-frame {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--gold-primary);
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.gift-zoom-hint {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.gift-img-frame:hover .gift-zoom-hint {
  opacity: 1;
  transform: scale(1.15);
}

.gift-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.special-gift-card:hover .gift-img-frame img {
  transform: scale(1.15);
}

.gift-content {
  flex: 0 1 auto;
}

.gift-header {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.gift-tag {
  background: var(--gold-primary);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 3px 9px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.gift-title {
  color: #7a5405;
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

.gift-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* SELECTION STEP CARD CONTAINERS - LUXURY GIFT VOUCHER STYLE */
.selection-card-box {
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f0 100%);
  border: 1.6px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 13px 16px;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.08);
  transition: var(--transition);
}

.selection-card-box:focus-within,
.selection-card-box:hover {
  border-color: #800e1b;
  box-shadow: 0 6px 18px rgba(184, 134, 11, 0.16);
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #996515 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  margin-right: 6px;
  box-shadow: 0 2px 6px rgba(153, 101, 21, 0.35);
}

/* 2-COLUMN ROW: COLOR (LEFT) & SIZE (RIGHT) SWAPPED */
.size-color-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.size-card-col,
.color-card-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 0;
  height: 100%;
}

/* ACTIVE COLOR PREVIEW STRIP INSIDE COLOR BOX */
.color-active-sample-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #faf8f2;
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  font-size: 0.8rem;
  color: var(--text-main);
  margin-bottom: 6px;
}

.color-active-sample-bar span.lbl {
  color: var(--text-muted);
  font-size: 0.74rem;
}

.color-active-sample-bar span.c-name {
  color: #7a5405;
  font-weight: 700;
  margin: 0 auto 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.color-active-sample-bar span.c-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.size-card-col .size-selector-row {
  display: flex;
  gap: 8px;
  margin-top: 0;
}

.size-card-col .size-pill {
  flex: 1;
  padding: 8px 4px;
  min-height: 52px;
}

.color-card-col .colors-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 8px 10px;
  margin-top: 0;
  justify-items: center;
}

.color-card-col .color-swatch-circle {
  width: 30px;
  height: 30px;
}

/* SECTION HEADINGS */
.section-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-label span.req {
  color: #ff5252;
  font-size: 1rem;
  margin-left: 2px;
}

.section-helper {
  font-size: 0.75rem;
  font-weight: 400;
  color: #7a5405;
}

/* DOZEN / QUANTITY SELECTOR (3, 4, 5 DOZEN) */
.dozen-selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dozen-card {
  background: #ffffff;
  border: 1.6px solid rgba(184, 134, 11, 0.4);
  border-radius: var(--radius-sm);
  padding: 12px 10px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.dozen-card:hover {
  border-color: var(--gold-primary);
  background: #fffdf8;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(184, 134, 11, 0.18);
}

.dozen-card.active {
  background: linear-gradient(135deg, #fffcf5 0%, #fdf5e2 100%);
  border: 2px solid #800e1b;
  box-shadow: 0 0 0 1px var(--gold-primary), 0 5px 18px rgba(128, 14, 27, 0.2);
  transform: translateY(-2px);
}

.dozen-badge-tag {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #b8860b 0%, #996515 100%);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  letter-spacing: 0.4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dozen-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #182621;
  margin-top: 2px;
}

.dozen-pricing-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}

.dozen-price {
  font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  font-size: 1.34rem;
  font-weight: 800;
  color: #991b1b;
  letter-spacing: -0.5px;
  line-height: 1;
}

.dozen-regular {
  font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  color: #74857e;
  text-decoration: line-through;
  line-height: 1;
}

.dozen-color-hint {
  font-size: 0.72rem;
  color: #7a5405;
  margin-top: 3px;
  font-weight: 700;
}

/* SIZE SELECTOR */
.size-selector-row {
  display: flex;
  gap: 12px;
}

.size-pill {
  flex: 1;
  background: #ffffff;
  border: 1.6px solid rgba(184, 134, 11, 0.4);
  border-radius: var(--radius-sm);
  padding: 8px 4px;
  min-height: 52px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  user-select: none;
}

.size-pill-num {
  font-family: 'Hind Siliguri', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.2;
  color: #182621;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
}

.size-num-alt {
  font-size: 0.74rem;
  font-weight: 600;
  color: #74857e;
  line-height: 1;
}

.size-pill-label {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  color: #7a5405;
  line-height: 1.2;
  white-space: nowrap;
}

.size-pill:hover {
  border-color: var(--gold-primary);
  background: #fffdf8;
  transform: translateY(-2px);
}

.size-pill.active {
  background: linear-gradient(135deg, #800e1b 0%, #9e1423 100%);
  border-color: #800e1b;
  box-shadow: 0 0 0 1px var(--gold-primary), 0 3px 12px rgba(128, 14, 27, 0.35);
  transform: translateY(-2px);
}

.size-pill.active .size-pill-num {
  color: #ffffff;
}

.size-pill.active .size-num-alt {
  color: #f7df8b;
}

.size-pill.active .size-pill-label {
  color: #fce79a;
}

/* 12 COLORS SWATCHES */
.colors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  background: #faf8f2;
  border-radius: var(--radius-md);
  border: 1px solid rgba(184, 134, 11, 0.25);
}

.color-swatch-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.color-swatch-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6), inset 0 2px 4px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

/* 3D Glass gemstone reflection facet */
.color-swatch-circle::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  right: 3px;
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50% 50% 40% 40%;
  pointer-events: none;
}

.color-swatch-item:hover .color-swatch-circle {
  transform: scale(1.18);
  box-shadow: 0 0 16px rgba(184, 134, 11, 0.75), inset 0 2px 6px rgba(255, 255, 255, 0.6);
  border-color: #ffffff;
}

/* Active Selected Gold Ring Highlight (Jewel Shine) */
.color-swatch-item.selected .color-swatch-circle {
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2.5px var(--gold-primary), 0 0 16px rgba(184, 134, 11, 0.8), inset 0 2px 6px rgba(255, 255, 255, 0.6);
  transform: scale(1.18);
}

.check-icon {
  display: none;
  font-size: 0.85rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.95);
}

.color-swatch-item.selected .check-icon {
  display: block;
}

.color-swatch-title {
  display: none; /* Keep compact */
}

/* SELECTED COLORS SHOWCASE BOX (ABOVE BUY NOW) - GIFT VOUCHER STYLE */
.selected-colors-showcase-box {
  background: linear-gradient(135deg, #ffffff 0%, #fbf8f1 100%);
  border: 1.6px dashed var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  box-shadow: 0 4px 14px rgba(184, 134, 11, 0.07);
  margin-top: 2px;
  position: relative;
}

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

.showcase-title {
  font-size: 0.86rem;
  font-weight: 700;
  color: #7a5405;
  display: flex;
  align-items: center;
  gap: 6px;
}

.showcase-counter-badge {
  background: var(--gold-primary);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 8px;
}

.selected-color-thumb-card {
  background: #faf8f2;
  border: 1.2px solid rgba(184, 134, 11, 0.3);
  border-radius: var(--radius-sm);
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  animation: fadeInPop 0.3s ease-out;
}

@keyframes fadeInPop {
  0% { opacity: 0; transform: scale(0.85); }
  100% { opacity: 1; transform: scale(1); }
}

.selected-color-thumb-card img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(184, 134, 11, 0.4);
  margin-bottom: 3px;
}

.selected-color-thumb-card span.c-name {
  font-size: 0.7rem;
  font-weight: 700;
  color: #182621;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 58px;
}

.selected-color-thumb-card .remove-color-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e53935;
  color: #fff;
  border: none;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  transition: var(--transition);
}
.selected-color-thumb-card .remove-color-btn:hover {
  transform: scale(1.15);
  background: #b71c1c;
}

.empty-showcase-prompt {
  grid-column: 1 / -1;
  text-align: center;
  padding: 8px 12px;
  color: var(--text-muted);
  font-size: 0.8rem;
  border: 1px dashed rgba(184, 134, 11, 0.35);
  border-radius: var(--radius-sm);
}

/* ACTION BUTTONS (BUY NOW & WHATSAPP) - EQUAL SIZES ("সমান সমান") */
.action-buttons-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 8px;
}

.btn-buy-now {
  background: linear-gradient(135deg, #87161f 0%, #b8232f 50%, #74131b 100%);
  color: #ffffff;
  border: 1.8px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  min-height: 48px;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--font-sans);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(184, 35, 47, 0.5), 0 0 12px rgba(212, 175, 55, 0.25);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: visible;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: 100%;
}

/* Subtle Golden Shimmer Sweep Animation */
.btn-buy-now-shimmer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}

.btn-buy-now-shimmer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.2), 
    rgba(255, 234, 121, 0.45), 
    transparent);
  transform: skewX(-25deg);
  animation: autoShimmerSweep 4s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes autoShimmerSweep {
  0% { left: -120%; }
  30% { left: 140%; }
  100% { left: 140%; }
}

/* MINI FREE DELIVERY BADGE ATTACHED TO BUTTON */
.btn-free-delivery-badge {
  position: absolute;
  top: -11px;
  right: 12px;
  background: #e8f5e9;
  border: 1.4px solid #16a34a;
  color: #15803d;
  font-family: 'Hind Siliguri', var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 1px 8px 2px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4), 0 0 8px rgba(34, 197, 94, 0.35);
  letter-spacing: 0.2px;
  text-transform: none;
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}

.btn-free-delivery-badge svg {
  color: #15803d;
  flex-shrink: 0;
}

.btn-buy-now:hover {
  background: linear-gradient(135deg, #a31c26 0%, #d82b3a 50%, #8c1720 100%);
  box-shadow: 0 8px 24px rgba(216, 43, 58, 0.8), 0 0 25px rgba(212, 175, 55, 0.6);
  transform: translateY(-2px);
  color: #ffffff;
  border-color: #fff2a3;
}

.btn-whatsapp-cta,
.btn-whatsapp-order {
  background: linear-gradient(135deg, #25d366 0%, #1eaf53 100%);
  color: #ffffff;
  border: 1.8px solid #34e77b;
  border-radius: var(--radius-md);
  padding: 12px 16px;
  min-height: 48px;
  font-size: 1rem;
  font-weight: 800;
  font-family: var(--font-sans);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}

.btn-whatsapp-cta:hover,
.btn-whatsapp-order:hover {
  background: linear-gradient(135deg, #2ae06d 0%, #1b9c4a 100%);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.65);
  transform: translateY(-2px);
  color: #ffffff;
  border-color: #ffffff;
}

.trust-badges-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
  border-top: 1px solid rgba(184, 134, 11, 0.2);
  padding-top: 12px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #182621;
  font-weight: 700;
}
.trust-item svg {
  color: var(--gold-primary);
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* ACCORDIONS */
.product-accordion-box {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.accordion-item {
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.accordion-header {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #7a5405;
  user-select: none;
  transition: var(--transition);
}

.accordion-header:hover {
  background: rgba(184, 134, 11, 0.06);
}

.accordion-header svg {
  transition: transform 0.3s ease;
  color: var(--gold-primary);
}

.accordion-item.active .accordion-header svg {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 12px 14px;
  color: #374151;
  font-size: 0.84rem;
  line-height: 1.5;
  border-top: 1px solid rgba(184, 134, 11, 0.15);
  background: #faf8f2;
}

.accordion-item.active .accordion-content {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.accordion-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.accordion-content ul li {
  position: relative;
  padding-left: 20px;
}
.accordion-content ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold-primary);
  font-size: 0.8rem;
}

/* =========================================================
   CHECKOUT MODAL / POPUP
   ========================================================= */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 25, 20, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.modal-box {
  background: var(--bg-card);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  max-width: 580px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 0 25px rgba(184, 134, 11, 0.15);
  transform: translateY(30px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  padding: 30px;
  position: relative;
}

.modal-overlay.open .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f3f0e8;
  border: 1px solid rgba(184, 134, 11, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #4e5f58;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.modal-close-btn:hover {
  background: #991b1b;
  color: #fff;
  border-color: #991b1b;
}

.modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.modal-header h3 {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: #7a5405;
  margin-bottom: 6px;
}

.modal-header p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* Order Summary Box inside Modal */
.modal-order-summary {
  background: #fbf9f6;
  border: 1px solid rgba(184, 134, 11, 0.25);
  border-radius: var(--radius-md);
  padding: 16px;
  margin-bottom: 24px;
}

.modal-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 6px 0;
  border-bottom: 1px dashed rgba(184, 134, 11, 0.2);
}

.modal-summary-row:last-child {
  border-bottom: none;
  padding-top: 10px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #991b1b;
}

.modal-selected-colors-preview {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mini-color-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3eee6;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-full);
  padding: 3px 10px;
  font-size: 0.75rem;
  color: #182621;
}
.mini-color-chip span.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

/* FORM STYLING */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-group label span.req {
  color: #ff5252;
}

.form-input,
.form-textarea {
  background: #faf8f2;
  border: 1.5px solid rgba(184, 134, 11, 0.35);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  color: #182621;
  font-size: 0.95rem;
  font-family: inherit;
  transition: var(--transition);
  width: 100%;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.15);
  background: #ffffff;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #9ca3af;
}

.form-error-hint {
  color: #ff5252;
  font-size: 0.8rem;
  display: none;
}

.form-group.has-error .form-input,
.form-group.has-error .form-textarea {
  border-color: #ff5252;
}

.form-group.has-error .form-error-hint {
  display: block;
}

.submit-order-btn {
  width: 100%;
  background: linear-gradient(135deg, #741720 0%, #a3222d 50%, #741720 100%);
  border: 1.5px solid var(--gold-primary);
  color: #fff;
  padding: 16px;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(163, 34, 45, 0.35);
  margin-top: 10px;
}

.submit-order-btn:hover {
  background: linear-gradient(135deg, #8d1c27 0%, #c42938 50%, #8d1c27 100%);
  border-color: #fdf2a5;
  box-shadow: 0 10px 24px rgba(196, 41, 56, 0.5);
  transform: translateY(-2px);
}

/* =========================================================
   SUCCESS / CONFIRMATION MODAL
   ========================================================= */
.success-modal-box {
  background: var(--bg-card);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  max-width: 600px;
  width: 100%;
  padding: 36px 30px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 0 30px rgba(184, 134, 11, 0.15);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.success-icon-badge {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, #25d366 0%, #128c7e 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 18px;
  box-shadow: 0 0 30px rgba(37, 211, 102, 0.6);
  border: 2px solid #fff;
}

.success-title {
  font-family: var(--font-serif);
  font-size: 1.85rem;
  color: #7a5405;
  margin-bottom: 8px;
}

.order-id-highlight {
  background: #faf8f2;
  border: 1px dashed var(--gold-primary);
  border-radius: var(--radius-full);
  display: inline-block;
  padding: 6px 18px;
  color: #7a5405;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.order-details-card {
  background: #faf8f2;
  border: 1px solid rgba(184, 134, 11, 0.25);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: left;
  margin-bottom: 24px;
}

.order-detail-line {
  display: flex;
  margin-bottom: 10px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.order-detail-line span.lbl {
  width: 130px;
  color: var(--text-dim);
  font-weight: 600;
  flex-shrink: 0;
}

.order-detail-line span.val {
  color: #182621;
  font-weight: 600;
}

.delivery-estimate-card {
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.4);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  color: #166534;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.thank-you-brand-note {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* GIFT LIGHTBOX POPUP */
.gift-lightbox-box {
  background: var(--bg-card);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  max-width: 440px;
  width: 100%;
  padding: 24px 20px 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 0 30px rgba(184, 134, 11, 0.15);
  position: relative;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.modal-overlay.open .gift-lightbox-box {
  transform: translateY(0) scale(1);
}

.gift-lightbox-header {
  margin-bottom: 14px;
}

.gift-lightbox-header h4 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #7a5405;
  margin-top: 6px;
}

.gift-lightbox-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 320px;
  margin: 0 auto 12px;
  border-radius: var(--radius-md);
  border: 2px solid var(--gold-border);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background: #fbf9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.gift-lightbox-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-md) - 6px);
  transition: transform 0.4s ease;
}

.gift-lightbox-img-wrap:hover img {
  transform: scale(1.05);
}

.gift-lightbox-caption {
  font-size: 0.86rem;
  color: #7a5405;
  line-height: 1.4;
  background: #fbf9f6;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(184, 134, 11, 0.3);
}
.thank-you-brand-note a {
  color: #7a5405;
  font-weight: 700;
  text-decoration: underline;
}

.success-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn-success-close {
  background: linear-gradient(135deg, #800e1b 0%, #a31222 50%, #660714 100%);
  color: #ffffff !important;
  border: 1.5px solid #d4af37;
  border-radius: var(--radius-full);
  padding: 8px 26px;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(128, 14, 27, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
  font-family: var(--font-sans);
}

.btn-success-close:hover {
  background: linear-gradient(135deg, #991b1b 0%, #b91c1c 50%, #800e1b 100%);
  border-color: #f7df8b;
  box-shadow: 0 6px 18px rgba(128, 14, 27, 0.45);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.btn-success-close:active {
  transform: translateY(0);
}

/* FLOATING WHATSAPP BUTTON */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 26px;
  right: 26px;
  background: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5), 0 0 15px rgba(0,0,0,0.2);
  z-index: 80;
  transition: var(--transition);
  text-decoration: none;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1) rotate(10deg);
  background: #20ba59;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.7);
}

.floating-whatsapp-btn svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

/* FOOTER */
.site-footer {
  border-top: 1.5px solid rgba(212, 175, 55, 0.35);
  background: #20040a;
  padding: 40px 24px 30px;
  text-align: center;
}

.footer-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-logo h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: #f7df8b;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #dfd0c5;
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--gold-primary);
}

.footer-copy {
  color: #bfaea2;
  font-size: 0.8rem;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  padding-top: 16px;
  width: 100%;
}

/* =========================================================
   MOBILE STICKY ORDER BAR
   ========================================================= */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1.5px solid var(--gold-primary);
  padding: 8px 16px;
  z-index: 95;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.sticky-price-col {
  display: flex;
  flex-direction: column;
}

.sticky-pkg {
  font-size: 0.72rem;
  color: #166534;
  font-weight: 700;
}

.sticky-price {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: #991b1b;
  line-height: 1.1;
}

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

.btn-sticky-order {
  background: linear-gradient(135deg, #741720 0%, #a3222d 100%);
  color: #ffffff;
  border: 1px solid var(--gold-primary);
  border-radius: var(--radius-full);
  padding: 10px 18px;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(163, 34, 45, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-sticky-order:active {
  transform: scale(0.97);
}

.btn-sticky-wp {
  background: #25d366;
  color: #fff;
  border-radius: var(--radius-full);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.45);
  transition: var(--transition);
  flex-shrink: 0;
}

.btn-sticky-wp:hover {
  background: #20ba59;
  transform: scale(1.05);
}

/* =========================================================
   RESPONSIVE DESIGN & MOBILE COMPACTNESS
   ========================================================= */
@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
  .luxury-card::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-container {
    padding: 8px 14px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 68px; /* Space for sticky order bar */
  }
  .mobile-sticky-bar {
    display: flex;
  }
  .floating-whatsapp-btn {
    bottom: 74px;
    right: 14px;
    width: 48px;
    height: 48px;
  }
  .floating-whatsapp-btn svg {
    width: 26px;
    height: 26px;
  }
  .product-wrapper {
    padding: 0 10px;
    margin: 10px auto 20px;
  }
  .corner-gift-ribbon {
    width: 110px;
    height: 110px;
  }
  .product-grid {
    padding: 14px;
    gap: 14px;
  }
  .main-image-frame {
    max-width: 290px;
    aspect-ratio: 1 / 1;
    padding: 8px;
  }
  .thumbnails-gallery-box {
    max-width: 290px;
    padding: 6px 8px;
  }
  .left-trust-card {
    max-width: 290px;
  }
  .thumbnails-grid {
    gap: 4px;
  }
  .product-title {
    font-size: 1.45rem;
  }
  .price-full-single-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
  }
  .price-main-line {
    gap: 8px;
  }
  .current-price {
    font-size: 1.65rem;
  }
  .regular-price {
    font-size: 1.05rem;
  }
  .discount-pill {
    font-size: 0.72rem;
    padding: 2px 7px;
  }
  .delivery-badge {
    font-size: 0.72rem;
    padding: 3px 8px;
  }
  .dozen-selector-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px;
  }
  .dozen-card {
    padding: 6px 4px;
  }
  .dozen-title {
    font-size: 0.78rem;
  }
  .dozen-pricing-row {
    gap: 5px;
    margin-top: 2px;
  }
  .dozen-price {
    font-size: 1.15rem;
  }
  .dozen-regular {
    font-size: 0.82rem;
  }
  .dozen-color-hint {
    font-size: 0.62rem;
  }
  .special-gift-card {
    padding: 7px 12px;
    gap: 10px;
    max-width: 100%;
    margin-left: 0;
  }
  .gift-title {
    font-size: 0.92rem;
  }
  .gift-img-frame {
    width: 52px;
    height: 52px;
  }
  .color-swatch-circle {
    width: 30px;
    height: 30px;
  }
  .modal-box,
  .success-modal-box {
    padding: 20px 14px;
  }
  .order-detail-line {
    flex-direction: column;
  }
  .order-detail-line span.lbl {
    width: 100%;
    margin-bottom: 2px;
  }
  .size-color-row {
    gap: 8px;
  }
  .size-card-col .size-pill {
    padding: 6px 2px;
    min-height: 48px;
  }
  .size-pill-num {
    font-size: 1.02rem;
  }
  .size-num-alt {
    font-size: 0.68rem;
  }
  .size-pill-label {
    font-size: 0.68rem;
  }
  .color-card-col .color-swatch-circle {
    width: 26px;
    height: 26px;
  }
  .color-card-col .colors-grid {
    gap: 4px;
    padding: 4px;
  }
}

@media (max-width: 480px) {
  .size-color-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* =========================================================
   CUSTOMER REVIEWS & TRUST SECTION
   ========================================================= */
.reviews-wrapper {
  max-width: 1220px;
  margin: 28px auto 40px;
  padding: 0 16px;
}

.reviews-container {
  background: var(--bg-card);
  border: 1.5px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-luxury);
  position: relative;
  overflow: hidden;
}

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

.reviews-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 28px;
}

.reviews-top-badge {
  display: inline-block;
  background: rgba(184, 134, 11, 0.12);
  border: 1px solid rgba(184, 134, 11, 0.4);
  color: var(--gold-light);
  font-family: var(--font-royal);
  font-size: 0.76rem;
  letter-spacing: 1.5px;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.reviews-main-title {
  font-family: 'Hind Siliguri', var(--font-serif);
  font-size: 1.75rem;
  color: #182621;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.reviews-subtitle {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reviews-stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #faf8f2;
  border: 1px solid rgba(184, 134, 11, 0.35);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  margin-top: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.stat-stars {
  color: #d97706;
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 1;
}

.stat-number {
  font-family: 'Plus Jakarta Sans', 'Hind Siliguri', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #182621;
}

.stat-number.gold-num {
  color: #7a5405;
}

.stat-number.green-num {
  color: #15803d;
}

.stat-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
}

.stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(184, 134, 11, 0.25);
}

/* REVIEWS GRID */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.review-card {
  background: #faf8f2;
  border: 1.2px solid rgba(184, 134, 11, 0.28);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.review-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(184, 134, 11, 0.15);
  background: #f4eee2;
}

.review-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  border: 1.5px solid #ffffff;
}

.reviewer-info {
  flex: 1;
}

.reviewer-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #182621;
  line-height: 1.2;
}

.reviewer-meta {
  font-size: 0.74rem;
  color: var(--text-dim);
  display: block;
  margin-top: 2px;
}

.verified-badge {
  color: #15803d;
  font-weight: 700;
}

.review-time {
  font-size: 0.72rem;
  color: var(--text-dim);
  align-self: flex-start;
}

.review-stars-row {
  color: #d97706;
  font-size: 0.92rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.review-comment {
  font-size: 0.86rem;
  color: #2d3748;
  line-height: 1.55;
  margin-bottom: 12px;
  flex: 1;
}

.review-product-tag {
  background: rgba(184, 134, 11, 0.1);
  border: 1px dashed rgba(184, 134, 11, 0.35);
  border-radius: var(--radius-sm);
  padding: 4px 10px;
  font-size: 0.74rem;
  color: var(--gold-light);
  width: fit-content;
}

/* REVIEWS BOTTOM CTA */
.reviews-cta-box {
  margin-top: 28px;
  background: linear-gradient(135deg, #faf8f2 0%, #f4eee2 100%);
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 4px 16px rgba(184, 134, 11, 0.12);
}

.reviews-cta-text h3 {
  font-family: 'Hind Siliguri', var(--font-serif);
  font-size: 1.25rem;
  color: #7a5405;
  margin-bottom: 4px;
  font-weight: 800;
}

.reviews-cta-text p {
  color: #2d3748;
  font-size: 0.84rem;
}

.btn-review-order {
  background: linear-gradient(135deg, #87161f 0%, #b8232f 50%, #74131b 100%);
  color: #ffffff;
  border: 1.8px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 12px 24px;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(184, 35, 47, 0.4), 0 0 12px rgba(212, 175, 55, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-review-order:hover {
  background: linear-gradient(135deg, #a31c26 0%, #d82b3a 50%, #8c1720 100%);
  box-shadow: 0 8px 24px rgba(216, 43, 58, 0.6), 0 0 25px rgba(212, 175, 55, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .reviews-container {
    padding: 22px 14px;
  }
  .reviews-main-title {
    font-size: 1.4rem;
  }
  .stat-divider {
    display: none;
  }
  .reviews-stats-bar {
    gap: 12px;
  }
  .reviews-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 16px;
  }
  .btn-review-order {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   PRODUCT IMAGE ZOOM LIGHTBOX MODAL
   ========================================================= */
.image-zoom-overlay {
  z-index: 99999;
  background: rgba(14, 2, 5, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.image-zoom-overlay.open {
  opacity: 1;
  visibility: visible;
}

.image-zoom-box {
  background: var(--bg-card);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-lg);
  width: 95vw;
  max-width: 960px;
  height: 90vh;
  max-height: 840px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(184, 134, 11, 0.25);
  position: relative;
  overflow: hidden;
  transform: scale(0.94) translateY(16px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-zoom-overlay.open .image-zoom-box {
  transform: scale(1) translateY(0);
}

/* TOPBAR */
.zoom-modal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: linear-gradient(180deg, #fdfbf7 0%, #f7f1e6 100%);
  border-bottom: 1.5px solid var(--gold-border);
  gap: 12px;
  flex-shrink: 0;
  z-index: 10;
}

.zoom-title-area {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.zoom-badge {
  background: rgba(184, 134, 11, 0.15);
  border: 1px solid var(--gold-primary);
  color: #7a5405;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.zoom-title-area h4 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: #800e1b;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zoom-tools-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.zoom-btn {
  background: #ffffff;
  border: 1.5px solid var(--gold-border);
  color: #7a5405;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.zoom-btn:hover {
  background: #7a5405;
  color: #ffffff;
  border-color: #7a5405;
  transform: translateY(-1px);
}

.zoom-btn.zoom-reset-btn {
  width: auto;
  padding: 0 12px;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
}

.zoom-ratio-pill {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #7a5405;
  background: rgba(184, 134, 11, 0.1);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(184, 134, 11, 0.3);
  min-width: 52px;
  text-align: center;
}

.zoom-modal-close {
  position: static;
  width: 36px;
  height: 36px;
  background: rgba(128, 14, 27, 0.1);
  color: #800e1b;
  border: 1.5px solid rgba(128, 14, 27, 0.3);
  border-radius: var(--radius-sm);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.zoom-modal-close:hover {
  background: #800e1b;
  color: #ffffff;
  transform: translateY(-1px);
}

/* CENTER VIEWPORT */
.zoom-viewport {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle, #24070e 0%, #110205 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.zoom-canvas {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-select: none;
}

.zoom-modal-img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(212, 175, 55, 0.4);
  transform-origin: center center;
  pointer-events: none;
  will-change: transform;
}

/* NAVIGATION ARROWS */
.zoom-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  background: rgba(26, 6, 12, 0.75);
  border: 1.5px solid var(--gold-primary);
  color: #ffd700;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.25s ease;
}

.zoom-prev-btn {
  left: 18px;
}

.zoom-next-btn {
  right: 18px;
}

.zoom-arrow-btn:hover {
  background: #800e1b;
  color: #ffffff;
  border-color: #ffd700;
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.35);
}

/* FLOATING HINT */
.zoom-floating-hint {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  background: rgba(26, 6, 12, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #f7f1e6;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  white-space: nowrap;
}

.zoom-floating-hint svg {
  color: #ffd700;
}

/* BOTTOM COLOR SWITCHER STRIP */
.zoom-bottom-bar {
  background: linear-gradient(0deg, #fdfbf7 0%, #f7f1e6 100%);
  border-top: 1.5px solid var(--gold-border);
  padding: 10px 16px;
  flex-shrink: 0;
  z-index: 10;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.zoom-thumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  min-width: min-content;
  margin: 0 auto;
}

.zoom-thumb-item {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  border: 1.8px solid rgba(184, 134, 11, 0.3);
  overflow: hidden;
  cursor: pointer;
  background: #ffffff;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

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

.zoom-thumb-item:hover {
  border-color: var(--gold-primary);
  transform: translateY(-2px) scale(1.05);
}

.zoom-thumb-item.active {
  border-color: #800e1b;
  border-width: 2.2px;
  box-shadow: 0 0 0 2px var(--gold-primary), 0 4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) scale(1.08);
}

.zoom-thumb-item.active::after {
  content: '✓';
  position: absolute;
  top: 1px;
  right: 1px;
  background: #800e1b;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* MOBILE RESPONSIVE FOR ZOOM MODAL */
@media (max-width: 768px) {
  .image-zoom-box {
    width: 98vw;
    height: 94vh;
    border-radius: var(--radius-md);
  }
  .zoom-modal-topbar {
    padding: 8px 10px;
  }
  .zoom-title-area h4 {
    font-size: 0.92rem;
    max-width: 160px;
  }
  .zoom-badge {
    display: none;
  }
  .zoom-btn {
    width: 32px;
    height: 32px;
  }
  .zoom-btn.zoom-reset-btn {
    display: none;
  }
  .zoom-ratio-pill {
    min-width: 44px;
    font-size: 0.72rem;
    padding: 3px 6px;
  }
  .zoom-modal-close {
    width: 32px;
    height: 32px;
  }
  .zoom-arrow-btn {
    width: 38px;
    height: 38px;
  }
  .zoom-prev-btn {
    left: 8px;
  }
  .zoom-next-btn {
    right: 8px;
  }
  .zoom-floating-hint {
    font-size: 0.68rem;
    padding: 4px 10px;
    max-width: 90%;
    text-align: center;
    white-space: normal;
  }
  .zoom-bottom-bar {
    padding: 8px 10px;
  }
  .zoom-thumb-item {
    width: 40px;
    height: 40px;
  }
}

