/* ============================================================
   pt-home.css — Merged homepage overrides
   Consolidated from: pt-home-v638.css + pt-home-v639.css + pt-home-v649.css
   Load order PRESERVED: v638 → v639 → v649 (last wins)
   ============================================================ */

/* ============== SECTION 1: v6.4.38 (was pt-home-v638.css) ============== */
/* ============================================================
   pt-home-v638.css — Homepage unification overrides (v6.4.38)
   Enqueued LAST on front-page only via functions.php.
   Goals: width unity, MPP/RA card cleanup, reviews infinite,
   brands continuous, WCU button visible, footer polish.
   ============================================================ */

/* ── 1. WIDTH UNIFICATION — every section matches hero container ── */
.pt-hero-container,
.pt-feature-wrap,
.pt-main-content > .container,
.pt-mpp-section,
.pt-mpp-section > .container,
.pt-ra-section > .container,
.pt-stats-section .pt-stats-inner,
.pt-features-section > .container,
.pt-reviews-section > .container,
.pt-brands-section .pt-brands-header,
.pt-brands-section .pt-brands-track-wrap {
  max-width: 1280px !important;
  width: 92% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .pt-hero-container,
  .pt-feature-wrap,
  .pt-main-content > .container,
  .pt-mpp-section,
  .pt-mpp-section > .container,
  .pt-ra-section > .container,
  .pt-stats-section .pt-stats-inner,
  .pt-features-section > .container,
  .pt-reviews-section > .container,
  .pt-brands-section .pt-brands-header,
  .pt-brands-section .pt-brands-track-wrap {
    width: 94% !important;
  }
}
@media (max-width: 640px) {
  .pt-hero-container,
  .pt-feature-wrap,
  .pt-main-content > .container,
  .pt-mpp-section,
  .pt-mpp-section > .container,
  .pt-ra-section > .container,
  .pt-stats-section .pt-stats-inner,
  .pt-features-section > .container,
  .pt-reviews-section > .container,
  .pt-brands-section .pt-brands-header,
  .pt-brands-section .pt-brands-track-wrap {
    width: 96% !important;
  }
}

