/* ============================================================
   HOMEPAGE REDESIGN
   Warm Pakistan retail palette, English-first readability.
   ============================================================ */

body.home,
body.front-page {
  --color-bg: #ffffff;
  --color-bg-2: #ffffff;
  --color-surface: #ffffff;
  --color-surface-2: #f8fafc;
  --color-surface-3: #eef2f7;
  --color-border: rgba(15, 23, 42, 0.08);
  --color-border-2: rgba(15, 23, 42, 0.14);
  --color-accent: #111827;
  --color-accent-light: #374151;
  --color-accent-dark: #030712;
  --color-accent-glow: rgba(17, 24, 39, 0.12);
  --color-accent-subtle: rgba(17, 24, 39, 0.06);
  --color-sale: #c2410c;
  --color-sale-bg: rgba(194, 65, 12, 0.11);
  --color-success: #15803d;
  --color-success-bg: rgba(21, 128, 61, 0.11);
  --color-text-primary: #101828;
  --color-text-secondary: #344054;
  --color-text-muted: #667085;
  --color-glass: rgba(255, 255, 255, 0.74);
  --color-glass-2: rgba(255, 255, 255, 0.92);
  --color-glass-border: rgba(15, 23, 42, 0.08);
  --font-display: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --shadow-accent: none;
  --shadow-glow: none;
}

body.home,
body.front-page {
  background: #ffffff;
}

body.home h1,
body.home h2,
body.home h3,
body.front-page h1,
body.front-page h2,
body.front-page h3 {
  letter-spacing: 0;
}

body.home .section,
body.home .section--sm,
body.front-page .section,
body.front-page .section--sm {
  padding-top: clamp(64px, 7vw, 112px);
  padding-bottom: clamp(64px, 7vw, 112px);
}

body.home .eyebrow,
body.front-page .eyebrow,
body.home .about-eyebrow,
body.front-page .about-eyebrow {
  color: var(--color-accent-dark);
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.home .section-header h2 em,
body.front-page .section-header h2 em,
body.home .coverflow-title strong,
body.front-page .coverflow-title strong {
  color: var(--color-accent);
  font-style: normal;
}

body.home #ticker-bar,
body.front-page #ticker-bar {
  background: #111827;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.home #ticker-bar .ticker-dot,
body.front-page #ticker-bar .ticker-dot {
  background: rgb(245, 158, 11);
  box-shadow:
    0 0 8px rgba(245, 158, 11, 0.95),
    0 0 18px rgba(245, 158, 11, 0.62);
}

body.home #site-header,
body.front-page #site-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

body.home #site-header.scrolled,
body.front-page #site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

body.home .nav-menu a,
body.front-page .nav-menu a {
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.home .nav-btn,
body.front-page .nav-btn,
body.home .hamburger,
body.front-page .hamburger {
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(54, 43, 27, 0.10);
}

body.home .hero-swiper,
body.front-page .hero-swiper {
  height: clamp(560px, 76svh, 760px);
}

body.home .hero-slide::after,
body.front-page .hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.74) 0%, rgba(15, 23, 42, 0.42) 42%, rgba(15, 23, 42, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body.home .hero-content,
body.front-page .hero-content {
  max-width: 720px;
}

body.home .hero-content::before,
body.front-page .hero-content::before {
  content: none !important;
}

body.home .hero-kicker,
body.front-page .hero-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 var(--space-5);
  padding: 8px 14px;
  border: 1px solid rgba(255, 248, 230, 0.28);
  border-radius: var(--radius-full);
  background: rgba(255, 248, 230, 0.12);
  color: #fff8e6;
  font-size: var(--text-xs);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.home .hero-headline,
body.front-page .hero-headline {
  max-width: 10ch;
  font-weight: 800;
  line-height: 0.96;
  color: #fff8e6;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

body.home .hero-headline em,
body.front-page .hero-headline em {
  color: #f59e0b;
  font-style: normal;
}

body.home .hero-nav,
body.front-page .hero-nav {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

body.home .hero-nav:hover,
body.front-page .hero-nav:hover {
  transform: translateY(-50%) scale(1.08);
}

@media (min-width: 768px) {
  body.home .hero-content,
  body.front-page .hero-content {
    margin-left: clamp(52px, 5vw, 76px);
  }
}

body.home .hero-subheading,
body.front-page .hero-subheading {
  max-width: 540px;
  color: rgba(255, 248, 230, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

body.home .btn-primary,
body.front-page .btn-primary,
body.home .card-atc-btn,
body.front-page .card-atc-btn {
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-dark)) !important;
  border-color: var(--color-accent) !important;
  color: #fff !important;
  box-shadow: var(--shadow-accent);
}

body.home .btn-secondary,
body.front-page .btn-secondary {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--color-text-primary);
}

body.home #featured-products,
body.front-page #featured-products,
body.home #promo-banners,
body.front-page #promo-banners {
  background: #ffffff;
}

body.home #categories,
body.front-page #categories,
body.home #reviews,
body.front-page #reviews {
  background: #ffffff;
}

