/* ==========================================================================
   🌸 NOSTALGIC PETALS THEME - DESIGN SYSTEM
   Inspired by 70s / Y2K Groovy Retro Pastel Pink & Daisy Floral Boutique
   Handcrafted with Love in Hyderabad, India (@made_withlove_crochet)
   ========================================================================== */

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

/* --- Root & Theme Variables --- */
body.nostalgic-petals {
  --bg-sand: #fdeef2;
  --bg-canvas: #fff5f8;
  --bg-card: #ffffff;
  --bg-card-pink: #fdf0f4;
  --border-subtle: #fedfe7;
  --border-stitch: #f8c8d5;

  --text-main: #361e2b;
  --text-muted: #724c5e;
  --text-light: #a3758b;

  /* Retro Pastel Accents */
  --accent-pink-bar: #f6abbc;
  --accent-pink-deep: #f07290;
  --accent-pink-hover: #e55c7d;
  --accent-peach-badge: #f9b4ab;
  --accent-daisy-yellow: #ffc93c;
  --accent-cream: #fffdf9;
  --accent-charcoal: #25141d;
  --accent-ig-pink: #e1306c;

  /* Global Overrides */
  --accent-terracotta: #f07290;
  --accent-terracotta-hover: #e55c7d;
  --accent-blush: #f9b4ab;

  /* Fonts - Refined & De-bolded */
  --font-retro-heading: 'Playfair Display', Georgia, serif;
  --font-script: 'Pacifico', cursive;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  /* Shadows */
  --shadow-sm: 0 2px 10px rgba(240, 114, 144, 0.08);
  --shadow-md: 0 10px 28px rgba(240, 114, 144, 0.12);
  --shadow-lg: 0 18px 45px rgba(240, 114, 144, 0.16);
  --shadow-float: 0 24px 50px rgba(240, 114, 144, 0.22), 0 8px 18px rgba(54, 30, 43, 0.06);

  background-color: #fdeef2;
  background-image: 
    radial-gradient(circle at 8% 12%, rgba(246, 171, 188, 0.35) 0%, transparent 45%),
    radial-gradient(circle at 92% 88%, rgba(254, 223, 231, 0.5) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(255, 245, 248, 0.7) 0%, transparent 75%);
  color: #361e2b;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
}

section[id], div[id] {
  scroll-margin-top: 125px;
}

/* ==========================================================================
   1. ENTIRE TOP SECTION STICKY (Logo Header + Nav + Free Delivery Banner)
   ========================================================================== */
.nostalgic-header-group {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(240, 114, 144, 0.16);
  transition: box-shadow 0.25s ease;
}

.nostalgic-header-group.header-scrolled {
  box-shadow: 0 8px 25px rgba(240, 114, 144, 0.24), 0 2px 8px rgba(54, 30, 43, 0.08);
}

.nostalgic-top-bar {
  background: #ffffff;
  border-bottom: 1px solid #fce3ea;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  transition: padding 0.2s ease;
}

.nostalgic-header-group.header-scrolled .nostalgic-top-bar {
  padding: 7px 24px;
}

.top-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff5f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #361e2b;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid #fedfe7;
}

.social-icon:hover {
  background: #f07290;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(240, 114, 144, 0.25);
}

/* Centered Script Logo */
.nostalgic-brand-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
}

.nostalgic-script-text {
  font-family: 'Pacifico', cursive;
  font-size: 1.85rem;
  color: #f07290;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 0px #ffe2ea;
  transition: transform 0.25s ease;
}

.nostalgic-brand-logo:hover .nostalgic-script-text {
  transform: scale(1.03);
}

.nostalgic-sub-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #a3758b;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Right Actions */
.nostalgic-top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nostalgic-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff5f8;
  color: #361e2b;
  border: 1px solid #fedfe7;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.nostalgic-login-btn:hover {
  background: #f07290;
  color: #ffffff;
  border-color: #f07290;
}

.nostalgic-bag-btn {
  background: #ffffff !important;
  color: #361e2b !important;
  border: 1px solid #fedfe7 !important;
  box-shadow: 0 4px 12px rgba(240, 114, 144, 0.15) !important;
}

.nostalgic-bag-btn:hover {
  background: #fff5f8 !important;
  transform: translateY(-1px);
}

.nostalgic-bag-btn .cart-count-badge {
  background: #f07290 !important;
  color: #ffffff !important;
  font-weight: 700;
}

/* ==========================================================================
   2. SECONDARY PINK NAVIGATION BAR (Matching Screenshot)
   ========================================================================== */
.nostalgic-pink-nav {
  background: #f6abbc;
  padding: 0 20px;
  box-shadow: 0 3px 12px rgba(246, 171, 188, 0.35);
  position: relative;
  z-index: 1001 !important;
  overflow: visible !important;
}

.nostalgic-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 4px;
  overflow: visible !important;
}

.nav-tab-pill {
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}

.nav-tab-pill:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.nav-tab-pill.active {
  background: #ffffff;
  color: #361e2b;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

/* Navigation Category Dropdown */
.nav-dropdown-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1005;
}

.nav-has-dropdown {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-arrow-down {
  font-size: 0.68rem;
  transition: transform 0.25s ease;
  display: inline-block;
}

.nav-dropdown-item:hover .nav-arrow-down {
  transform: rotate(180deg);
}

.nav-category-menu {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  transform: translateY(6px) !important;
  background: #ffffff !important;
  min-width: 250px !important;
  max-width: 92vw !important;
  border-radius: 16px !important;
  padding: 10px 8px !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16), 0 4px 14px rgba(240, 114, 144, 0.2) !important;
  border: 1.5px solid #fecdd3 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 99999 !important;
}

.nav-dropdown-item:hover .nav-category-menu,
.nav-category-menu.open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.cat-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  color: #361e2b;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.cat-menu-link small {
  background: #fff0f5;
  color: #e11d48;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
  border: 1px solid #fecdd3;
}

.cat-menu-link:hover {
  background: #fff0f5;
  color: #e11d48;
  transform: translateX(4px);
}

.cat-menu-divider {
  height: 1px;
  background: #fedfe7;
  margin: 5px 6px;
}

.cat-menu-link.view-all-link {
  font-weight: 700;
  color: #e11d48;
}

/* Category Update Smooth Animation */
@keyframes fadeInCategoryProducts {
  0% {
    opacity: 0.35;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.products-updated-anim {
  animation: fadeInCategoryProducts 0.32s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* ==========================================================================
   2.1 SCROLLING ANNOUNCEMENT TICKER (Free Delivery on purchases above ₹499 - Single Cycle)
   ========================================================================== */
.nostalgic-ticker-ribbon {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #fff2f5 0%, #fde4eb 50%, #fff2f5 100%);
  border-bottom: 1.5px solid #f6b6c5;
  padding: 8px 0;
  position: relative;
  z-index: 85;
  box-shadow: 0 2px 8px rgba(246, 171, 188, 0.15);
  white-space: nowrap;
  user-select: none;
}

.ticker-single-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: singleMarqueeCycle 14s linear infinite;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #722038;
  letter-spacing: 0.025em;
  will-change: transform;
}

.nostalgic-ticker-ribbon:hover .ticker-single-text {
  animation-play-state: paused;
}

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

.ticker-single-text .ticker-icon {
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
}

@media (max-width: 768px) {
  .nostalgic-ticker-ribbon {
    padding: 6px 0;
  }
  .ticker-single-text {
    font-size: 0.80rem;
    animation-duration: 10s;
  }
}

/* ==========================================================================
   3. NOSTALGIC PETALS HERO SECTION (Wavy Curved Stripes & "Shop all NEW IN")
   ========================================================================== */
.nostalgic-hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fedfe7 0%, #ffd0dd 50%, #fedfe7 100%);
  border-radius: 28px;
  margin: 24px auto 36px;
  padding: 50px 40px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 40px rgba(240, 114, 144, 0.16);
}

/* Retro Wavy Stripes Overlay Effect */
.nostalgic-hero-section::before {
  content: "";
  position: absolute;
  inset: -20px;
  background: repeating-radial-gradient(
    circle at 30% 40%,
    rgba(255, 255, 255, 0.22) 0px,
    rgba(255, 255, 255, 0.22) 35px,
    transparent 35px,
    transparent 70px
  );
  opacity: 0.7;
  pointer-events: none;
}

/* Floating Retro Daisies 🌼 */
.daisy-flower {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px rgba(240, 114, 144, 0.2));
  animation: floatDaisy 6s ease-in-out infinite;
}

.daisy-svg {
  width: 100%;
  height: 100%;
}

.daisy-1 {
  width: 65px;
  height: 65px;
  top: 18px;
  left: 36%;
  animation-delay: 0s;
}

.daisy-2 {
  width: 50px;
  height: 50px;
  bottom: 24px;
  left: 34%;
  animation-delay: 1.5s;
}

.daisy-3 {
  width: 72px;
  height: 72px;
  top: 25px;
  right: 5%;
  animation-delay: 3s;
}

@keyframes floatDaisy {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(12deg);
  }
}

.nostalgic-hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 40px;
}

/* Organic Arch Frame for Hero Image */
.hero-arch-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.retro-arch-frame {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 420px;
  border-radius: 180px 180px 40px 40px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 20px 40px rgba(234, 93, 127, 0.22);
  border: 3px solid #ffffff;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-sizing: border-box;
  transition: transform 0.4s ease;
}

.retro-arch-frame:hover {
  transform: scale(1.02) rotate(-1deg);
}

.hero-arch-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 170px 170px 30px 30px;
}

.arch-badge-sparkle {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  color: #361e2b;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

/* Right Content: Retro Typography */
.hero-retro-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-retro-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #361e2b;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.hero-retro-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4.2rem;
  font-weight: 600;
  color: #361e2b;
  line-height: 1;
  letter-spacing: 0.5px;
  text-shadow: none;
  margin-bottom: 8px;
}

.hero-retro-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: #5c3a4a;
  max-width: 520px;
}

.hero-retro-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* White Pill Button */
.btn-retro-white {
  background: #ffffff;
  color: #361e2b;
  padding: 14px 34px;
  border-radius: 9999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(54, 30, 43, 0.1);
  border: 1px solid #fcd3de;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-retro-white:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 28px rgba(240, 114, 144, 0.28);
  background: #fffbfe;
  color: #f07290;
}

.btn-retro-outline {
  background: #f07290;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.25);
  transition: all 0.25s ease;
}

.btn-retro-outline:hover {
  background: #e55c7d;
  transform: translateY(-2px);
}

/* ==========================================================================
   4. SHOP OUR BEST SELLERS (Matching Screenshot Carousel)
   ========================================================================== */
.best-sellers-section {
  margin: 48px auto;
  padding: 0 10px;
}

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

.retro-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #361e2b;
  letter-spacing: -0.02em;
}

.carousel-nav-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #fedfe7;
  color: #361e2b;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(240, 114, 144, 0.1);
  transition: all 0.2s ease;
}

.carousel-arrow:hover {
  background: #f07290;
  color: #ffffff;
  border-color: #f07290;
  transform: scale(1.05);
}

/* Bestseller Grid Track */
.best-sellers-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.bestseller-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 12px;
  border: 1px solid #fedfe7;
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.08);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bestseller-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(240, 114, 144, 0.18);
}

.bestseller-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #fdf0f4;
}