/* Remove white gap below hero/feature → main content */
.pt-hero-wrap { padding-bottom: 0 !important; margin-bottom: 0 !important; }
.pt-main-content { padding-top: 24px !important; margin-top: 0 !important; }
.pt-feature-wrap { margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Consistent vertical rhythm between sections */
.pt-mpp-section,
.pt-ra-section,
.pt-stats-section,
.pt-features-section,
.pt-reviews-section {
  padding-top: clamp(36px, 5vw, 64px) !important;
  padding-bottom: clamp(36px, 5vw, 64px) !important;
}

/* ── 2. MOST POPULAR PRODUCTS — remove search, hide rating + price ── */
.pt-mpp-search { display: none !important; }
.pt-mpp-toolbar { justify-content: flex-start !important; }
.pt-mpp-card-rating { display: none !important; }
.pt-mpp-card-price { display: none !important; }

/* MPP card title — gradient + sparkly, bigger */
.pt-mpp-card-title {
  background: linear-gradient(135deg, #f59e0b 0%, #ec4899 45%, #8b5cf6 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
  display: block !important;
  margin-bottom: 4px !important;
  text-shadow: 0 0 24px rgba(236,72,153,.15);
  transition: filter .25s ease, transform .25s ease;
}
.pt-mpp-card:hover .pt-mpp-card-title {
  filter: brightness(1.12) drop-shadow(0 2px 8px rgba(236,72,153,.35));
}

/* MPP categories sidebar — professional bordered look */
.pt-mpp-cat-item a {
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  margin-bottom: 8px !important;
  background: linear-gradient(135deg, rgba(255,140,42,.04), rgba(167,139,250,.04)) !important;
  transition: all .25s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  font-weight: 600 !important;
}
.pt-mpp-cat-item a:hover,
.pt-mpp-cat-item.active a {
  border-color: rgba(245,158,11,.55) !important;
  background: linear-gradient(135deg, rgba(245,158,11,.10), rgba(236,72,153,.10)) !important;
  transform: translateX(2px);
  box-shadow: 0 4px 14px -6px rgba(245,158,11,.45);
}
.pt-mpp-cat-count {
  background: rgba(255,255,255,.08) !important;
  border-radius: 999px !important;
  padding: 2px 9px !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
}

/* ── 3. RECENTLY ADDED — hide price + date, prominent buttons, image fit ── */
.pt-ra-meta { display: none !important; }
.pt-ra-card { display: flex !important; flex-direction: column !important; }
.pt-ra-thumb { aspect-ratio: 4 / 3 !important; overflow: hidden !important; }
.pt-ra-thumb img,
.pt-ra-thumb a > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform .45s ease !important;
}
.pt-ra-card:hover .pt-ra-thumb img { transform: scale(1.06); }
.pt-ra-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  background: linear-gradient(135deg, #f59e0b, #ec4899) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px !important;
}
.pt-ra-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  padding: 0 14px 14px !important;
  margin-top: auto !important;
}
.pt-ra-btn {
  padding: 10px 8px !important;
  border-radius: 10px !important;
  font-size: .85rem !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
  border: 0 !important;
  text-decoration: none !important;
}
.pt-ra-btn-view {
  background: linear-gradient(135deg, #1f2937, #374151) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.pt-ra-btn-cart {
  background: linear-gradient(135deg, #f59e0b, #ec4899) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px -6px rgba(236,72,153,.55) !important;
}
.pt-ra-btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.pt-ra-btn-cart:hover { box-shadow: 0 10px 24px -6px rgba(236,72,153,.75) !important; }

/* ── 4. BRANDS CAROUSEL — never pause, smooth continuous ── */
.pt-brands-track-wrap:hover .pt-brands-row,
.pt-brands-row:hover {
  animation-play-state: running !important;
}
.pt-brands-row { animation-duration: 35s !important; }
.pt-brands-row-2 { animation-duration: 30s !important; }

/* ── 5. REVIEWS — 4 desktop / 1 mobile, no hover pause (JS already updated) ── */
@media (max-width: 600px) {
  .pt-rv-card { flex: 0 0 100% !important; max-width: 100% !important; }
}
.pt-rv-track:hover { animation-play-state: running !important; }

/* ── 6. WHY CHOOSE US — Browse All Products button clearly visible ── */
.pt-features-cta .btn-orange {
  background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 12px 22px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  font-size: .95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 10px 28px -10px rgba(245,158,11,.65) !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}
.pt-features-cta .btn-orange:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 14px 32px -8px rgba(236,72,153,.7) !important;
}
.pt-features-cta .btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.35) !important;
  padding: 12px 22px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.pt-features-cta .btn-outline:hover {
  border-color: #f59e0b !important;
  color: #f59e0b !important;
}

/* ── 7. FOOTER — subtle 3D depth & premium ── */
.pt-footer, footer.site-footer, .site-footer {
  background: linear-gradient(180deg, #0f1825 0%, #060b14 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 -8px 32px -12px rgba(0,0,0,.5) !important;
  position: relative;
}
.pt-footer::before, footer.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,158,11,.5), rgba(236,72,153,.5), transparent);
  pointer-events: none;
}
.pt-footer a, .site-footer a { transition: color .2s ease, transform .2s ease; }
.pt-footer a:hover, .site-footer a:hover {
  color: #f59e0b !important;
  transform: translateY(-1px);
  text-shadow: 0 2px 12px rgba(245,158,11,.4);
}

/* ── 8. Belt-and-suspenders: ensure feature-wrap is 4-col on desktop, 2-col mobile ── */
@media (min-width: 1025px) {
  .pt-feature-wrap {
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 14px !important;
  }
}