body.home .product-card,
body.front-page .product-card,
body.home .category-card,
body.front-page .category-card,
body.home .review-card,
body.front-page .review-card,
body.home .about-value-card,
body.front-page .about-value-card,
body.home .about-stat,
body.front-page .about-stat {
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.home .product-card__img-wrap,
body.front-page .product-card__img-wrap {
  background: #ffffff;
}

body.home .badge-new,
body.front-page .badge-new {
  background: #f59e0b;
  color: #111827;
}

body.home .filter-btn.active,
body.front-page .filter-btn.active {
  background: #111827;
  border-color: #111827;
}

body.home .luxe-section-view-all,
body.front-page .luxe-section-view-all {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(16px, 2vw, 24px);
}

body.home .luxe-view-all-btn,
body.front-page .luxe-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  min-width: 0;
  max-width: min(100%, 170px);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #475467;
  box-shadow: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.home .luxe-view-all-btn:hover,
body.front-page .luxe-view-all-btn:hover,
body.home .luxe-view-all-btn:focus-visible,
body.front-page .luxe-view-all-btn:focus-visible {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.18);
  color: #111827;
  box-shadow: none;
}

body.home .luxe-view-all-btn svg,
body.front-page .luxe-view-all-btn svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  opacity: 0.72;
  transition: transform 180ms ease;
}

body.home .luxe-view-all-btn:hover svg,
body.front-page .luxe-view-all-btn:hover svg,
body.home .luxe-view-all-btn:focus-visible svg,
body.front-page .luxe-view-all-btn:focus-visible svg {
  transform: translateX(3px);
}

@media (max-width: 480px) {
  body.home .luxe-section-view-all,
  body.front-page .luxe-section-view-all {
    margin-top: 16px;
  }

  body.home .luxe-view-all-btn,
  body.front-page .luxe-view-all-btn {
    width: auto;
    white-space: normal;
  }
}

body.home .luxe-coverflow-section,
body.front-page .luxe-coverflow-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(245, 158, 11, 0.22), transparent 25%),
    radial-gradient(circle at 50% 42%, rgba(17, 24, 39, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

body.home .coverflow-stage-glow,
body.front-page .coverflow-stage-glow {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.22), rgba(17, 24, 39, 0.08) 46%, transparent 76%);
}

body.home .coverflow-img-link img,
body.front-page .coverflow-img-link img {
  filter: drop-shadow(0 30px 40px rgba(15, 23, 42, 0.12));
}

body.home .promo-card,
body.front-page .promo-card {
  border-radius: 18px;
  background: #111827;
}

body.home .promo-card__bg-wrap,
body.front-page .promo-card__bg-wrap,
body.home .promo-card__overlay,
body.front-page .promo-card__overlay {
  border-radius: 18px;
}

body.home .promo-card__overlay,
body.front-page .promo-card__overlay {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.48) 52%, rgba(15, 23, 42, 0.12) 100%);
}

body.home #trust-stats,
body.front-page #trust-stats {
  background: #ffffff;
  border: 0;
  color: var(--color-text-primary);
}

body.home #trust-stats .trust-stat,
body.front-page #trust-stats .trust-stat {
  background: #ffffff;
}

body.home #trust-stats .trust-stat__label,
body.front-page #trust-stats .trust-stat__label {
  color: var(--color-text-muted);
}

body.home .luxe-reviews-section,
body.front-page .luxe-reviews-section {
  background: #ffffff !important;
  color: var(--color-text-primary);
  border: 0;
}

body.home .luxe-reviews-section h2,
body.front-page .luxe-reviews-section h2,
body.home .luxe-reviews-section .stat-num,
body.front-page .luxe-reviews-section .stat-num {
  color: var(--color-text-primary);
}

body.home .luxe-reviews-section .stat-label,
body.front-page .luxe-reviews-section .stat-label {
  color: var(--color-text-muted);
}

body.home .about-astimart-section,
body.front-page .about-astimart-section {
  background:
    #ffffff;
}

body.home #site-footer,
body.front-page #site-footer {
  background: #ffffff;
  color: var(--color-text-primary);
  border-top: 0;
}

body.home #site-footer .site-logo__name,
body.front-page #site-footer .site-logo__name,
body.home #site-footer .footer-col__title,
body.front-page #site-footer .footer-col__title {
  color: var(--color-text-primary);
}