.bestseller-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bestseller-card:hover .bestseller-img-box img {
  transform: scale(1.06);
}

.bestseller-img-box {
  cursor: pointer;
}

.bestseller-card .card-quickview-trigger {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(240, 114, 144, 0.35);
  color: #c45d3e;
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.bestseller-card:hover .card-quickview-trigger,
.bestseller-img-box:hover .card-quickview-trigger {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.bestseller-title {
  cursor: pointer;
  transition: color 0.2s ease;
}

.bestseller-title:hover {
  color: #f07290;
}

.field-auto-highlight {
  border-color: #10b981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25) !important;
  transition: all 0.3s ease;
}

/* Peach Ribbon Badge */
.ribbon-badge-peach {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f9b4ab;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: capitalize;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.bestseller-info {
  padding-top: 12px;
}

.bestseller-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #361e2b;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bestseller-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f07290;
}

.bestseller-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
  gap: 8px;
}

.btn-bestseller-add-bag {
  background: #f07290;
  color: #ffffff;
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 4px 12px rgba(240, 114, 144, 0.25);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-bestseller-add-bag:hover {
  background: #e55c7d;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 16px rgba(240, 114, 144, 0.4);
}

/* ==========================================================================
   5. COMMUNITY & MISSION SIDE-BY-SIDE SECTION (Join Our Craft Community & Our Mission)
   ========================================================================== */
.community-mission-section {
  margin: 44px auto;
  position: relative;
  z-index: 5;
}

.community-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}

/* --- Card 1: Join Our Craft Community --- */
.community-side-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 38px 34px;
  border: 1px solid #fedfe7;
  box-shadow: 0 12px 35px rgba(240, 114, 144, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.community-side-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(240, 114, 144, 0.14);
}

.community-card-header .ig-profile-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}

.community-card-header .ig-avatar-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  padding: 3px;
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 6px 18px rgba(214, 41, 118, 0.28);
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.community-side-card:hover .ig-avatar-img {
  transform: scale(1.08) rotate(6deg);
}

.community-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #361e2b;
  margin-top: 4px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.community-card-body {
  margin: 18px 0;
  flex: 1;
}

.community-card-desc {
  font-size: 0.94rem;
  line-height: 1.65;
  color: #634352;
  margin-bottom: 14px;
}

.community-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.community-stats-row .ig-stat-pill {
  background: #fdf0f4;
  border: 1px solid #fedfe7;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #e04870;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.community-card-footer {
  margin-top: 10px;
}

.btn-community-action {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  padding: 13px 26px !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.28) !important;
  transition: all 0.25s ease !important;
}

.btn-community-action:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 26px rgba(220, 39, 67, 0.4) !important;
  color: #ffffff !important;
}

/* --- Card 2: Our Mission --- */
.mission-side-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 30px;
  border: 1px solid #fedfe7;
  box-shadow: 0 12px 35px rgba(240, 114, 144, 0.08);
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-side-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(240, 114, 144, 0.14);
}

.mission-side-grid {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 22px;
}

.mission-side-card .mission-text-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mission-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #361e2b;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}

.mission-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #634352;
}

.btn-mission-pink {
  align-self: flex-start;
  background: #f07290;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 4px;
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.25);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.btn-mission-pink:hover {
  background: #e55c7d;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(240, 114, 144, 0.35);
  color: #ffffff;
}

/* Visual Column with Wavy Backdrop */
.mission-visual-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-wavy-backdrop {
  position: relative;
  width: 100%;
  max-width: 190px;
  padding: 10px;
  background: #fdf0f4;
  border-radius: 110px 110px 26px 26px;
}

.mission-wavy-backdrop::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px dashed #f6abbc;
  border-radius: 118px 118px 34px 34px;
  pointer-events: none;
}

.mission-daisy {
  position: absolute;
  z-index: 5;
  filter: drop-shadow(0 3px 6px rgba(240, 114, 144, 0.25));
  animation: floatDaisy 5s ease-in-out infinite;
}

.daisy-left {
  width: 42px;
  height: 42px;
  bottom: 20px;
  left: -14px;
}

.daisy-right {
  width: 48px;
  height: 48px;
  top: 24px;
  right: -16px;
  animation-delay: 2s;
}

.mission-arch-frame {
  width: 100%;
  height: 245px;
  border-radius: 100px 100px 20px 20px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(240, 114, 144, 0.16);
  border: 3px solid #ffffff;
}

.mission-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 0.4s ease;
}

.mission-wavy-backdrop:hover .mission-img {
  transform: scale(1.05);
}

/* Backwards-compatible aliases */
.our-mission-section {
  background: #ffffff;
  border-radius: 28px;
  margin: 44px auto;
  padding: 44px 40px;
  border: 1px solid #fedfe7;
  box-shadow: 0 12px 35px rgba(240, 114, 144, 0.08);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* ==========================================================================
   6. OUR COLLECTIONS SECTION (4 Cards with Ribbon Badges & Centered Action)
   ========================================================================== */
.our-collections-section {
  background: #fff5f8;
  border-radius: 28px;
  margin: 48px auto;
  padding: 48px 36px;
  border: 1px solid #fedfe7;
  text-align: center;
}

.collections-header {
  margin-bottom: 32px;
}

.collections-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}

.collection-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.collection-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 3px solid #fedfe7;
  box-shadow: 0 8px 24px rgba(240, 114, 144, 0.1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.collection-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.collection-item-box:hover .collection-card-img-wrap {
  transform: translateY(-6px);
  border-color: #f07290;
  box-shadow: 0 16px 36px rgba(240, 114, 144, 0.2);
}

.collection-item-box:hover .collection-card-img-wrap img {
  transform: scale(1.07);
}

/* Pinned Bottom Ribbon on Collection Card */
.collection-pill-ribbon {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.92);
  color: #f07290;
  border: 1.5px solid #f9b4ab;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.collection-link-arrow {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #361e2b;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.collection-link-arrow:hover {
  color: #f07290;
}

.btn-shop-all-products {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f6abbc;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px 36px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(246, 171, 188, 0.35);
  transition: all 0.25s ease;
}

.btn-shop-all-products:hover {
  background: #f07290;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(240, 114, 144, 0.3);
}

/* ==========================================================================
   7. THEME HARMONIZATION FOR ALL EXISTING BOUTIQUE COMPONENTS
   ========================================================================== */
body.nostalgic-petals .site-header {
  display: none; /* Replaced by the dual Nostalgic Top Bar & Pink Navigation */
}

body.nostalgic-petals .top-bar {
  display: none; /* Replaced by nostalgic-top-bar */
}

body.nostalgic-petals .hero-banner {
  display: none; /* Replaced by nostalgic-hero-section */
}

/* Gallery Section */
body.nostalgic-petals .gallery-section .section-heading h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #361e2b;
  letter-spacing: -0.02em;
}

body.nostalgic-petals .filter-btn {
  background: #ffffff;
  border: 1px solid #fedfe7;
  color: #5c3a4a;
  border-radius: 20px;
  font-weight: 600;
  transition: all 0.25s ease;
}

body.nostalgic-petals .filter-btn:hover {
  border-color: #f07290;
  color: #f07290;
}

body.nostalgic-petals .filter-btn.active {
  background: #f07290;
  border-color: #f07290;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(240, 114, 144, 0.3);
}

/* Product Cards in Gallery */
body.nostalgic-petals .product-item-card {
  border-radius: 22px;
  border: 1.5px solid #fedfe7;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(240, 114, 144, 0.08);
}

body.nostalgic-petals .product-item-card:hover {
  border-color: #f6abbc;
  box-shadow: 0 16px 36px rgba(240, 114, 144, 0.18);
}

body.nostalgic-petals .card-tag {
  background: #f9b4ab;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 700;
}

body.nostalgic-petals .card-title-row h4,
body.nostalgic-petals .card-body > h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #361e2b;
  letter-spacing: -0.01em;
}

body.nostalgic-petals .card-price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #f07290;
  font-weight: 600;
  font-size: 1.25rem;
}

body.nostalgic-petals .btn-card-add-bag {
  background: #f07290;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
}

body.nostalgic-petals .btn-card-add-bag:hover {
  background: #e55c7d;
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.35);
}

body.nostalgic-petals .btn-card-quickview {
  border: 1px solid #fedfe7;
  color: #5c3a4a;
  border-radius: 12px;
}

body.nostalgic-petals .btn-card-quickview:hover {
  border-color: #f07290;
  color: #f07290;
}

/* Clean Minimalist Product Card Layout (No Descriptions) */
body.nostalgic-petals .product-item-card .card-body p,
body.nostalgic-petals .card-body > p,
body.nostalgic-petals #qv-desc {
  display: none !important;
}

body.nostalgic-petals .card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.nostalgic-petals .card-title-row,
body.nostalgic-petals .card-body > h4 {
  margin-bottom: 2px;
}

body.nostalgic-petals .card-size-selector {
  margin: 4px 0;
}

/* Custom Studio */
body.nostalgic-petals .custom-studio-card {
  border-radius: 26px;
  border: 1.5px solid #fedfe7;
  box-shadow: 0 14px 40px rgba(240, 114, 144, 0.1);
  background: #ffffff;
}

body.nostalgic-petals .studio-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #361e2b;
}

body.nostalgic-petals .cat-tab-btn.active {
  background: #f07290;
  border-color: #f07290;
  color: #ffffff;
}

body.nostalgic-petals .tier-btn.active {
  background: #fdf0f4;
  border-color: #f07290;
  color: #f07290;
}

/* Festive Season Banner */
body.nostalgic-petals .festive-discount-banner {
  background: linear-gradient(135deg, #fff0f4 0%, #ffe0e8 100%);
  border: 1.5px solid #f6abbc;
  box-shadow: 0 8px 24px rgba(240, 114, 144, 0.12);
  border-radius: 24px;
}

body.nostalgic-petals .festive-pill-tag {
  background: #f07290;
  color: #ffffff;
  border: none;
}

body.nostalgic-petals #banner-coupon-code {
  color: #f07290;
  background: #ffffff;
  border: 1px dashed #f07290;
}

/* Add to Cart Drawer */
body.nostalgic-petals .order-drawer {
  border-left: 2px solid #fedfe7;
}

body.nostalgic-petals .drawer-header {
  background: #fff5f8;
  border-bottom: 1px solid #fedfe7;
}

body.nostalgic-petals .drawer-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #361e2b;
}

body.nostalgic-petals .btn-drawer-wa {
  background: #f07290;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.3);
}

body.nostalgic-petals .btn-drawer-wa:hover {
  background: #e55c7d;
}

/* Checkout Address Button in Drawer */
.btn-drawer-checkout-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, #361e2b 0%, #4a273b 100%);
  color: #ffffff;
  padding: 13px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(54, 30, 43, 0.2);
  transition: all 0.25s ease;
}

.btn-drawer-checkout-address:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(54, 30, 43, 0.3);
}

/* Footer */
body.nostalgic-petals .site-footer {
  background: #25141d;
  color: #ffd8e4;
  border-top: 3px solid #f6abbc;
}

body.nostalgic-petals .footer-brand h3 {
  font-family: 'Pacifico', cursive;
  font-size: 1.8rem;
  color: #f6abbc;
}

/* ==========================================================================
   8. COMPREHENSIVE RESPONSIVE BREAKPOINTS (PHONE & TABLET)
   ========================================================================== */