/* ── v6.4.70: Force hero + feature row width parity at every breakpoint ──
   critical.css adds padding:10px 12px to .pt-feature-wrap on ≤640px which
   makes the 4-card row narrower than the slider/license row. Override with
   higher specificity so both sections share identical edges. */
html body .pt-hero-container,
html body .pt-feature-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1280px !important;
  width: 92% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
@media (max-width: 1024px) {
  html body .pt-hero-container,
  html body .pt-feature-wrap { width: 94% !important; }
}
@media (max-width: 640px) {
  html body .pt-hero-container,
  html body .pt-feature-wrap { width: 92% !important; }
}

/* ============== SECTION 2: v6.4.39 (was pt-home-v639.css) ============== */
/* ==========================================================
   pt-home-v639.css  —  v6.4.39  Homepage polish patch
   Loads LAST on front-page only via functions.php.
   Goals:
     1) Slider = full container width (matches card row)
     2) MPP/RA cards: remove inner white divider bars
     3) Stats section: dynamic gradient counters
     4) Features (Instant Activation row): colorful pop
     5) Reviews: continuous RTL marquee (all 30+ reviews)
     6) Global scrollbar removal
   ========================================================== */

/* ── 1. HERO — slider takes full container width ───────────── */
.pt-hero-container {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}
.pt-slider-card { width: 100% !important; }