body.home #site-footer p,
body.front-page #site-footer p,
body.home #site-footer a,
body.front-page #site-footer a,
body.home #site-footer .footer-location-item,
body.front-page #site-footer .footer-location-item {
  color: var(--color-text-muted);
}

body.home #site-footer a:hover,
body.front-page #site-footer a:hover,
body.home #site-footer .footer-location-item svg,
body.front-page #site-footer .footer-location-item svg {
  color: #b45309;
}

body.home #site-footer .newsletter-input,
body.front-page #site-footer .newsletter-input,
body.home #site-footer .footer-social-link,
body.front-page #site-footer .footer-social-link {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-text-primary);
}

body.home #site-footer .footer-bottom,
body.front-page #site-footer .footer-bottom,
body.home #site-footer .footer-location,
body.front-page #site-footer .footer-location {
  border-color: var(--color-border);
}

@media (max-width: 767px) {
  body.home .site-logo > span[style],
  body.front-page .site-logo > span[style] {
    display: none !important;
  }

  body.home .hero-swiper,
  body.front-page .hero-swiper {
    height: 620px;
    min-height: 620px;
  }

  body.home .hero-slide-content,
  body.front-page .hero-slide-content {
    align-items: flex-end;
    padding-bottom: 96px;
  }

  body.home .hero-headline,
  body.front-page .hero-headline {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 1.02;
    overflow-wrap: normal;
  }

  body.home .hero-content::before,
  body.front-page .hero-content::before {
    content: none !important;
  }

  body.home .hero-kicker,
  body.front-page .hero-kicker {
    max-width: 100%;
    font-size: 10px;
    line-height: 1.35;
  }
}

@media (max-width: 1100px) {
  body.home .hero-nav,
  body.front-page .hero-nav {
    bottom: auto;
  }
}

/* Clean white revision: keep the homepage bright, not green/brown-heavy. */
body.home,
body.front-page {
  --color-bg: #ffffff;
  --color-bg-2: #ffffff;
  --color-surface: #ffffff;
  --color-surface-2: #f8fafc;
  --color-surface-3: #eef2f7;
  --color-border: rgba(15, 23, 42, 0.08);
  --color-border-2: rgba(15, 23, 42, 0.14);
  --color-accent: #111827;
  --color-accent-light: #374151;
  --color-accent-dark: #030712;
  --color-accent-glow: rgba(17, 24, 39, 0.12);
  --color-accent-subtle: rgba(17, 24, 39, 0.06);
  --color-text-primary: #101828;
  --color-text-secondary: #344054;
  --color-text-muted: #667085;
  --shadow-accent: none;
  --shadow-glow: none;
  background: #ffffff;
}

body.home #featured-products,
body.front-page #featured-products,
body.home #categories,
body.front-page #categories,
body.home #promo-banners,
body.front-page #promo-banners,
body.home #reviews,
body.front-page #reviews,
body.home .luxe-coverflow-section,
body.front-page .luxe-coverflow-section,
body.home .about-astimart-section,
body.front-page .about-astimart-section {
  background: #ffffff !important;
}

body.home #site-footer,
body.front-page #site-footer {
  background: #111827 !important;
}

body.home #ticker-bar,
body.front-page #ticker-bar {
  background: #111827;
  color: #ffffff;
}

body.home #site-header,
body.front-page #site-header,
body.home #site-header.scrolled,
body.front-page #site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(15, 23, 42, 0.08);
}

body.home .section-header h2 em,
body.front-page .section-header h2 em,
body.home .coverflow-title strong,
body.front-page .coverflow-title strong,
body.home .eyebrow,
body.front-page .eyebrow,
body.home .about-eyebrow,
body.front-page .about-eyebrow {
  color: #b45309;
}

body.home .btn-primary,
body.front-page .btn-primary,
body.home .card-atc-btn,
body.front-page .card-atc-btn {
  background: #111827 !important;
  border-color: #111827 !important;
  box-shadow: none !important;
}

body.home .btn-primary:hover,
body.front-page .btn-primary:hover,
body.home .card-atc-btn:hover,
body.front-page .card-atc-btn:hover {
  background: #030712 !important;
  border-color: #030712 !important;
}

body.home .hero-slide::after,
body.front-page .hero-slide::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.74) 0%, rgba(15, 23, 42, 0.42) 42%, rgba(15, 23, 42, 0.06) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

body.home .hero-headline em,
body.front-page .hero-headline em {
  color: #f59e0b;
}