/* Universal mobile-readiness & zero-overflow guarantee */
html, body.nostalgic-petals {
  max-width: 100vw;
  width: 100%;
  overflow-x: clip !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

/* TABLETS & MEDIUM SCREENS (<= 992px) */
@media (max-width: 992px) {
  .main-wrapper {
    padding: 20px 16px 60px;
    max-width: 100%;
    width: 100%;
  }

  .nostalgic-top-bar {
    padding: 10px 20px;
  }

  .nostalgic-script-text {
    font-size: 1.6rem;
  }

  .nostalgic-pink-nav {
    padding: 6px 12px;
    overflow: visible !important;
  }

  .nostalgic-nav-inner {
    display: flex;
    flex-wrap: wrap;
    overflow: visible !important;
    justify-content: center;
    gap: 8px;
    padding: 2px 4px;
    width: 100%;
    max-width: 100%;
  }

  .nav-tab-pill {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.84rem;
    padding: 7px 14px;
  }

  .nostalgic-hero-section {
    padding: 36px 24px;
    margin: 18px auto;
  }

  .nostalgic-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }

  .retro-arch-frame {
    margin: 0 auto;
    max-width: 340px;
    height: 340px;
  }

  .hero-retro-content {
    align-items: center;
    text-align: center;
  }

  .hero-retro-subtitle {
    font-size: 1.6rem;
  }

  .hero-retro-title {
    font-size: clamp(2.4rem, 5vw, 3.2rem);
  }

  .hero-retro-actions {
    justify-content: center;
  }

  .best-sellers-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .community-mission-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mission-side-grid {
    grid-template-columns: 1fr 220px;
    gap: 24px;
  }

  .mission-side-card .mission-wavy-backdrop {
    max-width: 220px;
  }

  .mission-side-card .mission-arch-frame {
    height: 270px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 28px;
  }

  .mission-visual-col {
    order: -1;
  }

  .mission-arch-frame {
    margin: 0 auto;
    max-width: 340px;
    height: 320px;
  }

  .btn-mission-pink {
    align-self: center;
  }

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

  .card-img-wrapper {
    height: 260px;
  }

  .daisy-1, .daisy-2, .daisy-3,
  .mission-daisy {
    display: none !important;
  }
}

