/* ============================================================
   ✨ Feminine Glam Theme - Complete Redesign ✨
   Gorgeous, Colorful, Creative, Curvy & Pretty
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;900&family=Quicksand:wght@300;400;500;600;700&family=Dancing+Script:wght@400;700&family=Pacifico&display=swap');

html { scroll-behavior: smooth; }

/* ============================================================
   🌈 CUSTOM PROPERTIES - Feminine Color Palette
   ============================================================ */
:root {
  --fem-pink: #ff6b9d;
  --fem-pink-light: #ff8fab;
  --fem-pink-lighter: #ffb3c6;
  --fem-pink-soft: #ffe0eb;
  --fem-pink-bg: #fff0f5;
  --fem-purple: #c77dff;
  --fem-purple-light: #d9a5ff;
  --fem-purple-lighter: #e8b4f8;
  --fem-purple-soft: #f3e7ff;
  --fem-coral: #ff9e7a;
  --fem-coral-light: #ffb38a;
  --fem-peach: #ffdab9;
  --fem-gold: #ffd166;
  --fem-gold-light: #ffe28a;
  --fem-mint: #a8e6cf;
  --fem-mint-light: #c4f0e0;
  --fem-sage: #b8e6b8;
  --fem-lavender: #b185db;
  --fem-lilac: #c9b1ff;
  --fem-sky: #89c2d9;
  --fem-sky-light: #a3d5e0;
  --fem-cream: #fff8f0;
  --fem-cream-dark: #fff5e6;
  --fem-blush: #ffd1dc;
  --fem-rose: #ffc0cb;
  --fem-mauve: #d4a0b0;
  --fem-dark: #2d1b36;
  --fem-text: #4a2c5e;
  --fem-text-light: #7a5a8a;
  --fem-white: #fffafc;
  --fem-shadow: rgba(255, 107, 157, 0.2);
  --fem-shadow-purple: rgba(199, 125, 255, 0.2);
  --fem-shadow-gold: rgba(255, 209, 102, 0.3);
}

body {
  font-family: 'Quicksand', sans-serif;
  background: var(--fem-cream);
  color: var(--fem-text);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

/* ============================================================
   ✨ DECORATIVE BACKGROUND ELEMENTS
   ============================================================ */
body::before {
  content: '';
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 30%, rgba(255, 107, 157, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(199, 125, 255, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 50% 50%, rgba(255, 209, 102, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* ============================================================
   🎀 FLOATING DECORATIVE ORBS (added via CSS pseudo)
   ============================================================ */
.deco-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

/* ============================================================
   💖 ANIMATIONS
   ============================================================ */
@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-10px) rotate(2deg); }
  66% { transform: translateY(5px) rotate(-1deg); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px var(--fem-shadow); }
  50% { box-shadow: 0 0 40px var(--fem-shadow-purple); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes slideUpBounce {
  0% { opacity: 0; transform: translateY(40px); }
  60% { opacity: 1; transform: translateY(-5px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes heartBeat {
  0%, 100% { transform: scale(1); }
  15% { transform: scale(1.15); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
  60% { transform: scale(1); }
}

@keyframes sparkle {
  0% { transform: scale(0) rotate(0deg); opacity: 0; }
  50% { transform: scale(1) rotate(180deg); opacity: 1; }
  100% { transform: scale(0) rotate(360deg); opacity: 0; }
}

@keyframes wobble {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
}

@keyframes rainbow {
  0% { filter: hue-rotate(0deg); }
  100% { filter: hue-rotate(360deg); }
}

.animate-float { animation: float 6s ease-in-out infinite; }
.animate-float-slow { animation: floatSlow 8s ease-in-out infinite; }
.animate-pulse-glow { animation: pulseGlow 2s ease-in-out infinite; }
.animate-gradient { background-size: 200% 200%; animation: gradientFlow 4s ease infinite; }
.animate-slideUp { animation: slideUpBounce 0.6s ease-out forwards; }
.animate-scaleIn { animation: scaleIn 0.5s ease-out forwards; }
.animate-heartBeat { animation: heartBeat 1.5s ease-in-out infinite; }
.animate-wobble:hover { animation: wobble 0.5s ease-in-out; }
.animate-sparkle::after {
  content: '✨';
  position: absolute;
  font-size: 12px;
  animation: sparkle 1s ease-in-out infinite;
}

/* ============================================================
   🎀 CUSTOM SCROLLBAR - Pretty Pastel
   ============================================================ */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--fem-pink-soft); border-radius: 10px; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--fem-pink), var(--fem-purple)); border-radius: 10px; border: 2px solid var(--fem-pink-soft); }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--fem-purple), var(--fem-pink)); }

/* ============================================================
   💎 NAVIGATION TOP BAR
   ============================================================ */
.top-bar {
  background: linear-gradient(135deg, var(--fem-dark) 0%, #3d2355 50%, var(--fem-text) 100%);
  position: relative;
  overflow: hidden;
}
.top-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fem-pink), var(--fem-purple), var(--fem-gold), var(--fem-mint), var(--fem-pink));
  background-size: 200% 100%;
  animation: gradientFlow 3s ease infinite;
}