body.home .product-card,
body.front-page .product-card,
body.home .category-card,
body.front-page .category-card,
body.home .review-card,
body.front-page .review-card,
body.home .about-value-card,
body.front-page .about-value-card,
body.home .about-stat,
body.front-page .about-stat {
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.home .product-card__img-wrap,
body.front-page .product-card__img-wrap {
  background: #ffffff;
}

@media (min-width: 768px) {
  body.home .product-grid,
  body.front-page .product-grid,
  body.home .woocommerce ul.products,
  body.front-page .woocommerce ul.products {
    grid-template-columns: repeat(auto-fill, minmax(220px, 260px)) !important;
    gap: 22px !important;
    justify-content: start !important;
  }

  body.home .product-grid > .product-card:only-child,
  body.front-page .product-grid > .product-card:only-child,
  body.home .woocommerce ul.products > li.product:only-child,
  body.front-page .woocommerce ul.products > li.product:only-child {
    width: min(100%, 260px) !important;
    max-width: 260px !important;
  }

  body.home .product-card,
  body.front-page .product-card {
    max-width: 260px;
  }

  body.home .product-card__img-wrap,
  body.front-page .product-card__img-wrap {
    aspect-ratio: 1 / 1;
    min-height: 0 !important;
    max-height: 260px;
    padding: 12px;
  }

  body.home .product-card__body,
  body.front-page .product-card__body {
    padding: 16px;
  }
}

body.home .luxe-bestsellers .bestsellers-rail,
body.front-page .luxe-bestsellers .bestsellers-rail {
  display: flex !important;
  grid-template-columns: none !important;
  grid-auto-flow: unset !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scroll-padding-inline: var(--container-gutter);
  scroll-snap-type: none !important;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0 16px;
}

body.home .luxe-bestsellers,
body.front-page .luxe-bestsellers {
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(30px, 3.5vw, 48px) !important;
}

body.home .luxe-bestsellers + .luxe-bestsellers,
body.front-page .luxe-bestsellers + .luxe-bestsellers {
  padding-top: clamp(18px, 2.4vw, 32px) !important;
}

body.home .luxe-bestsellers .section-header,
body.front-page .luxe-bestsellers .section-header {
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

body.home .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar,
body.front-page .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar {
  height: 8px;
}

body.home .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar-track,
body.front-page .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.06);
  border-radius: 999px;
}

body.home .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar-thumb,
body.front-page .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar-thumb {
  background: rgba(17, 24, 39, 0.28);
  border-radius: 999px;
}

body.home .luxe-bestsellers .bestsellers-rail > .product-card,
body.front-page .luxe-bestsellers .bestsellers-rail > .product-card {
  flex: 0 0 min(76vw, 260px) !important;
  width: min(76vw, 260px) !important;
  max-width: 260px !important;
  min-width: 0;
  scroll-snap-align: none !important;
}

@media (max-width: 767px) {
  body.home .luxe-bestsellers .bestsellers-rail,
  body.front-page .luxe-bestsellers .bestsellers-rail {
    gap: 14px !important;
    margin-inline: calc(var(--container-gutter) * -1);
    padding-inline: var(--container-gutter);
    scrollbar-width: none;
  }

  body.home .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar,
  body.front-page .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar {
    display: none;
  }

  body.home .luxe-bestsellers .bestsellers-rail > .product-card,
  body.front-page .luxe-bestsellers .bestsellers-rail > .product-card {
    flex-basis: min(78vw, 300px) !important;
    width: min(78vw, 300px) !important;
    max-width: 300px !important;
  }
}

@media (min-width: 768px) {
  body.home .luxe-bestsellers .bestsellers-rail,
  body.front-page .luxe-bestsellers .bestsellers-rail {
    gap: 22px !important;
  }
}

body.home #trust-stats,
body.front-page #trust-stats {
  background: #ffffff !important;
  color: var(--color-text-primary);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

body.home #trust-stats .trust-stat,
body.front-page #trust-stats .trust-stat {
  background: #ffffff;
}

body.home #trust-stats .trust-stat__number,
body.front-page #trust-stats .trust-stat__number,
body.home .about-stat__num,
body.front-page .about-stat__num,
body.home .luxe-reviews-section .stat-num,
body.front-page .luxe-reviews-section .stat-num {
  color: #111827;
}

body.home #trust-stats .trust-stat__label,
body.front-page #trust-stats .trust-stat__label,
body.home .luxe-reviews-section .stat-label,
body.front-page .luxe-reviews-section .stat-label {
  color: var(--color-text-muted);
}

body.home .luxe-reviews-section,
body.front-page .luxe-reviews-section {
  background: #ffffff !important;
  color: var(--color-text-primary);
}