/* PHONES & SMALL SCREENS (<= 680px) */
@media (max-width: 680px) {
  .main-wrapper {
    padding: 14px 12px 50px;
    max-width: 100%;
    width: 100%;
  }

  /* Two-Row Balanced Mobile Header */
  .nostalgic-top-bar {
    padding: 10px 12px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  /* Row 1: Brand Script Logo Full Width Centered */
  .nostalgic-brand-logo {
    order: 1;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 2px;
  }

  .nostalgic-script-text {
    font-size: clamp(1.35rem, 5.5vw, 1.6rem);
  }

  .nostalgic-sub-text {
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  /* Row 2: Social Links on Left */
  .top-social-links {
    order: 2;
    gap: 8px;
  }

  .social-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  /* Row 2: Action Controls on Right */
  .nostalgic-top-actions {
    order: 3;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .nostalgic-login-btn {
    display: inline-flex;
    font-size: 0.74rem;
    padding: 5px 9px;
    gap: 4px;
    cursor: pointer;
  }

  .theme-switch-btn .theme-text {
    display: none;
  }

  .theme-switch-btn {
    padding: 6px 10px;
    font-size: 0.95rem;
  }

  .currency-switch {
    transform: scale(0.88);
    transform-origin: right center;
  }

  .nostalgic-bag-btn {
    padding: 6px 10px;
  }

  /* Hero Section */
  .nostalgic-hero-section {
    padding: 22px 14px;
    margin: 12px auto;
    border-radius: 20px;
  }

  .retro-arch-frame {
    max-width: min(250px, 75vw);
    height: min(250px, 75vw);
    border-width: 5px;
    border-radius: 125px 125px 18px 18px;
  }

  .hero-retro-subtitle {
    font-size: 1.25rem;
  }

  .hero-retro-title {
    font-size: clamp(1.9rem, 7.5vw, 2.4rem);
    line-height: 1.05;
  }

  .hero-retro-desc {
    font-size: 0.86rem;
    line-height: 1.5;
    max-width: 100%;
  }

  .hero-retro-actions {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .btn-retro-white,
  .btn-retro-outline {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.88rem;
    min-height: 44px;
  }

  .retro-section-title {
    font-size: 1.4rem;
  }

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

  .best-sellers-section {
    margin: 22px auto;
  }

  .best-sellers-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .bestseller-card {
    padding: 8px 6px;
    border-radius: 14px;
  }

  .bestseller-img-box {
    height: 135px;
  }

  .bestseller-title {
    font-size: 0.82rem;
  }

  .bestseller-price {
    font-size: 0.9rem;
  }

  .bestseller-action-btns {
    flex-direction: column !important;
    gap: 4px !important;
  }

  .btn-bestseller-add-bag,
  .btn-bestseller-buy-now {
    width: 100% !important;
    flex: 1 1 100% !important;
    padding: 6px 4px !important;
    font-size: 0.72rem !important;
    min-height: 32px !important;
  }

  .ribbon-badge-peach {
    font-size: 0.62rem;
    padding: 2px 5px;
    top: 5px;
    left: 5px;
  }

  .community-mission-section {
    margin: 20px auto;
  }

  .community-side-card,
  .mission-side-card,
  .our-mission-section {
    padding: 20px 14px;
    margin: 12px auto;
    border-radius: 18px;
  }

  .community-card-title {
    font-size: 1.15rem;
  }

  .community-card-desc {
    font-size: 0.84rem;
    margin: 10px 0;
  }

  .btn-community-action {
    width: 100%;
    text-align: center;
    min-height: 42px;
  }

  .mission-side-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
  }

  .mission-side-card .mission-visual-col {
    order: -1;
  }

  .mission-side-card .btn-mission-pink {
    align-self: center;
    width: 100%;
    text-align: center;
    min-height: 42px;
  }

  .mission-title {
    font-size: 1.55rem;
  }

  .mission-desc {
    font-size: 0.85rem;
    line-height: 1.55;
  }

  .mission-side-card .mission-wavy-backdrop {
    max-width: 200px;
    margin: 0 auto;
  }

  .mission-side-card .mission-arch-frame,
  .mission-arch-frame {
    max-width: 200px;
    height: 200px;
    border-radius: 100px 100px 16px 16px;
    margin: 0 auto;
  }

  /* Gallery Section & Product Cards on Mobile */
  .gallery-section {
    margin-top: 24px;
  }

  body.nostalgic-petals .gallery-section .section-heading h2 {
    font-size: clamp(1.35rem, 5vw, 1.6rem);
  }

  .gallery-filters {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    gap: 6px;
    padding: 4px 6px 8px;
    margin-bottom: 16px;
    white-space: nowrap;
    width: 100%;
  }

  .gallery-filters::-webkit-scrollbar {
    display: none;
  }

  .filter-btn {
    flex-shrink: 0;
    padding: 7px 13px;
    font-size: 0.78rem;
    min-height: 36px;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .card-img-wrapper {
    height: clamp(220px, 58vw, 270px) !important;
  }

  .card-body {
    padding: 12px 12px 14px !important;
  }

  .card-title-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 4px 6px !important;
    margin-bottom: 4px !important;
  }

  .card-title-row h4 {
    font-size: 1.02rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    line-height: 1.25 !important;
  }

  .card-photo-count-tag {
    flex-shrink: 0 !important;
    font-size: 0.7rem !important;
    padding: 2px 7px !important;
  }

  .card-desc-snippet {
    font-size: 0.8rem !important;
    line-height: 1.38 !important;
    margin: 4px 0 8px !important;
  }

  .card-primary-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 6px 0 6px !important;
  }

  .btn-card-add-bag,
  .btn-card-buy-now {
    flex: 1 1 50% !important;
    min-width: 0 !important;
    font-size: clamp(0.72rem, 2.3vw, 0.8rem) !important;
    padding: 9px 4px !important;
    min-height: 38px !important;
    white-space: nowrap !important;
  }

  .product-return-policy {
    font-size: 0.72rem !important;
    padding: 5px 8px !important;
    line-height: 1.3 !important;
    margin-top: 6px !important;
  }

  /* Steps Grid */
  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 20px !important;
  }

  .step-card {
    padding: 24px 18px 20px !important;
  }

  /* Quick View Modal on Mobile */
  .quickview-modal-container {
    width: min(95vw, 480px) !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    border-radius: 18px !important;
    margin: auto 8px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .quickview-content-layout {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .quickview-main-stage {
    height: clamp(220px, 50vw, 270px) !important;
  }

  .quickview-media-col {
    padding: 16px 12px 10px !important;
  }

  .quickview-details-col {
    padding: 12px 14px 18px !important;
  }

  .qv-primary-buttons {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .qv-primary-buttons .btn-primary,
  .qv-primary-buttons .btn-buy-now {
    width: 100% !important;
    padding: 12px 14px !important;
    font-size: 0.92rem !important;
    min-height: 42px !important;
  }

  /* UPI Payment Modal on Mobile */
  .upi-modal-box {
    width: min(94vw, 420px) !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 18px 14px !important;
    border-radius: 16px !important;
    margin: auto !important;
  }

  .upi-qr-frame {
    width: 160px !important;
    height: 160px !important;
    margin: 10px auto !important;
  }

  .upi-qr-frame img {
    width: 100% !important;
    height: 100% !important;
  }

  .modal-upi-app-buttons {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }

  .btn-modal-app-pill {
    padding: 8px 4px !important;
    font-size: 0.76rem !important;
    min-height: 38px !important;
  }

  .upi-modal-amount-row {
    flex-direction: column !important;
    gap: 4px !important;
    padding: 8px 10px !important;
    text-align: center !important;
  }

  .btn-upi-confirm-done {
    padding: 12px 10px !important;
    font-size: 0.88rem !important;
    min-height: 44px !important;
  }

  /* Footer on Mobile */
  .site-footer {
    padding: 32px 14px 24px !important;
  }

  .footer-socials {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .footer-social-link {
    width: 100%;
    justify-content: center;
    min-height: 38px;
  }
}

/* COMPACT PHONES (<= 380px) */
@media (max-width: 380px) {
  .main-wrapper {
    padding: 10px 8px 40px !important;
  }

  .best-sellers-track {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .bestseller-title {
    font-size: 0.76rem;
  }

  .hero-retro-title {
    font-size: 1.85rem;
  }

  .nostalgic-script-text {
    font-size: 1.2rem;
  }

  .card-primary-actions {
    gap: 4px !important;
  }

  .btn-card-add-bag,
  .btn-card-buy-now {
    font-size: 0.7rem !important;
    padding: 7px 3px !important;
  }

  .card-title-row h4 {
    font-size: 0.94rem !important;
  }
}

/* ==========================================================================
   RETURN POLICY, DUAL ACTION BUTTONS & EASY CHECKOUT SYSTEM
   ========================================================================== */

/* Return Policy Note (For All Products) */
.product-return-policy {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #991b1b;
  margin-top: 8px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.35;
}

/* Dual Primary Action Buttons (Add to Cart & Buy Now) */
.card-price-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  width: 100% !important;
  margin-bottom: 6px !important;
}

.card-primary-actions,
.bestseller-action-btns {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 6px 0 8px !important;
  box-sizing: border-box !important;
}

.bestseller-price-row {
  margin-bottom: 4px;
}

.btn-card-add-bag,
.btn-bestseller-add-bag {
  flex: 1 1 50% !important;
  min-width: 0 !important;
  background: #ffffff !important;
  border: 1.5px solid #f07290 !important;
  color: #f07290 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(0.74rem, 1.8vw, 0.82rem) !important;
  font-weight: 600 !important;
  padding: 8.5px 6px !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.btn-card-add-bag:hover,
.btn-bestseller-add-bag:hover {
  background: #fdf0f4 !important;
  border-color: #e55c7d !important;
  transform: translateY(-1px);
}

.btn-card-buy-now,
.btn-bestseller-buy-now {
  flex: 1 1 50% !important;
  min-width: 0 !important;
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: clamp(0.74rem, 1.8vw, 0.82rem) !important;
  font-weight: 700 !important;
  padding: 9px 6px !important;
  border-radius: 8px !important;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(240, 114, 144, 0.28) !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  text-align: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.btn-card-buy-now:hover,
.btn-bestseller-buy-now:hover {
  background: linear-gradient(135deg, #e55c7d 0%, #d43b63 100%) !important;
  box-shadow: 0 6px 16px rgba(240, 114, 144, 0.4) !important;
  transform: translateY(-1px);
}

/* Quick View Modal Details Layout & Dual Actions */
.quickview-details-col {
  justify-content: flex-start !important;
}

.quickview-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-top: 18px !important;
  width: 100% !important;
}

.qv-primary-buttons {
  display: flex !important;
  gap: 12px !important;
  width: 100% !important;
}

.qv-primary-buttons .btn-primary {
  flex: 1 1 50% !important;
  background: #ffffff !important;
  border: 2px solid #f07290 !important;
  color: #f07290 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  cursor: pointer;
  text-align: center !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.qv-primary-buttons .btn-primary:hover {
  background: #fdf0f4 !important;
  border-color: #e55c7d !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.2) !important;
}

.qv-primary-buttons .btn-buy-now {
  flex: 1 1 50% !important;
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.35) !important;
  text-align: center !important;
  transition: all 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.qv-primary-buttons .btn-buy-now:hover {
  background: linear-gradient(135deg, #e55c7d 0%, #d43b63 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(240, 114, 144, 0.45) !important;
}

/* Quick View Delivery Assurance Badges */
.qv-delivery-badge-box {
  background: #fff8f5 !important;
  border: 1.5px dashed #f2cbbe !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  margin-top: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  box-shadow: 0 2px 10px rgba(240, 114, 144, 0.06) !important;
}

.qv-delivery-line {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 0.88rem !important;
  color: #3b1d16 !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.qv-delivery-line .delivery-badge-icon {
  font-size: 1.1rem !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

.qv-delivery-line .delivery-badge-text {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  letter-spacing: -0.01em !important;
}

/* Easy Drawer Checkout Styles */
.drawer-return-notice {
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 10px;
  padding: 9px 12px;
  margin: 12px 0 16px;
  font-size: 0.78rem;
  color: #991b1b;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.drawer-easy-checkout-box {
  background: #fffdf9;
  border: 1.5px solid #f1e6de;
  border-radius: 18px;
  padding: 20px 16px;
  margin: 18px 0;
  box-shadow: 0 4px 16px rgba(180, 110, 80, 0.05);
}

.easy-checkout-header h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #361e2b;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.easy-checkout-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-field-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.input-field-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #553e36;
  margin-bottom: 2px;
}

.input-field-group .req {
  color: #e11d48;
  font-weight: 700;
}

.easy-input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #dcd5cc;
  border-radius: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  background: #ffffff;
  color: #361e2b;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.easy-input:focus {
  outline: none;
  border-color: #f07290;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.16);
}

.easy-input.input-error {
  border-color: #ef4444 !important;
  background: #fef2f2 !important;
}

/* Phone Input with +91 Prefix Box */
.phone-input-combo {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #dcd5cc;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.2s ease;
}

.phone-input-combo:focus-within {
  border-color: #f07290;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.16);
}

.phone-prefix {
  background: #f8f6f2;
  border-right: 1.5px solid #dcd5cc;
  padding: 10px 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: #4a3b32;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.phone-field {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100%;
}

.field-hint-text {
  font-size: 0.74rem;
  color: #786f68;
  margin-top: 3px;
  display: block;
}

/* Pincode with Auto-Detect Locate Button */
.pincode-input-combo {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pincode-input-combo .easy-input {
  flex: 1;
}

.btn-pincode-locate {
  width: 44px;
  height: 42px;
  border: 1.5px solid #dcd5cc;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.btn-pincode-locate:hover {
  border-color: #f07290;
  background: #fff5f8;
  transform: scale(1.03);
}

/* Select Dropdown Styling */
.easy-select {
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 36px;
  cursor: pointer;
}

/* Instant UPI Assurance Card (CASH ON DELIVERY Removed) */
.instant-upi-assurance-card {
  background: #fff5f8;
  border: 1.5px solid #fedfe7;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 14px;
  box-shadow: 0 2px 8px rgba(240, 114, 144, 0.08);
}

.upi-assurance-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.upi-zap-icon {
  font-size: 1.3rem;
  color: #e11d48;
  line-height: 1;
  margin-top: 1px;
}

.upi-assurance-header strong {
  font-size: 0.88rem;
  color: #361e2b;
  display: block;
  margin-bottom: 2px;
}

.upi-assurance-header p {
  font-size: 0.78rem;
  color: #7b5969;
  margin: 0;
  line-height: 1.35;
}

.btn-easy-pay-now {
  width: 100%;
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%) !important;
  border: none !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 14px 20px !important;
  border-radius: 12px !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(220, 39, 67, 0.32) !important;
  transition: all 0.25s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-easy-pay-now:hover {
  background: linear-gradient(135deg, #e55c7d 0%, #d43b63 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(220, 39, 67, 0.42) !important;
}

.drawer-help-row {
  margin-top: 10px;
  text-align: center;
}

.link-drawer-help {
  color: #128C7E;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.link-drawer-help:hover {
  text-decoration: underline;
}

/* Desktop & Universal UPI QR Modal */
.upi-modal-box {
  width: min(94vw, 440px);
  max-width: 440px;
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 26px 20px;
  text-align: center;
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  box-sizing: border-box;
}

.modal-close-x {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

.upi-qr-frame {
  margin: 18px auto;
  width: 190px;
  height: 190px;
  background: #ffffff;
  border: 2px dashed #f6abbc;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.12);
}

.upi-qr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.upi-modal-amount-row {
  margin: 12px 0 10px;
  font-size: 1rem;
  color: #361e2b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.upi-id-pill-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #634352;
  margin-bottom: 20px;
}

.upi-copy-chip {
  background: #fdf0f4;
  border: 1px solid #fedfe7;
  border-radius: 20px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.upi-copy-chip code {
  font-weight: 700;
  color: #d62976;
}

.btn-copy-upi-chip {
  background: #ffffff;
  border: 1px solid #fedfe7;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  color: #361e2b;
}

.btn-upi-confirm-done {
  width: 100%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border: none;
  padding: 13px 18px;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
  transition: all 0.2s ease;
}

.btn-upi-confirm-done:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.42);
}

/* UPI App Quick Selector in Drawer */
.upi-platform-selector {
  margin-top: 14px;
  width: 100%;
}

.upi-select-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #78483b;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.upi-app-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100%;
}

.btn-upi-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 4px;
  border-radius: 12px;
  border: 1.5px solid #ecdcd5;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #4a2820;
}

.btn-upi-app:hover {
  border-color: #f07290;
  background: #fff8f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(240, 114, 144, 0.15);
}

.btn-upi-app.active {
  border-color: #f07290;
  background: #fff0f4;
  color: #c0264b;
  box-shadow: 0 3px 12px rgba(240, 114, 144, 0.25);
}

.upi-app-icon {
  font-size: 1.25rem;
  line-height: 1;
}

/* Inline Validation Alert */
.checkout-inline-alert {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: none;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
  box-shadow: 0 2px 8px rgba(185, 28, 28, 0.1);
}

.drawer-delivery-promise-row {
  margin: 6px 0 2px;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  color: #5c382e;
}

/* Order Confirmation Modal (Rich Receipt & Dispatched Emails) */
.order-confirmation-modal-box {
  max-width: 540px !important;
  width: 92% !important;
  max-height: 88vh;
  overflow-y: auto;
  border-radius: 20px !important;
  padding: 24px 22px !important;
  box-sizing: border-box;
}

.order-confirm-badge-top {
  text-align: center;
  margin-bottom: 14px;
}

.order-confirm-check-icon {
  font-size: 2.4rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 6px;
}

.order-confirm-badge-top h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  color: #361e2b;
  margin: 0 0 4px;
}

.order-id-display {
  font-size: 0.86rem;
  color: #78483b;
  margin: 0;
}

.order-email-alert-banner {
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.08);
}

.email-alert-icon {
  font-size: 1.3rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.email-alert-content strong {
  display: block;
  font-size: 0.9rem;
  color: #166534;
  margin-bottom: 2px;
}

.email-alert-content p {
  margin: 0;
  font-size: 0.8rem;
  color: #14532d;
  line-height: 1.35;
}

.order-receipt-summary-box {
  background: #fffdfb;
  border: 1.5px solid #f1e4dc;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.84rem;
  color: #4a2820;
}

.receipt-row-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px dashed #e8d0c8;
  padding-top: 8px;
  margin-top: 4px;
}

.receipt-col-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: #4a2820;
}

.receipt-products-list {
  font-size: 0.82rem;
  color: #61392f;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.receipt-address-text {
  margin: 0;
  font-size: 0.8rem;
  color: #61392f;
  line-height: 1.35;
}

.text-paid-amount {
  font-size: 1.25rem;
  color: #e11d48;
}

.order-confirm-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-action-reopen-upi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(240, 114, 144, 0.35);
  transition: all 0.2s ease;
}

.btn-action-reopen-upi:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.45);
}

.btn-action-email-receipt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  color: #ea4335 !important;
  border: 1.5px solid #ea4335;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-action-email-receipt:hover {
  background: #fff5f5;
  transform: translateY(-1px);
}

.btn-action-wa-receipt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f0fdf4;
  color: #16a34a !important;
  border: 1.5px solid #bbf7d0;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-action-wa-receipt:hover {
  background: #dcfce7;
  transform: translateY(-1px);
}

.btn-return-boutique {
  width: 100%;
  padding: 11px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.88rem;
}

/* Specific Guaranteed Active Rules for Modals */
#upi-qr-modal.active,
#success-modal.active {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  z-index: 2100 !important;
}

#upi-qr-modal:not(.active) {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Direct App Buttons inside QR Modal */
.modal-upi-apps-row {
  margin: 10px 0 14px;
  width: 100%;
}

.modal-upi-apps-title {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #78483b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.modal-upi-app-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.btn-modal-app-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid #ecdcd5;
  background: #ffffff;
  color: #4a2820;
  transition: all 0.2s ease;
}

.btn-modal-app-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-modal-app-pill.phonepe:hover {
  border-color: #5f259f;
  color: #5f259f;
  background: #f8f4fc;
}

