/* ============================================================
   DressForWomen - Main Stylesheet
   Theme: Elegant Rose Pink & Gold
   ============================================================ */

:root {
  --primary: #e91e8c;
  --primary-dark: #c2176f;
  --primary-light: #fce4f3;
  --secondary: #b5860d;
  --gold: #d4a843;
  --dark: #1a1a2e;
  --text: #333;
  --text-light: #777;
  --border: #e8e0e8;
  --bg: #fdf9fc;
  --white: #fff;
  --shadow: 0 4px 20px rgba(233,30,140,0.1);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; }

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--dark);
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  padding: 8px 0;
}
.topbar a { color: rgba(255,255,255,0.8); }
.topbar a:hover { color: var(--gold); }

.navbar-brand .logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

.main-nav {
  background: var(--white);
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark) !important;
  padding: 8px 14px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--primary) !important;
  background: var(--primary-light);
}

.cart-btn {
  position: relative;
  background: var(--primary);
  color: var(--white) !important;
  border-radius: 30px;
  padding: 8px 20px !important;
}
.cart-btn:hover {
  background: var(--primary-dark);
  color: var(--white) !important;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--gold);
  color: white;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .form-control {
  border: 2px solid var(--border);
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 14px;
}
.search-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}
.search-form .btn {
  background: var(--primary);
  border: none;
  border-radius: 0 var(--radius) var(--radius) 0;
  color: white;
  padding: 0 18px;
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider .carousel-item {
  height: 520px;
  background: linear-gradient(135deg, #fce4f3 0%, #f3e5f5 50%, #e8eaf6 100%);
  position: relative;
  overflow: hidden;
}

.hero-slider .carousel-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(233,30,140,0.08) 0%, rgba(181,134,13,0.05) 100%);
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 500px;
}

.hero-content .badge-pill {
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 16px;
}

.hero-content h1 span {
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 28px;
}

.hero-image {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hero-image img {
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.4;
  border: none;
  margin: 0 4px;
}
.carousel-indicators button.active { opacity: 1; width: 28px; border-radius: 5px; }

/* ============================================================
   SECTION STYLES
   ============================================================ */
section { padding: 64px 0; }

.section-title {
  text-align: center;
  margin-bottom: 48px;
}

.section-title .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
}

.section-title h2 span {
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-title p {
  color: var(--text-light);
  max-width: 500px;
  margin: 0 auto;
}

.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 3px;
  margin: 12px auto 0;
}

/* ============================================================
   CATEGORY CARDS
   ============================================================ */
.category-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.category-card .card-bg {
  height: 220px;
  background: linear-gradient(135deg, var(--primary-light), #f8e1f4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  transition: var(--transition);
}

.category-card:hover .card-bg { transform: scale(1.05); }

.category-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: var(--transition);
}
.category-card:hover img { transform: scale(1.05); }

.category-card .card-body {
  background: white;
  padding: 16px;
  text-align: center;
}

.category-card .card-body h5 {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.category-card .card-body small {
  color: var(--text-light);
  font-size: 12px;
}

.category-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(233,30,140,0.6) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: var(--transition);
}

.category-card:hover .overlay { opacity: 1; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: var(--transition);
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.product-card .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 437px;
  background: #f9f0f7;
}

.product-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

.product-card:hover .img-wrapper img { transform: scale(1.08); }

.product-card .badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.badge-sale {
  background: var(--primary);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

.badge-new {
  background: var(--gold);
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

.badge-bestseller {
  background: #2ecc71;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
}

.product-card .actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
}

.product-card:hover .actions { opacity: 1; transform: translateX(0); }

.action-btn {
  width: 36px;
  height: 36px;
  background: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transition: var(--transition);
  font-size: 14px;
  color: var(--text);
}

.action-btn:hover { background: var(--primary); color: white; }
.action-btn.wishlisted { background: var(--primary); color: white; }

.product-card .quick-add {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  background: var(--primary);
  color: white;
  text-align: center;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  width: 100%;
}

.product-card:hover .quick-add { bottom: 0; }

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

.product-card .category-label {
  font-size: 11px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.product-card h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card .price {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}

.product-card .original-price {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: line-through;
}

.product-card .stars {
  color: var(--gold);
  font-size: 12px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  padding: 12px 28px;
  transition: var(--transition);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(233,30,140,0.3);
  color: white;
}

.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: var(--radius);
  font-weight: 600;
  padding: 10px 26px;
  transition: var(--transition);
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--secondary) 100%);
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  padding: 12px 28px;
  color: white;
  transition: var(--transition);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,168,67,0.3);
  color: white;
}

/* ============================================================
   SHOP PAGE
   ============================================================ */
.shop-sidebar {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.filter-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: var(--text);
  transition: var(--transition);
}

.filter-item:hover { color: var(--primary); }
.filter-item input[type="checkbox"] { accent-color: var(--primary); width: 16px; height: 16px; }

.price-range { margin: 16px 0; }
.price-range input[type="range"] { accent-color: var(--primary); width: 100%; }