/* ============================================================
   🏪 HEADER / LOGO
   ============================================================ */
.main-header {
  background: rgba(255, 250, 252, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 107, 157, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.logo-glow {
  filter: drop-shadow(0 0 10px var(--fem-shadow));
  transition: all 0.3s ease;
}
.logo-glow:hover {
  filter: drop-shadow(0 0 20px var(--fem-shadow-purple));
}

.logo-text {
  font-family: 'Pacifico', cursive;
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple), var(--fem-gold));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientFlow 4s ease infinite;
}

/* ============================================================
   🔍 SEARCH BAR
   ============================================================ */
.search-bar {
  background: var(--fem-pink-soft);
  border: 2px solid transparent;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.search-bar:focus-within {
  border-color: var(--fem-pink);
  background: white;
  box-shadow: 0 0 20px var(--fem-shadow);
}
.search-bar input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--fem-text);
  font-family: 'Quicksand', sans-serif;
}
.search-bar input::placeholder { color: var(--fem-text-light); opacity: 0.6; }

/* ============================================================
   🛍️ NAVIGATION MENU
   ============================================================ */
.nav-menu {
  background: rgba(255, 250, 252, 0.98);
  border-top: 1px solid rgba(255, 107, 157, 0.08);
}

.nav-link {
  position: relative;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--fem-text-light);
  transition: all 0.3s ease;
  overflow: hidden;
}
.nav-link::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.nav-link:hover::before { opacity: 1; }
.nav-link:hover { color: var(--fem-pink); transform: translateY(-1px); }
.nav-link.active {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  color: white;
  box-shadow: 0 4px 15px var(--fem-shadow);
}

/* Mega Menu */
.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 20px;
  border: 1px solid rgba(255, 107, 157, 0.1);
  background: rgba(255, 250, 252, 0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(255, 107, 157, 0.15);
}
.mega-menu-trigger:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu a {
  position: relative;
  padding: 10px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.mega-menu a:hover {
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  color: var(--fem-pink) !important;
  padding-left: 24px;
}

/* ============================================================
   💝 BUTTONS - Gorgeous Gradient Styles
   ============================================================ */
.btn-fem {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-fem::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
}
.btn-fem:hover::after { opacity: 1; }

.btn-fem-primary {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  color: white;
  box-shadow: 0 4px 15px var(--fem-shadow);
}
.btn-fem-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--fem-shadow-purple);
}

.btn-fem-secondary {
  background: white;
  color: var(--fem-pink);
  border: 2px solid var(--fem-pink-lighter);
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.1);
}
.btn-fem-secondary:hover {
  border-color: var(--fem-purple);
  color: var(--fem-purple);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px var(--fem-shadow-purple);
}

.btn-fem-gold {
  background: linear-gradient(135deg, var(--fem-gold), var(--fem-coral));
  color: white;
  box-shadow: 0 4px 15px var(--fem-shadow-gold);
}
.btn-fem-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 209, 102, 0.4);
}

.btn-fem-mint {
  background: linear-gradient(135deg, var(--fem-mint), var(--fem-sky));
  color: white;
}
.btn-fem-mint:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(168, 230, 207, 0.4);
}

.btn-round {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-round:hover { transform: scale(1.1); }

/* ============================================================
   💫 CARD STYLES - Soft & Glowy
   ============================================================ */
.card-fem {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 1px solid rgba(255, 107, 157, 0.1);
  box-shadow: 0 8px 32px rgba(255, 107, 157, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.card-fem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fem-pink), var(--fem-purple), var(--fem-gold), var(--fem-mint));
  background-size: 300% 100%;
  animation: gradientFlow 3s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card-fem:hover::before { opacity: 1; }
.card-fem:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(255, 107, 157, 0.15);
  border-color: rgba(255, 107, 157, 0.2);
}

/* ============================================================
   🌟 PRODUCT CARDS
   ============================================================ */
.product-card {
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(255, 107, 157, 0.08);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.05), rgba(199, 125, 255, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.product-card:hover::before { opacity: 1; }
.product-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 60px rgba(255, 107, 157, 0.15);
  border-color: var(--fem-pink-lighter);
}