.btn-modal-app-pill.gpay:hover {
  border-color: #4285f4;
  color: #4285f4;
  background: #f4f8ff;
}

.btn-modal-app-pill.paytm:hover {
  border-color: #00baf2;
  color: #00baf2;
  background: #f0fbff;
}

.btn-modal-app-pill.any:hover {
  border-color: #f07290;
  color: #e11d48;
  background: #fff5f7;
}

.upi-modal-amount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff8f5;
  border: 1.5px dashed #f2cbbe;
  border-radius: 12px;
  padding: 10px 16px;
  margin: 12px 0 10px;
}

.upi-modal-amt-box {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.upi-amt-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #6a4a40;
}

.upi-amt-val {
  font-size: 1.35rem;
  color: #e11d48;
  font-weight: 800;
}

.upi-modal-order-tag {
  font-size: 0.8rem;
  font-weight: 700;
  color: #78483b;
}

.upi-modal-delivery-note {
  font-size: 0.78rem;
  font-weight: 600;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.upi-confirm-subtext {
  font-size: 0.75rem;
  color: #78483b;
  margin: 8px 0 0;
  line-height: 1.35;
}

/* ==========================================================================
   📱 DEFINITIVE RESPONSIVE VIEWPORT ENGINE (PHONE & TABLET ADAPTATION)
   Ensures view according to screen size only with zero horizontal overflow
   ========================================================================== */

/* Universal mobile-first fluid baseline */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html, body {
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important;
  position: relative !important;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

/* TABLETS (portrait & landscape: 681px to 1024px) */
@media (min-width: 681px) and (max-width: 1024px) {
  .main-wrapper {
    padding: 20px 20px 60px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .nostalgic-top-bar {
    padding: 12px 20px !important;
  }

  .nostalgic-script-text {
    font-size: 1.55rem !important;
  }

  .nostalgic-hero-section {
    padding: 32px 24px !important;
    margin: 16px auto 24px !important;
  }

  .nostalgic-hero-grid {
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 20px !important;
    align-items: center !important;
    text-align: left !important;
  }

  .hero-retro-content {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .hero-retro-title {
    font-size: clamp(2.3rem, 4.2vw, 3rem) !important;
  }

  .retro-arch-frame {
    max-width: 290px !important;
    height: 290px !important;
    margin: 0 auto !important;
  }

  /* Tablet Gallery Grid: strictly 2 clean columns */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }

  .card-img-wrapper {
    height: 260px !important;
  }

  .card-title-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }

  .card-title-row h4 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .card-photo-count-tag {
    flex-shrink: 0 !important;
  }

  /* Filter pills on tablet */
  .gallery-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 16px auto 24px !important;
  }

  .filter-btn {
    padding: 8px 16px !important;
    font-size: 0.84rem !important;
  }

  /* Modals on tablet */
  .quickview-modal-container {
    width: min(92vw, 760px) !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
  }

  .upi-modal-box {
    width: min(90vw, 440px) !important;
    max-height: 88vh !important;
    overflow-y: auto !important;
  }
}

/* SMARTPHONES & SMALL TABLETS (<= 680px) */
@media (max-width: 680px) {
  .main-wrapper {
    padding: 12px 10px 48px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Mobile Top Bar: Centered Brand Top, Controls Bottom */
  .nostalgic-top-bar {
    padding: 10px 12px 8px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .nostalgic-brand-logo {
    order: 1 !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    margin-bottom: 2px !important;
  }

  .nostalgic-script-text {
    font-size: clamp(1.3rem, 5.2vw, 1.55rem) !important;
  }

  .top-social-links {
    order: 2 !important;
    gap: 8px !important;
  }

  .social-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }

  .nostalgic-top-actions {
    order: 3 !important;
    gap: 8px !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Smooth scrollable nav tabs */
  .nostalgic-pink-nav {
    padding: 5px 8px !important;
    overflow: visible !important;
  }

  .nostalgic-nav-inner {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 3px 4px !important;
    width: 100% !important;
  }

  .nav-tab-pill {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    font-size: 0.8rem !important;
    padding: 6px 12px !important;
    min-height: 34px !important;
  }

  /* Hero on mobile */
  .nostalgic-hero-section {
    padding: 20px 14px !important;
    margin: 10px auto 20px !important;
    border-radius: 18px !important;
  }

  .nostalgic-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    text-align: center !important;
  }

  .hero-retro-content {
    align-items: center !important;
    text-align: center !important;
  }

  .hero-retro-subtitle {
    font-size: 1.2rem !important;
  }

  .hero-retro-title {
    font-size: clamp(1.85rem, 7vw, 2.3rem) !important;
    line-height: 1.08 !important;
  }

  .hero-retro-desc {
    font-size: 0.85rem !important;
    line-height: 1.48 !important;
    max-width: 100% !important;
  }

  .hero-retro-actions {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .btn-retro-white,
  .btn-retro-outline {
    width: 100% !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    font-size: 0.88rem !important;
    min-height: 44px !important;
  }

  .retro-arch-frame {
    max-width: min(240px, 72vw) !important;
    height: min(240px, 72vw) !important;
    border-width: 4px !important;
    border-radius: 120px 120px 16px 16px !important;
    margin: 0 auto !important;
  }

  /* Best Sellers Track */
  .best-sellers-track {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  .bestseller-card {
    padding: 8px 6px !important;
    border-radius: 12px !important;
  }

  .bestseller-img-box {
    height: 130px !important;
  }

  .bestseller-title {
    font-size: 0.8rem !important;
    line-height: 1.25 !important;
  }

  .bestseller-price {
    font-size: 0.88rem !important;
  }

  .btn-bestseller-add-bag,
  .btn-bestseller-buy-now {
    width: 100% !important;
    flex: 1 1 100% !important;
    padding: 6px 4px !important;
    font-size: 0.72rem !important;
    min-height: 32px !important;
  }

  /* Gallery Filters: Smooth Touch-Scroll */
  .gallery-filters {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    padding: 4px 6px 8px !important;
    margin: 8px 0 16px !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  .gallery-filters::-webkit-scrollbar {
    display: none !important;
  }

  .filter-btn {
    flex-shrink: 0 !important;
    padding: 7px 12px !important;
    font-size: 0.76rem !important;
    min-height: 36px !important;
  }

  /* Mobile Gallery Grid: 1 Column */
  .gallery-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .product-item-card {
    width: 100% !important;
    border-radius: 16px !important;
  }

  .card-img-wrapper {
    height: clamp(220px, 56vw, 270px) !important;
    width: 100% !important;
  }

  .card-body {
    padding: 12px 12px 14px !important;
  }

  .card-title-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 4px 6px !important;
    margin-bottom: 4px !important;
  }

  .card-title-row h4 {
    font-size: 1.02rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    line-height: 1.25 !important;
  }

  .card-photo-count-tag {
    flex-shrink: 0 !important;
    font-size: 0.7rem !important;
    padding: 2px 7px !important;
  }

  .card-desc-snippet {
    font-size: 0.8rem !important;
    line-height: 1.38 !important;
    margin: 4px 0 8px !important;
  }

  .card-price-row {
    margin-bottom: 6px !important;
  }

  .card-price {
    font-size: 1.15rem !important;
  }

  /* Side-by-side action buttons on mobile */
  .card-primary-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 6px 0 !important;
  }

  .btn-card-add-bag,
  .btn-card-buy-now {
    flex: 1 1 50% !important;
    min-width: 0 !important;
    font-size: clamp(0.72rem, 2.3vw, 0.8rem) !important;
    padding: 9px 4px !important;
    min-height: 38px !important;
    white-space: nowrap !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .product-return-policy {
    font-size: 0.72rem !important;
    padding: 5px 8px !important;
    line-height: 1.3 !important;
    margin-top: 6px !important;
    box-sizing: border-box !important;
  }

  /* Community & Mission on Mobile */
  .community-mission-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .mission-side-grid {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    gap: 16px !important;
  }

  .mission-side-card .mission-visual-col {
    order: -1 !important;
  }

  .mission-side-card .btn-mission-pink {
    width: 100% !important;
    text-align: center !important;
    min-height: 42px !important;
  }

  .mission-arch-frame {
    max-width: 190px !important;
    height: 190px !important;
    margin: 0 auto !important;
  }

  /* Steps Grid on Mobile */
  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .step-card {
    padding: 22px 16px 18px !important;
  }

  /* Quick-View Lightbox Modal on Mobile */
  .quickview-modal-container {
    width: min(95vw, 460px) !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    border-radius: 16px !important;
    margin: auto 8px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .quickview-content-layout {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .quickview-main-stage {
    height: clamp(210px, 52vw, 260px) !important;
  }

  .quickview-media-col {
    padding: 14px 10px 8px !important;
  }

  .quickview-details-col {
    padding: 12px 14px 18px !important;
  }

  .qv-primary-buttons {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .qv-primary-buttons .btn-primary,
  .qv-primary-buttons .btn-buy-now {
    width: 100% !important;
    padding: 12px 14px !important;
    font-size: 0.92rem !important;
    min-height: 42px !important;
  }

  /* UPI Payment Modal on Mobile */
  .upi-modal-overlay {
    padding: 10px !important;
  }

  .upi-modal-box {
    width: min(94vw, 400px) !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 16px 12px !important;
    border-radius: 16px !important;
    margin: auto !important;
  }

  .upi-qr-frame {
    width: 150px !important;
    height: 150px !important;
    margin: 10px auto !important;
  }

  .upi-qr-frame img {
    width: 100% !important;
    height: 100% !important;
  }

  .modal-upi-app-buttons {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
  }

  .btn-modal-app-pill {
    padding: 8px 4px !important;
    font-size: 0.76rem !important;
    min-height: 38px !important;
  }

  .upi-modal-amount-row {
    flex-direction: column !important;
    gap: 3px !important;
    padding: 8px 10px !important;
    text-align: center !important;
  }

  .btn-upi-confirm-done {
    padding: 12px 10px !important;
    font-size: 0.88rem !important;
    min-height: 44px !important;
  }

  /* Cart Drawer Full-Width on Mobile */
  .order-drawer {
    width: 100% !important;
    max-width: 100vw !important;
  }
}

/* EXTRA-COMPACT SCREENS (<= 380px: e.g. iPhone SE, compact Androids) */
@media (max-width: 380px) {
  .main-wrapper {
    padding: 10px 6px 36px !important;
  }

  .nostalgic-script-text {
    font-size: 1.22rem !important;
  }

  .hero-retro-title {
    font-size: 1.8rem !important;
  }

  .card-primary-actions {
    gap: 4px !important;
  }

  .btn-card-add-bag,
  .btn-card-buy-now {
    font-size: 0.68rem !important;
    padding: 8px 2px !important;
  }

  .card-title-row h4 {
    font-size: 0.92rem !important;
  }

  .best-sellers-track {
    grid-template-columns: 1fr 1fr !important;
    gap: 5px !important;
  }

  .bestseller-title {
    font-size: 0.74rem !important;
  }
}

/* Category Cards & Info Hub Nostalgic Overrides */
body.nostalgic-petals .category-card.active {
  border-color: #f07290;
  background: #fff5f8;
  box-shadow: 0 8px 24px rgba(240, 114, 144, 0.22);
}

body.nostalgic-petals .info-hub-tab-btn.active {
  background: #f07290;
  border-color: #f07290;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(240, 114, 144, 0.3);
}

/* ==========================================================================
   FEATURE 1: USER AUTHENTICATION & ACCOUNT DASHBOARD
   ========================================================================== */

/* User Auth Button in Top Bar */
.user-auth-wrapper {
  position: relative;
  display: inline-block;
}

.nostalgic-user-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1.5px solid #f6abbc;
  color: #361e2b;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(246, 171, 188, 0.25);
  white-space: nowrap;
}

.nostalgic-user-btn:hover {
  background: #fff0f4;
  border-color: #f07290;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(240, 114, 144, 0.32);
}

.nostalgic-user-btn .user-icon {
  font-size: 1rem;
}

/* Modern User Account Dropdown Menu */
.user-auth-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 275px;
  background: #ffffff;
  border-radius: 16px; /* rounded-xl */
  border: 1px solid #fed7e2;
  box-shadow: 0 16px 38px rgba(225, 29, 72, 0.14), 0 4px 14px rgba(0, 0, 0, 0.05); /* shadow-lg */
  padding: 8px;
  display: none;
  flex-direction: column;
  z-index: 1000;
  animation: fadeInDownMenu 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.user-auth-dropdown.active {
  display: flex !important;
}

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

.auth-dropdown-header {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-bottom: 1px solid #fce7f3; /* border-b */
  margin-bottom: 6px;
}

.auth-dropdown-header strong,
#auth-dropdown-name {
  font-size: 0.94rem;
  font-weight: 700;
  color: #2d2d2d; /* dark grey text */
  line-height: 1.3;
}

.auth-dropdown-header span,
#auth-dropdown-email {
  font-size: 0.78rem;
  color: #6b7280; /* smaller muted grey text */
  line-height: 1.3;
  word-break: break-all;
}

.auth-dropdown-divider {
  display: none;
}

/* Individual Dropdown Menu Links */
.auth-dd-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important; /* gap-3 */
  padding: 9px 12px !important; /* p-2 */
  border-radius: 10px !important; /* rounded-md */
  color: #374151 !important; /* dark grey text */
  text-decoration: none !important; /* no-underline */
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.15s ease !important;
  box-sizing: border-box;
  outline: none !important;
  margin: 2px 0 !important;
}

.auth-dd-link:hover,
.auth-dd-link:focus {
  background: #fff0f5 !important; /* hover:bg-pink-50 */
  color: #e11d48 !important; /* pink primary accent */
  text-decoration: none !important;
  transform: translateX(2px);
}

.auth-dd-link .dd-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.18s ease;
}

.auth-dd-link span {
  font-size: 0.86rem;
  font-weight: 600;
}

/* Sign out link specific styling */
.auth-dd-link.text-danger,
.auth-dd-link.dd-link-signout {
  color: #dc2626 !important;
  margin-top: 4px !important;
  border-top: 1px dashed #fce7f3 !important;
  padding-top: 10px !important;
}

.auth-dd-link.text-danger:hover,
.auth-dd-link.dd-link-signout:hover {
  background: #fef2f2 !important;
  color: #b91c1c !important;
}

/* Secondary Pink Nav "Track Order" Link - Standardized with all menu items */
.nav-track-pill {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nav-track-pill:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  border: none !important;
}

/* Auth Modal Styles */
/* Modal Overlays for Auth, Dashboard, and Tracking */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(36, 16, 26, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Card Containers */
.auth-modal-card,
.account-dashboard-card,
.order-tracking-card {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 460px;
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 25px 60px rgba(54, 30, 43, 0.35);
  border: 1.5px solid #fed7e2;
  transform: scale(0.94);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-overlay.active .auth-modal-card,
.modal-overlay.active .account-dashboard-card,
.modal-overlay.active .order-tracking-card {
  transform: scale(1);
}

.account-dashboard-card {
  max-width: 640px;
}

.order-tracking-card {
  max-width: 680px;
}

/* Universal Close Button for Modals */
.auth-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #fdf2f4;
  color: #704456;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 5;
}

.auth-close-btn:hover {
  background: #fee2e2;
  color: #e11d48;
}

/* Auth Modal Header & Brand */
.auth-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.auth-brand-badge {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #361e2b;
}

/* Auth Tabs */
.auth-tabs {
  display: flex;
  background: #fdf2f4;
  padding: 4px;
  border-radius: 12px;
  gap: 4px;
  margin-bottom: 18px;
}

.auth-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 9px 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #704456;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.auth-tab-btn.active {
  background: #ffffff;
  color: #f07290;
  box-shadow: 0 3px 10px rgba(240, 114, 144, 0.2);
}

/* Alert Banners */
.auth-alert-banner {
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.4;
}

.auth-alert-banner.error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.auth-alert-banner.success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.auth-alert-banner.info {
  background: #fff2f5;
  border: 1px solid #fde8ed;
  color: #d85a75;
}

/* Input Groups */
.auth-input-group {
  margin-bottom: 14px;
}

.auth-input-group label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #4a273b;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.auth-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.auth-label-row label {
  margin-bottom: 0;
}

.auth-forgot-link {
  font-size: 0.76rem;
  color: #f07290;
  text-decoration: none;
  font-weight: 600;
}

.auth-forgot-link:hover {
  text-decoration: underline;
}

.auth-input,
.auth-textarea,
.auth-select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #fed7e2;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.88rem;
  color: #361e2b;
  background: #fffbfd;
  transition: all 0.2s;
  box-sizing: border-box;
}

