:root {
  --plum: #2C1338;
  --plum-deep: #1B0C22;
  --gold: #C9A24B;
  --gold-soft: #E4CE94;
  --ivory: #FBF7F1;
  --blush: #D9A5B0;
  --ink: #241A28;
  --radius: 2px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 600;
  margin: 0;
  color: var(--plum-deep);
}

a { text-decoration: none; color: inherit; }

.eyebrow {
  font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--gold);
  margin: 0 0 0.6rem;
  font-weight: 500;
}

/* Header */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 3rem;
  background: var(--plum-deep);
  border-bottom: 1px solid rgba(251,247,241,0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; font-weight: 600; letter-spacing: 0.03em; color: var(--ivory); }
.site-nav { display: flex; gap: 2rem; font-size: 0.9rem; }
.site-nav a { color: rgba(251,247,241,0.85); font-weight: 600; padding-bottom: 4px; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.site-nav a:hover, .site-nav a.active { border-color: var(--gold); color: var(--ivory); }
.nav-cta {
  background: var(--gold);
  color: var(--plum-deep);
  padding: 0.6rem 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  transition: opacity 0.2s;
}
.nav-cta:hover { opacity: 0.85; }
.header-actions .cart-toggle { color: var(--ivory); font-weight: 600; }
.header-actions .cart-toggle .cart-count { background: var(--gold); color: var(--plum-deep); }

/* ---------------- Hero carousel (full-bleed, clear image, text right) ---------------- */
.hero-carousel { position: relative; overflow: hidden; background: var(--plum-deep); }
.hero-track { display: flex; transition: transform 0.6s ease; }
.hero-slide {
  min-width: 100%;
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
}
.hero-slide .hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 88%; object-fit: cover;
}
.hero-slide::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(27,12,34,0.05) 0%, rgba(27,12,34,0.15) 45%, rgba(27,12,34,0.72) 78%, rgba(27,12,34,0.88) 100%);
}
.hero-copy {
  position: relative; z-index: 2;
  margin-left: auto;
  width: 46%;
  min-width: 340px;
  color: var(--ivory);
  padding: 4rem 5rem 4rem 2rem;
  text-align: left;
}
.hero-copy h1 {
  color: var(--ivory); font-size: 3.2rem; line-height: 1.1; font-style: normal;
  text-transform: uppercase; letter-spacing: 0.04em; font-weight: 400;
}