.product-card .product-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
}

.product-card .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product-card:hover .product-image {
  transform: scale(1.12) rotate(2deg);
}

.product-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(45, 27, 54, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.product-card:hover .overlay {
  opacity: 1;
}

.product-card .overlay-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fem-text);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(20px);
  opacity: 0;
}
.product-card:hover .overlay-btn {
  transform: translateY(0);
  opacity: 1;
}
.product-card:hover .overlay-btn:nth-child(1) { transition-delay: 0.05s; }
.product-card:hover .overlay-btn:nth-child(2) { transition-delay: 0.1s; }
.product-card:hover .overlay-btn:nth-child(3) { transition-delay: 0.15s; }

.product-card .overlay-btn:hover {
  transform: translateY(-3px) scale(1.1);
}
.product-card .overlay-btn:hover.btn-cart { background: var(--fem-pink); color: white; }
.product-card .overlay-btn:hover.btn-view { background: var(--fem-purple); color: white; }
.product-card .overlay-btn:hover.btn-wishlist { background: var(--fem-coral); color: white; }

.product-card .badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.badge-new {
  background: linear-gradient(135deg, var(--fem-mint), var(--fem-sky));
  color: white;
  box-shadow: 0 2px 10px rgba(168, 230, 207, 0.4);
}
.badge-sale {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-coral));
  color: white;
  box-shadow: 0 2px 10px var(--fem-shadow);
}
.badge-offer {
  background: linear-gradient(135deg, var(--fem-gold), var(--fem-coral));
  color: white;
  box-shadow: 0 2px 10px var(--fem-shadow-gold);
}
.badge-hot {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: white;
  box-shadow: 0 2px 10px rgba(255, 107, 107, 0.4);
}

.product-card .card-body {
  padding: 16px;
  position: relative;
}