.auth-input:focus,
.auth-textarea:focus,
.auth-select:focus {
  outline: none;
  border-color: #f07290;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.16);
}

.auth-remember-row {
  display: flex;
  align-items: center;
  margin: 10px 0 16px;
}

.auth-checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #704456;
  cursor: pointer;
}

.btn-auth-primary {
  width: 100%;
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%);
  border: none;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(240, 114, 144, 0.32);
  transition: all 0.2s ease;
}

.btn-auth-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.45);
}

/* Demo Chip Box */
.auth-demo-box {
  margin-top: 16px;
  padding: 10px 12px;
  background: #fff8fa;
  border: 1px dashed #f6abbc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.demo-box-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #8c6878;
  text-transform: uppercase;
}

.btn-demo-chip {
  background: #fdf2f4;
  border: 1px solid #f6abbc;
  color: #e04870;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
}

.btn-demo-chip:hover {
  background: #f07290;
  color: #ffffff;
}

/* Forgot Password View */
.auth-forgot-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: #361e2b;
  margin: 0 0 6px;
}

.auth-forgot-desc {
  font-size: 0.8rem;
  color: #704456;
  margin: 0 0 16px;
  line-height: 1.45;
}

.btn-auth-back {
  width: 100%;
  background: transparent;
  border: none;
  color: #8c6878;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px;
  cursor: pointer;
  margin-top: 8px;
  transition: color 0.2s;
}

.btn-auth-back:hover {
  color: #361e2b;
}

/* ==========================================================================
   CUSTOMER ACCOUNT DASHBOARD
   ========================================================================== */

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #fed7e2;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.dashboard-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff0f4;
  border: 2px solid #f6abbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.dashboard-user-info h3 {
  margin: 0;
  font-size: 1.15rem;
  font-family: 'Playfair Display', serif;
  color: #361e2b;
}

.dashboard-user-info span {
  font-size: 0.78rem;
  color: #8c6878;
}

.dashboard-tabs {
  display: flex;
  background: #fdf2f4;
  padding: 4px;
  border-radius: 12px;
  gap: 6px;
  margin-bottom: 20px;
}

.dash-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: #704456;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dash-tab-btn.active {
  background: #ffffff;
  color: #f07290;
  box-shadow: 0 3px 10px rgba(240, 114, 144, 0.2);
}

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

.dash-profile-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.dash-profile-actions .btn-auth-primary {
  flex: 1;
}

.btn-dash-logout {
  background: #fff1f2;
  border: 1.5px solid #fecdd3;
  color: #e11d48;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.btn-dash-logout:hover {
  background: #fee2e2;
}

/* Dashboard Orders List */
.dash-orders-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dash-order-card {
  background: #fffbfd;
  border: 1.5px solid #fed7e2;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.2s;
}

.dash-order-card:hover {
  border-color: #f07290;
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.12);
}

.dash-order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fed7e2;
  padding-bottom: 8px;
}

.dash-order-id {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #e04870;
  font-size: 1rem;
}

.dash-order-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.dash-order-badge.production {
  background: #fef3c7;
  color: #d97706;
  border-color: #fde68a;
}

.dash-order-items {
  font-size: 0.82rem;
  color: #4a273b;
  margin-bottom: 10px;
  line-height: 1.45;
}

.dash-order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.dash-order-total {
  font-weight: 700;
  color: #361e2b;
  font-size: 0.95rem;
}

.btn-dash-track {
  background: #f07290;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-dash-track:hover {
  background: #e04870;
  transform: translateY(-1px);
}

/* ==========================================================================
   ORDER TRACKING SYSTEM & REAL-TIME TIMELINE
   ========================================================================== */

.tracking-modal-header {
  border-bottom: 1.5px solid #fed7e2;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.tracking-modal-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  color: #361e2b;
  margin: 0 0 4px;
}

.tracking-modal-header p {
  font-size: 0.8rem;
  color: #8c6878;
  margin: 0;
}

.tracking-search-bar {
  margin-bottom: 18px;
}

.search-input-wrap {
  display: flex;
  gap: 8px;
}

.track-input {
  flex: 1;
  padding: 12px 14px;
  border: 1.5px solid #fed7e2;
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.9rem;
  color: #361e2b;
  background: #fffbfd;
  transition: all 0.2s;
}

.track-input:focus {
  outline: none;
  border-color: #f07290;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.16);
  background: #ffffff;
}

.btn-track-search {
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%);
  border: none;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(240, 114, 144, 0.3);
  transition: all 0.2s;
}

.btn-track-search:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(240, 114, 144, 0.4);
}

.tracking-sample-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 0.76rem;
  color: #8c6878;
}

.track-chip {
  background: #fdf2f4;
  border: 1px solid #f6abbc;
  color: #e04870;
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 0.74rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
}

.track-chip:hover {
  background: #f07290;
  color: #ffffff;
}

.tracking-state-msg {
  padding: 24px;
  text-align: center;
  font-size: 0.88rem;
  color: #704456;
}

.tracking-state-msg.text-error {
  color: #b91c1c;
  background: #fef2f2;
  border-radius: 12px;
  border: 1px solid #fecaca;
}

.tracking-spinner {
  font-size: 2rem;
  animation: spinSlow 3s infinite linear;
  display: inline-block;
  margin-bottom: 8px;
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Tracking Info Banner */
.tracking-info-banner {
  background: #fff9fb;
  border: 1.5px solid #fed7e2;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 20px;
}

.track-banner-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}

.track-order-tag {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #e04870;
}

.track-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff0f4;
  color: #e04870;
  border: 1px solid #f6abbc;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
}

.track-banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.78rem;
  color: #704456;
  border-top: 1px dashed #fed7e2;
  padding-top: 8px;
}

/* Stepper Timeline */
.tracking-stepper-timeline {
  display: flex;
  flex-direction: column;
  margin: 18px 0 22px;
}

.tracking-step-node {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  padding-bottom: 22px;
}