body.home .luxe-reviews-section,
body.front-page .luxe-reviews-section {
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: clamp(46px, 5vw, 72px);
}

body.home .luxe-reviews-grid,
body.front-page .luxe-reviews-grid {
  align-items: center;
}

body.home .luxe-reviews-text,
body.front-page .luxe-reviews-text {
  max-width: 680px;
}

body.home .reviews-eyebrow,
body.front-page .reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #b45309;
}

body.home .reviews-intro,
body.front-page .reviews-intro {
  max-width: 620px;
  margin: 0 0 clamp(20px, 2.2vw, 28px);
  color: var(--color-text-secondary);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.75;
}

body.home .luxe-reviews-stats,
body.front-page .luxe-reviews-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  max-width: 680px;
  margin-top: 0;
}

body.home .luxe-reviews-stats .stat-item,
body.front-page .luxe-reviews-stats .stat-item {
  min-width: 0;
}

body.home .luxe-reviews-stats .stat-num,
body.front-page .luxe-reviews-stats .stat-num {
  white-space: nowrap;
  letter-spacing: 0;
}

body.home .luxe-reviews-visuals,
body.front-page .luxe-reviews-visuals {
  height: clamp(460px, 52vw, 640px);
}

@media (max-width: 1023px) {
  body.home .luxe-reviews-text,
  body.front-page .luxe-reviews-text,
  body.home .reviews-intro,
  body.front-page .reviews-intro {
    max-width: none;
  }

  body.home .luxe-reviews-stats,
  body.front-page .luxe-reviews-stats {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body.home .luxe-reviews-text,
  body.front-page .luxe-reviews-text,
  body.home .reviews-intro,
  body.front-page .reviews-intro,
  body.home .luxe-reviews-stats .stat-item,
  body.front-page .luxe-reviews-stats .stat-item {
    text-align: center !important;
  }

  body.home .reviews-eyebrow,
  body.front-page .reviews-eyebrow {
    justify-content: center;
  }

  body.home .luxe-reviews-stats,
  body.front-page .luxe-reviews-stats {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  body.home .luxe-reviews-stats .stat-item,
  body.front-page .luxe-reviews-stats .stat-item {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.home .luxe-reviews-stats .stat-item:last-child,
  body.front-page .luxe-reviews-stats .stat-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

body.home .luxe-reviews-section h2,
body.front-page .luxe-reviews-section h2,
body.home #site-footer .site-logo__name,
body.front-page #site-footer .site-logo__name,
body.home #site-footer .footer-col__title,
body.front-page #site-footer .footer-col__title {
  color: #ffffff;
}

body.home #site-footer p,
body.front-page #site-footer p,
body.home #site-footer a,
body.front-page #site-footer a,
body.home #site-footer .footer-location-item,
body.front-page #site-footer .footer-location-item {
  color: rgba(255, 255, 255, 0.72);
}

body.home #site-footer a:hover,
body.front-page #site-footer a:hover,
body.home #site-footer .footer-location-item svg,
body.front-page #site-footer .footer-location-item svg {
  color: #b45309;
}

body.home #site-footer .newsletter-input,
body.front-page #site-footer .newsletter-input,
body.home #site-footer .footer-social-link,
body.front-page #site-footer .footer-social-link {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

body.home #site-footer .footer-bottom,
body.front-page #site-footer .footer-bottom,
body.home #site-footer .footer-location,
body.front-page #site-footer .footer-location {
  border-color: rgba(255, 255, 255, 0.14);
}

body.home #site-footer .footer-location-item strong,
body.front-page #site-footer .footer-location-item strong,
body.home #site-footer .footer-bottom p,
body.front-page #site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.78);
}

body.home,
body.front-page {
  background: #111827;
}

body.home #main-content,
body.front-page #main-content {
  background: #ffffff;
}

body.home #trust-stats,
body.front-page #trust-stats {
  position: relative;
  overflow: hidden;
  padding-top: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(22px, 3vw, 36px);
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 158, 11, 0.12), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(17, 24, 39, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.home #trust-stats + .luxe-shortcode-section,
body.front-page #trust-stats + .luxe-shortcode-section {
  padding-top: clamp(34px, 4vw, 52px);
}

body.home #trust-stats::before,
body.front-page #trust-stats::before {
  content: none;
}

body.home #trust-stats .container,
body.front-page #trust-stats .container {
  position: relative;
  z-index: 1;
}

body.home #trust-stats .trust-stats-grid,
body.front-page #trust-stats .trust-stats-grid {
  position: relative;
  gap: 12px;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home #trust-stats .trust-stat,