.product-card .category-label {
  font-size: 0.75rem;
  color: var(--fem-purple);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.product-card .product-name {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--fem-dark);
  transition: color 0.3s ease;
  display: block;
  text-decoration: none;
  line-height: 1.3;
  margin-bottom: 6px;
}
.product-card .product-name:hover {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   💎 PRICE DISPLAY
   ============================================================ */
.price-current {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-old {
  font-size: 0.85rem;
  color: #ccc;
  text-decoration: line-through;
  margin-left: 8px;
}
.price-offer {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--fem-coral), var(--fem-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   🌈 SECTION TITLES
   ============================================================ */
.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.2rem;
  background: linear-gradient(135deg, var(--fem-dark), var(--fem-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: '✨';
  position: absolute;
  top: -15px;
  right: -30px;
  font-size: 1.2rem;
  -webkit-text-fill-color: initial;
}
.section-subtitle {
  font-size: 1rem;
  color: var(--fem-text-light);
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}

/* ============================================================
   🎨 SECTION BACKGROUNDS
   ============================================================ */
.section-fem-light {
  background: linear-gradient(180deg, var(--fem-cream) 0%, var(--fem-pink-soft) 100%);
  position: relative;
}
.section-fem-gradient {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple), var(--fem-lavender));
  position: relative;
}
.section-fem-peach {
  background: linear-gradient(180deg, var(--fem-cream) 0%, #ffe8e0 50%, var(--fem-pink-soft) 100%);
}
.section-fem-minty {
  background: linear-gradient(135deg, #e8faf0, #f0f7ff, #f3e7ff);
}

/* ============================================================
   🏠 HERO SLIDER
   ============================================================ */
.hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}

.hero-slide {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-overlay {
  background: linear-gradient(135deg, 
    rgba(45, 27, 54, 0.7) 0%, 
    rgba(199, 125, 255, 0.3) 50%, 
    transparent 100%);
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.3);
}

.hero-content p {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-dot.active {
  background: white;
  border-color: white;
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(255,255,255,0.5);
}

/* ============================================================
   🎠 CATEGORY CAROUSEL
   ============================================================ */
.cat-carousel-wrapper {
  position: relative;
  overflow: visible;
}

.cat-carousel-container {
  position: relative;
  overflow: hidden;
  margin: 0 30px;
}

.cat-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 5px 20px;
}
.cat-carousel-track::-webkit-scrollbar { display: none; }

.cat-carousel-track .carousel-item {
  flex: 0 0 auto;
  width: 220px;
  min-width: 220px;
}

.cat-carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--fem-pink-lighter);
  color: var(--fem-pink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgba(255, 107, 157, 0.2);
  transition: all 0.25s ease;
  font-size: 1rem;
}
.cat-carousel-btn:hover {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 20px var(--fem-shadow);
  transform: scale(1.08);
}
.cat-carousel-btn.prev { left: -8px; }
.cat-carousel-btn.next { right: -8px; }

@media (max-width: 640px) {
  .cat-carousel-container { margin: 0 20px; }
  .cat-carousel-track .carousel-item { width: 125px; min-width: 125px; }
  .cat-carousel-btn { width: 36px; height: 36px; font-size: 0.85rem; }
  .cat-carousel-btn.prev { left: -5px; }
  .cat-carousel-btn.next { right: -5px; }
}

/* ============================================================
   🏷️ CATEGORY CARDS
   ============================================================ */
.category-card {
  background: white;
  border-radius: 20px;
  padding: 20px 12px;
  text-align: center;
  border: 1px solid rgba(255, 107, 157, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.category-card:hover::before { opacity: 1; }
.category-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 40px rgba(255, 107, 157, 0.15);
  border-color: transparent;
}

.category-card .cat-icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.category-card:hover .cat-icon-wrap {
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  box-shadow: 0 8px 25px var(--fem-shadow);
}
.category-card:hover .cat-icon-wrap i { color: white; }

.category-card .cat-name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--fem-text);
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.category-card:hover .cat-name { color: var(--fem-pink); }

/* ============================================================
   ⭐ WHY CHOOSE US
   ============================================================ */
.why-card {
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.1;
  transition: opacity 0.4s ease;
}
.why-card:nth-child(1) { background: linear-gradient(135deg, #fff0f5, #ffe0eb); }
.why-card:nth-child(2) { background: linear-gradient(135deg, #f0fff4, #e0ffe8); }
.why-card:nth-child(3) { background: linear-gradient(135deg, #f3e7ff, #ebd9ff); }
.why-card:nth-child(4) { background: linear-gradient(135deg, #fff8f0, #fff0e0); }

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(255, 107, 157, 0.12);
}

.why-card .why-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.8rem;
  transition: all 0.4s ease;
}
.why-card:nth-child(1) .why-icon { background: var(--fem-pink); color: white; }
.why-card:nth-child(2) .why-icon { background: var(--fem-mint); color: white; }
.why-card:nth-child(3) .why-icon { background: var(--fem-purple); color: white; }
.why-card:nth-child(4) .why-icon { background: var(--fem-coral); color: white; }

.why-card:hover .why-icon {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.3);
}

/* ============================================================
   👩 TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: white;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 107, 157, 0.08);
  transition: all 0.4s ease;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 24px;
  font-size: 5rem;
  font-family: 'Playfair Display', serif;
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  opacity: 0.5;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(255, 107, 157, 0.1);
}

.testimonial-stars {
  color: var(--fem-gold);
}

/* ============================================================
   📧 NEWSLETTER
   ============================================================ */
.newsletter-section {
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple), var(--fem-lavender));
  background-size: 200% 200%;
  animation: gradientFlow 6s ease infinite;
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(255,209,102,0.1) 0%, transparent 50%);
}

.newsletter-input {
  padding: 16px 24px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  color: white;
  font-family: 'Quicksand', sans-serif;
  outline: none;
  transition: all 0.3s ease;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-input:focus {
  border-color: white;
  background: rgba(255,255,255,0.25);
  box-shadow: 0 0 30px rgba(255,255,255,0.1);
}

/* ============================================================
   🦋 FOOTER
   ============================================================ */
.footer-fem {
  background: linear-gradient(135deg, var(--fem-dark) 0%, #3d2355 50%, #2d1b36 100%);
  position: relative;
  overflow: hidden;
}
.footer-fem::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fem-pink), var(--fem-purple), var(--fem-gold), var(--fem-mint), var(--fem-pink));
  background-size: 300% 100%;
  animation: gradientFlow 4s ease infinite;
}
.footer-fem::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100%;
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 107, 157, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.footer-fem a {
  transition: all 0.3s ease;
}
.footer-fem a:hover {
  color: var(--fem-pink-light) !important;
  padding-left: 5px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: rgba(255,255,255,0.6);
}
.footer-social a:hover {
  transform: translateY(-3px) scale(1.1);
  border-color: transparent;
}
.footer-social a:hover:nth-child(1) { background: #1877f2; color: white; }
.footer-social a:hover:nth-child(2) { background: #1da1f2; color: white; }
.footer-social a:hover:nth-child(3) { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: white; }
.footer-social a:hover:nth-child(4) { background: #ff0000; color: white; }

/* ============================================================
   ⬆️ BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 4px 20px var(--fem-shadow);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 30px var(--fem-shadow-purple);
}

/* ============================================================
   💬 TOAST NOTIFICATIONS
   ============================================================ */
.toast-fem {
  background: white;
  border-radius: 16px;
  padding: 16px 24px;
  box-shadow: 0 10px 40px rgba(255, 107, 157, 0.15);
  border-left: 4px solid var(--fem-pink);
  font-family: 'Quicksand', sans-serif;
  animation: slideUpBounce 0.4s ease-out;
}

/* ============================================================
   🔄 SPINNER
   ============================================================ */
.spinner-fem {
  width: 40px;
  height: 40px;
  border: 4px solid var(--fem-pink-soft);
  border-top-color: var(--fem-pink);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================================
   ⭐ STAR RATING
   ============================================================ */
.star-rating input { display: none; }
.star-rating label {
  font-size: 24px;
  color: #e0d0e0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: var(--fem-gold);
  transform: scale(1.1);
}

/* ============================================================
   📋 FORM INPUTS
   ============================================================ */
.fem-input {
  width: 100%;
  padding: 14px 18px;
  background: white;
  border: 2px solid rgba(255, 107, 157, 0.1);
  border-radius: 16px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  color: var(--fem-text);
  transition: all 0.3s ease;
}
.fem-input:focus {
  border-color: var(--fem-pink);
  box-shadow: 0 0 20px var(--fem-shadow);
}
.fem-input::placeholder { color: var(--fem-text-light); opacity: 0.5; }

/* ============================================================
   🥇 SKELETON LOADING
   ============================================================ */
.skeleton-fem {
  background: linear-gradient(90deg, var(--fem-pink-soft) 25%, var(--fem-purple-soft) 50%, var(--fem-pink-soft) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 16px;
}

/* ============================================================
   📱 MOBILE MENU
   ============================================================ */
.mobile-menu {
  background: rgba(255, 250, 252, 0.98);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 107, 157, 0.1);
}

.mobile-menu a {
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  color: var(--fem-text-light);
}
.mobile-menu a:hover {
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  color: var(--fem-pink);
  padding-left: 24px;
}

/* ============================================================
   🎀 DECORATIVE DIVIDER
   ============================================================ */
.fem-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}
.fem-divider::before,
.fem-divider::after {
  content: '';
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--fem-pink-lighter), transparent);
}
.fem-divider-icon {
  font-size: 1.2rem;
  animation: heartBeat 1.5s ease-in-out infinite;
}

/* ============================================================
   🎯 RANGE SLIDER
   ============================================================ */
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--fem-pink-soft), var(--fem-purple-soft));
  border-radius: 3px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, var(--fem-pink), var(--fem-purple));
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px var(--fem-shadow);
  transition: transform 0.2s ease;
}
input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* ============================================================
   🖼️ GALLERY THUMBS
   ============================================================ */