.tracking-step-node:last-child {
  padding-bottom: 0;
}

.tracking-step-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tracking-node-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f3f4f6;
  border: 2px solid #e5e7eb;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 2;
  transition: all 0.25s ease;
}

.tracking-step-node.completed .tracking-node-icon {
  background: #ecfdf5;
  border-color: #10b981;
  color: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.tracking-step-node.current .tracking-node-icon {
  background: #fff0f4;
  border-color: #f07290;
  color: #f07290;
  box-shadow: 0 0 0 5px rgba(240, 114, 144, 0.25);
  animation: pulseNode 2s infinite;
}

.tracking-node-line {
  position: absolute;
  top: 38px;
  bottom: 0;
  width: 3px;
  background: #e5e7eb;
  z-index: 1;
}

.tracking-step-node.completed .tracking-node-line {
  background: #10b981;
}

.tracking-step-node.current .tracking-node-line {
  background: linear-gradient(to bottom, #f07290, #e5e7eb);
}

.tracking-node-content {
  flex: 1;
  padding-top: 3px;
}

.tracking-node-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #361e2b;
  margin: 0 0 2px;
}

.tracking-step-node.upcoming .tracking-node-title {
  color: #9ca3af;
}

.tracking-node-desc {
  font-size: 0.78rem;
  color: #704456;
  margin: 0;
  line-height: 1.4;
}

.tracking-step-node.upcoming .tracking-node-desc {
  color: #9ca3af;
}

.tracking-node-time {
  font-size: 0.72rem;
  color: #8c6878;
  margin-top: 3px;
  font-weight: 600;
}

/* Order Destination & Concierge Box */
.tracking-order-details-box {
  background: #fdfafb;
  border: 1px solid #fed7e2;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}

.track-detail-col strong {
  display: block;
  font-size: 0.78rem;
  color: #361e2b;
  margin-bottom: 4px;
}

.track-items-mini {
  font-size: 0.8rem;
  color: #704456;
}

.track-address-text {
  font-size: 0.78rem;
  color: #704456;
  margin: 0;
  line-height: 1.4;
}

.tracking-concierge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.78rem;
  color: #166534;
  flex-wrap: wrap;
  gap: 8px;
}

.btn-wa-concierge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.78rem;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-wa-concierge:hover {
  background: #1ebc59;
  transform: translateY(-1px);
}

/* ==========================================================================
   PRODUCT REVIEWS & RATINGS (QUICKVIEW LIGHTBOX)
   ========================================================================== */

.qv-reviews-container {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1.5px dashed #fed7e2;
}

.qv-reviews-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}

.qv-reviews-header-bar h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: #361e2b;
  margin: 0;
}

.btn-write-review-toggle {
  background: #fff0f4;
  border: 1.5px solid #f07290;
  color: #e04870;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-write-review-toggle:hover {
  background: #f07290;
  color: #ffffff;
}

/* Breakdown Grid */
.qv-breakdown-box {
  background: #fff9fb;
  border: 1.5px solid #fed7e2;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.breakdown-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #704456;
}

.breakdown-row span:first-child {
  width: 28px;
  text-align: right;
}

.breakdown-bar {
  flex: 1;
  height: 8px;
  background: #fce7f3;
  border-radius: 6px;
  overflow: hidden;
}

.breakdown-fill {
  height: 100%;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 6px;
  transition: width 0.4s ease;
}

.breakdown-row span:last-child {
  width: 24px;
  text-align: left;
  color: #8c6878;
}

/* Write Review Form */
.write-review-form {
  background: #ffffff;
  border: 1.5px solid #f6abbc;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(246, 171, 188, 0.18);
  animation: fadeIn 0.25s ease;
}

.form-star-select {
  margin-bottom: 12px;
}

.form-star-select label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #4a273b;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.star-rating-picker {
  display: flex;
  gap: 4px;
}

.star-pick {
  font-size: 1.8rem;
  color: #d1d5db;
  cursor: pointer;
  line-height: 1;
  transition: all 0.15s ease;
  user-select: none;
}

.star-pick:hover,
.star-pick.hover,
.star-pick.active {
  color: #f59e0b;
  transform: scale(1.18);
}

.form-group-item {
  margin-bottom: 10px;
}

.form-group-item label {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  color: #4a273b;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.review-input,
.review-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1.5px solid #fed7e2;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  color: #361e2b;
  background: #fffbfd;
  box-sizing: border-box;
  transition: all 0.2s;
}

.review-input:focus,
.review-textarea:focus {
  outline: none;
  border-color: #f07290;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.16);
}

.review-form-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.btn-submit-review {
  background: linear-gradient(135deg, #f07290 0%, #e04870 100%);
  border: none;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-submit-review:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(240, 114, 144, 0.35);
}

.btn-cancel-review {
  background: #fdf2f4;
  border: none;
  color: #704456;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
}

/* Reviews Feed */
.qv-reviews-feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.review-item-card {
  background: #ffffff;
  border: 1px solid #fed7e2;
  border-radius: 12px;
  padding: 12px 14px;
  transition: all 0.2s;
}

.review-item-card:hover {
  border-color: #f6abbc;
  box-shadow: 0 4px 12px rgba(246, 171, 188, 0.12);
}

.review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.review-card-author-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-card-author {
  font-weight: 700;
  color: #361e2b;
  font-size: 0.86rem;
}

.review-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #ecfdf5;
  color: #059669;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 6px;
  border: 0.5px solid #a7f3d0;
}

.review-card-date {
  font-size: 0.72rem;
  color: #9ca3af;
}

.review-card-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.review-card-headline {
  font-weight: 700;
  color: #361e2b;
  font-size: 0.84rem;
  margin: 0 0 3px;
}

.review-card-comment {
  font-size: 0.8rem;
  color: #4a273b;
  line-height: 1.45;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .form-row-dual,
  .tracking-order-details-box {
    grid-template-columns: 1fr;
  }

  .search-input-wrap {
    flex-direction: column;
  }

  .btn-track-search {
    width: 100%;
  }

  .dash-profile-actions {
    flex-direction: column;
  }
}

/* ==========================================================================
   OFFICIAL BRAND SVG ICONS (WhatsApp, Gmail, Instagram)
   ========================================================================== */

.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.brand-icon-wa {
  color: #25D366;
}

.brand-icon-gmail {
  color: #EA4335;
}

.brand-icon-ig {
  color: #E1306C;
}

/* Header Top Social Icons */
.social-icon .brand-icon-wa {
  color: #25D366;
}
.social-icon .brand-icon-gmail {
  color: #EA4335;
}
.social-icon .brand-icon-ig {
  color: #E1306C;
}

.social-icon:hover .brand-icon-wa,
.social-icon:hover .brand-icon-gmail,
.social-icon:hover .brand-icon-ig {
  color: #ffffff;
}

/* Brand Buttons */
.btn-wa-concierge .brand-icon,
.btn-cdm-wa .brand-icon {
  color: #ffffff !important;
}

.btn-cdm-email .brand-icon,
.btn-cdm-submit .brand-icon {
  color: #ffffff !important;
}

/* Footer Social Contact Links */
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.footer-social-link .brand-icon-wa {
  color: #25D366;
}
.footer-social-link .brand-icon-gmail {
  color: #EA4335;
}
.footer-social-link .brand-icon-ig {
  color: #E1306C;
}

/* Cart Drawer Help Link */
.link-drawer-help {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.link-drawer-help .brand-icon-wa {
  color: #25D366;
}

/* =========================================================================
   CUSTOM DM MULTI-PLATFORM SELECTOR & TOAST NOTIFICATION
   ========================================================================= */
.cdm-platform-section {
  margin-top: 18px;
  margin-bottom: 8px;
}

.cdm-platform-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.cdm-platform-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  border-radius: 14px;
  border: 2px solid #f2e2e7;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  user-select: none;
}

.cdm-platform-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cdm-platform-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #361e2b;
  margin-bottom: 3px;
}

.cdm-platform-tag {
  font-size: 0.68rem;
  color: #8c687a;
  font-weight: 600;
}

.cdm-platform-radio-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #dfc6ce;
  background: #ffffff;
  transition: all 0.2s ease;
}

.cdm-platform-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.08);
  border-color: #f7a8be;
}

/* Active platform cards */
.cdm-platform-card.active {
  border-color: #e11d48;
  background: #fff5f7;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.12);
}

.cdm-platform-card.active .cdm-platform-radio-dot {
  border-color: #e11d48;
  background: #e11d48;
  box-shadow: inset 0 0 0 2.5px #ffffff;
}

/* Platform specific card highlights when active */
.cdm-platform-card.platform-whatsapp.active {
  border-color: #25D366;
  background: #f0fdf4;
}
.cdm-platform-card.platform-whatsapp.active .cdm-platform-radio-dot {
  border-color: #25D366;
  background: #25D366;
  box-shadow: inset 0 0 0 2.5px #ffffff;
}
.cdm-platform-card.platform-whatsapp .brand-icon-wa {
  color: #25D366;
}

.cdm-platform-card.platform-instagram.active {
  border-color: #e1306c;
  background: #fdf2f8;
}
.cdm-platform-card.platform-instagram.active .cdm-platform-radio-dot {
  border-color: #e1306c;
  background: #e1306c;
  box-shadow: inset 0 0 0 2.5px #ffffff;
}
.cdm-platform-card.platform-instagram .brand-icon-ig {
  color: #e1306c;
}

.cdm-platform-card.platform-gmail.active {
  border-color: #ea4335;
  background: #fef2f2;
}
.cdm-platform-card.platform-gmail.active .cdm-platform-radio-dot {
  border-color: #ea4335;
  background: #ea4335;
  box-shadow: inset 0 0 0 2.5px #ffffff;
}
.cdm-platform-card.platform-gmail .brand-icon-gmail {
  color: #ea4335;
}

/* Dynamic Submit Button styles */
.btn-cdm-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
}

.btn-cdm-submit.btn-platform-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.32) !important;
}
.btn-cdm-submit.btn-platform-whatsapp:hover {
  background: linear-gradient(135deg, #20ba5a 0%, #0d6e62 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.42) !important;
}

.btn-cdm-submit.btn-platform-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(220, 39, 67, 0.32) !important;
}
.btn-cdm-submit.btn-platform-instagram:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(220, 39, 67, 0.42) !important;
}