body.front-page #trust-stats .trust-stat {
  min-height: 160px;
  padding: clamp(22px, 3vw, 34px) 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

body.home #trust-stats .trust-stat::before,
body.front-page #trust-stats .trust-stat::before {
  content: none;
}

body.home #trust-stats .trust-stat::after,
body.front-page #trust-stats .trust-stat::after {
  content: none;
}

body.home #trust-stats .trust-stat:nth-child(even)::after,
body.front-page #trust-stats .trust-stat:nth-child(even)::after {
  background: linear-gradient(90deg, #111827, rgba(17, 24, 39, 0.16));
}

body.home #trust-stats .trust-stat__number,
body.front-page #trust-stats .trust-stat__number {
  position: relative;
  color: #111827;
  font-size: clamp(2.9rem, 5.2vw, 4.65rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 10px 26px rgba(15, 23, 42, 0.10);
}

body.home #trust-stats .trust-stat__number::before,
body.front-page #trust-stats .trust-stat__number::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(245, 158, 11, 0.13);
  filter: blur(18px);
  z-index: -1;
}

body.home #trust-stats .trust-stat__label,
body.front-page #trust-stats .trust-stat__label {
  max-width: 16ch;
  color: #667085;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

body.home #trust-stats .trust-stat:hover,
body.front-page #trust-stats .trust-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.24);
  box-shadow:
    0 22px 44px rgba(15, 23, 42, 0.13),
    0 8px 18px rgba(245, 158, 11, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
  body.home #trust-stats .trust-stats-grid,
  body.front-page #trust-stats .trust-stats-grid {
    gap: 10px;
    padding: 0;
  }

  body.home #trust-stats .trust-stat,
  body.front-page #trust-stats .trust-stat {
    min-height: 128px;
    padding: 22px 12px 18px;
  }
}

/* Continuous homepage flow: soften section breaks and make headings feel integrated. */

.luxe-align-center .section-header,
.luxe-align-center .promo-banners-header,
.luxe-align-center .banner-content,
.luxe-align-center .luxe-reviews-text,
.luxe-align-center .about-astimart-content {
  text-align: center;
}

.luxe-align-center .section-header,
.luxe-align-center .promo-banners-header,
.luxe-align-center .luxe-reviews-stats,
.luxe-align-center .about-values {
  justify-content: center;
}

.luxe-align-center .banner-content,
.luxe-align-center .luxe-reviews-text,
.luxe-align-center .about-astimart-content {
  align-items: center;
}

.luxe-align-left .text-center {
  text-align: left;
}

.luxe-coverflow-section.luxe-align-center .text-center,
.luxe-coverflow-section.luxe-align-center .coverflow-title,
.luxe-coverflow-section.luxe-align-center .coverflow-subtitle {
  text-align: center;
}

.luxe-align-right .section-header,
.luxe-align-right .promo-banners-header,
.luxe-align-right .banner-content,
.luxe-align-right .luxe-reviews-text,
.luxe-align-right .about-astimart-content,
.luxe-align-right .text-center {
  text-align: right;
}

.luxe-align-right .section-header,
.luxe-align-right .promo-banners-header,
.luxe-align-right .luxe-reviews-stats,
.luxe-align-right .about-values {
  justify-content: flex-end;
}

.luxe-align-right .banner-content,
.luxe-align-right .luxe-reviews-text,
.luxe-align-right .about-astimart-content {
  align-items: flex-end;
}
body.home #trust-stats,
body.front-page #trust-stats,
body.home #trust-stats + .luxe-shortcode-section,
body.front-page #trust-stats + .luxe-shortcode-section {
  background:
    radial-gradient(circle at 18% 2%, rgba(245, 158, 11, 0.10), transparent 22%),
    linear-gradient(180deg, #fbfcff 0%, #ffffff 74%) !important;
  border: 0 !important;
}

body.home #trust-stats,
body.front-page #trust-stats {
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: clamp(14px, 2vw, 24px);
}

body.home #trust-stats + .luxe-shortcode-section,
body.front-page #trust-stats + .luxe-shortcode-section {
  padding-top: clamp(22px, 3vw, 38px);
}

body.home #trust-stats .trust-stat,
body.front-page #trust-stats .trust-stat {
  border-color: rgba(15, 23, 42, 0.055);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 12px 26px rgba(15, 23, 42, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.home #trust-stats .trust-stat__number::before,
body.front-page #trust-stats .trust-stat__number::before {
  content: none;
}

body.home #featured-products .section-header,
body.front-page #featured-products .section-header,
body.home #trust-stats + .luxe-shortcode-section .section-header,
body.front-page #trust-stats + .luxe-shortcode-section .section-header {
  position: relative;
  margin-bottom: clamp(20px, 3vw, 34px);
}

