/* =====================================================
   Gaurii Glamour Gallery G3 — Storefront CSS
   Palette: Deep rose-gold + burgundy + ivory
   ===================================================== */
:root {
    --rose-50:  #fdf6f3;
    --rose-100: #faece4;
    --rose-200: #f3d3c4;
    --rose-300: #e6b39b;
    --rose-400: #d28f70;
    --rose-500: #b86a4d;
    --rose-600: #8b2942;
    --rose-700: #6f2136;
    --rose-800: #4f1827;
    --rose-900: #2e0e17;
    --ivory:    #fbf6f0;
    --ivory-2:  #f4ebde;
    --cream:    #fff8ec;
    --ink:      #1c1410;
    --ink-2:    #3a2b25;
    --muted:    #806b62;
    --line:     #ece2d4;
    --line-2:   #e3d6c2;
    --gold:     #c9a96e;
    --gold-2:   #b8945b;
    --success:  #2f8a5f;
    --danger:   #c0392b;
    --radius:   12px;
    --radius-lg: 18px;
    --shadow-sm: 0 2px 8px rgba(60,30,30,.06);
    --shadow-md: 0 8px 24px rgba(60,30,30,.08);
    --shadow-lg: 0 16px 40px rgba(60,30,30,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Poppins', sans-serif; color: var(--ink); background: var(--ivory); margin: 0; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, iframe { max-width: 100%; height: auto; }
h1, h2, h3, .brand-text, .navbar-brand, .footer-brand, .display-1, .display-2, .display-3, .display-4 { font-family: 'Playfair Display', serif; letter-spacing: .2px; }
a { color: var(--ink); text-decoration: none; transition: color .2s; }
a:hover { color: var(--rose-600); }
.text-rose { color: var(--rose-600) !important; }
.text-gold { color: var(--gold) !important; }
.text-muted { color: var(--muted) !important; }
.bg-rose { background: var(--rose-600) !important; }
.bg-ivory { background: var(--ivory) !important; }

.btn { border-radius: 30px; padding: 9px 20px; font-weight: 500; transition: all .2s; }
.btn-primary { background: var(--rose-600); border-color: var(--rose-600); }
.btn-primary:hover, .btn-primary:focus { background: var(--rose-700); border-color: var(--rose-700); }
.btn-rose { background: var(--rose-600); color: #fff; border: 1px solid var(--rose-600); }
.btn-rose:hover { background: var(--rose-700); color: #fff; }
.btn-outline-primary { color: var(--rose-600); border-color: var(--rose-600); }
.btn-outline-primary:hover { background: var(--rose-600); color: #fff; border-color: var(--rose-600); }
.btn-dark { background: var(--ink); border: none; }
.btn-dark:hover { background: var(--ink-2); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--ivory-2); border-color: var(--rose-300); color: var(--rose-700); }

.section-title { font-family: 'Playfair Display', serif; font-size: 2.1rem; font-weight: 600; margin-bottom: .25rem; position: relative; padding-bottom: 14px; color: var(--ink); }
.section-title::after { content: ''; display: block; width: 56px; height: 2px; background: linear-gradient(90deg, var(--rose-600), var(--gold)); margin-top: 8px; }
.section-title.text-center::after { margin-left: auto; margin-right: auto; }
.section-eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: .75rem; font-weight: 600; color: var(--rose-600); margin-bottom: 4px; }
.section-sub { color: var(--muted); }

/* ===== Announcement bar ===== */
.announcement-bar { background: linear-gradient(90deg, var(--rose-700), var(--rose-600)); color: #fff; padding: 7px 0; font-size: .82rem; }
.announcement-bar a { color: #fff; }
.announcement-bar a:hover { color: var(--rose-200); }
.announcement-bar .sep { opacity: .55; padding: 0 4px; }
.announce-marquee { display: inline-flex; gap: 10px; font-weight: 500; letter-spacing: .3px; }
@media (max-width: 767px) { .announce-marquee { font-size: .75rem; gap: 6px; } }

/* ===== Header (3-section clean layout) ===== */
.site-header { background: #fff; box-shadow: 0 2px 14px rgba(60,30,30,.06); position: sticky; top: 0; z-index: 1030; border-bottom: 1px solid var(--line); }
.site-header > .container { padding-left: 20px; padding-right: 20px; }
.header-row { display: flex; align-items: center; gap: 24px; padding: 1px 0; min-height: 80px; }
.header-left { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; min-width: 220px; }
.navbar-brand { padding: 0; margin: 0; flex-shrink: 0; display: flex; align-items: center; }
.brand-logo { max-height: 90px; width: auto; display: block; }
.brand-text { font-size: 1.6rem; font-weight: 700; color: var(--ink); }
.brand-text small { font-size: .55em; color: var(--rose-600); margin-left: 4px; letter-spacing: 3px; }
.header-center { flex: 1 1 auto; min-width: 0; padding: 0 12px; }
.header-search { width: 100%; }
.search-wrap { display: flex; align-items: center; background: var(--ivory); border: 1.5px solid var(--line); border-radius: 32px; padding: 6px 8px 6px 22px; transition: border-color .2s, box-shadow .2s, background .2s; min-width: 0; box-shadow: 0 1px 3px rgba(60,30,30,0.04); }
.search-wrap:focus-within { border-color: var(--rose-600); box-shadow: 0 0 0 4px rgba(139,41,66,.1); background: #fff; }
.search-wrap i.bi-search { color: var(--rose-600); margin-right: 12px; font-size: 1.05rem; }
.search-wrap input { flex: 1; background: transparent; border: none; outline: none; padding: 9px 6px; font-size: .95rem; color: var(--ink); min-width: 0; }
.search-wrap input::placeholder { color: var(--muted); }
.search-btn { background: var(--rose-600); color: #fff; border: none; border-radius: 24px; padding: 9px 22px; font-weight: 600; font-size: .9rem; transition: background .2s; flex-shrink: 0; letter-spacing: .3px; }
.search-btn:hover { background: var(--rose-700); }
.mobile-search-wrap { display: flex; align-items: center; background: var(--ivory); border: 1px solid var(--line); border-radius: 30px; padding: 4px 6px 4px 14px; }
.mobile-search-wrap i { color: var(--muted); }
.mobile-search-wrap input { flex: 1; background: transparent; border: none; outline: none; padding: 6px; }
.btn-search { background: var(--rose-600); color: #fff; border: none; border-radius: 30px; padding: 6px 14px; font-size: .85rem; }

.header-right { display: flex; align-items: center; gap: 4px; flex: 0 0 auto; min-width: 200px; justify-content: flex-end; padding-left: 12px; border-left: 1px solid var(--line); margin-left: 8px; }
.header-icon { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); padding: 8px 14px; border-radius: 10px; position: relative; min-width: 60px; transition: background .2s, color .2s; text-decoration: none; }
.header-icon:hover { background: var(--rose-50); color: var(--rose-700); }
.header-icon i { font-size: 1.35rem; line-height: 1; }
.header-icon .icon-label { font-size: .7rem; font-weight: 500; margin-top: 5px; letter-spacing: .3px; }
.header-icon-btn { background: transparent; border: none; cursor: pointer; }
.hamburger { padding: 8px 10px; min-width: 40px; }
.hamburger i { font-size: 1.5rem; }
.cart-badge { position: absolute; top: 2px; right: 6px; background: var(--rose-600); color: #fff; font-size: .65rem; padding: 2px 6px; border-radius: 12px; font-weight: 700; min-width: 18px; text-align: center; line-height: 1.2; }
@media (max-width: 991.98px) {
  .header-row { gap: 12px; min-height: 64px; padding: 10px 0; }
  .header-left { min-width: auto; }
  .header-center, .header-search { display: none !important; }
  .header-right { min-width: auto; padding-left: 0; border-left: none; margin-left: 0; }
}

/* ===== Main nav ===== */
.main-nav { background: #fff; border-top: 1px solid var(--line); }
.main-nav-list { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 4px; }
.main-nav-list > li { position: relative; }
.main-nav-list > li > a { display: block; padding: 12px 18px; color: var(--ink); font-weight: 500; font-size: .92rem; text-transform: uppercase; letter-spacing: 1px; position: relative; }
.main-nav-list > li > a::after { content: ''; position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: var(--rose-600); transition: width .2s; }
.main-nav-list > li > a:hover, .main-nav-list > li > a.active { color: var(--rose-700); }
.main-nav-list > li > a:hover::after, .main-nav-list > li > a.active::after { width: calc(100% - 36px); }

.has-mega { position: static; }
.mega-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 720px; background: #fff; box-shadow: var(--shadow-lg); border-radius: var(--radius); border: 1px solid var(--line); padding: 24px; z-index: 1000; }
.has-mega:hover .mega-menu { display: block; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 28px; }
.mega-col h6 { font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; color: var(--rose-600); margin-bottom: 12px; font-weight: 600; }
.mega-col ul { list-style: none; padding: 0; margin: 0; }
.mega-col li a { display: block; padding: 7px 0; color: var(--ink-2); border-bottom: 1px dashed transparent; }
.mega-col li a i { color: var(--rose-400); margin-right: 8px; }
.mega-col li a:hover { color: var(--rose-700); border-color: var(--line-2); }
.mega-card { background: linear-gradient(135deg, var(--rose-50) 0%, var(--cream) 100%); border: 1px solid var(--rose-200); border-radius: var(--radius); padding: 20px; height: 100%; }
.mega-card-tag { display: inline-block; background: var(--rose-600); color: #fff; font-size: .65rem; text-transform: uppercase; letter-spacing: 2px; padding: 3px 8px; border-radius: 12px; margin-bottom: 10px; }
.mega-card h6 { font-family: 'Playfair Display', serif; color: var(--ink); text-transform: none; letter-spacing: 0; font-size: 1.1rem; font-weight: 600; }
.mega-card p { color: var(--muted); font-size: .85rem; }

.mobile-menu { list-style: none; padding: 0; margin: 0; }
.mobile-menu li a, .mobile-menu li button.logout-btn { display: flex; align-items: center; padding: 12px 8px; color: var(--ink); font-weight: 500; width: 100%; text-align: left; background: none; border: none; border-bottom: 1px solid var(--line); }
.mobile-menu li a i, .mobile-menu li button.logout-btn i { margin-right: 12px; color: var(--rose-600); width: 20px; font-size: 1.1rem; }
.mobile-menu li a:hover, .mobile-menu li button.logout-btn:hover { color: var(--rose-700); background: var(--rose-50); }
.mobile-menu li.divider { border-top: 1px solid var(--line); margin: 8px 0; }
.mobile-menu li.divider + li a, .mobile-menu li.divider + li button { border-top: none; }

.hero-slider { position: relative; overflow: hidden; }
.hero-img { width: 100%; max-height: 620px; object-fit: cover; }
.carousel-item { position: relative; }
.carousel-item::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45,15,25,0.7) 0%, rgba(45,15,25,0.25) 60%, rgba(0,0,0,0) 100%); z-index: 1; }
.hero-caption { position: absolute; top: 50%; left: 8%; transform: translateY(-50%); color: #fff; max-width: 560px; z-index: 2; }
.hero-eyebrow { display: inline-block; background: var(--rose-600); color: #fff; padding: 6px 18px; border-radius: 30px; font-size: .8rem; text-transform: uppercase; letter-spacing: 3px; font-weight: 600; box-shadow: 0 4px 12px rgba(0,0,0,0.3); }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5.5vw, 4.8rem); font-weight: 700; margin: 14px 0 16px; line-height: 1.05; color: #fff; text-shadow: 0 4px 16px rgba(0,0,0,0.55); }
.hero-cta { display: inline-flex; align-items: center; gap: 10px; background: #fff; color: var(--rose-700); padding: 13px 30px; border-radius: 30px; font-weight: 600; box-shadow: 0 8px 24px rgba(0,0,0,0.3); transition: transform .2s; border: 2px solid #fff; }
.hero-cta:hover { transform: translateY(-2px); color: var(--rose-700); background: var(--rose-50); border-color: var(--rose-50); }
.carousel-indicators { margin-bottom: 20px; }
.carousel-indicators [data-bs-target] { width: 30px; height: 3px; border: none; background: rgba(255,255,255,.5); }
.carousel-indicators .active { background: #fff; }
.carousel-control-prev, .carousel-control-next { width: 6%; }
.hero-fallback { min-height: 60vh; background: linear-gradient(135deg, var(--rose-100) 0%, var(--rose-300) 100%); color: #fff; }

.category-tile { display: block; text-align: center; text-decoration: none; padding: 8px; }
.cat-img {
    aspect-ratio: 1;
    width: 130px; height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    position: relative;
    /* Slim gold outer ring + soft inner disc */
    background:
        radial-gradient(circle at 50% 50%, #fffbf6 0%, #fff5ec 38%, var(--rose-50) 72%, var(--rose-100) 100%);
    box-shadow:
        inset 0 0 0 2px var(--gold),
        0 6px 18px rgba(184,134,90,0.28),
        0 2px 4px rgba(60,30,30,0.10);
    transition: all .35s cubic-bezier(.2,.8,.2,1);
    overflow: visible;
}
.cat-img::before {
    content: '';
    position: absolute; inset: 4px;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(201,169,110,0.55);
    z-index: 0;
    transition: all .35s;
}
.cat-img::after {
    content: '';
    position: absolute; inset: 9px;
    border-radius: 50%;
    border: 1px dashed rgba(201,169,110,0.45);
    z-index: 1;
    pointer-events: none;
    transition: all .35s;
}
.cat-img > * { position: relative; z-index: 2; }
.category-tile:hover .cat-img {
    transform: translateY(-8px) scale(1.05);
    box-shadow:
        inset 0 0 0 2px var(--gold),
        0 14px 28px rgba(184,134,90,0.4),
        0 4px 8px rgba(60,30,30,0.15);
}
.category-tile:hover .cat-img::before {
    box-shadow: inset 0 0 0 1px rgba(201,169,110,0.95);
}
.category-tile:hover .cat-img::after {
    border-color: rgba(201,169,110,0.95);
    transform: rotate(45deg);
}
.cat-img i { font-size: 3.6rem; color: var(--rose-600); transition: transform .3s, color .3s; font-weight: 300; -webkit-text-stroke: 0.5px currentColor; }
.category-tile:hover .cat-img i { transform: scale(1.15) rotate(-6deg); color: var(--rose-700); }
.cat-img img { width: 70%; height: 70%; object-fit: contain; transition: transform .4s; filter: drop-shadow(0 3px 6px rgba(60,30,30,0.18)); }
.category-tile:hover .cat-img img { transform: scale(1.12) rotate(-3deg); }
.cat-name { margin-top: 14px; font-weight: 600; color: var(--ink); font-size: .95rem; letter-spacing: .3px; transition: color .2s; }
.category-tile:hover .cat-name { color: var(--rose-700); }

/* ===== Subscribe Section (Burgundy) ===== */
.subscribe-burgundy { background: linear-gradient(135deg, #2e0e17 0%, #6f2136 50%, #8b2942 100%); color: #fff; padding: 70px 0; position: relative; overflow: hidden; }
.subscribe-burgundy::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><circle cx='40' cy='60' r='30' fill='%23ffffff' fill-opacity='0.04'/><circle cx='160' cy='140' r='50' fill='%23ffffff' fill-opacity='0.04'/><circle cx='80' cy='170' r='25' fill='%23ffffff' fill-opacity='0.03'/></svg>"); }
.subscribe-burgundy > .container { position: relative; z-index: 1; }
.subscribe-tag { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); padding: 5px 14px; border-radius: 30px; font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; color: #faece4; }
.subscribe-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; margin: 14px 0 12px; color: #fff; }
.subscribe-text { color: rgba(255,255,255,.88); font-size: 1rem; max-width: 540px; line-height: 1.6; }
.subscribe-perks { list-style: none; padding: 0; margin: 16px 0 0; }
.subscribe-perks li { padding: 5px 0; color: #f4ebde; font-weight: 500; }
.subscribe-perks li i { color: var(--gold); margin-right: 10px; width: 20px; }
.subscribe-form { background: #fff; border-radius: 50px; padding: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.subscribe-form .input-group { align-items: center; }
.subscribe-form .input-icon { padding: 0 14px; color: var(--rose-600); font-size: 1.1rem; }
.subscribe-form input { flex: 1; background: transparent; border: none; outline: none; padding: 12px 6px; font-size: 1rem; color: var(--ink); min-width: 0; }
.subscribe-form input::placeholder { color: var(--muted); }
.subscribe-form button { background: var(--rose-600); color: #fff; border: none; border-radius: 50px; padding: 11px 24px; font-weight: 600; transition: background .2s, transform .2s; display: inline-flex; align-items: center; gap: 8px; }
.subscribe-form button:hover { background: var(--rose-700); transform: translateX(2px); }
.subscribe-fine { color: rgba(255,255,255,.65) !important; font-size: .8rem; margin-top: 12px; margin-bottom: 0; }
.subscribe-fine a { color: var(--rose-200); }
.subscribe-fine a:hover { color: #fff; }

/* ===== Why Shop With G3 (Gold) ===== */
.why-gold { background: linear-gradient(135deg, #fff8ec 0%, #fdf6f3 50%, #faece4 100%); padding: 70px 0; position: relative; overflow: hidden; border-top: 1px solid #f3d3c4; border-bottom: 1px solid #f3d3c4; }
.why-gold::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(201,169,110,0.15) 0%, transparent 70%); }
.why-gold::after { content: ''; position: absolute; bottom: -50px; left: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(139,41,66,0.1) 0%, transparent 70%); }
.why-gold > .container { position: relative; z-index: 1; }
.why-illu { display: flex; justify-content: center; align-items: center; padding: 30px; min-height: 280px; position: relative; }
.why-logo { max-width: 240px; width: 100%; height: auto; filter: drop-shadow(0 14px 30px rgba(184,134,90,0.35)); animation: float 4s ease-in-out infinite; }
.why-illu::before, .why-illu::after { content: ''; position: absolute; border-radius: 50%; opacity: 0.18; animation: float 5s ease-in-out infinite; }
.why-illu::before { width: 90px; height: 90px; top: 20px; left: 30px; background: radial-gradient(circle, var(--gold) 0%, transparent 70%); }
.why-illu::after { width: 110px; height: 110px; bottom: 20px; right: 30px; background: radial-gradient(circle, var(--rose-600) 0%, transparent 70%); animation-delay: 1.2s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.why-tag { display: inline-block; background: var(--ink); color: var(--gold); padding: 5px 14px; border-radius: 30px; font-size: .8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; }
.why-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; margin: 14px 0 12px; color: var(--ink); }
.why-text { color: var(--ink-2); font-size: 1rem; line-height: 1.65; max-width: 620px; }
.why-card { background: #fff; border: 1px solid #f3d3c4; border-radius: var(--radius); padding: 18px 16px; height: 100%; transition: all .25s; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--rose-300); }
.why-card i { font-size: 1.6rem; color: var(--rose-600); display: block; margin-bottom: 8px; }
.why-card h6 { font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.why-card p { color: var(--muted); line-height: 1.5; }

/* Section title + subtitle (centered) */
.text-center .section-title { display: inline-block; }
.text-center .section-title::after { margin-left: auto; margin-right: auto; }
.section-sub { color: var(--muted); font-size: 1rem; max-width: 560px; margin-left: auto; margin-right: auto; }

.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: all .25s; height: 100%; display: flex; flex-direction: column; overflow: hidden; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--rose-200); }
.product-thumb { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--ivory); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-thumb img { transform: scale(1.06); }
.badge-discount, .badge-bestseller { position: absolute; top: 10px; padding: 3px 9px; font-size: .68rem; font-weight: 600; border-radius: 12px; letter-spacing: .5px; }
.badge-discount { left: 10px; background: var(--rose-600); color: #fff; }
.badge-bestseller { right: 10px; background: var(--gold); color: #fff; }
.product-actions { position: absolute; right: 10px; bottom: 10px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(8px); transition: all .25s; }
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.action-btn { width: 38px; height: 38px; border-radius: 50%; background: #fff; border: none; color: var(--ink); box-shadow: 0 2px 8px rgba(0,0,0,.18); display: inline-flex; align-items: center; justify-content: center; transition: all .2s; }
.action-btn:hover { background: var(--rose-600); color: #fff; }
.product-info { padding: 14px 14px 16px; flex: 1; }
.product-info .text-muted { font-size: .72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--rose-500) !important; }
.product-title { font-size: .95rem; font-weight: 500; line-height: 1.35; min-height: 2.6em; margin: 4px 0 8px; }
.product-title a { color: var(--ink); }
.product-title a:hover { color: var(--rose-700); }
.product-prices { margin-top: 4px; }
.price { font-weight: 600; color: var(--rose-700); font-size: 1.05rem; }
.price-old { text-decoration: line-through; color: var(--muted); margin-left: 6px; font-size: .85rem; }

.side-banner, .home-banner { position: relative; display: block; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.side-banner img, .home-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.side-banner:hover img, .home-banner:hover img { transform: scale(1.06); }
.side-banner { aspect-ratio: 3/4; }
.home-banner { aspect-ratio: 4/3; }
.side-banner::before, .home-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(45,15,25,0.85) 100%); z-index: 1; }
.banner-content { position: absolute; bottom: 24px; left: 24px; right: 24px; color: #fff; z-index: 2; }
.banner-content h3, .banner-content h4 { font-family: 'Playfair Display', serif; font-weight: 700; color: #fff; margin: 4px 0; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.banner-content small { color: var(--gold); text-transform: uppercase; letter-spacing: 2px; font-size: .72rem; font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.banner-content p { margin: 6px 0 0; font-size: .9rem; color: #fff; font-weight: 500; text-shadow: 0 1px 3px rgba(0,0,0,0.4); }
.banner-content .btn { margin-top: 10px; background: #fff; color: var(--rose-700); border: none; font-weight: 600; }
.banner-content .btn:hover { background: var(--rose-50); }

.promo-strip { background: linear-gradient(135deg, var(--ivory) 0%, var(--rose-50) 100%); padding: 32px 20px; border-radius: var(--radius); border: 1px solid var(--rose-100); }
.promo-strip i { font-size: 2.2rem; color: var(--rose-600); display: block; margin-bottom: 8px; }
.promo-strip div > div { font-weight: 600; font-size: .92rem; color: var(--ink); }
.promo-strip small { color: var(--muted); font-weight: 400; }

.testimonial-section { background: linear-gradient(135deg, var(--rose-800) 0%, var(--rose-600) 100%); color: #fff; position: relative; overflow: hidden; }
.testimonial-section::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><circle cx='50' cy='50' r='30' fill='%23ffffff' fill-opacity='0.03'/><circle cx='150' cy='150' r='50' fill='%23ffffff' fill-opacity='0.03'/></svg>"); }
.testimonial-section i.bi-quote { color: var(--rose-300); }
.testimonial-section blockquote p { font-family: 'Playfair Display', serif; font-size: 1.4rem; line-height: 1.6; font-style: italic; }

.newsletter-box { background: linear-gradient(135deg, var(--cream) 0%, var(--ivory-2) 100%); padding: 40px 24px; border-radius: var(--radius); border: 1px solid var(--line); }
.newsletter-box .form-control { border-radius: 30px 0 0 30px; border-color: var(--line); padding: 10px 18px; }
.newsletter-box .btn { border-radius: 0 30px 30px 0; padding: 10px 22px; }

.page-header { background: linear-gradient(135deg, var(--rose-50) 0%, var(--cream) 100%); padding: 50px 0 30px; border-bottom: 1px solid var(--line); }
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; margin: 0; color: var(--ink); }
.breadcrumb { background: transparent; padding: 0; margin: 6px 0 0; }
.breadcrumb a { color: var(--muted); }
.breadcrumb-item.active { color: var(--rose-700); font-weight: 500; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--rose-300); }

.filter-card { background: #fff; padding: 20px; border-radius: var(--radius); border: 1px solid var(--line); }
.filter-list { list-style: none; padding: 0; margin: 0; }
.filter-list li a { display: flex; justify-content: space-between; padding: 8px 0; color: var(--ink); border-bottom: 1px dashed var(--line); }
.filter-list li a:hover, .filter-list li a.active { color: var(--rose-700); font-weight: 600; }
.filter-list li:last-child a { border-bottom: none; }

.product-gallery-main { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); aspect-ratio: 1; overflow: hidden; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.product-thumbs .thumb { width: 70px; height: 70px; border: 2px solid transparent; border-radius: 6px; overflow: hidden; cursor: pointer; flex-shrink: 0; }
.product-thumbs .thumb.active { border-color: var(--rose-600); }
.product-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-cat { color: var(--rose-600); text-transform: uppercase; font-size: .78rem; letter-spacing: 3px; font-weight: 500; }
.product-page-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; margin: 6px 0 12px; color: var(--ink); }
.product-price-big { font-size: 1.8rem; font-weight: 700; color: var(--rose-700); }
.product-price-old { text-decoration: line-through; color: var(--muted); font-size: 1.1rem; }
.product-highlights { list-style: none; padding: 0; margin: 16px 0; }
.product-highlights li { padding: 4px 0; color: var(--ink-2); }
.qty-input { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 30px; overflow: hidden; background: #fff; }
.qty-input button { background: transparent; border: none; width: 38px; height: 46px; font-size: 1.2rem; color: var(--ink); }
.qty-input input { width: 50px; height: 46px; text-align: center; border: none; background: transparent; }
.qty-input-sm button { width: 28px; height: 32px; }
.qty-input-sm input { width: 40px; height: 32px; }
.add-to-cart-form { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.product-trust { display: flex; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: var(--muted); padding: 14px; background: var(--ivory); border-radius: 10px; }
.product-trust i { color: var(--rose-600); margin-right: 6px; }

.cart-items { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; }
.cart-item { display: flex; align-items: center; gap: 16px; padding: 16px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 90px; height: 90px; background: var(--ivory); border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-summary { background: #fff; padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); position: sticky; top: 100px; }
.cart-summary h5 { font-family: 'Playfair Display', serif; font-weight: 600; padding-bottom: 8px; border-bottom: 2px solid var(--rose-100); margin-bottom: 12px; }
.coupon-form .form-control { border-radius: 30px 0 0 30px; border-color: var(--line); }
.coupon-form .btn { border-radius: 0 30px 30px 0; }
.checkout-items { max-height: 200px; overflow-y: auto; }
.checkout-card { background: #fff; padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); margin-bottom: 16px; }
.checkout-card h5 { font-family: 'Playfair Display', serif; font-weight: 600; margin-bottom: 14px; color: var(--rose-700); padding-bottom: 6px; border-bottom: 2px solid var(--rose-100); }
.checkout-card .form-control, .checkout-card .form-select { border-radius: 8px; border-color: var(--line); }
.checkout-card .form-control:focus, .checkout-card .form-select:focus { border-color: var(--rose-600); box-shadow: 0 0 0 3px rgba(139,41,66,.1); }

.empty-state { text-align: center; padding: 50px 20px; }
.empty-state i { font-size: 4rem; color: var(--rose-300); }
.empty-state h5 { margin-top: 16px; font-family: 'Playfair Display', serif; }

.auth-page { display: flex; align-items: center; justify-content: center; min-height: 70vh; padding: 30px 16px; background: linear-gradient(135deg, var(--ivory) 0%, var(--rose-50) 100%); }
.auth-card { background: #fff; padding: 36px 32px; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; max-width: 440px; border: 1px solid var(--line); }
.auth-card h3 { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--rose-700); }
.auth-card .form-control { border-radius: 8px; border-color: var(--line); padding: 10px 14px; }
.auth-card .form-control:focus { border-color: var(--rose-600); box-shadow: 0 0 0 3px rgba(139,41,66,.1); }

.account-sidebar { background: #fff; border-radius: var(--radius); border: 1px solid var(--line); padding: 20px; }
.user-info { text-align: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.avatar { width: 64px; height: 64px; background: linear-gradient(135deg, var(--rose-600), var(--rose-400)); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 600; margin: 0 auto 8px; font-family: 'Playfair Display', serif; }
.account-menu { list-style: none; padding: 0; margin: 0; }
.account-menu li a { display: flex; align-items: center; padding: 10px 12px; color: var(--ink); border-radius: 8px; margin: 2px 0; }
.account-menu li a:hover, .account-menu li a.active { background: var(--rose-50); color: var(--rose-700); }
.account-menu li a i { margin-right: 10px; color: var(--rose-600); width: 18px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; transition: all .2s; }
.stat-card:hover { box-shadow: var(--shadow-sm); border-color: var(--rose-200); }
.stat-num { font-size: 1.7rem; font-weight: 700; color: var(--rose-700); font-family: 'Playfair Display', serif; }
.stat-label { color: var(--muted); font-size: .85rem; }

.order-timeline-card { background: #fff; padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); }
.timeline { list-style: none; padding: 0; margin: 24px 0 12px; display: flex; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; top: 9px; left: 9px; right: 9px; height: 2px; background: var(--line); z-index: 0; }
.timeline li { flex: 1; text-align: center; position: relative; z-index: 1; }
.timeline li .dot { display: inline-block; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--line); margin-bottom: 8px; transition: all .2s; }
.timeline li.done .dot { background: var(--rose-600); border-color: var(--rose-600); }
.timeline li.active .dot { background: #fff; border-color: var(--rose-600); box-shadow: 0 0 0 4px rgba(139,41,66,.18); }
.timeline li .label { display: block; font-size: .8rem; color: var(--muted); }
.timeline li.done .label, .timeline li.active .label { color: var(--ink); font-weight: 600; }

.success-box { background: #fff; padding: 40px; border-radius: var(--radius-lg); max-width: 600px; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.success-check { font-size: 5rem; color: var(--success); }
.failed-icon { font-size: 5rem; color: var(--danger); }
.order-summary-card { background: var(--rose-50); padding: 18px; border-radius: 10px; margin-top: 24px; border: 1px solid var(--rose-100); }
.order-summary-card > div { padding: 4px 0; border-bottom: 1px solid var(--rose-100); }
.order-summary-card > div:last-child { border-bottom: none; }
.payment-box { background: #fff; padding: 40px; border-radius: var(--radius-lg); max-width: 500px; border: 1px solid var(--line); box-shadow: var(--shadow-md); }

.contact-card, .value-card { background: #fff; padding: 32px 22px; border-radius: var(--radius); border: 1px solid var(--line); text-align: center; height: 100%; transition: all .25s; }
.contact-card:hover, .value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--rose-200); }
.contact-card i { font-size: 2.6rem; color: var(--rose-600); display: block; margin-bottom: 14px; }
.value-card i { font-size: 2.6rem; color: var(--rose-600); display: block; margin-bottom: 14px; }
.policy-content h2 { font-family: 'Playfair Display', serif; font-weight: 700; margin-bottom: 16px; color: var(--ink); }
.policy-content h3 { margin-top: 26px; margin-bottom: 8px; font-size: 1.1rem; font-weight: 600; color: var(--rose-700); font-family: 'Poppins', sans-serif; }
.policy-content p, .policy-content li { color: var(--ink-2); line-height: 1.75; }
.policy-content a { color: var(--rose-600); }
.policy-content a:hover { color: var(--rose-700); text-decoration: underline; }
.policy-content table { margin: 16px 0; }
.policy-content table th { background: var(--rose-50); color: var(--rose-700); }

/* ===== Footer (rebuilt) ===== */
.site-footer { margin-top: 60px; color: rgba(255,255,255,.85); background: #1a0d10; }
.footer-top { background: linear-gradient(135deg, var(--rose-700) 0%, var(--rose-600) 100%); padding: 40px 0; color: #fff; }
.footer-headline { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700; color: #fff; margin: 0; }
.footer-top p { color: rgba(255,255,255,.88); margin: 4px 0 0; font-size: .95rem; }
.footer-newsletter {
    display: flex; align-items: center;
    background: #fff; border-radius: 30px;
    padding: 5px 5px 5px 18px;
    max-width: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
}
.footer-nl-icon { color: var(--rose-600); font-size: 1.05rem; margin-right: 8px; flex-shrink: 0; }
.footer-newsletter input { flex: 1 1 auto; min-width: 0; background: transparent; border: none; padding: 9px 6px; outline: none; color: var(--ink); font-size: .92rem; }
.footer-newsletter button {
    background: var(--ink); color: #fff; border: none;
    border-radius: 30px; padding: 9px 18px;
    font-weight: 600; font-size: .88rem;
    display: inline-flex; align-items: center; gap: 6px;
    flex-shrink: 0; white-space: nowrap;
    transition: background .2s, transform .15s;
}
.footer-newsletter button:hover { background: var(--rose-700); transform: translateX(2px); }
.footer-newsletter button i { font-size: .95rem; }
.foot-subs-msg {
    display: block; margin-top: 8px; color: #fff;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
    padding: 6px 12px; border-radius: 20px; font-size: .82rem;
    text-align: center;
}
.foot-subs-msg i { color: #6ee79c; margin-right: 4px; }

@media (max-width: 575.98px) {
    .footer-top { padding: 30px 0; }
    .footer-headline { font-size: 1.35rem; }
    .footer-top p { font-size: .88rem; margin-bottom: 8px; }
    .footer-newsletter { padding: 4px 4px 4px 14px; border-radius: 24px; }
    .footer-nl-icon { font-size: .95rem; margin-right: 6px; }
    .footer-newsletter input { padding: 8px 4px; font-size: .85rem; }
    .footer-newsletter button {
        padding: 8px 12px; font-size: .8rem; border-radius: 22px; gap: 4px;
    }
    /* Show icon only on very small screens */
    .footer-newsletter button span { display: none; }
    .footer-newsletter button i { font-size: 1rem; margin: 0; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-newsletter button { padding: 9px 14px; font-size: .82rem; }
}

.footer-main { background: #1a0d10; padding: 56px 0 30px; }
.footer-main .row { row-gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 14px; }
.footer-logo { height: 44px; width: auto; background: #fff; padding: 6px 10px; border-radius: 8px; }
.footer-tagline { color: rgba(255,255,255,.7); font-size: .92rem; line-height: 1.7; margin-bottom: 16px; }
.footer-contact-mini { list-style: none; padding: 0; margin: 0 0 16px; }
.footer-contact-mini li { color: rgba(255,255,255,.95); font-size: .92rem; padding: 6px 0; }
.footer-contact-mini li i { color: var(--rose-300); margin-right: 10px; width: 18px; font-size: 1rem; }
.footer-contact-mini li a { color: #fff; }
.footer-contact-mini li a:hover { color: var(--rose-300); }
.footer-col h6 { color: var(--rose-300); font-size: .82rem; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 18px; font-weight: 600; position: relative; padding-bottom: 10px; }
.footer-col h6::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2px; background: var(--rose-500); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links li a { color: rgba(255,255,255,.72); font-size: .9rem; transition: all .2s; display: inline-flex; align-items: center; gap: 6px; }
.footer-links li a:hover { color: var(--rose-300); transform: translateX(4px); }
.footer-payments { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.footer-payments span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; padding: 4px 10px; font-size: .72rem; color: rgba(255,255,255,.85); letter-spacing: .5px; }
.social { display: flex; gap: 8px; margin-top: 4px; }
.social a { display: inline-flex; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08); align-items: center; justify-content: center; color: #fff; transition: all .2s; border: 1px solid rgba(255,255,255,.1); }
.social a:hover { background: var(--rose-600); border-color: var(--rose-600); transform: translateY(-2px); }
.footer-bottom { background: #0d0608; padding: 18px 0; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.06); }
.footer-bottom a { color: rgba(255,255,255,.75); }
.footer-bottom a:hover { color: var(--rose-300); }
.footer-bottom i { color: var(--rose-500); margin-right: 4px; }

/* Mobile bottom menu: shown on viewports <= 991.98px (tablets & phones) */
.mobile-bottom-menu {
    display: none;
}
@media (max-width: 991.98px) {
    .mobile-bottom-menu {
        position: fixed; bottom: 0; left: 0; right: 0;
        background: #fff; border-top: 1px solid var(--line);
        display: flex; z-index: 1030;
        padding: 6px 0 calc(env(safe-area-inset-bottom, 0px) + 6px);
        box-shadow: 0 -2px 12px rgba(60,30,30,.08);
    }
    body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
}
@media (min-width: 992px) {
    .mobile-bottom-menu { display: none !important; }
    body { padding-bottom: 0 !important; }
}
.mobile-bottom-menu a { flex: 1; text-align: center; padding: 6px 4px; color: var(--muted); font-size: .68rem; }
.mobile-bottom-menu a i { display: block; font-size: 1.3rem; margin-bottom: 2px; }
.mobile-bottom-menu a.active, .mobile-bottom-menu a:hover { color: var(--rose-600); }

.form-control, .form-select { border-radius: 8px; border-color: var(--line); }
.form-control:focus, .form-select:focus { border-color: var(--rose-600); box-shadow: 0 0 0 3px rgba(139,41,66,.08); }
.form-label { font-weight: 500; color: var(--ink-2); font-size: .9rem; }
.form-check-input:checked { background-color: var(--rose-600); border-color: var(--rose-600); }

.alert-success { background: #e7f3ec; color: #1e5a3d; border: 1px solid #b8dccc; }
.alert-danger { background: #fbeaea; color: #8a1f1f; border: 1px solid #f0c4c4; }

.pagination .page-link { color: var(--rose-600); border-color: var(--line); }
.pagination .page-item.active .page-link { background: var(--rose-600); border-color: var(--rose-600); color: #fff; }

.table { color: var(--ink); }
.table thead th { background: var(--rose-50); color: var(--rose-700); border-bottom: 2px solid var(--rose-200); font-size: .82rem; text-transform: uppercase; letter-spacing: 1px; }

.placeholder { background: var(--ivory); }
::selection { background: var(--rose-200); color: var(--rose-900); }

/* ===================================================
   MOBILE EXPERIENCE IMPROVEMENTS
   =================================================== */

/* ---- Mobile top bar: email + phone shown ---- */
@media (max-width: 767.98px) {
    .announcement-bar { padding: 7px 0; font-size: .75rem; }
    .announcement-bar .container { justify-content: center !important; gap: 0; }
    .announcement-bar .announce-marquee {
        gap: 0; justify-content: center; width: 100%;
    }
    .announcement-bar .announce-marquee .sep {
        display: inline-block; padding: 0 6px; opacity: .6;
    }
    .announce-email, .announce-phone {
        display: inline-flex !important; align-items: center; gap: 4px;
        font-weight: 600; letter-spacing: .1px; color: #fff !important;
        white-space: nowrap;padding-left: 20px;
    }
    .announce-email i, .announce-phone i { font-size: .82rem; }
    .announce-email span, .announce-phone span { display: none !important; }
}

/* ---- Mobile header: 3-column grid — hamburger | logo | cart ---- */
@media (max-width: 991.98px) {
    .header-row {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 8px;
        min-height: 60px;
        padding: 8px 0;
    }
    .header-left { display: flex; align-items: center; justify-content: center; min-width: 0; }
    .header-left .navbar-brand { margin: 0 auto; }
    .header-center { display: none !important; }
    .header-right { display: flex; align-items: center; justify-content: flex-end; gap: 0; min-width: 0; }
    .header-right .header-icon { padding: 6px 8px; min-width: 44px; }
    .header-right .header-icon .icon-label { display: none; }
    .hamburger { padding: 6px 8px; min-width: 36px; justify-self: start; }
    .hamburger i { font-size: 1.4rem; }
    .brand-logo { max-height: 67px; }
}

/* ---- Mobile menu search bar ---- */
.mobile-menu-search {
    display: flex; align-items: center;
    background: var(--ivory); border: 1.5px solid var(--line);
    border-radius: 30px; padding: 4px 6px 4px 14px;
    transition: border-color .2s, box-shadow .2s;
}
.mobile-menu-search:focus-within { border-color: var(--rose-600); box-shadow: 0 0 0 3px rgba(139,41,66,.1); }
.mobile-menu-search i { color: var(--rose-600); font-size: 1rem; margin-right: 8px; }
.mobile-menu-search input { flex: 1; background: transparent; border: none; outline: none; padding: 8px 4px; font-size: .92rem; color: var(--ink); min-width: 0; }
.mobile-menu-search input::placeholder { color: var(--muted); }
.mobile-menu-search button { background: var(--rose-600); color: #fff; border: none; border-radius: 24px; padding: 7px 18px; font-weight: 600; font-size: .85rem; }
.mobile-menu-search button:hover { background: var(--rose-700); }
.offcanvas { max-width: 320px; }
.offcanvas-header { background: linear-gradient(135deg, var(--rose-700), var(--rose-600)); color: #fff; padding: 14px 18px; }
.offcanvas-header .offcanvas-title { color: #fff; font-family: 'Playfair Display', serif; font-weight: 600; }
.offcanvas-header .btn-close { filter: invert(1) brightness(200%); }

/* ---- Mobile hero: cleaner proportions, smaller text, taller image ---- */
@media (max-width: 767.98px) {
    .hero-slider { margin: 0; }
    .hero-img { max-height: 380px; min-height: 320px; object-fit: cover; }
    .carousel-item::before {
        background: linear-gradient(180deg, rgba(45,15,25,0.35) 0%, rgba(45,15,25,0.65) 50%, rgba(45,15,25,0.85) 100%);
    }
    .hero-caption {
        top: auto; bottom: 24px; left: 5%; right: 5%;
        transform: none; max-width: none; text-align: center; padding: 0 6px;
    }
    .hero-eyebrow { font-size: .68rem; padding: 4px 12px; letter-spacing: 2px; }
    .hero-title {
        font-size: clamp(1.4rem, 6vw, 2rem);
        margin: 8px 0 10px; line-height: 1.15;
    }
    .hero-cta { padding: 9px 20px; font-size: .88rem; }
    .carousel-indicators { margin-bottom: 8px; }
    .carousel-indicators [data-bs-target] { width: 20px; height: 2px; }
    .carousel-control-prev, .carousel-control-next { width: 12%; opacity: .7; }
    .carousel-control-prev-icon, .carousel-control-next-icon { width: 24px; height: 24px; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-img { max-height: 460px; }
    .hero-title { font-size: clamp(2rem, 4vw, 3rem); }
    .hero-caption { left: 6%; max-width: 420px; }
}