.btn-cdm-submit.btn-platform-gmail {
  background: linear-gradient(135deg, #ea4335 0%, #c5221f 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(234, 67, 53, 0.32) !important;
}
.btn-cdm-submit.btn-platform-gmail:hover {
  background: linear-gradient(135deg, #d33828 0%, #a81c19 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(234, 67, 53, 0.42) !important;
}

.btn-cdm-submit:disabled,
.btn-cdm-submit[disabled] {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(0.2) !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Country Code Selectors & Strict Dynamic Validation */
.country-code-select {
  background: #ffffff;
  border: 1.5px solid #fedfe7;
  border-radius: 10px;
  color: #361e2b;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0 10px;
  outline: none;
  cursor: pointer;
  height: 100%;
  min-height: 44px;
  transition: all 0.2s ease;
  font-family: inherit;
}

.country-code-select:hover,
.country-code-select:focus {
  border-color: #f07290;
  box-shadow: 0 0 0 3px rgba(240, 114, 144, 0.15);
}

.auth-select-country {
  min-width: 105px;
  max-width: 125px;
  padding: 0 8px;
  font-size: 0.84rem;
}

.cdm-country-select {
  border-radius: 12px 0 0 12px;
  border-right: none;
  background: #fdf2f4;
  padding: 0 10px;
}

.cdm-field-error {
  color: #e11d48;
  font-size: 0.76rem;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cdm-field-error::before {
  content: '⚠️';
  font-size: 0.76rem;
}

.input-invalid {
  border-color: #e11d48 !important;
  background-color: #fff1f2 !important;
}

/* Success View Action Buttons */
.cdm-action-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 18px 0 12px;
}

.btn-cdm-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.22s ease;
}
.btn-cdm-action.action-wa {
  background: #25d366;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.24);
}
.btn-cdm-action.action-wa:hover {
  background: #1ebc57;
  transform: translateY(-1.5px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.32);
}

.btn-cdm-action.action-ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(220, 39, 67, 0.24);
}
.btn-cdm-action.action-ig:hover {
  filter: brightness(1.08);
  transform: translateY(-1.5px);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.32);
}

.btn-cdm-action.action-gmail {
  background: linear-gradient(135deg, #ea4335 0%, #c5221f 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(234, 67, 53, 0.24);
}
.btn-cdm-action.action-gmail:hover {
  background: linear-gradient(135deg, #d33828 0%, #a81c19 100%);
  transform: translateY(-1.5px);
  box-shadow: 0 8px 20px rgba(234, 67, 53, 0.32);
}

.btn-cdm-action.action-copy {
  background: #ffffff;
  color: #634352 !important;
  border: 1.5px solid #dfc6ce;
}
.btn-cdm-action.action-copy:hover {
  background: #fff5f8;
  border-color: #e11d48;
  color: #e11d48 !important;
}

/* Locked Channel Indicator Bar */
.cdm-locked-channel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff5f8;
  border: 1px solid #fecdd3;
  border-radius: 12px;
  padding: 10px 14px;
  margin: 14px 0 12px;
}

.cdm-locked-tag {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #8c6878;
}

.cdm-locked-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #361e2b;
}

/* Clean Top-Aligned Custom DM Body Layout without Introductory Header */
.custom-dm-body {
  padding: 24px 26px 28px !important;
}
.custom-dm-body .cdm-section-title:first-child,
.custom-dm-body .cdm-section-title:first-of-type {
  margin-top: 0 !important;
  padding-right: 36px !important;
}

/* Floating Success Confirmation Popup / Toast */
.cdm-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(140px);
  background: #ffffff;
  color: #2d2d2d;
  padding: 12px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(225, 29, 72, 0.20), 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1.5px solid #fecdd3;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-width: 92vw;
  box-sizing: border-box;
}

.cdm-toast.visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cdm-toast-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff0f5;
  border: 1px solid #fecdd3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cdm-toast-icon {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}

.cdm-toast-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2px;
}

.cdm-toast-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #e11d48;
  line-height: 1.25;
}

.cdm-toast-msg {
  font-size: 0.82rem;
  color: #4b5563;
  line-height: 1.35;
}

@media (max-width: 580px) {
  .cdm-toast {
    bottom: 20px;
    width: calc(100% - 32px);
    padding: 10px 14px;
    gap: 10px;
  }
}

/* ==========================================================================
   9. HERO BANNER INTERACTIVE PRODUCT CAROUSEL & ARCH OVERLAYS
   ========================================================================== */

/* Requested Utility Classes for Frame Clipping & Overlay Alignment */
.overflow-hidden {
  overflow: hidden !important;
}
.w-full {
  width: 100% !important;
}
.h-full {
  height: 100% !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-center {
  object-position: center !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.bottom-3 {
  bottom: 0.75rem !important;
}
.left-1\/2 {
  left: 50% !important;
}
.-translate-x-1\/2 {
  transform: translateX(-50%) !important;
}
.z-10 {
  z-index: 10 !important;
}

.hero-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 170px 170px 30px 30px;
  overflow: hidden !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-sizing: border-box;
}

.hero-carousel-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.hero-carousel-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  border-radius: 170px 170px 30px 30px;
  position: relative;
  background: #fdf2f4;
}

.hero-carousel-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 170px 170px 30px 30px;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-carousel-img.fade-out {
  opacity: 0.15;
  transform: scale(0.96);
}

/* Bottom Overlay Boundary: Positioned inside bottom padding boundary (absolute bottom-3 left-1/2 -translate-x-1/2 z-10) */
.hero-carousel-bottom-overlay {
  position: absolute !important;
  bottom: 0.75rem !important; /* bottom-3 */
  left: 50% !important; /* left-1/2 */
  transform: translateX(-50%) !important; /* -translate-x-1/2 */
  z-index: 10 !important; /* z-10 */
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  width: calc(100% - 24px) !important;
  max-width: 320px !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

.hero-carousel-pill {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #361e2b;
  padding: 5px 12px;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(254, 205, 211, 0.85);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  max-width: 100%;
  pointer-events: auto !important;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hero-carousel-pill:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(240, 114, 144, 0.25);
}

.hero-pill-tag {
  background: #fef2f2;
  color: #e11d48;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
}

.hero-pill-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: #361e2b;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 135px;
}

.hero-pill-price {
  font-size: 0.84rem;
  font-weight: 800;
  color: #e11d48;
}

.hero-carousel-controls {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 0 2px !important;
  z-index: 10;
  pointer-events: none !important;
  box-sizing: border-box !important;
}

.hero-carousel-btn {
  pointer-events: auto !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid #fedfe7;
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

.hero-carousel-btn:hover {
  background: #f07290;
  color: #ffffff;
  border-color: #f07290;
  transform: scale(1.12);
  box-shadow: 0 6px 16px rgba(240, 114, 144, 0.4);
}

.hero-carousel-counter {
  pointer-events: auto !important;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #881337;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid #fecdd3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .hero-carousel-bottom-overlay {
    bottom: 0.5rem !important;
    gap: 4px !important;
    width: calc(100% - 16px) !important;
  }
  .hero-carousel-pill {
    padding: 3px 8px !important;
  }
  .hero-pill-title {
    max-width: 100px !important;
    font-size: 0.74rem !important;
  }
  .hero-carousel-btn {
    width: 30px !important;
    height: 30px !important;
  }
  .hero-carousel-counter {
    font-size: 0.65rem !important;
    padding: 2px 8px !important;
  }
}

/* ==========================================================================
   10. CATEGORY SELECTION PRODUCT GRID REVEAL
   ========================================================================== */
.category-products-wrapper {
  width: 100%;
}

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

.category-products-wrapper.revealed {
  animation: categoryProductsFadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.category-card.active {
  border-color: #f07290 !important;
  box-shadow: 0 10px 26px rgba(240, 114, 144, 0.32), 0 0 0 3px rgba(240, 114, 144, 0.25) !important;
  transform: translateY(-4px) !important;
  background: #fffdfd !important;
}

.category-card.active .category-hint {
  color: #e11d48 !important;
  font-weight: 600 !important;
}

.category-card.active .category-count-badge {
  background: #e11d48 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   11. "YOU MAY ALSO LIKE" RECOMMENDATIONS SECTION
   ========================================================================== */
.qv-recommendations-section {
  border-top: 1.5px solid #fce7f3;
  padding: 26px 28px 30px;
  background: #fffbfc;
  border-radius: 0 0 20px 20px;
  width: 100%;
}

.qv-rec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.qv-rec-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: #361e2b;
  margin: 0;
}

.qv-rec-subtitle {
  font-size: 0.8rem;
  color: #7b5969;
  margin: 4px 0 0 0;
}

.qv-rec-badge {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  color: #e11d48 !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(254, 205, 211, 0.8) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.qv-rec-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  align-items: stretch !important;
}

/* 1. Product Card Flex/Grid Structure: flex flex-col justify-between h-full */
.qv-rec-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  background: #ffffff !important;
  border: 1.5px solid #fedfe7 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 4px 14px rgba(54, 30, 43, 0.05) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.qv-rec-card:hover {
  transform: translateY(-4px) !important;
  border-color: #f07290 !important;
  box-shadow: 0 12px 28px rgba(240, 114, 144, 0.22) !important;
}

/* 2. Image Container Styling: aspect-square w-full relative overflow-hidden */
.qv-rec-img-wrap,
.qv-rec-img-box {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #fdf2f4 !important;
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  flex-shrink: 0 !important;
}

.qv-rec-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.qv-rec-card:hover .qv-rec-img {
  transform: scale(1.06) !important;
}

/* 3. Typography & Spacing: Dedicated content container p-4 flex flex-col gap-1 directly BELOW image */
.qv-rec-content,
.qv-rec-details {
  padding: 12px 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 6px !important;
  flex: 1 1 auto !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.qv-rec-card-title {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  min-height: 2.7em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

.qv-rec-card-price {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #1f2937 !important; /* font-semibold text-gray-800 */
  margin: 0 !important;
  display: block !important;
}

/* Tailwind-style utilities for Card Grid */
.aspect-square {
  aspect-ratio: 1 / 1 !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.text-gray-800 {
  color: #1f2937 !important;
}

@media (max-width: 992px) {
  .qv-rec-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  .qv-recommendations-section {
    padding: 20px 16px 24px !important;
  }
}

@media (max-width: 600px) {
  .qv-rec-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .qv-rec-content,
  .qv-rec-details {
    padding: 10px 10px 12px !important;
    gap: 4px !important;
  }
  .qv-rec-card-title {
    font-size: 0.8rem !important;
    min-height: 2.6em !important;
  }
  .qv-rec-card-price {
    font-size: 0.88rem !important;
  }
}

/* ==========================================================================
   12. FLOATING WHATSAPP QUICK-ACTION BUTTON
   ========================================================================== */
.fixed {
  position: fixed !important;
}
.bottom-6 {
  bottom: 1.5rem !important; /* 24px */
}
.right-6 {
  right: 1.5rem !important; /* 24px */
}
.z-50 {
  z-index: 50 !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.p-3 {
  padding: 0.75rem !important; /* 12px */
}
.shadow-lg {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.18), 0 4px 10px -2px rgba(0, 0, 0, 0.1) !important;
}
.transition-transform {
  transition-property: transform, box-shadow !important;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  transition-duration: 250ms !important;
}
.hover\:scale-110:hover {
  transform: scale(1.1) !important;
}

.floating-wa-btn {
  position: fixed !important;
  bottom: 1.5rem !important; /* bottom-6 */
  right: 1.5rem !important; /* right-6 */
  z-index: 50 !important; /* z-50 */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 9999px !important;
  background-color: #25D366 !important; /* Official WhatsApp Green */
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: 2.5px solid #ffffff !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, background-color 0.25s ease !important;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.floating-wa-btn:hover {
  transform: scale(1.1) !important;
  background-color: #20ba5a !important;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6), 0 6px 16px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
}

.floating-wa-btn:active {
  transform: scale(0.96) !important;
}

.floating-wa-icon {
  width: 32px !important;
  height: 32px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
  display: block;
}

@media (max-width: 768px) {
  .floating-wa-btn {
    bottom: 1.25rem !important;
    right: 1.25rem !important;
    width: 54px !important;
    height: 54px !important;
  }
  .floating-wa-icon {
    width: 28px !important;
    height: 28px !important;
  }
}