/* License card moves below slider as a horizontal strip */
.pt-license-card {
  display: grid !important;
  grid-template-columns: auto repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 10px !important;
  padding: 14px 16px !important;
  background: linear-gradient(135deg, #0f0c1e 0%, #1a1535 100%) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(245,158,11,.18) !important;
  align-items: center !important;
}
.pt-license-card .pt-lc-header {
  grid-column: 1 / -1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  margin-bottom: 6px !important;
}
.pt-license-card .pt-lc-item,
.pt-license-card .pt-lc-item-link {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
}
.pt-license-card .pt-lc-item-link:hover {
  border-color: rgba(245,158,11,.5) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -6px rgba(245,158,11,.35);
}
@media (max-width: 900px) {
  .pt-license-card { display: none !important; }   /* keep mobile compact */
}

/* ── 2. MPP & RA — kill inner white divider bars ──────────── */
.pt-mpp-card-actions { border-top: 0 !important; padding-top: 4px !important; }
.pt-ra-actions       { border-top: 0 !important; gap: 8px !important; padding: 0 14px 14px !important; }
.pt-ra-btn-view      { border-right: 0 !important; }
.pt-ra-section       { border-top: 0 !important; background: transparent !important; }
.pt-ra-card          { background: linear-gradient(155deg, #ffffff 0%, #fff7ed 100%) !important; }

/* MPP card: subtle premium look, no flat white strip */
.pt-mpp-card { background: linear-gradient(155deg, #ffffff 0%, #fdf2f8 100%) !important; }

/* ── 3. STATS SECTION — dynamic gradient counters ─────────── */
.pt-stats-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(245,158,11,.18), transparent 55%),
    radial-gradient(circle at 82% 80%, rgba(236,72,153,.16), transparent 55%),
    linear-gradient(160deg, #050d1a 0%, #0a1628 45%, #0d1f3c 100%) !important;
}
.pt-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: 18px !important;
}
@media (max-width: 900px) { .pt-stats-grid { grid-template-columns: repeat(2,1fr) !important; } }
.pt-stat-item {
  position: relative;
  padding: 22px 16px !important;
  border-radius: 18px !important;
  background: linear-gradient(160deg, rgba(255,255,255,.04), rgba(255,255,255,.015)) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  text-align: center !important;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.pt-stat-item::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(245,158,11,.0), rgba(236,72,153,.0));
  transition: background .35s ease;
  pointer-events: none;
}
.pt-stat-item:hover {
  transform: translateY(-4px);
  border-color: rgba(245,158,11,.45) !important;
  box-shadow: 0 18px 40px -18px rgba(236,72,153,.5);
}
.pt-stat-item:hover::before {
  background: linear-gradient(135deg, rgba(245,158,11,.10), rgba(236,72,153,.10));
}
.pt-stat-value {
  font-size: clamp(2rem, 4vw, 2.8rem) !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 35%, #ec4899 70%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: -.02em !important;
  display: inline-block !important;
  filter: drop-shadow(0 2px 14px rgba(236,72,153,.35));
  animation: ptStatGlow 3s ease-in-out infinite alternate;
}
@keyframes ptStatGlow {
  from { filter: drop-shadow(0 2px 10px rgba(245,158,11,.25)); }
  to   { filter: drop-shadow(0 4px 22px rgba(236,72,153,.55)); }
}
.pt-stat-label {
  display: block !important;
  margin-top: 8px !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,.78) !important;
  letter-spacing: .02em;
}

/* ── 4. FEATURES — colorful "Instant Activation" row ──────── */
.pt-feature-wrap .pt-fc:nth-child(1) {
  background: linear-gradient(140deg, #fff7ed 0%, #ffedd5 100%) !important;
  border-color: rgba(245,158,11,.35) !important;
}
.pt-feature-wrap .pt-fc:nth-child(2) {
  background: linear-gradient(140deg, #ecfeff 0%, #ffe4cc 100%) !important;
  border-color: rgba(255,140,42,.35) !important;
}
.pt-feature-wrap .pt-fc:nth-child(3) {
  background: linear-gradient(140deg, #f0fdf4 0%, #dcfce7 100%) !important;
  border-color: rgba(34,197,94,.35) !important;
}
.pt-feature-wrap .pt-fc:nth-child(4) {
  background: linear-gradient(140deg, #fdf2f8 0%, #fce7f3 100%) !important;
  border-color: rgba(236,72,153,.35) !important;
}
.pt-feature-wrap .pt-fc {
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease !important;
}
.pt-feature-wrap .pt-fc:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -14px rgba(15,23,42,.25) !important;
  filter: saturate(1.15);
}

/* ── 5. REVIEWS — continuous RTL marquee, no nav, no white bar ── */
.pt-reviews-section { border-top: 0 !important; }
.pt-rv-nav, .pt-rv-counter, .pt-rv-dots { display: none !important; }
.pt-rv-slider-wrap {
  overflow: hidden !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.pt-rv-track.is-marquee {
  display: flex !important;
  gap: 18px !important;
  width: max-content !important;
  transform: none !important;
  transition: none !important;
  animation: ptRvMarquee var(--pt-rv-duration, 90s) linear infinite;
}
/* v6.4.46 — user can pause via the toolbar (data-paused="1"). Hover still keeps it running. */
.pt-rv-track.is-marquee,
.pt-rv-track.is-marquee:hover,
.pt-rv-track.is-marquee:focus,
.pt-rv-track.is-marquee:active { animation-play-state: running; }
.pt-rv-track.is-marquee[data-paused="1"],
.pt-rv-track.is-marquee[data-paused="1"]:hover { animation-play-state: paused !important; }
.pt-rv-track.is-marquee .pt-rv-card {
  flex: 0 0 340px !important;
  max-width: 340px !important;
  min-width: 340px !important;
}
@media (max-width: 768px) {
  .pt-rv-track.is-marquee .pt-rv-card { flex: 0 0 280px !important; max-width: 280px !important; min-width: 280px !important; }
  .pt-rv-track.is-marquee { --pt-rv-duration-mobile-scale: 0.67; animation-duration: calc(var(--pt-rv-duration, 90s) * 0.67); }
}
@keyframes ptRvMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── 6. SCROLLBAR — handled in pt-no-scrollbar.css (v6.4.89 fix) ─────────────── */
/* Old code hid scrollbar globally; removed to restore proper scroll UX. */

/* Tidy the section above/below reviews (no stray dividers) */
.pt-reviews-section,
.pt-features-section,
.pt-stats-section,
.pt-blog-section,
.pt-ra-section,
.pt-mpp-section { border-top: 0 !important; border-bottom: 0 !important; }

/* ============== SECTION 3: v6.4.49 (was pt-home-v649.css) ============== */
/* ==========================================================
   pt-home-v649.css — v6.4.49 Homepage + global polish
   Loads LAST on front-page (after v639). Goals:
     1) Restore HERO 2-col layout on desktop (slider left,
        Original Premium License panel right with 7 items).
     2) Kill white gap between feature cards & main content.
     3) Stats "হাজারো গ্রাহক": 5 uniform cards same shape.
     4) Unify feature-counter cards (Products / Users / Rating)
        to the SAME shape & gradient family as stat cards.
     5) Reviews marquee: bigger, smoother text + GPU compositing.
     6) MPP card actions: stack vertically on mobile
        (View Details on top, Add to Cart below).
   ========================================================== */

/* ───── 1) HERO RESTORE — slider left + license panel right ───── */
/* Undo v639's single-column forcing on desktop. */
@media (min-width: 901px) {
  .pt-hero-container {
    display: grid !important;
    grid-template-columns: minmax(0,1.55fr) minmax(280px,1fr) !important;
    gap: 18px !important;
    align-items: stretch !important;
  }
  .pt-slider-card { width: 100% !important; min-width: 0 !important; }

  /* License panel back to vertical 7-item list */
  .pt-license-card {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 8px !important;
    padding: 14px 14px !important;
    background: linear-gradient(160deg, #0f0c1e 0%, #1a1535 60%, #0c1929 100%) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(245,158,11,.18) !important;
    align-items: stretch !important;
    overflow: hidden;
  }
  .pt-license-card .pt-lc-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
    margin-bottom: 4px !important;
  }
  .pt-license-card .pt-lc-item,
  .pt-license-card .pt-lc-item-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 10px !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 10px !important;
    text-decoration: none !important;
  }
}
/* Mobile: keep license panel HIDDEN (already in v639) so hero stays compact. */

/* ───── 2) Kill white gap below feature cards ───── */
.pt-hero-wrap { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.pt-feature-wrap { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.pt-main-content { padding-top: 0 !important; margin-top: 0 !important; }
.pt-main-content > section:first-child { margin-top: 0 !important; padding-top: 24px !important; }

/* ───── 3) Stats grid → 5 uniform cards same shape ───── */
@media (min-width: 901px) {
  .pt-stats-grid {
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: 14px !important;
  }
}
.pt-stat-item {
  background: linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.02)) !important;
  border: 1px solid rgba(245,158,11,.18) !important;
  border-radius: 18px !important;
  padding: 22px 14px !important;
  text-align: center !important;
}

/* ───── 4) Unify "Why Choose Us" counter pills to stat shape ───── */
.pt-features-counter {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 14px !important;
  margin-bottom: 18px !important;
}
.pt-features-counter .pt-fc-item {
  background: linear-gradient(160deg, #050d1a 0%, #0d1f3c 100%) !important;
  border: 1px solid rgba(245,158,11,.18) !important;
  border-radius: 18px !important;
  padding: 20px 14px !important;
  text-align: center !important;
  color: #fff !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pt-features-counter .pt-fc-item:hover {
  transform: translateY(-3px);
  border-color: rgba(245,158,11,.45) !important;
  box-shadow: 0 16px 36px -18px rgba(236,72,153,.45);
}
.pt-features-counter .pt-fc-num {
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg,#fbbf24 0%,#f59e0b 35%,#ec4899 70%,#a855f7 100%) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  letter-spacing: -.02em !important;
  display: inline-block !important;
}
.pt-features-counter .pt-fc-label {
  display: block !important;
  margin-top: 6px !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.78) !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

/* ───── 5) Reviews marquee polish — bigger, smoother text ───── */
.pt-rv-track.is-marquee {
  will-change: transform !important;
  backface-visibility: hidden !important;
  transform: translate3d(0,0,0);
  animation-duration: var(--pt-rv-duration, 120s) !important;  /* slower = smoother feel */
  animation-timing-function: linear !important;
}
.pt-rv-track.is-marquee .pt-rv-card {
  flex: 0 0 360px !important;
  max-width: 360px !important;
  min-width: 360px !important;
  padding: 22px 20px !important;
  background: linear-gradient(160deg,#ffffff 0%,#f8fafc 100%) !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 22px -10px rgba(15,23,42,.18) !important;
}
.pt-rv-track.is-marquee .pt-rv-card-text {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: #0f172a !important;
  font-weight: 500 !important;
  letter-spacing: .005em !important;
  margin: 10px 0 14px !important;
}
.pt-rv-track.is-marquee .pt-rv-card-stars { font-size: 1.05rem !important; color: #f59e0b !important; }
.pt-rv-track.is-marquee .pt-rv-author-name { font-size: .95rem !important; color: #0f172a !important; font-weight: 800 !important; }
.pt-rv-track.is-marquee .pt-rv-author-meta { font-size: .78rem !important; color: #475569 !important; }
@media (max-width: 768px) {
  .pt-rv-track.is-marquee .pt-rv-card { flex: 0 0 300px !important; max-width: 300px !important; min-width: 300px !important; padding: 18px 16px !important; }
  .pt-rv-track.is-marquee .pt-rv-card-text { font-size: .95rem !important; line-height: 1.6 !important; }
}

/* ───── 5b) "More Reviews" CTA pill ───── */
.pt-rv-more-cta {
  display: flex; justify-content: center; align-items: center;
  margin: 22px 0 6px;
}
.pt-rv-more-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px;
  background: linear-gradient(135deg,#ff8c2a 0%,#ffb380 100%);
  color: #fff !important; text-decoration: none !important;
  font-weight: 800; font-size: .92rem; letter-spacing: .02em;
  border-radius: 999px;
  box-shadow: 0 8px 22px -10px rgba(255,140,42,.55);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.pt-rv-more-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -10px rgba(255,140,42,.7);
  filter: brightness(1.06);
}

/* ───── 6) MPP card actions — stack on mobile (View on top, Cart below) ───── */
@media (max-width: 768px) {
  .pt-mpp-card-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 8px 12px 12px !important;
  }
  .pt-mpp-card-actions .pt-mpp-btn-view,
  .pt-mpp-card-actions .pt-mpp-btn-cart {
    width: 100% !important;
    justify-content: center !important;
    min-height: 42px !important;
    font-size: .88rem !important;
  }
}

/* ───── 7) Single product action buttons — STACK on full mobile range ───── */
@media (max-width: 768px) {
  .pt-sp-btn-4grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
  }
  /* form (Add to Cart) stays above; Buy Now link is the next sibling */
  .pt-sp-btn-4grid form.cart,
  .pt-sp-btn-4grid .pt-sp-atc-form { order: 1 !important; width: 100% !important; }
  .pt-sp-btn-4grid .pt-sp-buynow-btn { order: 2 !important; width: 100% !important; }
  .pt-sp-btn-4grid .single_add_to_cart_button,
  .pt-sp-btn-4grid .pt-sp-buynow-btn {
    flex: 1 1 100% !important;
    width: 100% !important;
    min-height: 50px !important;
  }
}

/* ───── 8) Single product Description tab — ensure visible text ───── */
.pt-sp-tab-panel#tab-description,
.pt-sp-tab-panel#tab-description * {
  color: #0f172a !important;
}
.pt-sp-tab-panel#tab-description a { color: #ff8c2a !important; }
.pt-sp-tab-panel#tab-description h1,
.pt-sp-tab-panel#tab-description h2,
.pt-sp-tab-panel#tab-description h3,
.pt-sp-tab-panel#tab-description h4 { color: #0c1929 !important; font-weight: 800 !important; }
/* Hide any literal "[context]" or similar leakage that some SEO plugins inject */
.pt-sp-tab-panel#tab-description p:empty { display: none !important; }