body.home #featured-products .section-header h2,
body.front-page #featured-products .section-header h2,
body.home #trust-stats + .luxe-shortcode-section .section-header h2,
body.front-page #trust-stats + .luxe-shortcode-section .section-header h2 {
  display: inline;
  line-height: 1.05;
  background:
    linear-gradient(180deg, transparent 58%, rgba(245, 158, 11, 0.20) 58%, rgba(245, 158, 11, 0.20) 88%, transparent 88%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.home #featured-products .section-header h2::after,
body.front-page #featured-products .section-header h2::after,
body.home #trust-stats + .luxe-shortcode-section .section-header h2::after,
body.front-page #trust-stats + .luxe-shortcode-section .section-header h2::after {
  display: none;
}

body.home #featured-products .eyebrow,
body.front-page #featured-products .eyebrow,
body.home #trust-stats + .luxe-shortcode-section .eyebrow,
body.front-page #trust-stats + .luxe-shortcode-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #b45309;
}

body.home #featured-products .eyebrow::after,
body.front-page #featured-products .eyebrow::after,
body.home #trust-stats + .luxe-shortcode-section .eyebrow::after,
body.front-page #trust-stats + .luxe-shortcode-section .eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
}

@media (max-width: 767px) {
  body.home #trust-stats,
  body.front-page #trust-stats {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  body.home #trust-stats + .luxe-shortcode-section,
  body.front-page #trust-stats + .luxe-shortcode-section {
    padding-top: 18px;
  }

  body.home #trust-stats .trust-stat,
  body.front-page #trust-stats .trust-stat {
    min-height: 118px;
  }

  body.home #featured-products .section-header,
  body.front-page #featured-products .section-header,
  body.home #trust-stats + .luxe-shortcode-section .section-header,
  body.front-page #trust-stats + .luxe-shortcode-section .section-header {
    margin-bottom: 20px;
  }
}

body.home .luxe-reviews-section h2,
body.front-page .luxe-reviews-section h2 {
  color: var(--color-text-primary) !important;
}

body.home .luxe-coverflow-section,
body.front-page .luxe-coverflow-section {
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

body.home #categories,
body.front-page #categories {
  padding-top: clamp(28px, 3vw, 44px) !important;
}

body.home .luxe-coverflow-section + #categories,
body.front-page .luxe-coverflow-section + #categories,
body.home .luxe-coverflow-section + .luxe-shortcode-section#categories,
body.front-page .luxe-coverflow-section + .luxe-shortcode-section#categories {
  padding-top: clamp(18px, 2.4vw, 32px) !important;
}

body.home #categories + .luxe-coverflow-section,
body.front-page #categories + .luxe-coverflow-section {
  padding-top: clamp(34px, 4vw, 58px) !important;
}

@media (max-width: 767px) {
  body.home .luxe-coverflow-section,
  body.front-page .luxe-coverflow-section {
    padding-top: 34px !important;
    padding-bottom: 28px !important;
  }

  body.home #categories,
  body.front-page #categories {
    padding-top: 22px !important;
  }
}

body.home .luxe-reviews-grid,
body.front-page .luxe-reviews-grid {
  grid-template-columns: minmax(430px, 0.72fr) minmax(0, 1.28fr) !important;
  gap: clamp(34px, 4vw, 56px) !important;
  align-items: center !important;
}

body.home .luxe-reviews-text,
body.front-page .luxe-reviews-text {
  max-width: 820px !important;
}

body.home .reviews-intro,
body.front-page .reviews-intro {
  max-width: 760px !important;
  margin-top: 22px !important;
  margin-bottom: 32px !important;
  line-height: 1.65 !important;
}

body.home .luxe-reviews-visuals,
body.front-page .luxe-reviews-visuals {
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
  height: clamp(600px, 52vw, 760px) !important;
  align-items: stretch !important;
  gap: clamp(14px, 2vw, 24px) !important;
  overflow: hidden !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

body.home .luxe-reviews-visuals .marquee-col.desktop-only,
body.front-page .luxe-reviews-visuals .marquee-col.desktop-only {
  display: block !important;
}

body.home .luxe-reviews-visuals .marquee-col,
body.front-page .luxe-reviews-visuals .marquee-col {
  height: 100% !important;
  overflow: hidden !important;
}

body.home .luxe-reviews-visuals .marquee-track,
body.front-page .luxe-reviews-visuals .marquee-track {
  animation-name: marquee-vertical !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
}

body.home .review-img-wrap,
body.front-page .review-img-wrap {
  border-radius: 8px;
  height: auto !important;
  margin-bottom: 12px !important;
  background: transparent !important;
  line-height: 0 !important;
}

body.home .review-img,
body.front-page .review-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: initial !important;
  object-position: center top !important;
}