.sort-bar {
  background: white;
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.product-gallery .main-image {
  border-radius: var(--radius);
  overflow: hidden;
  background: #f9f0f7;
  margin-bottom: 12px;
}

.product-gallery .main-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.product-gallery .thumbs img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}

.product-gallery .thumbs img.active,
.product-gallery .thumbs img:hover {
  border-color: var(--primary);
}

.product-info .product-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
}

.product-info .price-section {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

.product-info .price-main {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.product-info .price-original {
  font-size: 1.2rem;
  color: var(--text-light);
  text-decoration: line-through;
}

.product-info .price-save {
  background: #d4edda;
  color: #155724;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
}

.size-selector .size-btn {
  min-width: 46px;
  height: 46px;
  border: 2px solid var(--border);
  background: white;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  padding: 0 10px;
}

.size-selector .size-btn:hover,
.size-selector .size-btn.active {
  border-color: var(--primary);
  background: var(--primary);
  color: white;
}

.color-selector .color-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: var(--transition);
}

.color-selector .color-btn.active {
  border-color: var(--primary);
  transform: scale(1.1);
}

.qty-selector {
  display: flex;
  align-items: center;
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  width: fit-content;
}

.qty-selector button {
  width: 42px;
  height: 42px;
  background: var(--primary-light);
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: var(--primary);
  transition: var(--transition);
}

.qty-selector button:hover { background: var(--primary); color: white; }

.qty-selector input {
  width: 58px;
  height: 42px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-table { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.cart-table th { background: #fdf0f9; color: var(--dark); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }

.cart-summary {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 80px;
}

.cart-summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}

.cart-summary .summary-row:last-child { border-bottom: none; }
.cart-summary .total-row { font-size: 18px; font-weight: 700; color: var(--dark); }

.coupon-box .form-control {
  border: 2px solid var(--border);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  font-size: 14px;
}
.coupon-box .form-control:focus { border-color: var(--primary); box-shadow: none; }
.coupon-box .btn { border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }

/* ============================================================
   CHECKOUT
   ============================================================ */
.checkout-steps {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background: white;
  border-radius: var(--radius);
  padding: 20px 28px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--border);
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.step.active .step-num { background: var(--primary); color: white; }
.step.done .step-num { background: #2ecc71; color: white; }

.step-line { flex: 1; height: 2px; background: var(--border); margin: 0 8px; }
.step.done + .step-line { background: var(--primary); }

/* ============================================================
   FORMS
   ============================================================ */
.form-control, .form-select {
  border: 2px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 14px;
  transition: var(--transition);
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(233,30,140,0.1);
}

.form-label {
  font-weight: 600;
  font-size: 13px;
  color: var(--dark);
  margin-bottom: 6px;
}

/* ============================================================
   AUTH PAGES
   ============================================================ */
.auth-wrapper {
  min-height: 100vh;
  background: linear-gradient(135deg, #fce4f3 0%, #f3e5f5 50%, #e8eaf6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}

.auth-card {
  background: white;
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  width: 100%;
  max-width: 440px;
}

.auth-card .brand { text-align: center; margin-bottom: 32px; }
.auth-card .brand h2 {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-login .btn {
  width: 100%;
  border: 2px solid var(--border);
  background: white;
  border-radius: var(--radius);
  padding: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  transition: var(--transition);
}

.social-login .btn:hover { border-color: var(--primary); background: var(--primary-light); }

.divider-text {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text-light);
  font-size: 13px;
  margin: 20px 0;
}
.divider-text::before, .divider-text::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

/* ============================================================
   PROMO BANNER
   ============================================================ */
.promo-strip {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  padding: 16px 0;
  text-align: center;
}

.promo-strip h4 { font-weight: 700; font-size: 1.1rem; margin: 0; }

.features-bar {
  background: white;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 28px 0;
}

.feature-item {
  text-align: center;
  padding: 16px;
}

.feature-item .icon-circle {
  width: 56px;
  height: 56px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 1.4rem;
  color: var(--primary);
}

.feature-item h6 { font-weight: 700; font-size: 14px; color: var(--dark); margin-bottom: 4px; }
.feature-item p { font-size: 12px; color: var(--text-light); margin: 0; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: center;
  transition: var(--transition);
}

.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.testimonial-card .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-light);
  margin: 0 auto 16px;
}

.testimonial-card .stars { color: var(--gold); font-size: 16px; margin-bottom: 12px; }
.testimonial-card p { font-size: 14px; color: var(--text); font-style: italic; line-height: 1.7; margin-bottom: 16px; }
.testimonial-card strong { color: var(--dark); font-weight: 700; font-size: 14px; }
.testimonial-card small { color: var(--text-light); font-size: 12px; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter-section {
  background: linear-gradient(135deg, var(--dark) 0%, #2d1b69 100%);
  color: white;
  padding: 72px 0;
}

.newsletter-section h2 { font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.newsletter-section h2 span {
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 0;
}

.newsletter-form input {
  flex: 1;
  border: none;
  border-radius: var(--radius) 0 0 var(--radius);
  padding: 14px 20px;
  font-size: 14px;
  outline: none;
}

.newsletter-form button {
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 14px 28px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.main-footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 64px 0 0;
}

.main-footer .footer-brand h3 {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.main-footer p { font-size: 14px; line-height: 1.8; }

.main-footer h5 {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-links a::before {
  content: '›';
  color: var(--primary);
  font-size: 16px;
}

.footer-links a:hover { color: var(--primary); padding-left: 4px; }

.social-icons { display: flex; gap: 10px; margin-top: 16px; }
.social-icon {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 15px;
  transition: var(--transition);
}
.social-icon:hover { background: var(--primary); color: white; transform: translateY(-3px); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  margin-top: 48px;
  text-align: center;
  font-size: 13px;
}

/* ============================================================
   ALERTS & TOAST
   ============================================================ */
.toast-container { position: fixed; top: 80px; right: 20px; z-index: 9999; }
.toast {
  background: white;
  border-left: 4px solid var(--primary);
  border-radius: var(--radius-sm);
  padding: 14px 20px;
  margin-bottom: 10px;
  box-shadow: var(--shadow-lg);
  min-width: 300px;
  animation: slideIn 0.3s ease;
}
.toast.success { border-color: #2ecc71; }
.toast.error { border-color: #e74c3c; }
.toast.info { border-color: var(--gold); }

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ============================================================
   ACCOUNT PAGES
   ============================================================ */
.account-sidebar {
  background: white;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.account-sidebar .user-info {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  padding: 28px 24px;
  text-align: center;
}

.account-sidebar .user-info .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 12px;
}

.account-nav .nav-link {
  color: var(--text) !important;
  padding: 14px 24px !important;
  border-radius: 0;
  border-left: 3px solid transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-nav .nav-link:hover,
.account-nav .nav-link.active {
  background: var(--primary-light) !important;
  color: var(--primary) !important;
  border-left-color: var(--primary);
}

/* ============================================================
   ORDER STATUS BADGES
   ============================================================ */
.status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.status-pending { background: #fff3cd; color: #856404; }
.status-confirmed { background: #cce5ff; color: #004085; }
.status-processing { background: #d4edda; color: #155724; }
.status-shipped { background: #d1ecf1; color: #0c5460; }
.status-delivered { background: #d4edda; color: #155724; }
.status-cancelled { background: #f8d7da; color: #721c24; }
.status-returned { background: #e2e3e5; color: #383d41; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination .page-link {
  border: 2px solid var(--border);
  color: var(--text);
  border-radius: var(--radius-sm) !important;
  margin: 0 3px;
  padding: 8px 14px;
  font-weight: 600;
  transition: var(--transition);
}
.pagination .page-link:hover { background: var(--primary-light); border-color: var(--primary); color: var(--primary); }
.pagination .page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: white; }

/* ============================================================
   EMPTY STATE
   ============================================================ */
.empty-state {
  text-align: center;
  padding: 64px 24px;
}
.empty-state .icon { font-size: 5rem; margin-bottom: 20px; opacity: 0.3; }
.empty-state h4 { font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.empty-state p { color: var(--text-light); margin-bottom: 24px; }

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .hero-slider .carousel-item { height: 380px; }
  .hero-content { left: 5%; max-width: 320px; }
  .hero-content h1 { font-size: 1.8rem; }
  .hero-image { display: none; }
  .section-title h2 { font-size: 1.6rem; }
  .product-card .img-wrapper { height: 343px; }
  .auth-card { padding: 32px 24px; }
  .cart-summary { position: static; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { border-radius: var(--radius); margin-bottom: 8px; }
  .newsletter-form button { border-radius: var(--radius); }
}

@media (max-width: 576px) {
  .hero-slider .carousel-item { height: 300px; }
  .hero-content h1 { font-size: 1.4rem; }
  section { padding: 40px 0; }
}

/* ============================================================
   UTILITIES
   ============================================================ */
.bg-primary-light { background: var(--primary-light); }
.text-primary { color: var(--primary) !important; }
.text-gold { color: var(--gold) !important; }
.border-primary { border-color: var(--primary) !important; }

.card-hover {
  transition: var(--transition);
}
.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.overlay-pink {
  background: linear-gradient(135deg, rgba(233,30,140,0.9), rgba(181,134,13,0.7));
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.breadcrumb-item.active { color: var(--primary); font-weight: 600; }
.breadcrumb-item a { color: var(--text-light); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--primary); }

/* Rating Stars */
.stars-input i { font-size: 24px; color: var(--border); cursor: pointer; transition: var(--transition); }
.stars-input i.active, .stars-input i:hover { color: var(--gold); }

/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: var(--shadow);
  cursor: pointer;
  z-index: 999;
  transition: var(--transition);
  border: none;
}
#back-to-top:hover { background: var(--primary-dark); transform: translateY(-3px); }
#back-to-top.show { display: flex; }