.gallery-thumb {
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.gallery-thumb:hover,
.gallery-thumb.active {
  border-color: var(--fem-pink);
  box-shadow: 0 0 20px var(--fem-shadow);
  transform: scale(1.05);
}

/* ============================================================
   🎀 BADGE / PILL
   ============================================================ */
.fem-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   💫 TABLE STYLES
   ============================================================ */
.fem-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}
.fem-table th {
  background: linear-gradient(135deg, var(--fem-pink-soft), var(--fem-purple-soft));
  padding: 14px 16px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: var(--fem-text);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.fem-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 107, 157, 0.05);
  vertical-align: middle;
}
.fem-table tr:hover td {
  background: var(--fem-pink-soft);
}

/* ============================================================
   🎉 QUANTITY SELECTOR
   ============================================================ */
.qty-selector {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid var(--fem-pink-lighter);
}
.qty-selector button {
  width: 36px;
  height: 36px;
  border: none;
  background: white;
  color: var(--fem-pink);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.qty-selector button:hover {
  background: var(--fem-pink);
  color: white;
}
.qty-selector input {
  width: 40px;
  height: 36px;
  border: none;
  border-left: 1px solid var(--fem-pink-lighter);
  border-right: 1px solid var(--fem-pink-lighter);
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: var(--fem-text);
  outline: none;
}

/* ============================================================
   📱 RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .section-title { font-size: 1.7rem; }
  .hero-content h1 { font-size: 1.8rem; }
  .product-card .overlay { opacity: 1; background: linear-gradient(180deg, transparent 50%, rgba(45, 27, 54, 0.3) 100%); }
  .product-card .overlay-btn { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .section-title { font-size: 1.5rem; }
  .section-title::after { display: none; }
}