.hero-sub { margin: 1.6rem 0 2.2rem; max-width: 34ch; color: rgba(251,247,241,0.75); font-size: 1rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 1rem; }
.btn-primary {
  background: var(--gold); color: var(--plum-deep); padding: 0.85rem 1.8rem; font-size: 0.85rem;
  letter-spacing: 0.05em; border-radius: var(--radius); border: none; cursor: pointer;
  transition: transform 0.15s ease; display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost {
  padding: 0.85rem 1.6rem; font-size: 0.85rem; letter-spacing: 0.05em;
  border: 1px solid rgba(251,247,241,0.4); border-radius: var(--radius); color: var(--ivory);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.hero-dots { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 3; }
.hero-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(251,247,241,0.4); cursor: pointer; padding: 0; }
.hero-dot.active { background: var(--gold); }

@media (max-width: 860px) {
  .hero-slide { min-height: 62vh; align-items: flex-end; }
  .hero-slide::after { background: linear-gradient(180deg, rgba(27,12,34,0.1) 30%, rgba(27,12,34,0.85) 100%); }
  .hero-copy { width: 100%; min-width: 0; padding: 2rem 1.6rem 3rem; text-align: left; margin-left: 0; }
  .hero-copy h1 { font-size: 2.2rem; }
}

/* ---------------- Shared section rhythm ---------------- */
.section-container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.home-section { padding: 5.5rem 0; }
.home-section--tint { background: #F6EFE9; }
.section-head { text-align: center; margin-bottom: 3rem; }
.section-head h2 { font-size: 2.4rem; font-style: italic; }

/* ---------------- Category grid ---------------- */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.8rem;
}
.category-tile { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
.category-tile-media {
  width: 100%; aspect-ratio: 1/1; border-radius: 50%; background-size: cover; background-position: center;
  background-color: var(--plum-deep); border: 2px solid transparent; transition: border-color 0.2s, transform 0.2s;
}
.category-tile:hover .category-tile-media { border-color: var(--gold); transform: translateY(-3px); }
.category-tile--empty .category-tile-media { background: linear-gradient(135deg, var(--plum-deep), var(--plum)); }
.category-tile span { font-size: 0.85rem; letter-spacing: 0.02em; color: var(--ink); }

/* ---------------- Editorial "Fresh Off The Shelf" carousel ---------------- */
.editorial-carousel { position: relative; display: flex; align-items: center; }
.editorial-track { display: flex; gap: 24px; overflow: hidden; transition: transform 0.5s ease; flex: 1; }
/*.editorial-card { min-width: calc(33.333% - 16px); flex-shrink: 0; }*/
.editorial-card { position: relative;
    width: 220px;          /* fixed width */
    height: 360px;         /* fixed height */
    overflow: hidden;
    background: #f5f5f5;
    flex: 0 0 auto;
	box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.editorial-media {
  display: block; position: relative; aspect-ratio: 3/4; border-radius: var(--radius); overflow: hidden; background: var(--plum-deep); cursor: pointer;
}
.editorial-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.editorial-media:hover img { transform: scale(1.08); }
.editorial-title {
  position: absolute; bottom: 1.2rem; right: 1.2rem; color: #fff; font-family: Georgia, 'Times New Roman', serif;
  font-style: italic; font-size: 1.6rem; text-shadow: 0 2px 10px rgba(0,0,0,0.5); text-align: right;
}
.editorial-thumbs { display: flex; gap: 0.5rem; margin-top: 0.7rem; }
.editorial-thumbs img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--radius); opacity: 0.85; }
.editorial-arrow {
  background: #fff; border: 1px solid rgba(44,19,56,0.15); width: 42px; height: 42px; border-radius: 50%;
  cursor: pointer; font-size: 0.9rem; color: var(--plum-deep); flex-shrink: 0; z-index: 2;
}
.editorial-arrow.prev { margin-right: 1rem; }
.editorial-arrow.next { margin-left: 1rem; }
.editorial-arrow:hover { background: var(--gold); color: #fff; }

@media (max-width: 860px) {
  .editorial-card { min-width: 100%; }
}

/* ---------------- Product grid & cards ---------------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1080px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
@media (max-width: 440px) { .product-grid { grid-template-columns: 1fr; } }
.product-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 3px rgba(44,19,56,0.06); transition: box-shadow 0.25s ease; }
.product-card:hover { box-shadow: 0 14px 30px rgba(44,19,56,0.14); }
.product-media { display: block; position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--plum-deep); cursor: pointer; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.product-card:hover .product-media img { transform: scale(1.12); }
.product-tag, .discount-badge {
  position: absolute; top: 0.8rem; left: 0.8rem; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.3rem 0.6rem; border-radius: var(--radius); z-index: 2;
}
.product-tag { background: var(--gold); color: var(--plum-deep); }
.discount-badge { background: #f3a978; color: #fff; }
.product-info { padding: 1.2rem 1.3rem 1.5rem; }
.product-info h3 { font-size: 1.15rem; font-weight: 500; line-height: 1.3; margin-bottom: 0.4rem; }
.product-price { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; font-weight: 600; margin: 0 0 0.9rem; display: flex; align-items: baseline; gap: 0.6rem; }
.price-strike { color: #b3a8a0; font-size: 1rem; text-decoration: line-through; font-weight: 400; }
.btn-add {
  width: 100%; background: var(--plum-deep); color: var(--ivory); border: none; padding: 0.7rem;
  font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif; font-size: 0.8rem; letter-spacing: 0.05em; text-transform: uppercase;
  border-radius: var(--radius); cursor: pointer; transition: background 0.2s;
}
.btn-add:hover { background: var(--gold); color: var(--plum-deep); }

/* ---------------- Trending Looks (full-bleed scroll) ---------------- */
/*.trending-scroll { display: flex; gap: 1rem; overflow-x: auto; padding: 0 2rem 0.5rem; scrollbar-width: thin; }
.trend-card { position: relative; min-width: 180px; aspect-ratio: 9/16; border-radius: var(--radius); overflow: hidden; background: var(--plum-deep); flex-shrink: 0; }
*/
.trending-scroll{ display:flex; gap:20px; overflow-x:auto; padding:20px; scroll-behavior:smooth;}
.trend-card { position: relative;
    width: 160px;          /* fixed width */
    height: 280px;         /* fixed height */
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f5;
    flex: 0 0 auto;
	box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.trend-card img, .trend-card video { width: 100%; height: 100%; object-fit: cover; }
.trend-play {
  position: absolute; bottom: 0.6rem; right: 0.6rem; background: rgba(0,0,0,0.55); color: #fff;
  font-size: 0.7rem; padding: 0.2rem 0.4rem; border-radius: var(--radius); z-index: 2;
}
.trend-views {
  position: absolute; top: 0.6rem; left: 0.6rem; background: rgba(0,0,0,0.55); color: #fff; font-size: 0.75rem;
  padding: 0.2rem 0.55rem; border-radius: var(--radius);
}

/* ---------------- About ---------------- */
.about { background: var(--plum-deep); color: var(--ivory); padding: 5rem 3rem; }
.about-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.about h2 { color: var(--ivory); font-size: 2.2rem; font-style: italic; margin: 0.6rem 0 1.4rem; }
.about p { line-height: 1.8; color: rgba(251,247,241,0.75); }

/* ---------------- Shop page: category banner + sidebar ---------------- */
.category-banner { background: linear-gradient(120deg, #f3e6d9, #efd9de); padding: 4rem 3rem; text-align: center; }
.category-banner-inner h1 { font-size: 2.8rem; font-style: italic; margin: 0.3rem 0 0.8rem; }
.banner-sub { color: #6b5a63; max-width: 46ch; margin: 0 auto; }

.shop-page { display: grid; grid-template-columns: 220px 1fr; gap: 2.5rem; padding: 3rem; max-width: 1300px; margin: 0 auto; align-items: start; }
.shop-sidebar { position: sticky; top: 90px; }
.filter-block { margin-bottom: 2rem; border-bottom: 1px solid rgba(44,19,56,0.1); padding-bottom: 1.2rem; }
.filter-block h4 { font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; display: flex; justify-content: space-between; margin-bottom: 0.9rem; font-weight: 500; }
.filter-options { display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.9rem; }
.filter-option { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; }
.result-count { color: #8a7a83; font-size: 0.85rem; margin-bottom: 1.2rem; }
.empty-state { text-align: center; color: #8a7a83; padding: 3rem 0; }

@media (max-width: 860px) {
  .shop-page { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; display: flex; gap: 2rem; overflow-x: auto; }
}

/* ---------------- Lightbox ---------------- */
.lightbox {
  position: fixed; inset: 0; background: rgba(27,12,34,0.92); display: none; flex-direction: column; align-items: center; justify-content: center;
  z-index: 100; padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 88vw; max-height: 72vh; object-fit: contain; border-radius: var(--radius); }
.lightbox-close {
  position: absolute; top: 1.5rem; right: 2rem; background: none; border: none; color: #fff; font-size: 2.2rem;
  cursor: pointer; line-height: 1;
}
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.12); border: none;
  color: #fff; width: 46px; height: 46px; border-radius: 50%; font-size: 1rem; cursor: pointer;
}
.lightbox-nav:hover { background: var(--gold); color: var(--plum-deep); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }
.lightbox-thumbs { display: flex; gap: 0.6rem; margin-top: 1.4rem; }
.lightbox-thumbs img {
  width: 60px; height: 60px; object-fit: cover; border-radius: var(--radius); cursor: pointer; opacity: 0.55;
  border: 2px solid transparent; transition: opacity 0.2s, border-color 0.2s;
}
.lightbox-thumbs img.active, .lightbox-thumbs img:hover { opacity: 1; border-color: var(--gold); }

@media (max-width: 600px) {
  .lightbox-nav { width: 38px; height: 38px; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
}

/* ---------------- WhatsApp floating button ---------------- */
.whatsapp-float {
  position: fixed; bottom: 1.6rem; right: 1.6rem; width: 56px; height: 56px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.25); z-index: 50;
}

/* ---------------- Footer ---------------- */
.site-footer { background: var(--plum-deep); color: rgba(251,247,241,0.7); padding: 3.5rem 3rem 1.5rem; display: flex; gap: 4rem; flex-wrap: wrap; }
.site-footer .brand-mark { margin-bottom: 0.8rem; }
.footer-col h4 { color: var(--ivory); font-family: 'Segoe UI', system-ui, -apple-system, Helvetica, Arial, sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.8rem; font-weight: 500; }
.footer-col a { display: block; margin-bottom: 0.4rem; font-size: 0.9rem; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { width: 100%; border-top: 1px solid rgba(251,247,241,0.15); margin-top: 2rem; padding-top: 1.2rem; font-size: 0.78rem; }

/* ---------------- Responsive ---------------- */
@media (max-width: 860px) {
  .site-header { padding: 1rem 1.3rem; }
  .site-nav { display: none; }
  .section-container { padding-left: 1.3rem; padding-right: 1.3rem; }
  .home-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .about, .shop-page { padding-left: 1.3rem; padding-right: 1.3rem; }
  .trending-scroll { padding-left: 1.3rem; padding-right: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}

/* ---------------- Header actions (cart icon + CTA) ---------------- */
.header-actions { display: flex; align-items: center; gap: 1.2rem; }
.cart-toggle { font-size: 0.95rem; display: flex; align-items: center; gap: 0.35rem; color: var(--ink); }
.cart-toggle .cart-count {
  background: var(--gold); color: var(--plum-deep); font-size: 0.7rem; font-weight: 600;
  border-radius: 50%; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center;
}

/* ---------------- Cart drawer ---------------- */
.cart-overlay { position: fixed; inset: 0; background: rgba(27,12,34,0.5); opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 90; }
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: -420px; width: 400px; max-width: 90vw; height: 100vh; background: #fff;
  z-index: 95; transition: right 0.3s ease; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0,0,0,0.15);
}
.cart-drawer.open { right: 0; }
.cart-drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.6rem; border-bottom: 1px solid rgba(44,19,56,0.1); }
.cart-drawer-head button { background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--ink); }
.cart-drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.6rem; }
.cart-empty { color: #8a7a83; text-align: center; margin-top: 2rem; }
.cart-line { display: flex; gap: 0.9rem; padding: 1rem 0; border-bottom: 1px solid rgba(44,19,56,0.06); }
.cart-line img { width: 64px; height: 64px; object-fit: cover; border-radius: var(--radius); }
.cart-line-name { font-size: 0.9rem; margin: 0 0 0.2rem; }
.cart-line-price { color: var(--gold); font-family: Georgia, 'Times New Roman', serif; font-weight: 600; margin: 0 0 0.4rem; }
.cart-qty { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; }
.qty-btn { width: 22px; height: 22px; border: 1px solid rgba(44,19,56,0.2); background: #fff; border-radius: 50%; cursor: pointer; line-height: 1; }
.remove-btn { background: none; border: none; color: #b3413f; font-size: 0.75rem; cursor: pointer; text-decoration: underline; margin-left: auto; }
.cart-drawer-footer { padding: 1.4rem 1.6rem; border-top: 1px solid rgba(44,19,56,0.1); }
.cart-drawer-total { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 1rem; }
.cart-checkout-btn { display: block; width: 100%; text-align: center; }

/* ---------------- Checkout page ---------------- */
.checkout-page {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; max-width: 1100px; margin: 0 auto; padding: 3rem;
}
.checkout-page h1 { font-size: 2rem; font-style: italic; margin-bottom: 1.5rem; }
.checkout-mode-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.mode-tab {
  background: #fff; border: 1px solid rgba(44,19,56,0.15); padding: 0.55rem 1.1rem; font-size: 0.82rem;
  border-radius: var(--radius); cursor: pointer; color: var(--ink);
}
.mode-tab.active { background: var(--plum-deep); color: var(--ivory); border-color: var(--plum-deep); }
.form-block { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 0.5rem; }
.form-block label { font-size: 0.85rem; color: #6b5a63; display: flex; flex-direction: column; gap: 0.4rem; }
.form-block input, .form-block textarea {
  font-family: inherit; font-size: 0.95rem; padding: 0.7rem 0.9rem; border: 1px solid rgba(44,19,56,0.2);
  border-radius: var(--radius); background: #fff; color: var(--ink);
}
.form-block input:focus, .form-block textarea:focus { outline: none; border-color: var(--gold); }
.checkout-error { color: #b3413f; font-size: 0.85rem; min-height: 1.2em; margin: 0.6rem 0; }
.checkout-pay-btn { width: 100%; margin-top: 0.5rem; }
.checkout-summary-col {
  background: #fff; border-radius: var(--radius); padding: 1.8rem; align-self: start;
  box-shadow: 0 1px 3px rgba(44,19,56,0.06);
}
.checkout-summary-col h3 { font-size: 1.2rem; margin-bottom: 1.2rem; }
.checkout-line { display: flex; align-items: center; gap: 0.8rem; padding: 0.8rem 0; border-bottom: 1px solid rgba(44,19,56,0.06); }
.checkout-line img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--radius); }
.checkout-line p { margin: 0; font-size: 0.9rem; }
.checkout-line span { font-size: 0.8rem; color: #8a7a83; }
.checkout-line strong { margin-left: auto; color: var(--gold); font-family: Georgia, 'Times New Roman', serif; }
.checkout-total-row { display: flex; justify-content: space-between; margin-top: 1.2rem; font-size: 1.1rem; font-weight: 600; }
.checkout-total-row--final { border-top: 1px solid rgba(44,19,56,0.12); padding-top: 0.8rem; font-size: 1.25rem; color: var(--plum-deep); }
.checkout-discount-row { color: #a13a3a; font-size: 0.95rem; font-weight: 500; }
.checkout-discount-row span:first-child { display: flex; align-items: center; gap: 0.3rem; }

.coupon-row { display: flex; gap: 0.6rem; margin-top: 1.2rem; }
.coupon-row input {
  flex: 1; padding: 0.65rem 0.8rem; border: 1px solid rgba(44,19,56,0.2); border-radius: var(--radius);
  font-family: inherit; font-size: 0.9rem; text-transform: uppercase;
}
.coupon-row button {
  background: var(--plum-deep); color: var(--ivory); border: none; padding: 0 1.2rem; border-radius: var(--radius);
  font-size: 0.85rem; cursor: pointer;
}
.coupon-row button:hover { background: var(--gold); color: var(--plum-deep); }
.coupon-msg { font-size: 0.8rem; margin: 0.5rem 0 0; min-height: 1.1em; }
.coupon-msg--success { color: #2f7a41; }
.coupon-msg--error { color: #b3413f; }

@media (max-width: 860px) {
  .checkout-page { grid-template-columns: 1fr; padding: 1.5rem; }
}

/* ---------------- Order confirmation page ---------------- */
.confirmation-page { display: flex; justify-content: center; padding: 4rem 1.5rem 6rem; }
.confirmation-box { max-width: 480px; text-align: center; background: #fff; border-radius: var(--radius); padding: 3rem 2.5rem; box-shadow: 0 1px 3px rgba(44,19,56,0.06); }
.confirmation-check {
  width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: #fff; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem;
}
.confirmation-box h1 { font-size: 1.8rem; font-style: italic; margin-bottom: 0.6rem; }
.confirmation-sub { color: #6b5a63; margin-bottom: 1.6rem; }
.confirmation-actions { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 1.6rem; }
.btn-whatsapp {
  background: #25D366; color: #fff; padding: 0.85rem 1.6rem; border-radius: var(--radius);
  font-size: 0.9rem; letter-spacing: 0.03em; display: inline-block;
}
.continue-shopping { color: var(--gold); font-size: 0.9rem; }

/* ---------------- Account page ---------------- */
.account-page { display: flex; justify-content: center; padding: 3.5rem 1.5rem 6rem; }
.account-box { max-width: 480px; width: 100%; }
.account-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.account-head h1 { font-size: 1.6rem; font-style: italic; }
.account-email { color: #8a7a83; font-size: 0.85rem; }
.btn-ghost-dark { background: none; border: 1px solid rgba(44,19,56,0.25); padding: 0.5rem 1rem; border-radius: var(--radius); cursor: pointer; font-size: 0.82rem; }
.account-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.6rem; }
.account-form { display: flex; flex-direction: column; gap: 1rem; }
.account-form label { font-size: 0.85rem; color: #6b5a63; display: flex; flex-direction: column; gap: 0.4rem; }
.account-form input {
  font-family: inherit; font-size: 0.95rem; padding: 0.7rem 0.9rem; border: 1px solid rgba(44,19,56,0.2); border-radius: var(--radius);
}
.account-loading, .account-empty { color: #8a7a83; text-align: center; padding: 1.5rem 0; }
.order-row { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(44,19,56,0.08); }
.order-invoice { font-size: 0.9rem; font-weight: 500; margin: 0; }
.order-date { font-size: 0.78rem; color: #8a7a83; margin: 0; }
.order-status { text-transform: capitalize; font-size: 0.8rem; padding: 0.25rem 0.6rem; border-radius: var(--radius); background: #f1e8ec; margin: 0; }
.order-status--paid { background: #dcefe0; color: #2f7a41; }
.order-status--processing { background: #fdf0d5; color: #9c6b12; }
.order-status--shipped { background: #dbe9fb; color: #1c5ba8; }
.order-status--delivered { background: #e0dcf5; color: #4b3591; }
.order-status--cancelled { background: #f5dcdc; color: #a13a3a; }
.order-total { font-family: Georgia, 'Times New Roman', serif; color: var(--gold); font-weight: 600; margin: 0; }
.order-invoice-link { font-size: 0.8rem; text-decoration: underline; color: var(--plum-deep); }

@media (max-width: 500px) {
  .order-row { grid-template-columns: 1fr 1fr; row-gap: 0.4rem; }
}
.chev { font-size: 0.75rem; color: #8a7a83; }

/* Low stock warnings */
.stock-note { font-size: 0.78rem; margin: -0.4rem 0 0.7rem; }
.stock-note--low { color: #c0392b; font-weight: 600; }
.stock-note--out { color: #8a7a83; }
.btn-add:disabled { background: #d8cfd4; color: #8a7a83; cursor: not-allowed; }
.checkout-stock-warn { display: block; font-size: 0.75rem; color: #c0392b; font-weight: 600; margin-top: 0.2rem; }
.checkout-stock-warn--out { color: #8a7a83; }

.cart-stock-hint { font-size: 0.72rem; color: #c0392b; margin: 0.2rem 0 0; }
.qty-btn:disabled { opacity: 0.35; cursor: not-allowed; }

/* ---------------- Product Detail Page ---------------- */
.pdp { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 1.5rem; max-width: 1180px; margin: 0 auto; padding: 3rem 2rem 5rem; }
.pdp-loading { text-align: center; padding: 5rem 2rem; color: #8a7a83; }
.pdp-thumbs { display: flex; flex-direction: column; gap: 0.7rem; }
.pdp-thumbs img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--radius); cursor: pointer; opacity: 0.55; border: 2px solid transparent; }
.pdp-thumbs img.active, .pdp-thumbs img:hover { opacity: 1; border-color: var(--gold); }
.pdp-main-image { position: relative; background: var(--plum-deep); border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/5; }
.pdp-main-image img { width: 100%; height: 100%; object-fit: cover; }
.pdp-next {
  position: absolute; top: 1rem; right: 1rem; width: 40px; height: 40px; border-radius: 50%; background: #fff;
  border: none; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.2); font-size: 0.9rem;
}
.pdp-info h1 { font-size: 1.8rem; margin-bottom: 1rem; }
.pdp-price-row { display: flex; align-items: baseline; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 0.3rem; }
.pdp-price { font-family: Georgia, 'Times New Roman', serif; font-size: 1.8rem; color: var(--gold); font-weight: 600; }
.pdp-mrp { color: #8a7a83; font-size: 0.95rem; }
.pdp-off { color: #c0392b; font-size: 0.9rem; font-weight: 600; }
.pdp-tax-note { font-size: 0.8rem; color: #8a7a83; margin: 0 0 1.2rem; }
.pdp-actions { display: flex; gap: 1rem; align-items: stretch; margin-top: 1rem; }
.pdp-qty { display: flex; align-items: center; border: 1px solid rgba(44,19,56,0.2); border-radius: var(--radius); }
.pdp-qty button { width: 40px; background: none; border: none; font-size: 1.1rem; cursor: pointer; }
.pdp-qty button:disabled { opacity: 0.3; cursor: not-allowed; }
.pdp-qty span { width: 32px; text-align: center; font-size: 0.95rem; }
.pdp-add-btn { flex: 1; border: none; cursor: pointer; }
.pdp-added-msg { color: #2f7a41; font-size: 0.85rem; margin-top: 0.7rem; min-height: 1.2em; }
.pdp-description { margin-top: 2rem; border-top: 1px solid rgba(44,19,56,0.08); padding-top: 1.5rem; }
.pdp-description h3 { font-size: 1rem; margin-bottom: 0.6rem; }
.pdp-description p { line-height: 1.7; color: #4a3a40; font-size: 0.92rem; }
.pdp-back { display: inline-block; margin-top: 2rem; font-size: 0.85rem; color: var(--gold); }

@media (max-width: 800px) {
  .pdp { grid-template-columns: 1fr; padding: 2rem 1.3rem 4rem; }
  .pdp-thumbs { flex-direction: row; overflow-x: auto; }
  .pdp-thumbs img { width: 60px; flex-shrink: 0; }
}

.shipping-fee-note { font-size: 0.8rem; margin: 0.4rem 0 0; min-height: 1.1em; }
.shipping-fee-note--success { color: #2f7a41; }
.shipping-fee-note--error { color: #b3413f; }

/* ---------------- Promo banner ---------------- */
.promo-banner {
  display: none; align-items: center; justify-content: center;
  background: var(--gold); color: var(--plum-deep); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.02em; padding: 0.5rem 1rem; text-align: center;
}
#promo-banner-text { transition: opacity 0.3s ease; }

/* ---------------- Product card quantity stepper (shown once item is in cart) ---------------- */
.card-qty-stepper {
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--plum-deep); border-radius: var(--radius); overflow: hidden;
}
.card-qty-btn {
  flex: 1; background: var(--plum-deep); color: var(--ivory); border: none; padding: 0.6rem 0;
  font-size: 1rem; cursor: pointer; transition: background 0.2s;
}
.card-qty-btn:hover { background: var(--gold); color: var(--plum-deep); }
.card-qty-btn:disabled { opacity: 0.35; cursor: not-allowed; background: var(--plum-deep); color: var(--ivory); }
.card-qty-stepper span {
  flex: 1; text-align: center; font-size: 0.95rem; font-weight: 600; color: var(--plum-deep);
  font-family: Georgia, 'Times New Roman', serif;
}
