/* ============================================================
   homepage.css — premium long-scroll homepage sections
   Brass / luxury theme · works with AOS + GSAP
   ============================================================ */

/* ---------- Mega menu ---------- */
.mega-wrap { position: relative; }
.mega-panel {
  position: absolute; top: 100%; left: 0; width: 640px; max-width: 92vw;
  background: #fff; border: 1px solid var(--pv-border); border-radius: 0 0 var(--pv-radius) var(--pv-radius);
  box-shadow: var(--pv-shadow-lg); padding: 22px; z-index: 1050;
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .22s ease;
}
.mega-wrap:hover .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel h6 { font-family: var(--pv-font); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--pv-gold); margin-bottom: 10px; }
.mega-panel a { display: block; padding: 5px 0; color: var(--pv-body); font-size: 14px; }
.mega-panel a:hover { color: var(--pv-accent-dark); padding-left: 4px; }
/* Wide 5-column mega for the category tree, height-capped with scroll */
.mega-panel.mega-panel-wide { width: 1000px; max-width: 96vw; max-height: 78vh; overflow-y: auto; }
.pv-mega-grid { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); gap: 6px 22px; }
.pv-mega-col h6 { position: sticky; top: 0; background: #fff; padding-bottom: 6px; }
.pv-mega-col h6 a { display: inline; padding: 0; color: var(--pv-gold) !important; }
@media (max-width: 992px) { .pv-mega-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- HERO (contained slider section, sits below the header) ---------- */
.hero-lux { position: relative; min-height: 84vh; display: flex; align-items: center; overflow: hidden; background: #1c130a; }
@media (max-width: 767.98px){ .hero-lux { min-height: 70vh; } }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; display: flex; align-items: center; }
.hero-slide.active { opacity: 1; }
.hero-slide .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-slide .bg.b1 { background: radial-gradient(130% 130% at 78% 22%, #8a6630 0%, #5a4023 35%, #2c1d10 70%, #150d07 100%); }
.hero-slide .bg.b2 { background: radial-gradient(130% 130% at 22% 35%, #7d5a2a 0%, #50391d 35%, #28190d 70%, #130c06 100%); }
.hero-slide .bg.b3 { background: radial-gradient(130% 130% at 62% 65%, #936f38 0%, #5e4424 35%, #2e1f11 70%, #160e08 100%); }
.hero-icon { opacity: .22; }
/* Real brass statue image on the right of each hero slide */
.hero-figure-img { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 40%; max-width: 560px; height: 78%; object-fit: cover; border-radius: var(--pv-radius-lg); box-shadow: 0 22px 55px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.14); z-index: 2; }
@media (max-width: 991.98px){ .hero-figure-img { display: none; } }
.hero-lux::after { display: none; } /* full-image overlay hidden — only the text gets a backing panel */
.hero-content { position: relative; z-index: 3; color: #f6efe2; max-width: 600px; padding: 36px 44px; border-radius: var(--pv-radius-lg); background: linear-gradient(115deg, rgba(18,12,6,.82) 0%, rgba(18,12,6,.58) 60%, rgba(18,12,6,0) 100%); }
@media (max-width: 575.98px){ .hero-content { padding: 24px 22px; background: rgba(18,12,6,.7); } }
.hero-content .eyebrow { color: var(--pv-gold); }
.hero-content h1 { font-family: var(--pv-display-font); color: #fff; font-size: clamp(34px, 5vw, 60px); line-height: 1.1; font-weight: 700; margin: 14px 0 18px; }
.hero-content p { color: #ddd1bd; font-size: 18px; max-width: 520px; }
.hero-icon { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); font-size: clamp(120px, 20vw, 280px); color: var(--pv-gold); opacity: .18; z-index: 2; }
.hero-dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.hero-dots button { width: 36px; height: 4px; border: 0; background: rgba(255,255,255,.3); border-radius: 4px; cursor: pointer; transition: background .3s; }
.hero-dots button.active { background: var(--pv-gold); }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s, box-shadow .2s; -webkit-tap-highlight-color: transparent; }
.hero-arrow:hover { background: var(--pv-gold); color: #2a1d11; border-color: var(--pv-gold); }
/* Keep the button perfectly round in every state — the browser's default (square)
   focus outline was showing as a pink/maroon box around the arrow on click/hover. */
.hero-arrow, .hero-arrow:hover, .hero-arrow:focus, .hero-arrow:active { border-radius: 50% !important; outline: none; }
.hero-arrow:focus-visible { box-shadow: 0 0 0 3px rgba(200,160,75,.55); border-radius: 50%; }
.hero-arrow::-moz-focus-inner { border: 0; padding: 0; }
.hero-arrow.prev { left: 24px; } .hero-arrow.next { right: 24px; }

/* ---------- Category cards ---------- */
.cat-card { position: relative; border-radius: var(--pv-radius); overflow: hidden; aspect-ratio: 4/5; display: flex; align-items: flex-end; background: linear-gradient(160deg, #f0e6d2, #e3d2b0); border: 1px solid var(--pv-border); transition: transform .35s ease, box-shadow .35s ease; }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--pv-shadow-lg); }
.cat-card .ic { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-60%); font-size: 64px; color: var(--pv-accent-dark); opacity: .8; transition: transform .4s; }
.cat-card:hover .ic { transform: translate(-50%,-60%) scale(1.12); }
.cat-card .label { position: relative; z-index: 2; width: 100%; padding: 16px; background: linear-gradient(transparent, rgba(42,29,17,.85)); color: #fff; }
.cat-card .label h5 { color: #fff; font-family: var(--pv-h-font); margin: 0; font-size: 16px; }
.cat-card .label small { color: var(--pv-gold-soft); }

/* small round category chips strip */
.cat-chip { text-align: center; }
.cat-chip .circle { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(150deg,#f5ecdb,#e8d8b8); display: flex; align-items: center; justify-content: center; font-size: 34px; color: var(--pv-accent-dark); border: 1px solid var(--pv-gold-soft); transition: all .3s; }
.cat-chip:hover .circle { transform: translateY(-5px); box-shadow: var(--pv-shadow); }
.cat-chip .name { font-weight: 600; color: var(--pv-dark); font-size: 14px; }

/* ---------- Category horizontal scroll slider ---------- */
.cat-slider-wrap { position: relative; padding: 0 46px; }
.cat-slider { display: flex; gap: 26px; overflow-x: auto; scroll-behavior: smooth; padding: 8px 4px 14px; scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none; }
.cat-slider::-webkit-scrollbar { display: none; }
.cat-slider .cat-chip { flex: 0 0 auto; width: 150px; text-align: center; text-decoration: none; scroll-snap-align: start; }
.cat-slider .cat-chip .circle { width: 132px; height: 132px; font-size: 44px; margin: 0 auto 14px; }
.cat-slider .cat-chip .name { font-size: 15px; }
.cat-slider .cat-chip small { color: var(--pv-muted); font-size: 12px; display: block; margin-top: 2px; }
.cat-nav { position: absolute; top: 50px; width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid var(--pv-border); color: var(--pv-accent-dark); box-shadow: var(--pv-shadow-sm); cursor: pointer; z-index: 3; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.cat-nav:hover { background: var(--pv-gold); color: #2a1d11; border-color: var(--pv-gold); }
.cat-nav.prev { left: 0; } .cat-nav.next { right: 0; }
@media (max-width: 575.98px){ .cat-slider-wrap { padding: 0 8px; } .cat-nav { display: none; } .cat-slider .cat-chip { width: 118px; } .cat-slider .cat-chip .circle { width: 102px; height: 102px; font-size: 34px; } }

/* ---------- Premium / trending dark band ---------- */
.band-dark { background: linear-gradient(135deg, #2a1d11, #160f08); color: #e8ddc8; position: relative; overflow: hidden; }
.band-dark h2 { color: #fff; font-family: var(--pv-h-font); }
.band-dark .eyebrow { color: var(--pv-gold); }
.band-dark .product-card { background: #34281a; border-color: #4a3a26; }
.band-dark .product-card .title a { color: #f4ecdb !important; }
.band-dark .product-card .cat { color: var(--pv-gold-soft); }
.band-dark .product-card .thumb { background: linear-gradient(150deg,#3e3020,#2c2114); color: var(--pv-gold); }

/* ---------- About ---------- */
.about-img { background: var(--pv-gold-grad); border-radius: var(--pv-radius-lg); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 130px; box-shadow: var(--pv-shadow-lg); }
.about-badge { position: absolute; right: -18px; bottom: -18px; background: #fff; border-radius: var(--pv-radius); box-shadow: var(--pv-shadow); padding: 16px 20px; text-align: center; }
.about-badge .n { font-family: var(--pv-display-font); font-size: 28px; color: var(--pv-accent-dark); font-weight: 700; }

/* ---------- Why choose us / counters ---------- */
.feature-tile { text-align: center; padding: 28px 18px; border-radius: var(--pv-radius); transition: all .3s; }
.feature-tile:hover { background: #fff; box-shadow: var(--pv-shadow); transform: translateY(-4px); }
.feature-tile .ic { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px; background: var(--pv-primary-light); color: var(--pv-accent-dark); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.counter-band { background: #fff1f5; color: #fff; }
.counter-band .num { font-family: var(--pv-display-font); font-size: clamp(32px,4vw,46px); font-weight: 700; color: #3a1f2a; line-height: 1; }
.counter-band .lbl { color: var(--pv-dark); font-size: 14px; letter-spacing: .04em; }

/* ---------- Showcase split ---------- */
.showcase-visual { background: var(--pv-gold-grad); border-radius: var(--pv-radius-lg); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 150px; }

/* ---------- Testimonials ---------- */
.testi-card { background: #fff; border: 1px solid var(--pv-border); border-radius: var(--pv-radius); padding: 30px; box-shadow: var(--pv-shadow-sm); }
.testi-card .quote { font-size: 38px; color: var(--pv-gold); line-height: .6; font-family: var(--pv-display-font); }
.testi-card p { font-style: italic; color: var(--pv-body); }
.testi-card .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi-card .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--pv-gold-grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 230px; gap: 14px; }
.gallery-grid .g { border-radius: var(--pv-radius-sm); overflow: hidden; background: linear-gradient(150deg,#f0e6d2,#e0cda6); display: flex; align-items: center; justify-content: center; font-size: 40px; color: var(--pv-accent-dark); position: relative; cursor: pointer; }
.gallery-grid .g.tall { grid-row: span 2; }
.gallery-grid .g.wide { grid-column: span 2; }
/* Admin gallery: fixed 250 × 250 square tiles */
.gallery-grid.pv-gallery-masonry { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-auto-rows: 250px; gap: 14px; }
.gallery-grid.pv-gallery-masonry .g { grid-row: auto !important; grid-column: auto !important; width: 100%; height: 250px; overflow: hidden; background: none; }
.gallery-grid.pv-gallery-masonry .g img.pv-gimg { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--pv-radius-sm); }
@media (max-width: 640px) { .gallery-grid.pv-gallery-masonry { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-auto-rows: 150px; } .gallery-grid.pv-gallery-masonry .g { height: 150px; } }
.gallery-grid .g::after { content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; inset: 0; background: rgba(42,29,17,.55); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.gallery-grid .g:hover::after { opacity: 1; }

/* ---------- Video banner ---------- */
.video-band { position: relative; min-height: 420px; border-radius: var(--pv-radius-lg); overflow: hidden; background: radial-gradient(circle at 50% 40%, #4d3a20, #1c130a); display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.video-band .play { width: 86px; height: 86px; border-radius: 50%; background: rgba(255,255,255,.12); border: 2px solid var(--pv-gold); color: var(--pv-gold); display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 22px; cursor: pointer; transition: all .3s; }
.video-band .play:hover { background: var(--pv-gold); color: #2a1d11; transform: scale(1.08); }
.video-band h2 { color: #fff; font-family: var(--pv-h-font); }

/* ---------- Export / shipping ---------- */
.export-band { background: var(--pv-primary-light); }
.export-feature { display: flex; gap: 16px; align-items: flex-start; }
.export-feature .ic { flex: none; width: 54px; height: 54px; border-radius: var(--pv-radius-sm); background: #fff; color: var(--pv-accent-dark); display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: var(--pv-shadow-sm); }

/* ---------- Manufacturing process timeline ---------- */
.process-step { text-align: center; position: relative; padding-bottom: 22px; }
.process-step .circle { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 16px; background: #fff; border: 2px dashed var(--pv-gold); color: var(--pv-accent-dark); display: flex; align-items: center; justify-content: center; font-size: 30px; position: relative; z-index: 2; }
.process-step .step-no { position: absolute; top: -6px; right: calc(50% - 52px); background: var(--pv-gold-grad); color: #2a1d11; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; z-index: 3; }
/* zero the vertical row-gutter so the connector line lines up with circle centres */
.process-row { position: relative; --bs-gutter-y: 0; }
.process-row::before { display: none; } /* connector line hidden per request */

/* ---------- Blog cards ---------- */
.blog-card { background: #fff; border: 1px solid var(--pv-border); border-radius: var(--pv-radius); overflow: hidden; transition: all .3s; height: 100%; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--pv-shadow-lg); }
.blog-card .cover { aspect-ratio: 16/10; background: linear-gradient(150deg,#f0e6d2,#e0cda6); display: flex; align-items: center; justify-content: center; font-size: 44px; color: var(--pv-accent-dark); }
.blog-card .body { padding: 18px 20px 22px; }
.blog-card .meta { font-size: 12px; color: var(--pv-muted); letter-spacing: .04em; text-transform: uppercase; }
.blog-card h5 { font-family: var(--pv-h-font); font-size: 17px; margin: 8px 0; }

/* ---------- Instagram ---------- */
.insta-grid { display: grid; grid-template-columns: repeat(auto-fill, 150px); justify-content: center; gap: 10px; }
.insta-grid .ig { aspect-ratio: 1/1; border-radius: var(--pv-radius-sm); background: linear-gradient(150deg,#f0e6d2,#e0cda6); display: flex; align-items: center; justify-content: center; color: var(--pv-accent-dark); font-size: 26px; position: relative; overflow: hidden; cursor: pointer; }
.insta-grid .ig::after { content: "\f16d"; font-family: "Font Awesome 6 Brands"; position: absolute; inset: 0; background: rgba(200,160,75,.85); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; opacity: 0; transition: opacity .3s; }
.insta-grid .ig:hover::after { opacity: 1; }
@media (max-width: 767.98px){ .insta-grid { grid-template-columns: repeat(auto-fill, 110px); } }

/* ---------- Newsletter ---------- */
.newsletter-band { background: #f9f3f4; border-radius: var(--pv-radius-lg); color: #2a1d11; }
.newsletter-band h2 { color: #2a1d11; font-family: var(--pv-h-font); }
.newsletter-band .form-control { border: 0; border-radius: 30px 0 0 30px; }
.newsletter-band .btn { border-radius: 0 30px 30px 0; background: #2a1d11; color: #fff; border: 0; }
.newsletter-band .btn:hover { background: #000; }

/* ---------- Quick view modal product ---------- */
.qv-visual { background: linear-gradient(150deg,#f5ecdb,#e8d8b8); border-radius: var(--pv-radius); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; font-size: 90px; color: var(--pv-accent-dark); }

/* ---------- AOS fallback (if lib fails, still visible) ---------- */
[data-aos] { will-change: opacity, transform; }
.no-aos [data-aos] { opacity: 1 !important; transform: none !important; }

/* ---------- FAQ ---------- */
.faq .accordion-button { font-family: var(--pv-h-font); font-weight: 600; color: var(--pv-dark); background: #fff; box-shadow: none; }
.faq .accordion-button:not(.collapsed) { color: var(--pv-accent-dark); background: var(--pv-primary-light); }
.faq .accordion-button:focus { box-shadow: none; border-color: var(--pv-gold-soft); }
.faq .accordion-item { border-color: var(--pv-border); border-radius: var(--pv-radius-sm) !important; margin-bottom: 10px; overflow: hidden; }

@media (max-width: 991.98px){ .gallery-grid { grid-template-columns: repeat(2,1fr); } .hero-icon { display: none; } }

/* ============================================================
   PLACEHOLDER IMAGE INJECTION (images.js) — cover fills + zoom
   ============================================================ */
.ph-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0; transition: opacity .5s ease, transform .6s ease; }
.has-img .ph-img { opacity: 1; }

/* Containers must clip + stack the injected image */
.product-card .thumb,
.cat-card, .cat-chip .circle,
.gallery-grid .g, .insta-grid .ig, .blog-card .cover,
.gallery-main, .gallery-thumbs .gt,
.mini-thumb, .about-img, .showcase-visual, .qv-visual { position: relative; overflow: hidden; }

/* Fade the fallback icon out once a photo is present (keep it for ph-failed) */
.product-card .thumb.has-img > i,
.cat-card.has-img .ic,
.cat-chip .circle.has-img > i,
.gallery-grid .g.has-img > i,
.insta-grid .ig.has-img > i,
.blog-card .cover.has-img > i,
.gallery-main.has-img > i,
.gallery-thumbs .gt.has-img > i,
.mini-thumb.has-img > i,
.about-img.has-img > i,
.showcase-visual.has-img > i,
.qv-visual.has-img > i { opacity: 0; }

/* Hover image zoom */
.product-card:hover .thumb .ph-img,
.cat-card:hover .ph-img,
.blog-card:hover .cover .ph-img,
.gallery-grid .g:hover .ph-img,
.insta-grid .ig:hover .ph-img { transform: scale(1.08); }

/* Keep category label + gallery/insta overlays ABOVE the image */
.cat-card .label, .gallery-grid .g::after, .insta-grid .ig::after { z-index: 2; }
.cat-card .ic { z-index: 2; }
.cat-card.has-img .label { z-index: 3; }

/* Make the dark hero overlay sit above background images */
.hero-slide .bg { z-index: 1; }
.hero-lux::after { z-index: 2; }
.hero-content, .hero-arrow, .hero-dots { z-index: 4; }

/* ============================================================
   GLASSMORPHISM
   ============================================================ */
.glass { background: rgba(255,255,255,.14); backdrop-filter: blur(12px) saturate(140%); -webkit-backdrop-filter: blur(12px) saturate(140%); border: 1px solid rgba(255,255,255,.25); }

/* Category label as a frosted glass bar over the photo */
.cat-card.has-img .label {
  background: rgba(28,19,10,.42);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
}

/* Frosted USP / hero panels */
.hero-content.glass-panel { background: rgba(20,13,7,.28); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.14); border-radius: var(--pv-radius-lg); padding: 30px 34px; }

/* ============================================================
   PARALLAX (driven by animations.js: translateY on scroll)
   ============================================================ */
[data-parallax] { will-change: transform; }
.hero-slide.active .bg { transition: transform .2s linear; }

/* ---------- Hero image: guarantee full coverage ---------- */
.hero-slide .bg { background-color: #1c130a; }       /* dark fallback, never red/empty */
.hero-slide .bg .ph-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 1;                                          /* always visible once injected */
  z-index: 1;
}

/* ---------- Deals of the Day (carousel) ---------- */
.deals-wrap { position: relative; padding: 0 46px; }
.deals-slider { display: flex; gap: 22px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding: 4px 2px; }
.deals-slider::-webkit-scrollbar { display: none; }
.deals-slider .deal-card { flex: 0 0 calc(50% - 11px); scroll-snap-align: start; }
.deals-wrap .cat-nav { top: 50%; transform: translateY(-50%); }
@media (max-width: 767.98px){ .deals-wrap { padding: 0 8px; } .deals-slider .deal-card { flex: 0 0 100%; } .deals-wrap .cat-nav { display: none; } }
.deal-card { display: flex; gap: 18px; background: #fff; border: 1px solid var(--pv-border); border-radius: var(--pv-radius); padding: 18px; box-shadow: var(--pv-shadow-sm); transition: box-shadow .25s, transform .25s; }
.deal-card:hover { box-shadow: var(--pv-shadow-lg); transform: translateY(-3px); }
.deal-card .deal-thumb { position: relative; flex: 0 0 150px; width: 150px; height: 190px; border-radius: var(--pv-radius-sm); background: linear-gradient(150deg,#f5ecdb,#e8d8b8); display: flex; align-items: center; justify-content: center; color: var(--pv-accent-dark); font-size: 50px; overflow: hidden; }
.deal-card .deal-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.deal-card .deal-thumb .ribbon { position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--pv-danger, #a12a2a); color: #fff; font-size: 11px; font-weight: 700; line-height: 1.5; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: .02em; }
.deal-card .deal-thumb .ribbon.sale { background: var(--pv-danger, #a12a2a); }
.deal-card .deal-body { flex: 1; min-width: 0; }
.deal-card .deal-body .cat { font-size: 12px; color: var(--pv-muted); text-transform: uppercase; letter-spacing: .04em; }
.deal-card .deal-body h3 { font-family: var(--pv-h-font); font-size: 17px; margin: 4px 0 6px; }
.deal-card .deal-body .price { font-size: 19px; font-weight: 700; color: var(--pv-accent-dark); }
.deal-card .deal-body .price .old { font-size: 13px; color: var(--pv-muted); text-decoration: line-through; font-weight: 500; margin-left: 6px; }
.countdown { display: flex; gap: 8px; margin: 14px 0; }
.cd-box { background: var(--pv-primary); border-radius: var(--pv-radius-sm); padding: 8px 4px; min-width: 50px; text-align: center; }
.cd-box .num { display: block; font-family: var(--pv-h-font); font-weight: 700; font-size: 20px; color: var(--pv-gold); line-height: 1.1; }
.cd-box small { color: #d8cbb2; font-size: 10px; text-transform: uppercase; letter-spacing: .03em; }

/* ---------- "Someone purchased" social-proof popup ---------- */
.purchase-pop { position: fixed; left: 20px; bottom: 20px; z-index: 1085; width: 310px; max-width: calc(100vw - 40px); background: #fff; border: 1px solid var(--pv-border); border-left: 4px solid var(--pv-gold); border-radius: var(--pv-radius); box-shadow: var(--pv-shadow-lg); padding: 12px 14px; display: flex; gap: 12px; align-items: center; transform: translateY(160%); opacity: 0; transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .4s; }
.purchase-pop.show { transform: translateY(0); opacity: 1; }
.purchase-pop .pp-thumb { width: 50px; height: 50px; border-radius: var(--pv-radius-sm); background: linear-gradient(150deg,#f5ecdb,#e8d8b8); display: flex; align-items: center; justify-content: center; color: var(--pv-accent-dark); flex: none; font-size: 22px; }
.purchase-pop .pp-close { position: absolute; top: 6px; right: 8px; border: 0; background: transparent; color: var(--pv-muted); cursor: pointer; font-size: 16px; line-height: 1; }
.purchase-pop .pp-title { font-size: 11px; color: var(--pv-muted); text-transform: uppercase; letter-spacing: .04em; }
.purchase-pop .pp-name { font-weight: 600; font-size: 13.5px; color: var(--pv-dark); line-height: 1.3; }
.purchase-pop .pp-meta { font-size: 11px; color: var(--pv-muted); margin-top: 2px; }
.purchase-pop .pp-meta i { color: var(--pv-success); }
@media (max-width: 575.98px){ .purchase-pop { left: 12px; bottom: 12px; } }