@media (max-width: 1023px) {
  body.home .luxe-reviews-visuals,
  body.front-page .luxe-reviews-visuals {
    grid-template-columns: repeat(2, minmax(130px, 1fr)) !important;
    height: clamp(520px, 136vw, 680px) !important;
    gap: 12px !important;
  }

  body.home .luxe-reviews-visuals .marquee-col.desktop-only,
  body.front-page .luxe-reviews-visuals .marquee-col.desktop-only {
    display: none !important;
  }
}

@media (max-width: 480px) {
  body.home .luxe-reviews-visuals,
  body.front-page .luxe-reviews-visuals {
    height: 620px !important;
    gap: 10px !important;
  }

  body.home .review-img-wrap,
  body.front-page .review-img-wrap {
    height: auto !important;
    border-radius: 7px;
    margin-bottom: 10px !important;
  }
}

body.home .bestsellers-rail-wrap,
body.front-page .bestsellers-rail-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.home .luxe-bestsellers .bestsellers-rail,
body.front-page .luxe-bestsellers .bestsellers-rail {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  scrollbar-width: none !important;
  padding-bottom: 4px !important;
  cursor: grab;
  user-select: none;
  touch-action: pan-x pan-y;
  -webkit-user-select: none;
}

body.home .luxe-bestsellers .bestsellers-rail.is-dragging,
body.front-page .luxe-bestsellers .bestsellers-rail.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

body.home .luxe-bestsellers .product-card__link,
body.front-page .luxe-bestsellers .product-card__link,
body.home .luxe-bestsellers img,
body.front-page .luxe-bestsellers img {
  -webkit-user-drag: none;
  user-select: none;
}

body.home .luxe-bestsellers .wishlist-btn,
body.front-page .luxe-bestsellers .wishlist-btn {
  pointer-events: auto !important;
  z-index: 8 !important;
}

body.home .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar,
body.front-page .luxe-bestsellers .bestsellers-rail::-webkit-scrollbar {
  display: none !important;
}

body.home .bestsellers-rail-nav,
body.front-page .bestsellers-rail-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
}

body.home .bestsellers-rail-nav[hidden],
body.front-page .bestsellers-rail-nav[hidden] {
  display: none !important;
}

body.home .bestsellers-rail-nav--prev,
body.front-page .bestsellers-rail-nav--prev {
  left: -14px;
}

body.home .bestsellers-rail-nav--next,
body.front-page .bestsellers-rail-nav--next {
  right: -14px;
}

body.home .luxe-bestsellers .product-card,
body.front-page .luxe-bestsellers .product-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 446px !important;
  height: 100% !important;
}

body.home .luxe-bestsellers .product-card__img-wrap,
body.front-page .luxe-bestsellers .product-card__img-wrap {
  flex: 0 0 240px !important;
  height: 240px !important;
  max-height: 240px !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.home .luxe-bestsellers .product-card__img,
body.front-page .luxe-bestsellers .product-card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.home .luxe-bestsellers .product-card__body,
body.front-page .luxe-bestsellers .product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
}

body.home .luxe-bestsellers .product-card__title,
body.front-page .luxe-bestsellers .product-card__title {
  display: -webkit-box !important;
  min-height: 44px !important;
  max-height: 44px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

body.home .luxe-bestsellers .shop-archive-footer,
body.front-page .luxe-bestsellers .shop-archive-footer {
  margin-top: auto !important;
}

body.home .luxe-bestsellers .shop-archive-price-wrap,
body.front-page .luxe-bestsellers .shop-archive-price-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  min-height: 24px !important;
  line-height: 1.2 !important;
}

body.home .luxe-bestsellers .price-original,
body.front-page .luxe-bestsellers .price-original,
body.home .luxe-bestsellers .price-current,
body.front-page .luxe-bestsellers .price-current {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
}

body.home .luxe-bestsellers .price-current del,
body.front-page .luxe-bestsellers .price-current del,
body.home .luxe-bestsellers .price-current ins,
body.front-page .luxe-bestsellers .price-current ins {
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  body.home .luxe-reviews-grid,
  body.front-page .luxe-reviews-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body.home .bestsellers-rail-nav,
  body.front-page .bestsellers-rail-nav {
    display: none !important;
  }

  body.home .luxe-bestsellers .product-card__img-wrap,
  body.front-page .luxe-bestsellers .product-card__img-wrap {
    flex-basis: 230px !important;
    height: 230px !important;
    max-height: 230px !important;
  }
}
