:root {
  --luxe-ivory: #faf5ec;
  --luxe-sand: #eadfcf;
  --luxe-sand-strong: #d8c1a2;
  --luxe-card: #fffdf8;
  --luxe-ink: #1f1813;
  --luxe-muted: #6f6357;
  --luxe-border: #e5d7c3;
  --luxe-accent: #b58a52;
  --luxe-accent-dark: #8d6837;
  --luxe-shadow: 0 22px 60px rgba(41, 27, 12, 0.08);
  --luxe-radius-xl: 32px;
  --luxe-radius-lg: 24px;
  --luxe-radius-md: 18px;
  --primary-color: var(--luxe-accent);
}

/* Bigstore V4.1 cleanup: quieter accents, fluid banners, simpler footer. */
body.bigstore-luxe-ui .bigstore-homepage .bigstore-section-heading__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-spotlight-card__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-support-banner__content span,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-panorama-banner__content span,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-showcase__content span {
  background: transparent !important;
  color: #776757 !important;
  letter-spacing: 0;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--solid,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab.is-active,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab:hover,
body.bigstore-luxe-ui .bigstore-homepage .woocommerce ul.products li.product .button,
body.bigstore-luxe-ui .bigstore-luxe-footer--simple .bigstore-button {
  background: #2a1d15 !important;
  border-color: #2a1d15 !important;
  color: #fffaf2 !important;
  box-shadow: none !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--ghost,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-section-heading__link,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-spotlight-card__cta {
  background: rgba(255, 250, 242, 0.78) !important;
  border-color: rgba(42, 29, 21, 0.14) !important;
  color: #2a1d15 !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab {
  background: #fffaf2 !important;
  border-color: rgba(42, 29, 21, 0.13) !important;
  color: #3d3027 !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress span {
  background-color: rgba(42, 29, 21, 0.2) !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress span {
  background-color: #2a1d15 !important;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-top: clamp(34px, 5vw, 72px);
}

body.bigstore-luxe-ui .bigstore-spotlight__header {
  align-items: end;
  margin-bottom: 22px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(42, 29, 21, 0.12);
  color: #251a13;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links a {
  background: rgba(42, 29, 21, 0.08);
  color: #2a1d15;
}

body.bigstore-luxe-ui .bigstore-home-showcase {
  padding-block: clamp(34px, 5vw, 66px);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__grid {
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 3vw, 38px);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
  aspect-ratio: 5 / 6;
  min-height: 0;
  max-height: 680px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 250, 242, 0.86), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #f1e4d3 100%);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid rgba(42, 29, 21, 0.1);
  border-radius: 34px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 22px 70px rgba(42, 29, 21, 0.08);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story {
  order: 0 !important;
  aspect-ratio: 21 / 7;
  min-height: 0;
  max-height: 380px;
  border-radius: 28px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__products {
  order: 1 !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content {
  right: clamp(18px, 3vw, 34px);
  left: auto;
  bottom: clamp(18px, 3vw, 34px);
  max-width: min(430px, calc(100% - 36px));
  padding: clamp(18px, 2.4vw, 26px);
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(42, 29, 21, 0.12);
  color: #251a13;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content h2,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content p,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-section-heading__title,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-section-heading__description,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-showcase-pane__header h3,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-showcase-pane__header p {
  color: #251a13 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner {
  border-radius: 28px;
  box-shadow: 0 18px 56px rgba(42, 29, 21, 0.08);
}

body.bigstore-luxe-ui .bigstore-support-banner--primary {
  aspect-ratio: 16 / 9;
}

body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 4 / 5;
}

body.bigstore-luxe-ui .bigstore-panorama-banner {
  border-radius: 34px;
  box-shadow: 0 22px 70px rgba(42, 29, 21, 0.1);
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  padding: 28px 0 18px;
  background:
    linear-gradient(135deg, #211711 0%, #120d0a 100%);
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust {
  justify-content: center;
  padding-bottom: 18px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust span {
  background: rgba(255, 250, 242, 0.06);
  border-color: rgba(255, 250, 242, 0.12);
  color: rgba(255, 250, 242, 0.78);
}

body.bigstore-luxe-ui .bigstore-footer-simple__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(230px, 0.72fr);
  align-items: start;
  gap: clamp(22px, 4vw, 54px);
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  max-width: 190px;
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 18px;
  background: #fffaf2;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo a,
body.bigstore-luxe-ui .bigstore-footer-simple__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo img {
  width: auto;
  max-width: 160px;
  max-height: 46px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

body.bigstore-luxe-ui .bigstore-footer-simple__brand p {
  max-width: 44ch;
}

body.bigstore-luxe-ui .bigstore-footer-simple__support {
  padding: 18px;
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.045);
}

body.bigstore-luxe-ui .bigstore-footer-simple__bottom {
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-spotlight__header {
    align-items: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 1 / 1;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid {
    padding: 12px;
    border-radius: 24px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__content {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    padding: 16px;
    border-radius: 20px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__content p {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__trust {
    justify-content: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    gap: 20px;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__logo {
    min-height: 52px;
    max-width: 170px;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__support {
    padding: 16px;
  }
}

/* Bigstore V6 final lock: keep audited hero, campaign banners, and footer after older overrides. */
body.bigstore-luxe-ui .bigstore-home-hero__stage {
  aspect-ratio: 21 / 8 !important;
  max-height: 610px !important;
  border-radius: 30px !important;
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
  width: 100% !important;
  margin-inline: 0 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-support-banner--primary,
body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 21 / 7 !important;
  min-height: 0 !important;
  max-height: 255px !important;
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media img {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  top: auto !important;
  right: clamp(18px, 2.4vw, 30px) !important;
  bottom: clamp(14px, 1.8vw, 22px) !important;
  left: auto !important;
  width: min(340px, calc(100% - 36px)) !important;
  max-width: none !important;
  padding: clamp(14px, 1.4vw, 18px) !important;
  transform: none !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.08 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content p {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  padding: 24px 0 16px !important;
  background: #1e1510 !important;
}

body.bigstore-luxe-ui .bigstore-footer-simple__support {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    grid-template-columns: 1fr !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7.5 !important;
    max-height: 240px !important;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 4 / 4.25 !important;
    border-radius: 26px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7.5 !important;
    border-radius: 22px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 12px !important;
    bottom: 12px !important;
    width: min(235px, calc(100% - 24px)) !important;
    padding: 11px 12px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
    font-size: 16px !important;
  }
}

/* Bigstore V6 final lock: keep audited hero, campaign banners, and footer after older overrides. */
body.bigstore-luxe-ui .bigstore-home-hero__stage {
  aspect-ratio: 21 / 8 !important;
  max-height: 610px !important;
  border-radius: 30px !important;
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-support-banner--primary,
body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 21 / 7 !important;
  min-height: 0 !important;
  max-height: 255px !important;
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media img {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  top: auto !important;
  right: clamp(18px, 2.4vw, 30px) !important;
  bottom: clamp(14px, 1.8vw, 22px) !important;
  left: auto !important;
  width: min(340px, calc(100% - 36px)) !important;
  max-width: none !important;
  padding: clamp(14px, 1.4vw, 18px) !important;
  transform: none !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.08 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content p {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  padding: 24px 0 16px !important;
  background: #1e1510 !important;
}

body.bigstore-luxe-ui .bigstore-footer-simple__support {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    grid-template-columns: 1fr !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7.5 !important;
    max-height: 240px !important;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 4 / 4.25 !important;
    border-radius: 26px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7.5 !important;
    border-radius: 22px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 12px !important;
    bottom: 12px !important;
    width: min(235px, calc(100% - 24px)) !important;
    padding: 11px 12px !important;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
    font-size: 16px !important;
  }
}

/* Bigstore V6: tighter hierarchy after visual audit. */
body.bigstore-luxe-ui .bigstore-home-hero {
  padding: clamp(18px, 2.6vw, 34px) 0 clamp(12px, 2vw, 22px);
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  aspect-ratio: 21 / 8;
  max-height: 610px;
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(42, 29, 21, 0.1);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
  object-position: var(--bigstore-focal-position, center center);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
  bottom: clamp(24px, 3vw, 42px);
  left: clamp(24px, 3vw, 42px);
  width: min(390px, calc(100% - 64px));
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
  padding: clamp(20px, 2.2vw, 28px);
  border-radius: 24px;
  background: rgba(255, 250, 242, 0.86);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
  max-width: 12ch;
  font-size: clamp(31px, 3vw, 50px);
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(14px, 2vw, 22px);
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-support-banner--primary,
body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 21 / 7 !important;
  min-height: 0 !important;
  max-height: 255px;
  overflow: hidden;
  border: 1px solid rgba(42, 29, 21, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 250, 242, 0.48), transparent 24%),
    linear-gradient(135deg, #2a1d15 0%, #6c5438 52%, #d8c3a4 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner__media,
body.bigstore-luxe-ui .bigstore-support-banner__media::before,
body.bigstore-luxe-ui .bigstore-support-banner__media::after {
  position: absolute;
  inset: 0;
}

body.bigstore-luxe-ui .bigstore-support-banner__media img {
  width: 100%;
  height: 100%;
  opacity: 0.48;
  object-fit: cover;
  object-position: var(--bigstore-focal-position, center center);
  filter: saturate(0.92) contrast(0.96);
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media img {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media::before {
  z-index: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(255, 250, 242, 0.42), transparent 22%),
    radial-gradient(circle at 72% 22%, rgba(201, 158, 95, 0.26), transparent 24%),
    repeating-linear-gradient(135deg, rgba(255, 250, 242, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #2a1d15 0%, #70583d 52%, #d4bea0 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner__veil {
  background: linear-gradient(90deg, rgba(26, 17, 11, 0.62), rgba(26, 17, 11, 0.18) 46%, rgba(255, 250, 242, 0.16));
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  top: auto;
  right: clamp(18px, 2.4vw, 30px);
  bottom: clamp(14px, 1.8vw, 22px);
  left: auto;
  width: min(340px, calc(100% - 36px));
  max-width: none;
  padding: clamp(14px, 1.4vw, 18px);
  transform: none;
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.9);
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
  max-width: 18ch;
  margin-bottom: 6px;
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.08;
}

body.bigstore-luxe-ui .bigstore-support-banner__content p {
  display: none;
}

body.bigstore-luxe-ui .bigstore-support-banner__content .bigstore-button {
  min-height: 34px;
  margin-top: 8px;
  padding-inline: 14px;
  font-size: 12px;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-top: clamp(28px, 4vw, 54px);
}

body.bigstore-luxe-ui .bigstore-spotlight-card {
  min-height: 250px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  padding: 18px;
  border-radius: 20px;
}

body.bigstore-luxe-ui .bigstore-home-showcase {
  padding-block: clamp(30px, 4vw, 58px);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
  max-height: 620px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story {
  aspect-ratio: 21 / 6.5;
  max-height: 330px;
}

body.bigstore-luxe-ui .bigstore-home-showcase__media img {
  object-position: var(--bigstore-focal-position, center center);
}

body.bigstore-luxe-ui .bigstore-home-showcase__content {
  max-width: min(390px, calc(100% - 36px));
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(42, 29, 21, 0.12);
  color: #251a13;
}

body.bigstore-luxe-ui .bigstore-home-showcase__content span,
body.bigstore-luxe-ui .bigstore-home-showcase__content h2,
body.bigstore-luxe-ui .bigstore-home-showcase__content p {
  color: #251a13 !important;
}

body.bigstore-luxe-ui .bigstore-home-products {
  padding-block: clamp(30px, 4vw, 56px);
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  margin-top: clamp(22px, 4vw, 46px);
  padding: 24px 0 16px;
  background: #1e1510;
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust {
  justify-content: flex-start;
  gap: 8px;
  padding-bottom: 14px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust span {
  min-height: 28px;
  padding-inline: 11px;
  font-size: 12px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(220px, 0.55fr);
  gap: clamp(20px, 3vw, 42px);
  padding: 24px 0;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo {
  min-height: 50px;
  max-width: 176px;
  padding: 8px 12px;
  border-radius: 16px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__support {
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7 !important;
    max-height: 240px;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-hero {
    padding-top: 18px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 4 / 4.25;
    border-radius: 26px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
    object-fit: cover;
    object-position: var(--bigstore-focal-position, center top);
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    right: 14px;
    bottom: 64px;
    left: 14px;
    width: auto;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
    padding: 16px;
    border-radius: 20px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
    max-width: 10.5ch;
    margin-bottom: 12px;
    font-size: clamp(27px, 8.2vw, 35px);
    line-height: 1.02;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__actions .bigstore-button {
    width: 100%;
    min-height: 40px;
  }

  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    gap: 12px;
    margin-top: 14px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 16 / 7.5 !important;
    max-height: none;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 12px;
    bottom: 12px;
    width: min(235px, calc(100% - 24px));
    padding: 11px 12px;
    border-radius: 16px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content span {
    font-size: 11px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 1.12;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content p,
  body.bigstore-luxe-ui .bigstore-support-banner__content .bigstore-button {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase {
    padding-block: 28px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__products {
    padding: 16px;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-showcase-pane__header p,
  body.bigstore-luxe-ui .bigstore-section-heading__description {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__trust {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__menus {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__bottom {
    display: block;
  }
}

/* Bigstore V4.1 final polish after visual QA. */
body.bigstore-luxe-ui .bigstore-homepage .button.product_type_simple.add_to_cart_button,
body.bigstore-luxe-ui .bigstore-homepage .woocommerce ul.products li.product .button.product_type_simple,
body.bigstore-luxe-ui .bigstore-homepage .woocommerce ul.products li.product .add_to_cart_button {
  background-color: #2a1d15 !important;
  background-image: none !important;
  border-color: #2a1d15 !important;
  color: #fffaf2 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner--primary,
body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 1200 / 620;
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  max-width: min(430px, calc(100% - 40px));
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo {
  gap: 10px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo-text {
  display: inline-flex;
  align-items: center;
  color: #2a1d15;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 1 / 1;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__logo-text {
    font-size: 14px;
  }
}

/* Make weak default support imagery feel intentional until the banner is replaced from WordPress. */
body.bigstore-luxe-ui .bigstore-support-banner--primary {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 250, 242, 0.88), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(42, 29, 21, 0.18), transparent 28%),
    linear-gradient(135deg, #efe1cf 0%, #d7c2a6 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner--primary .bigstore-support-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.72), rgba(255, 250, 242, 0.1)),
    repeating-linear-gradient(135deg, rgba(42, 29, 21, 0.08) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

body.bigstore-luxe-ui .bigstore-support-banner--primary .bigstore-support-banner__media img {
  opacity: 0.5;
  filter: saturate(0.8) contrast(0.94);
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media img {
  opacity: 0;
}

body.bigstore-luxe-ui .bigstore-support-banner.is-weak-image .bigstore-support-banner__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 250, 242, 0.5), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(255, 250, 242, 0.28), transparent 24%),
    repeating-linear-gradient(135deg, rgba(255, 250, 242, 0.08) 0 1px, transparent 1px 20px),
    linear-gradient(135deg, #2a1d15 0%, #6f563a 48%, #d8c3a4 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 250, 242, 0.48), transparent 26%),
    linear-gradient(135deg, #2a1d15 0%, #7d664a 54%, #e2d0b5 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner .bigstore-support-banner__media img {
  opacity: 0.42;
  filter: saturate(0.9) contrast(0.96);
}

body.bigstore-luxe-ui .bigstore-support-banner__veil {
  background:
    linear-gradient(90deg, rgba(42, 29, 21, 0.44), rgba(42, 29, 21, 0.08)),
    linear-gradient(180deg, rgba(42, 29, 21, 0.06), rgba(42, 29, 21, 0.42)) !important;
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  background: rgba(255, 250, 242, 0.9) !important;
}

/* Bigstore V5: tighter homepage hierarchy, admin-controlled focal points, stronger mobile rhythm. */
body.bigstore-luxe-ui .bigstore-hero-slide__media img,
body.bigstore-luxe-ui .bigstore-support-banner__media img,
body.bigstore-luxe-ui .bigstore-home-showcase__media img,
body.bigstore-luxe-ui .bigstore-panorama-banner__media img,
body.bigstore-luxe-ui .bigstore-spotlight-card__media img {
  object-position: var(--bigstore-image-position, center center) !important;
}

body.bigstore-luxe-ui .bigstore-flash-news {
  min-height: 34px;
  font-size: 12px;
}

body.bigstore-luxe-ui .bigstore-home-hero {
  padding-top: 18px;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  max-height: 580px;
  box-shadow: 0 20px 58px rgba(38, 27, 16, 0.1);
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  align-items: stretch;
}

body.bigstore-luxe-ui .bigstore-support-banner__content p,
body.bigstore-luxe-ui .bigstore-panorama-banner__content p {
  max-width: 38ch;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-bottom: clamp(20px, 3vw, 42px);
}

body.bigstore-luxe-ui .bigstore-spotlight-card {
  min-height: 250px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  padding: 16px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact {
  padding-block: clamp(26px, 4vw, 52px);
  background: #fffaf2;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(18px, 3vw, 30px);
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(42, 29, 21, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.64);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__story {
  aspect-ratio: 4 / 5;
  min-height: 0;
  max-height: 500px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__content {
  right: 14px;
  left: 14px;
  bottom: 14px;
  padding: 16px;
  border-radius: 18px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__content p {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__products {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-showcase-pane__header p {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase__intro {
  margin-bottom: 14px;
}

body.bigstore-luxe-ui .bigstore-home-showcase__tabs {
  margin-bottom: 16px;
}

body.bigstore-luxe-ui .bigstore-home-products {
  padding-block: clamp(30px, 5vw, 58px);
}

body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-wrapper {
  height: 100%;
  border: 1px solid rgba(42, 29, 21, 0.08);
  box-shadow: 0 12px 32px rgba(42, 29, 21, 0.05);
}

body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-title {
  min-height: 42px;
  overflow: hidden;
}

body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

body.bigstore-luxe-ui .bigstore-home-trust {
  padding-block: clamp(28px, 5vw, 54px);
}

body.bigstore-luxe-ui .bigstore-home-trust__grid {
  gap: 12px;
}

body.bigstore-luxe-ui .bigstore-home-trust__card {
  padding: 18px;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  margin-top: 0;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__story {
    aspect-ratio: 16 / 9;
    max-height: none;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-flash-news__label {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-hero {
    padding-top: 10px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 1 / 1.08;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    bottom: 56px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
    padding: 14px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
    max-width: 14ch;
    font-size: clamp(24px, 7vw, 32px);
  }

  body.bigstore-luxe-ui .bigstore-home-hero__actions .bigstore-button {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    gap: 10px;
    margin-top: 10px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content {
    padding: 13px;
    border-radius: 16px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
    font-size: clamp(18px, 6vw, 24px);
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content p {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight {
    padding-top: 24px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__header {
    margin-bottom: 12px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight-card {
    min-height: 210px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
    right: 12px;
    left: 12px;
    bottom: 12px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase {
    padding-block: 24px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-layout-compact .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__intro .bigstore-section-heading__description,
  body.bigstore-luxe-ui .bigstore-showcase-pane__header p {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-showcase-pane__header {
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  body.bigstore-luxe-ui .bigstore-showcase-tab {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-homepage ul.products {
    row-gap: 12px;
  }

  body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-wrapper {
    border-radius: 16px;
  }

  body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-info {
    padding: 10px;
  }

  body.bigstore-luxe-ui .bigstore-homepage ul.products li.product .product-title {
    min-height: 36px;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-homepage .bigstore-product-context {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-homepage .button.product_type_simple.add_to_cart_button {
    min-height: 32px;
    font-size: 11px;
  }

  body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-pane ul.products li.product:nth-child(n+5),
  body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-products ul.products li.product:nth-child(n+5) {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-products {
    padding-block: 24px;
  }

  body.bigstore-luxe-ui .bigstore-home-trust__grid {
    grid-template-columns: 1fr 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-trust__card {
    padding: 14px;
  }

  body.bigstore-luxe-ui .bigstore-home-trust__card p {
    display: none;
  }
}

body.bigstore-luxe-ui {
  background: linear-gradient(180deg, #f8f1e7 0%, #fdfbf7 24%, #f7f0e6 100%);
  color: var(--luxe-ink);
}

body.bigstore-luxe-ui,
body.bigstore-luxe-ui button,
body.bigstore-luxe-ui input,
body.bigstore-luxe-ui select,
body.bigstore-luxe-ui textarea {
  font-family: "Cairo", Arial, sans-serif;
}

body.bigstore-luxe-ui a {
  color: inherit;
}

body.bigstore-luxe-ui .container {
  max-width: 1360px;
}

body.bigstore-luxe-ui .button,
body.bigstore-luxe-ui .btn,
body.bigstore-luxe-ui input[type="submit"] {
  color: #fff8f2 !important;
  background: linear-gradient(180deg, #c89a61 0%, #a97e47 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 18px 42px rgba(169, 126, 71, 0.22);
}

body.bigstore-luxe-ui .button:hover,
body.bigstore-luxe-ui .btn:hover,
body.bigstore-luxe-ui input[type="submit"]:hover,
body.bigstore-luxe-ui .button:focus,
body.bigstore-luxe-ui .btn:focus,
body.bigstore-luxe-ui input[type="submit"]:focus {
  color: #fff8f2 !important;
  background: linear-gradient(180deg, #bf9158 0%, #9f763f 100%) !important;
}

.bigstore-flash-news {
  position: relative;
  z-index: 1002;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 50%, rgba(201, 158, 95, 0.18), transparent 28%),
    linear-gradient(90deg, #120d09 0%, #211711 48%, #120d09 100%);
  color: #fff4e4;
  border-bottom: 1px solid rgba(232, 196, 139, 0.16);
}

.bigstore-flash-news__frame {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 42px;
  padding: 0 max(18px, calc((100vw - 1360px) / 2));
}

.bigstore-flash-news__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(201, 158, 95, 0.18);
  color: #f4d7aa;
  font-size: 12px;
  font-weight: 800;
}

.bigstore-flash-news__viewport {
  direction: ltr;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.bigstore-flash-news__track {
  direction: rtl;
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  gap: 34px;
  animation: bigstoreFlashTicker 32s linear infinite;
  will-change: transform;
}

.bigstore-flash-news:hover .bigstore-flash-news__track {
  animation-play-state: paused;
}

.bigstore-flash-news__item {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  color: rgba(255, 246, 232, 0.94);
  font-size: 13px;
  font-weight: 700;
}

.bigstore-flash-news__item::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e4bd7d 0%, #ad7c3f 100%);
  box-shadow: 0 0 0 5px rgba(201, 158, 95, 0.1);
}

@keyframes bigstoreFlashTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bigstore-trust-strip {
  background: #201812;
  color: #f8f2e8;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.bigstore-trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.bigstore-trust-strip__item {
  position: relative;
  padding-right: 18px;
  opacity: 0.94;
}

.bigstore-trust-strip__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8b177 0%, #a17741 100%);
}

body.bigstore-luxe-ui .site-header {
  background: rgba(255, 250, 241, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(181, 138, 82, 0.12);
  box-shadow: 0 16px 40px rgba(38, 27, 15, 0.04);
}

body.bigstore-luxe-ui .header-topbar {
  display: none;
}

body.bigstore-luxe-ui .header-main {
  padding: 10px 0;
}

body.bigstore-luxe-ui .header-navigation {
  background: transparent;
  border-top: 1px solid rgba(181, 138, 82, 0.08);
}

body.bigstore-luxe-ui .main-navigation .menu > li > a,
body.bigstore-luxe-ui .header-topbar a,
body.bigstore-luxe-ui .header-main a {
  color: var(--luxe-ink);
}

body.bigstore-luxe-ui .main-navigation .menu > li > a {
  font-weight: 700;
  font-size: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

body.bigstore-luxe-ui .main-navigation .menu > li:hover > a,
body.bigstore-luxe-ui .main-navigation .menu > li.current-menu-item > a,
body.bigstore-luxe-ui .main-navigation .menu > li.current-menu-ancestor > a {
  color: var(--luxe-accent-dark);
}

body.bigstore-luxe-ui .header-search-form,
body.bigstore-luxe-ui .kapee-ajax-search {
  border-radius: 999px;
}

body.bigstore-luxe-ui .kapee-ajax-search .search-input,
body.bigstore-luxe-ui .kapee-ajax-search input[type="search"] {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(181, 138, 82, 0.18);
  border-radius: 999px;
  min-height: 54px;
}

body.bigstore-luxe-ui .kapee-ajax-search .btn-search,
body.bigstore-luxe-ui .search-submit,
body.bigstore-luxe-ui button.searchsubmit,
body.bigstore-luxe-ui .header-search .search-button {
  background: linear-gradient(180deg, #c89a61 0%, #a97e47 100%) !important;
  border-color: transparent !important;
  color: #fff8f2 !important;
}

body.bigstore-luxe-ui .header-myaccount,
body.bigstore-luxe-ui .mini-cart,
body.bigstore-luxe-ui .header-wishlist,
body.bigstore-luxe-ui .header-compare {
  color: var(--luxe-ink);
}

body.bigstore-luxe-ui .header-compare,
body.bigstore-luxe-ui .compare-button,
body.bigstore-luxe-ui a.compare,
body.bigstore-luxe-ui #yith-wcocompare-preview-bar {
  display: none !important;
}

body.bigstore-luxe-ui .page-title-wrapper {
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(181, 138, 82, 0.12);
  background-color: rgba(255, 248, 237, 0.8);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

body.bigstore-luxe-ui.tax-product_cat .page-title-wrapper::before,
body.bigstore-luxe-ui.post-type-archive-product .page-title-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 245, 236, 0.95) 0%, rgba(250, 245, 236, 0.7) 46%, rgba(250, 245, 236, 0.2) 100%);
}

body.bigstore-luxe-ui .page-title-wrapper .container {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 46px;
}

body.bigstore-luxe-ui .page-title-wrapper h1,
body.bigstore-luxe-ui .page-title-wrapper .page-title {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

body.bigstore-luxe-ui .breadcrumbs,
body.bigstore-luxe-ui .woocommerce-breadcrumb {
  color: var(--luxe-muted);
  font-size: 14px;
}

.bigstore-homepage section {
  position: relative;
}

.bigstore-home-hero {
  padding: 30px 0 24px;
}

.bigstore-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 0.85fr);
  gap: 24px;
}

.bigstore-home-hero__main,
.bigstore-home-hero__card,
.bigstore-home-seasonal__banner,
.bigstore-home-collection__story {
  background-color: #cdb89b;
  background-size: cover;
  background-position: center;
  border-radius: var(--luxe-radius-xl);
  overflow: hidden;
  position: relative;
  box-shadow: var(--luxe-shadow);
}

.bigstore-home-hero__main::before,
.bigstore-home-hero__card::before,
.bigstore-home-seasonal__banner::before,
.bigstore-home-collection__story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(32, 24, 18, 0.72) 0%, rgba(32, 24, 18, 0.36) 44%, rgba(32, 24, 18, 0.12) 100%);
}

.bigstore-home-hero__main {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px;
}

.bigstore-home-hero__main > *,
.bigstore-home-hero__card-content,
.bigstore-home-seasonal__content,
.bigstore-home-collection__story-content {
  position: relative;
  z-index: 1;
}

.bigstore-home-hero__eyebrow,
.bigstore-home-hero__card-eyebrow,
.bigstore-section-heading__eyebrow,
.bigstore-home-seasonal__content span,
.bigstore-home-collection__story span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f6debe;
}

.bigstore-home-hero__title {
  color: #fff9ef;
  font-size: clamp(38px, 4.7vw, 74px);
  line-height: 1.02;
  margin: 14px 0 16px;
  max-width: 10ch;
}

.bigstore-home-hero__description {
  color: rgba(255, 248, 240, 0.9);
  font-size: 18px;
  line-height: 1.9;
  max-width: 52ch;
  margin-bottom: 24px;
}

.bigstore-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bigstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bigstore-button:hover {
  transform: translateY(-2px);
}

.bigstore-button--solid {
  background: linear-gradient(180deg, #c89a61 0%, #a97e47 100%);
  color: #fffaf3;
  box-shadow: 0 20px 44px rgba(168, 123, 58, 0.3);
}

.bigstore-button--ghost {
  color: #fff7ec;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.bigstore-home-hero__card {
  min-height: 298px;
}

.bigstore-home-hero__grid > .bigstore-home-hero__card:last-child {
  grid-column: 2;
}

.bigstore-home-hero__card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 30px;
  color: #fff7ed;
}

.bigstore-home-hero__card h3,
.bigstore-home-seasonal__content h2,
.bigstore-home-collection__story h2 {
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.15;
  margin: 12px 0 10px;
  color: #fff8ee;
}

.bigstore-home-hero__card p,
.bigstore-home-seasonal__content p,
.bigstore-home-collection__story p {
  color: rgba(255, 247, 237, 0.88);
  line-height: 1.8;
}

.bigstore-home-hero__card a,
.bigstore-home-seasonal__content a,
.bigstore-home-collection__story a {
  color: #fff5e6;
  font-weight: 700;
}

.bigstore-home-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.bigstore-home-hero__chips span,
.bigstore-home-collection__story-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff7eb;
  font-size: 13px;
}

.bigstore-home-departments,
.bigstore-home-subcategories,
.bigstore-home-products,
.bigstore-home-collection,
.bigstore-home-seasonal,
.bigstore-home-trust {
  padding: 24px 0 34px;
}

.bigstore-section-heading {
  margin-bottom: 28px;
}

.bigstore-section-heading__eyebrow {
  color: var(--luxe-accent-dark);
  margin-bottom: 10px;
}

.bigstore-section-heading__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
}

.bigstore-section-heading__title {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  margin: 0 0 10px;
  color: var(--luxe-ink);
}

.bigstore-section-heading__description {
  margin: 0;
  color: var(--luxe-muted);
  max-width: 62ch;
  line-height: 1.9;
}

.bigstore-section-heading__link {
  color: var(--luxe-accent-dark);
  font-weight: 700;
  white-space: nowrap;
}

.bigstore-department-grid,
.bigstore-subcategory-groups,
.bigstore-home-trust__grid,
.bigstore-home-reviews {
  display: grid;
  gap: 22px;
}

.bigstore-department-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bigstore-department-card,
.bigstore-subcategory-group,
.bigstore-home-trust__card,
.bigstore-home-reviews__item,
.bigstore-catalog-panel,
body.bigstore-luxe-ui .products .product-wrapper,
body.bigstore-luxe-ui .woocommerce .products .product-wrapper,
body.bigstore-luxe-ui.single-product .summary.entry-summary,
body.bigstore-luxe-ui .woocommerce-tabs,
body.bigstore-luxe-ui .upsells.products,
body.bigstore-luxe-ui .related.products {
  background: rgba(255, 252, 246, 0.94);
  border: 1px solid rgba(181, 138, 82, 0.14);
  border-radius: var(--luxe-radius-lg);
  box-shadow: var(--luxe-shadow);
}

.bigstore-department-card {
  overflow: hidden;
  min-height: 100%;
}

.bigstore-department-card__media {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.bigstore-department-card__content {
  padding: 22px;
}

.bigstore-department-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--luxe-accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.bigstore-department-card h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.bigstore-department-card p {
  color: var(--luxe-muted);
  font-size: 14px;
  line-height: 1.8;
  min-height: 74px;
}

.bigstore-department-card__children {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bigstore-department-card__children a,
.bigstore-subcategory-group__links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f7efe4;
  color: var(--luxe-ink);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.bigstore-department-card__children a:hover,
.bigstore-subcategory-group__links a:hover {
  background: #f1e4d0;
  transform: translateY(-2px);
}

.bigstore-subcategory-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bigstore-subcategory-group {
  padding: 24px;
}

.bigstore-subcategory-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.bigstore-subcategory-group__header h3 {
  font-size: 22px;
  margin: 0;
}

.bigstore-subcategory-group__header a {
  color: var(--luxe-accent-dark);
  font-weight: 700;
}

.bigstore-subcategory-group__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bigstore-subcategory-group__links small {
  color: var(--luxe-muted);
}

body.bigstore-luxe-ui .products {
  margin-bottom: 0;
}

body.bigstore-luxe-ui .products .product {
  margin-bottom: 28px;
}

body.bigstore-luxe-ui .products .product-wrapper {
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

body.bigstore-luxe-ui .products .product-wrapper:hover {
  transform: translateY(-6px);
  border-color: rgba(181, 138, 82, 0.24);
  box-shadow: 0 26px 56px rgba(32, 20, 8, 0.12);
}

body.bigstore-luxe-ui .products .product-image {
  padding: 18px 18px 0;
}

body.bigstore-luxe-ui .products .product-image .woocommerce-LoopProduct-link {
  display: block;
  background: linear-gradient(180deg, #fff9f0 0%, #f4ead9 100%);
  border-radius: 22px;
  overflow: hidden;
}

body.bigstore-luxe-ui .products .product-image img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

body.bigstore-luxe-ui .products .product-info {
  padding: 18px 18px 6px;
}

body.bigstore-luxe-ui .products .product-title {
  font-size: 18px;
  line-height: 1.55;
  min-height: calc(1.55em * 2);
  margin-bottom: 12px;
  white-space: normal;
  overflow: hidden;
}

body.bigstore-luxe-ui .products .product-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bigstore-product-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.bigstore-product-context__department,
.bigstore-product-context__term,
.bigstore-curated-flag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.bigstore-product-context__department {
  background: #f4e7d3;
  color: var(--luxe-accent-dark);
}

.bigstore-product-context__term {
  background: #f8f3eb;
  color: var(--luxe-muted);
}

.bigstore-curated-flag {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  background: rgba(32, 24, 18, 0.84);
  color: #fff5e6;
}

body.bigstore-luxe-ui .product-labels {
  top: 28px;
  left: 28px;
}

body.bigstore-luxe-ui .product-labels span {
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
}

body.bigstore-luxe-ui .product-price-buttons {
  padding: 0 18px 18px;
}

body.bigstore-luxe-ui .product-price {
  margin-bottom: 14px;
}

body.bigstore-luxe-ui .price {
  color: var(--luxe-ink);
  font-size: 18px;
  font-weight: 700;
}

body.bigstore-luxe-ui .price del {
  color: #998879;
}

body.bigstore-luxe-ui .product-buttons {
  width: 100%;
}

body.bigstore-luxe-ui .products.product-style-1.grid-view .product-buttons {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  justify-content: stretch;
  gap: 12px;
  padding-top: 14px;
}

body.bigstore-luxe-ui .products.product-style-5.grid-view .product-buttons-variations {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin-top: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}

body.bigstore-luxe-ui .products.product-style-1.grid-view div.product:hover .product-buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}

body.bigstore-luxe-ui .products.product-style-5.grid-view div.product .product-wrapper:hover .product-buttons-variations {
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}

body.bigstore-luxe-ui .product-buttons .cart-button {
  width: 100%;
}

body.bigstore-luxe-ui .products .add_to_cart_button,
body.bigstore-luxe-ui .products .product_type_simple,
body.bigstore-luxe-ui .products .product_type_variable,
body.bigstore-luxe-ui .products .product_type_external,
body.bigstore-luxe-ui .products .button,
body.bigstore-luxe-ui .products .added_to_cart,
body.bigstore-luxe-ui .compare-button .compare,
body.bigstore-luxe-ui .yith-wcwl-add-to-wishlist-button a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, #c89a61 0%, #a97e47 100%);
  color: #fff8f2;
  font-weight: 700;
  padding: 0 18px;
}

body.bigstore-luxe-ui .products .compare-button,
body.bigstore-luxe-ui .products .quick-view-button,
body.bigstore-luxe-ui .products .quickview-button {
  display: none;
}

body.bigstore-luxe-ui .products .button:hover,
body.bigstore-luxe-ui .products .add_to_cart_button:hover,
body.bigstore-luxe-ui .products .product_type_simple:hover,
body.bigstore-luxe-ui .products .product_type_variable:hover,
body.bigstore-luxe-ui .products .product_type_external:hover {
  color: #fff8f2;
}

.bigstore-home-collection__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 24px;
}

.bigstore-home-collection__story {
  min-height: 100%;
}

.bigstore-home-collection__story-content,
.bigstore-home-seasonal__content {
  padding: 38px;
}

.bigstore-home-collection__story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}

.bigstore-home-seasonal__banner {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
}

.bigstore-home-trust__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bigstore-home-trust__card,
.bigstore-home-reviews__item {
  padding: 24px;
}

.bigstore-home-trust__card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.bigstore-home-trust__card p,
.bigstore-home-reviews__item p {
  margin: 0;
  color: var(--luxe-muted);
  line-height: 1.9;
}

.bigstore-home-reviews {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bigstore-home-reviews__item footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 18px;
}

.bigstore-catalog-panel {
  padding: 24px;
  margin-bottom: 24px;
}

.bigstore-catalog-panel__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.bigstore-catalog-panel__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: #fbf7ef;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bigstore-catalog-panel__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(49, 34, 15, 0.08);
}

.bigstore-catalog-panel__thumb {
  display: block;
  aspect-ratio: 1 / 0.9;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff8ee 0%, #f2e7d7 100%);
  background-size: cover;
  background-position: center;
}

.bigstore-catalog-panel__title {
  font-weight: 700;
  font-size: 16px;
}

.bigstore-catalog-panel__item small {
  color: var(--luxe-muted);
}

body.bigstore-luxe-ui.single-product div.product .single-product-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 24px;
}

body.bigstore-luxe-ui.single-product div.product .single-product-wrapper > [class*="col-"] {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

body.bigstore-luxe-ui.single-product div.product .single-product-wrapper > [class*="col-"]:first-child {
  order: 2;
}

body.bigstore-luxe-ui.single-product div.product .single-product-wrapper > [class*="col-"]:last-child {
  order: 1;
}

body.bigstore-luxe-ui.single-product .summary.entry-summary {
  padding: 30px;
}

body.bigstore-luxe-ui.single-product .single-product-page .images {
  background: rgba(255, 252, 246, 0.94);
  border: 1px solid rgba(181, 138, 82, 0.14);
  border-radius: var(--luxe-radius-lg);
  box-shadow: var(--luxe-shadow);
  padding: 24px;
}

body.bigstore-luxe-ui.single-product .product_title {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.15;
  margin-bottom: 14px;
}

body.bigstore-luxe-ui.single-product .summary .price {
  font-size: 28px;
  margin-bottom: 18px;
}

body.bigstore-luxe-ui.single-product form.cart {
  margin-top: 22px;
}

body.bigstore-luxe-ui.single-product .single_add_to_cart_button,
body.bigstore-luxe-ui.single-product .checkout-button,
body.bigstore-luxe-ui .wc-proceed-to-checkout .button {
  min-height: 54px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c89a61 0%, #a97e47 100%);
  color: #fff9f3;
  border: 0;
  box-shadow: 0 18px 42px rgba(169, 126, 71, 0.22);
}

body.bigstore-luxe-ui.single-product .kapee-quick-buy {
  margin-top: 14px;
}

body.bigstore-luxe-ui.single-product .kapee-quick-buy .kapee_quick_buy_button {
  min-height: 54px;
  width: 100%;
  border-radius: 999px;
  background: #fff7ec !important;
  color: var(--luxe-accent-dark) !important;
  border: 1px solid rgba(181, 138, 82, 0.18) !important;
  box-shadow: none;
}

body.bigstore-luxe-ui.single-product .kapee-quick-buy .kapee_quick_buy_button:hover,
body.bigstore-luxe-ui.single-product .kapee-quick-buy .kapee_quick_buy_button:focus {
  background: #f4e8d7 !important;
  color: var(--luxe-accent-dark) !important;
}

body.bigstore-luxe-ui.single-product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(181, 138, 82, 0.18);
  background: #fffaf1;
}

body.bigstore-luxe-ui.single-product form.cart .quantity .qty {
  min-width: 62px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--luxe-ink);
  font-weight: 700;
}

body.bigstore-luxe-ui.single-product form.cart .quantity input[type="button"] {
  width: 44px;
  height: 52px;
  padding: 0;
  border: 0;
  color: var(--luxe-accent-dark);
  background: transparent !important;
  box-shadow: none;
  font-size: 18px;
}

.bigstore-single-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.bigstore-single-assurance > div,
.bigstore-single-meta__item {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8f1e7;
  border: 1px solid rgba(181, 138, 82, 0.12);
}

.bigstore-single-assurance strong,
.bigstore-single-meta__item strong {
  display: block;
  font-size: 15px;
  color: var(--luxe-ink);
}

.bigstore-single-assurance span,
.bigstore-single-meta__item span {
  color: var(--luxe-muted);
  font-size: 13px;
}

.bigstore-single-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

body.bigstore-luxe-ui .woocommerce-tabs,
body.bigstore-luxe-ui .upsells.products,
body.bigstore-luxe-ui .related.products {
  padding: 28px;
}

body.bigstore-luxe-ui .shop-tools,
body.bigstore-luxe-ui .shop-loop-header {
  background: transparent;
  margin-bottom: 24px;
}

body.bigstore-luxe-ui .shop-loop-header .woocommerce-result-count,
body.bigstore-luxe-ui .shop-loop-header .woocommerce-ordering,
body.bigstore-luxe-ui .shop-loop-header .products-view {
  background: rgba(255, 252, 246, 0.94);
  border: 1px solid rgba(181, 138, 82, 0.14);
  border-radius: 999px;
  padding: 10px 18px;
}

body.bigstore-luxe-ui .woocommerce .compare-button .compare,
body.bigstore-luxe-ui .yith-wcwl-add-to-wishlist-button a,
body.bigstore-luxe-ui .yith-add-to-wishlist-button-block a {
  background: transparent;
  color: var(--luxe-accent-dark);
  border-color: rgba(181, 138, 82, 0.18);
}

body.bigstore-luxe-ui .yith-add-to-wishlist-button-block--single {
  margin-bottom: 18px;
}

body.bigstore-luxe-ui .footer,
body.bigstore-luxe-ui .site-footer {
  background: #201812;
  color: rgba(255, 244, 232, 0.78);
}

body.bigstore-luxe-ui .site-footer a {
  color: rgba(255, 244, 232, 0.94);
}

body.bigstore-luxe-ui .kapee-mobile-navbar {
  background: rgba(255, 250, 241, 0.98) !important;
  border-top: 1px solid rgba(181, 138, 82, 0.16);
  box-shadow: 0 -12px 28px rgba(32, 24, 18, 0.08);
}

body.bigstore-luxe-ui .kapee-mobile-navbar a {
  color: var(--luxe-ink) !important;
}

body.bigstore-luxe-ui .kapee-mobile-navbar .header-wishlist-count,
body.bigstore-luxe-ui .kapee-mobile-navbar .header-cart-count,
body.bigstore-luxe-ui .kapee-mobile-navbar .header-compare-count {
  color: #fff9f3 !important;
  background: var(--luxe-accent) !important;
}

body.bigstore-luxe-ui .slick-slider .slick-dots li button,
body.bigstore-luxe-ui .slick-dots li button,
body.bigstore-luxe-ui .owl-carousel .owl-dots .owl-dot span {
  background: rgba(181, 138, 82, 0.24) !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.bigstore-luxe-ui .slick-slider .slick-dots li.slick-active button,
body.bigstore-luxe-ui .slick-dots li.slick-active button,
body.bigstore-luxe-ui .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--luxe-accent) !important;
}

body.bigstore-luxe-ui .slick-slider .slick-dots li button::before,
body.bigstore-luxe-ui .slick-dots li button::before {
  color: rgba(181, 138, 82, 0.24) !important;
  opacity: 1 !important;
}

body.bigstore-luxe-ui .slick-slider .slick-dots li.slick-active button::before,
body.bigstore-luxe-ui .slick-dots li.slick-active button::before {
  color: var(--luxe-accent) !important;
  opacity: 1 !important;
}

@media (max-width: 1279px) {
  .bigstore-department-grid,
  .bigstore-catalog-panel__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .bigstore-home-hero__grid,
  .bigstore-home-collection__grid,
  .bigstore-subcategory-groups,
  .bigstore-home-trust__grid,
  .bigstore-home-reviews,
  .bigstore-single-meta,
  .bigstore-single-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bigstore-department-grid,
  .bigstore-catalog-panel__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .container {
    max-width: 100%;
  }

  body.bigstore-luxe-ui .site-header .header-main,
  body.bigstore-luxe-ui .site-header .header-navigation,
  body.bigstore-luxe-ui .site-header .header-sticky {
    color: var(--luxe-ink) !important;
    background: rgba(255, 250, 241, 0.98) !important;
    border-color: rgba(181, 138, 82, 0.16) !important;
    box-shadow: 0 14px 30px rgba(32, 24, 18, 0.06);
  }

  body.bigstore-luxe-ui .site-header .header-main a,
  body.bigstore-luxe-ui .site-header .header-navigation a,
  body.bigstore-luxe-ui .site-header .header-sticky a {
    color: var(--luxe-ink) !important;
  }

  body.bigstore-luxe-ui .site-header .header-main a:hover,
  body.bigstore-luxe-ui .site-header .header-navigation a:hover,
  body.bigstore-luxe-ui .site-header .header-sticky a:hover {
    color: var(--luxe-accent-dark) !important;
  }

  body.bigstore-luxe-ui .site-header .header-main {
    height: auto;
    min-height: 82px;
    padding: 8px 0 !important;
  }

  body.bigstore-luxe-ui .site-header .header-navigation,
  body.bigstore-luxe-ui .site-header .header-sticky {
    height: auto;
  }

  body.bigstore-luxe-ui .site-header .kapee-ajax-search .searchform,
  body.bigstore-luxe-ui .site-header .kapee-ajax-search .search-field,
  body.bigstore-luxe-ui .site-header .kapee-ajax-search .product_cat,
  body.bigstore-luxe-ui .site-header .searchform,
  body.bigstore-luxe-ui .site-header input[type="search"] {
    background: #fffdf8 !important;
    border-color: rgba(181, 138, 82, 0.16) !important;
    color: var(--luxe-ink) !important;
  }

  body.bigstore-luxe-ui .site-header .ajax-search-style-1 .search-submit,
  body.bigstore-luxe-ui .site-header .ajax-search-style-2 .search-submit,
  body.bigstore-luxe-ui .site-header .ajax-search-style-3 .search-submit,
  body.bigstore-luxe-ui .site-header .ajax-search-style-4 .search-submit,
  body.bigstore-luxe-ui .site-header .header-cart-icon .header-cart-count,
  body.bigstore-luxe-ui .site-header .header-wishlist-icon .header-wishlist-count,
  body.bigstore-luxe-ui .site-header .header-compare-icon .header-compare-count {
    color: #fff9f3 !important;
    background: var(--luxe-accent) !important;
  }

  .bigstore-home-hero__main {
    min-height: 460px;
    padding: 34px;
  }

  .bigstore-home-hero__card {
    min-height: 220px;
  }

  body.bigstore-luxe-ui .page-title-wrapper .container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .bigstore-trust-strip__inner,
  .bigstore-section-heading__row,
  .bigstore-subcategory-group__header,
  .bigstore-home-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .bigstore-home-hero__grid,
  .bigstore-home-collection__grid,
  .bigstore-subcategory-groups,
  .bigstore-home-trust__grid,
  .bigstore-home-reviews,
  .bigstore-single-meta,
  .bigstore-single-assurance {
    grid-template-columns: 1fr;
  }

  .bigstore-department-grid,
  .bigstore-catalog-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bigstore-home-hero__main,
  .bigstore-home-hero__card-content,
  .bigstore-home-collection__story-content,
  .bigstore-home-seasonal__content,
  .bigstore-catalog-panel,
  .bigstore-home-trust__card,
  .bigstore-home-reviews__item,
  body.bigstore-luxe-ui.single-product .summary.entry-summary,
  body.bigstore-luxe-ui .woocommerce-tabs,
  body.bigstore-luxe-ui .upsells.products,
  body.bigstore-luxe-ui .related.products {
    padding: 22px;
  }

  .bigstore-home-departments,
  .bigstore-home-subcategories,
  .bigstore-home-products,
  .bigstore-home-collection,
  .bigstore-home-seasonal,
  .bigstore-home-trust {
    padding: 18px 0 24px;
  }

  .bigstore-home-hero {
    padding: 16px 0 14px;
  }

  .bigstore-home-hero__grid > .bigstore-home-hero__card:last-child {
    grid-column: auto;
  }

  .bigstore-home-hero__main {
    min-height: 380px;
    padding: 24px;
    border-radius: 24px;
  }

  .bigstore-home-hero__card {
    min-height: 208px;
  }

  .bigstore-home-hero__card-content,
  .bigstore-home-seasonal__content,
  .bigstore-home-collection__story-content {
    padding: 22px;
  }

  .bigstore-home-hero__title {
    max-width: none;
    font-size: 34px;
  }

  .bigstore-home-hero__description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
  }

  .bigstore-home-hero__actions .bigstore-button {
    width: 100%;
  }

  .bigstore-section-heading {
    margin-bottom: 20px;
  }

  .bigstore-section-heading__title {
    font-size: 28px;
  }

  .bigstore-department-card__content {
    padding: 18px;
  }

  .bigstore-department-card h3 {
    font-size: 18px;
  }

  .bigstore-department-card p {
    min-height: 0;
    font-size: 13px;
  }

  .bigstore-department-card__children,
  .bigstore-subcategory-group__links {
    gap: 8px;
  }

  .bigstore-department-card__children a,
  .bigstore-subcategory-group__links a {
    padding: 8px 12px;
    font-size: 12px;
  }

  .bigstore-catalog-panel {
    padding: 18px;
  }

  .bigstore-catalog-panel__item {
    padding: 12px;
  }

  .bigstore-catalog-panel__title {
    font-size: 14px;
  }

  body.bigstore-luxe-ui .products .product-image {
    padding: 14px 14px 0;
  }

  body.bigstore-luxe-ui .product-price-buttons,
  body.bigstore-luxe-ui .products .product-info {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.bigstore-luxe-ui .products .product-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  body.bigstore-luxe-ui .products .add_to_cart_button,
  body.bigstore-luxe-ui .products .product_type_simple,
  body.bigstore-luxe-ui .products .product_type_variable,
  body.bigstore-luxe-ui .products .product_type_external,
  body.bigstore-luxe-ui .products .button,
  body.bigstore-luxe-ui .products .added_to_cart {
    min-height: 44px;
    font-size: 13px;
  }

  body.bigstore-luxe-ui.single-product div.product .single-product-wrapper {
    display: block;
  }

  body.bigstore-luxe-ui.single-product div.product .single-product-wrapper > [class*="col-"] {
    max-width: 100%;
  }

  body.bigstore-luxe-ui.single-product .product_title {
    font-size: 28px;
  }

  body.bigstore-luxe-ui.single-product form.cart .quantity {
    margin-bottom: 12px;
  }

  body.bigstore-luxe-ui.single-product .kapee-mobile-navbar,
  body.bigstore-luxe-ui.single-product .kapee-sticky-add-to-cart {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .bigstore-department-grid,
  .bigstore-catalog-panel__grid {
    gap: 14px;
  }

  .bigstore-home-hero__title {
    font-size: 30px;
  }

  .bigstore-home-hero__main,
  .bigstore-home-hero__card-content,
  .bigstore-home-seasonal__content,
  .bigstore-home-collection__story-content,
  .bigstore-catalog-panel,
  .bigstore-home-trust__card,
  .bigstore-home-reviews__item,
  body.bigstore-luxe-ui.single-product .summary.entry-summary,
  body.bigstore-luxe-ui .woocommerce-tabs,
  body.bigstore-luxe-ui .upsells.products,
  body.bigstore-luxe-ui .related.products {
    padding: 18px;
  }
}

body.bigstore-luxe-ui .bigstore-home-hero {
  padding: 24px 0 18px;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  background: #1f1813;
  box-shadow: 0 30px 70px rgba(26, 19, 12, 0.18);
}

body.bigstore-luxe-ui .bigstore-home-hero-slider:not(.slick-initialized) .bigstore-hero-slide + .bigstore-hero-slide {
  display: none;
}

body.bigstore-luxe-ui .bigstore-hero-slide {
  position: relative;
  aspect-ratio: 16 / 7;
  min-height: 560px;
  overflow: hidden;
}

body.bigstore-luxe-ui .bigstore-hero-slide__media,
body.bigstore-luxe-ui .bigstore-hero-slide__media img,
body.bigstore-luxe-ui .bigstore-spotlight-card__media,
body.bigstore-luxe-ui .bigstore-spotlight-card__media img,
body.bigstore-luxe-ui .bigstore-support-banner__media,
body.bigstore-luxe-ui .bigstore-support-banner__media img,
body.bigstore-luxe-ui .bigstore-home-campaign__media,
body.bigstore-luxe-ui .bigstore-home-campaign__media img,
body.bigstore-luxe-ui .bigstore-panorama-banner__media,
body.bigstore-luxe-ui .bigstore-panorama-banner__media img {
  width: 100%;
  height: 100%;
}

body.bigstore-luxe-ui .bigstore-hero-slide__media,
body.bigstore-luxe-ui .bigstore-spotlight-card__media,
body.bigstore-luxe-ui .bigstore-support-banner__media,
body.bigstore-luxe-ui .bigstore-home-campaign__media,
body.bigstore-luxe-ui .bigstore-panorama-banner__media {
  position: absolute;
  inset: 0;
}

body.bigstore-luxe-ui .bigstore-hero-slide__media img,
body.bigstore-luxe-ui .bigstore-spotlight-card__media img,
body.bigstore-luxe-ui .bigstore-support-banner__media img,
body.bigstore-luxe-ui .bigstore-home-campaign__media img,
body.bigstore-luxe-ui .bigstore-panorama-banner__media img {
  display: block;
  object-fit: cover;
}

body.bigstore-luxe-ui .bigstore-hero-slide__image {
  transform: scale(1.01);
  transition: transform 7s ease;
}

body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-current .bigstore-hero-slide__image {
  transform: scale(1.06);
}

body.bigstore-luxe-ui .bigstore-hero-slide__veil,
body.bigstore-luxe-ui .bigstore-support-banner__veil,
body.bigstore-luxe-ui .bigstore-home-campaign__veil,
body.bigstore-luxe-ui .bigstore-panorama-banner__veil,
body.bigstore-luxe-ui .bigstore-spotlight-card__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.bigstore-luxe-ui .bigstore-hero-slide__veil {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 244, 226, 0.16), transparent 36%),
    linear-gradient(112deg, rgba(22, 17, 12, 0.78) 0%, rgba(22, 17, 12, 0.42) 46%, rgba(22, 17, 12, 0.12) 100%);
}

body.bigstore-luxe-ui .bigstore-hero-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}

body.bigstore-luxe-ui .bigstore-hero-slide__content-box {
  max-width: min(580px, calc(100% - 96px));
  margin: 42px 42px 104px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(24, 19, 14, 0.28);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 44px rgba(12, 9, 6, 0.16);
}

body.bigstore-luxe-ui .bigstore-hero-slide .bigstore-home-hero__title {
  max-width: 13ch;
  font-size: clamp(34px, 4.2vw, 64px);
  margin-bottom: 14px;
}

body.bigstore-luxe-ui .bigstore-home-hero__footer {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 18px;
}

body.bigstore-luxe-ui .bigstore-home-hero__counter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.9);
  color: var(--luxe-ink);
  font-weight: 700;
  direction: ltr;
  unicode-bidi: isolate;
  box-shadow: 0 10px 24px rgba(31, 24, 19, 0.12);
}

body.bigstore-luxe-ui .bigstore-home-hero__progress {
  flex: 1 1 auto;
  max-width: 180px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

body.bigstore-luxe-ui .bigstore-home-hero__progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #f8e0bb 0%, #c79b63 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero__progress span.is-animating {
  animation: bigstoreHeroProgress linear forwards;
}

body.bigstore-luxe-ui .bigstore-home-hero__dots {
  flex: 0 1 auto;
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 16px;
  list-style: none;
  min-height: 44px;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.9);
  box-shadow: 0 10px 24px rgba(31, 24, 19, 0.12);
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots li {
  margin: 0;
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(181, 138, 82, 0.28) !important;
  box-shadow: none !important;
  transition: width 0.24s ease, background-color 0.24s ease;
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots li button::before {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots li.slick-active button {
  width: 28px;
  background: var(--luxe-accent) !important;
}

body.bigstore-luxe-ui .bigstore-home-hero__nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

body.bigstore-luxe-ui .bigstore-hero-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--luxe-ink) !important;
  background: rgba(255, 252, 246, 0.9) !important;
  box-shadow: 0 10px 24px rgba(31, 24, 19, 0.12);
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
  gap: 24px;
  margin-top: 24px;
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-home-campaign__story,
body.bigstore-luxe-ui .bigstore-panorama-banner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #201812;
  box-shadow: 0 26px 56px rgba(28, 20, 11, 0.14);
}

body.bigstore-luxe-ui .bigstore-support-banner {
  min-height: 320px;
}

body.bigstore-luxe-ui .bigstore-support-banner--primary {
  min-height: 360px;
}

body.bigstore-luxe-ui .bigstore-support-banner__veil {
  background: linear-gradient(138deg, rgba(20, 15, 10, 0.72) 0%, rgba(20, 15, 10, 0.3) 52%, rgba(20, 15, 10, 0.08) 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner__content,
body.bigstore-luxe-ui .bigstore-home-campaign__content,
body.bigstore-luxe-ui .bigstore-panorama-banner__content {
  position: relative;
  z-index: 2;
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 28px;
  color: #fff7ec;
}

body.bigstore-luxe-ui .bigstore-support-banner__content span,
body.bigstore-luxe-ui .bigstore-home-campaign__content span,
body.bigstore-luxe-ui .bigstore-panorama-banner__content span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5dcb8;
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3,
body.bigstore-luxe-ui .bigstore-panorama-banner__content h2 {
  margin: 12px 0 10px;
  font-size: clamp(26px, 2.9vw, 42px);
  line-height: 1.12;
  color: #fff9ef;
}

body.bigstore-luxe-ui .bigstore-support-banner__content p,
body.bigstore-luxe-ui .bigstore-panorama-banner__content p,
body.bigstore-luxe-ui .bigstore-home-campaign__content p {
  color: rgba(255, 247, 237, 0.88);
  line-height: 1.85;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-top: 10px;
}

body.bigstore-luxe-ui .bigstore-spotlight__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 24px;
  margin-bottom: 28px;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 30px;
  background: #201812;
  box-shadow: 0 22px 54px rgba(31, 24, 19, 0.12);
}

body.bigstore-luxe-ui .bigstore-spotlight-card--wide {
  grid-column: span 7;
  min-height: 430px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card--tall {
  grid-column: span 5;
  min-height: 430px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card--small {
  grid-column: span 4;
}

body.bigstore-luxe-ui .bigstore-spotlight-card--no-image .bigstore-spotlight-card__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 233, 199, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(181, 138, 82, 0.9) 0%, rgba(104, 76, 41, 0.92) 100%);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__veil {
  background: linear-gradient(180deg, rgba(20, 15, 10, 0.08) 0%, rgba(20, 15, 10, 0.68) 78%, rgba(20, 15, 10, 0.88) 100%);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 251, 244, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(19, 13, 8, 0.16);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--luxe-accent-dark);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.08;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel h3 a {
  color: var(--luxe-ink);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links a,
body.bigstore-luxe-ui .bigstore-home-campaign__links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(241, 229, 212, 0.92);
  color: var(--luxe-ink);
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links a:hover,
body.bigstore-luxe-ui .bigstore-home-campaign__links a:hover {
  transform: translateY(-2px);
  background: #ead8bf;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__cta {
  display: inline-flex;
  align-items: center;
  color: var(--luxe-accent-dark);
  font-weight: 700;
}

body.bigstore-luxe-ui .bigstore-home-campaign {
  padding: 22px 0 34px;
}

body.bigstore-luxe-ui .bigstore-home-campaign__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

body.bigstore-luxe-ui .bigstore-home-campaign.is-reverse .bigstore-home-campaign__story {
  order: 2;
}

body.bigstore-luxe-ui .bigstore-home-campaign.is-reverse .bigstore-home-campaign__products {
  order: 1;
}

body.bigstore-luxe-ui .bigstore-home-campaign__story {
  min-height: 100%;
}

body.bigstore-luxe-ui .bigstore-home-campaign__veil {
  background: linear-gradient(160deg, rgba(20, 15, 10, 0.68) 0%, rgba(20, 15, 10, 0.2) 52%, rgba(20, 15, 10, 0.82) 100%);
}

body.bigstore-luxe-ui .bigstore-home-campaign__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(26, 20, 15, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

body.bigstore-luxe-ui .bigstore-home-campaign__content h2 {
  margin: 12px 0 10px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.1;
  color: #fff9ef;
}

body.bigstore-luxe-ui .bigstore-home-campaign__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}

body.bigstore-luxe-ui .bigstore-home-campaign__products,
body.bigstore-luxe-ui .bigstore-home-campaign__products .products {
  height: 100%;
}

body.bigstore-luxe-ui .bigstore-home-campaign__products .products {
  margin-bottom: 0;
}

body.bigstore-luxe-ui .bigstore-home-panorama {
  padding: 18px 0 36px;
}

body.bigstore-luxe-ui .bigstore-panorama-banner {
  min-height: 420px;
}

body.bigstore-luxe-ui .bigstore-panorama-banner__veil {
  background:
    linear-gradient(90deg, rgba(20, 15, 10, 0.78) 0%, rgba(20, 15, 10, 0.32) 46%, rgba(20, 15, 10, 0.1) 100%),
    linear-gradient(180deg, rgba(20, 15, 10, 0.08) 0%, rgba(20, 15, 10, 0.18) 100%);
}

body.bigstore-luxe-ui .bigstore-panorama-banner__content {
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  max-width: 480px;
  padding: 32px;
  border-radius: 28px;
  background: rgba(24, 18, 13, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 46px rgba(13, 9, 6, 0.16);
}

body.bigstore-luxe-ui .bigstore-home-reviews,
body.bigstore-luxe-ui .bigstore-home-trust__grid {
  margin-top: 6px;
}

@keyframes bigstoreHeroProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1279px) {
  body.bigstore-luxe-ui .bigstore-hero-slide {
    min-height: 520px;
  }

  body.bigstore-luxe-ui .bigstore-home-campaign__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bigstore-luxe-ui .bigstore-home-campaign.is-reverse .bigstore-home-campaign__story,
  body.bigstore-luxe-ui .bigstore-home-campaign.is-reverse .bigstore-home-campaign__products {
    order: initial;
  }
}

@media (max-width: 1199px) {
  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__header {
    flex-direction: column;
    align-items: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bigstore-luxe-ui .bigstore-spotlight-card,
  body.bigstore-luxe-ui .bigstore-spotlight-card--wide,
  body.bigstore-luxe-ui .bigstore-spotlight-card--tall,
  body.bigstore-luxe-ui .bigstore-spotlight-card--small {
    grid-column: auto;
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-hero__footer {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 12px;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide__content-box {
    max-width: none;
    margin: 20px 20px 92px;
    padding: 24px;
    border-radius: 24px;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide .bigstore-home-hero__title {
    max-width: none;
    font-size: clamp(34px, 7vw, 48px);
  }

  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-panorama-banner {
    min-height: 320px;
  }

  body.bigstore-luxe-ui .bigstore-panorama-banner__content {
    top: auto;
    right: 20px;
    left: 20px;
    bottom: 20px;
    transform: none;
    max-width: none;
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .bigstore-flash-news__frame {
    min-height: 38px;
    gap: 12px;
    padding-inline: 14px;
  }

  .bigstore-flash-news__label {
    min-height: 24px;
    padding: 0 10px;
    font-size: 11px;
  }

  .bigstore-flash-news__track {
    gap: 26px;
    animation-duration: 26s;
  }

  .bigstore-flash-news__item {
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-trust-strip__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 16px;
    padding: 10px 14px;
    overflow-x: auto;
  }

  body.bigstore-luxe-ui .bigstore-trust-strip__item {
    white-space: nowrap;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero {
    padding-top: 16px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__footer {
    flex-wrap: wrap;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__progress {
    order: 3;
    max-width: none;
    width: 100%;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__dots {
    order: 2;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__nav {
    margin-right: 0;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__actions {
    width: 100%;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide .bigstore-home-hero__actions .bigstore-button {
    width: 100%;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content,
  body.bigstore-luxe-ui .bigstore-home-campaign__content,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content,
  body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
    padding: 20px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-spotlight-card,
  body.bigstore-luxe-ui .bigstore-spotlight-card--wide,
  body.bigstore-luxe-ui .bigstore-spotlight-card--tall,
  body.bigstore-luxe-ui .bigstore-spotlight-card--small {
    min-height: 320px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight-card__panel h3 {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  body.bigstore-luxe-ui .bigstore-home-hero__counter,
  body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots,
  body.bigstore-luxe-ui .bigstore-hero-arrow {
    min-height: 40px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3,
  body.bigstore-luxe-ui .bigstore-panorama-banner__content h2,
  body.bigstore-luxe-ui .bigstore-home-campaign__content h2 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bigstore-luxe-ui .bigstore-hero-slide__image,
  body.bigstore-luxe-ui .bigstore-button,
  body.bigstore-luxe-ui .bigstore-spotlight-card__links a,
  body.bigstore-luxe-ui .bigstore-home-campaign__links a {
    transition: none !important;
    animation: none !important;
  }
}

body.bigstore-luxe-ui .bigstore-home-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(210px, 0.28fr);
  gap: 20px;
  align-items: stretch;
}

body.bigstore-luxe-ui .bigstore-home-hero__shell.is-single {
  grid-template-columns: 1fr;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  min-height: 100%;
}

body.bigstore-luxe-ui .bigstore-home-hero-slider,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-list,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-track,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-slide,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-slide > div {
  height: 100%;
}

body.bigstore-luxe-ui .bigstore-hero-slide {
  min-height: 560px;
}

body.bigstore-luxe-ui .bigstore-hero-slide__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.64fr);
  min-height: 100%;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media {
  position: relative;
  inset: auto;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 233, 204, 0.18), transparent 34%),
    linear-gradient(140deg, #1e1712 0%, #30251c 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
  padding: 24px;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__image {
  transform: none;
  transition: transform 0.9s ease;
}

body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-current .bigstore-hero-slide__image {
  transform: scale(1.02);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
  position: relative;
  inset: auto;
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 34px 34px 104px;
  background:
    linear-gradient(180deg, rgba(255, 249, 240, 0.98) 0%, rgba(245, 236, 224, 0.92) 100%),
    linear-gradient(135deg, rgba(201, 158, 95, 0.08) 0%, rgba(36, 27, 19, 0) 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__eyebrow {
  color: var(--luxe-accent-dark);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
  max-width: 11ch;
  margin-bottom: 12px;
  color: #211712;
  font-size: clamp(31px, 3.15vw, 48px);
  line-height: 0.98;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__description {
  color: rgba(35, 25, 18, 0.76);
  max-width: 34ch;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.65;
}

body.bigstore-luxe-ui .bigstore-home-hero__actions {
  gap: 12px;
}

body.bigstore-luxe-ui .bigstore-home-hero__actions .bigstore-button {
  min-height: 48px;
  padding-inline: 22px;
}

body.bigstore-luxe-ui .bigstore-home-hero__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: flex-start;
}

body.bigstore-luxe-ui .bigstore-home-hero__aside-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(241, 229, 212, 0.76);
  color: var(--luxe-accent-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bigstore-luxe-ui .bigstore-hero-preview {
  position: relative;
  display: none;
  width: 100%;
  min-height: 292px;
  max-height: 350px;
  padding: 0;
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #1f1813;
  box-shadow: 0 22px 50px rgba(28, 20, 11, 0.16);
  text-align: inherit;
}

body.bigstore-luxe-ui .bigstore-hero-preview.is-next {
  display: block;
}

body.bigstore-luxe-ui .bigstore-hero-preview__media {
  position: absolute;
  inset: 0;
}

body.bigstore-luxe-ui .bigstore-hero-preview__fallback,
body.bigstore-luxe-ui .bigstore-home-showcase__fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 233, 199, 0.24), transparent 32%),
    linear-gradient(145deg, rgba(181, 138, 82, 0.88) 0%, rgba(66, 46, 23, 0.94) 100%);
}

body.bigstore-luxe-ui .bigstore-hero-preview__media img,
body.bigstore-luxe-ui .bigstore-home-showcase__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.bigstore-luxe-ui .bigstore-hero-preview__veil,
body.bigstore-luxe-ui .bigstore-home-showcase__veil,
body.bigstore-luxe-ui .bigstore-luxe-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.bigstore-luxe-ui .bigstore-hero-preview__veil {
  background: linear-gradient(180deg, rgba(24, 18, 13, 0.12) 0%, rgba(24, 18, 13, 0.82) 100%);
}

body.bigstore-luxe-ui .bigstore-hero-preview__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 20px;
  color: #fff8f1;
}

body.bigstore-luxe-ui .bigstore-hero-preview__eyebrow {
  margin-bottom: 10px;
  color: #f5dcb8;
  font-size: 12px;
  font-weight: 700;
}

body.bigstore-luxe-ui .bigstore-hero-preview__content strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 19px;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

body.bigstore-luxe-ui .bigstore-hero-preview__content small {
  display: inline-flex;
  margin-top: 12px;
  color: rgba(255, 244, 232, 0.84);
  font-size: 13px;
}

body.bigstore-luxe-ui .bigstore-home-showcase {
  padding: 24px 0 34px;
}

body.bigstore-luxe-ui .bigstore-home-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

body.bigstore-luxe-ui .bigstore-home-showcase__story {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 32px;
  background: #201812;
  box-shadow: 0 26px 56px rgba(28, 20, 11, 0.14);
}

body.bigstore-luxe-ui .bigstore-home-showcase__media {
  position: absolute;
  inset: 0;
}

body.bigstore-luxe-ui .bigstore-home-showcase__veil {
  background: linear-gradient(160deg, rgba(20, 15, 10, 0.78) 0%, rgba(20, 15, 10, 0.26) 52%, rgba(20, 15, 10, 0.86) 100%);
}

body.bigstore-luxe-ui .bigstore-home-showcase__content {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 28px;
  border-radius: 26px;
  background: rgba(24, 18, 13, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

body.bigstore-luxe-ui .bigstore-home-showcase__content h2 {
  margin: 12px 0 10px;
  color: #fff9ef;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.06;
}

body.bigstore-luxe-ui .bigstore-home-showcase__content p {
  color: rgba(255, 247, 237, 0.88);
}

body.bigstore-luxe-ui .bigstore-home-showcase__products {
  padding: 8px 0;
}

body.bigstore-luxe-ui .bigstore-home-showcase__intro {
  margin-bottom: 20px;
}

body.bigstore-luxe-ui .bigstore-home-showcase__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

body.bigstore-luxe-ui .bigstore-showcase-tab {
  -webkit-appearance: none;
  appearance: none;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(181, 138, 82, 0.2);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  background-image: none;
  color: var(--luxe-ink);
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.bigstore-luxe-ui .bigstore-showcase-tab:hover,
body.bigstore-luxe-ui .bigstore-showcase-tab.is-active {
  background: linear-gradient(180deg, #c99e5f 0%, #a87d45 100%);
  color: #fff9f2;
  transform: translateY(-2px);
}

body.bigstore-luxe-ui .bigstore-showcase-pane {
  display: none;
}

body.bigstore-luxe-ui .bigstore-showcase-pane.is-active {
  display: block;
}

body.bigstore-luxe-ui .bigstore-showcase-pane__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px 24px;
  margin-bottom: 18px;
}

body.bigstore-luxe-ui .bigstore-showcase-pane__header h3 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.06;
}

body.bigstore-luxe-ui .bigstore-showcase-pane__header p {
  margin: 0;
  color: var(--luxe-muted);
}

body.bigstore-luxe-ui .bigstore-luxe-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #201812 0%, #120d09 100%);
  color: rgba(255, 244, 232, 0.82);
}

body.bigstore-luxe-ui .bigstore-luxe-footer::before {
  background:
    radial-gradient(circle at 12% 14%, rgba(201, 158, 95, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 233, 204, 0.08), transparent 24%);
}

body.bigstore-luxe-ui .bigstore-footer-cta {
  position: relative;
  z-index: 1;
  padding: 42px 0 24px;
}

body.bigstore-luxe-ui .bigstore-footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background: rgba(255, 250, 243, 0.06);
  backdrop-filter: blur(12px);
}

body.bigstore-luxe-ui .bigstore-footer-cta__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f5dcb8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bigstore-luxe-ui .bigstore-footer-cta__content h2 {
  margin: 0 0 10px;
  color: #fff8f1;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.04;
}

body.bigstore-luxe-ui .bigstore-footer-cta__content p {
  margin: 0;
  max-width: 60ch;
  color: rgba(255, 244, 232, 0.82);
}

body.bigstore-luxe-ui .bigstore-footer-cta__badges,
body.bigstore-luxe-ui .bigstore-footer-brand__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

body.bigstore-luxe-ui .bigstore-footer-cta__badges span,
body.bigstore-luxe-ui .bigstore-footer-brand__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.08);
  color: #fff3e2;
  font-size: 13px;
  font-weight: 700;
}

body.bigstore-luxe-ui .bigstore-footer-main {
  position: relative;
  z-index: 1;
  padding: 12px 0 30px;
}

body.bigstore-luxe-ui .bigstore-footer-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.9fr) minmax(190px, 0.7fr) minmax(190px, 0.7fr);
  gap: 22px;
}

body.bigstore-luxe-ui .bigstore-footer-brand,
body.bigstore-luxe-ui .bigstore-footer-support,
body.bigstore-luxe-ui .bigstore-footer-nav {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.bigstore-luxe-ui .bigstore-footer-brand__logo {
  margin-bottom: 18px;
}

body.bigstore-luxe-ui .bigstore-footer-brand__logo img {
  max-width: 160px;
}

body.bigstore-luxe-ui .bigstore-footer-brand h3,
body.bigstore-luxe-ui .bigstore-footer-support h3,
body.bigstore-luxe-ui .bigstore-footer-nav h3 {
  margin: 0 0 12px;
  color: #fff8f1;
  font-size: 26px;
  line-height: 1.08;
}

body.bigstore-luxe-ui .bigstore-footer-brand p,
body.bigstore-luxe-ui .bigstore-footer-support p {
  margin: 0;
  color: rgba(255, 244, 232, 0.78);
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu,
body.bigstore-luxe-ui .bigstore-footer-nav__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu li + li {
  margin-top: 10px;
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu a {
  color: rgba(255, 244, 232, 0.9);
}

body.bigstore-luxe-ui .bigstore-footer-bottom {
  position: relative;
  z-index: 1;
  padding: 0 0 28px;
}

body.bigstore-luxe-ui .bigstore-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.bigstore-luxe-ui .bigstore-footer-bottom__inner p {
  margin: 0;
}

@media (max-width: 1279px) {
  body.bigstore-luxe-ui .bigstore-home-hero__shell {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__aside {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-footer-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-hero-slide,
  body.bigstore-luxe-ui .bigstore-hero-slide__grid {
    min-height: auto;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media {
    min-height: 420px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
    padding: 18px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    padding: 28px 24px 110px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__aside {
    gap: 12px;
  }

  body.bigstore-luxe-ui .bigstore-hero-preview {
    min-height: 260px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-footer-main__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-showcase-pane__header,
  body.bigstore-luxe-ui .bigstore-footer-cta__inner,
  body.bigstore-luxe-ui .bigstore-footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-hero {
    padding-top: 16px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__shell {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide {
    min-height: 540px;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide__grid {
    position: relative;
    display: block;
    min-height: 540px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media {
    position: absolute;
    inset: 0;
    min-height: auto;
    z-index: 1;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
    padding: 0;
    object-fit: cover;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 84px;
    z-index: 3;
    min-height: auto;
    display: block;
    padding: 18px;
    border-radius: 24px;
    background: rgba(24, 18, 13, 0.58);
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 44px rgba(13, 9, 6, 0.22);
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
    max-width: none;
    color: #fff8ef;
    font-size: clamp(28px, 8.7vw, 40px);
    line-height: 1.03;
    margin-bottom: 10px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__description {
    max-width: none;
    color: rgba(255, 244, 232, 0.88);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__footer {
    left: 18px;
    right: 18px;
    z-index: 4;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__aside {
    margin-top: 8px;
  }

  body.bigstore-luxe-ui .bigstore-hero-preview {
    min-height: 176px;
    max-height: none;
    border-radius: 24px;
  }

  body.bigstore-luxe-ui .bigstore-hero-preview__content strong,
  body.bigstore-luxe-ui .bigstore-home-showcase__content h2,
  body.bigstore-luxe-ui .bigstore-footer-cta__content h2 {
    font-size: 30px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__story {
    min-height: 360px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__content,
  body.bigstore-luxe-ui .bigstore-footer-brand,
  body.bigstore-luxe-ui .bigstore-footer-support,
  body.bigstore-luxe-ui .bigstore-footer-nav {
    padding: 20px;
  }
}

/* V2 carousel/category flow overrides. Keep these at the end to win over legacy grid rules. */
body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding: 22px 0 18px;
  overflow: hidden;
}

body.bigstore-luxe-ui .bigstore-spotlight__header {
  align-items: center;
  margin-bottom: 22px;
}

body.bigstore-luxe-ui .bigstore-spotlight__intro {
  max-width: 720px;
}

body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell {
  position: relative;
  margin-inline: -10px;
  padding: 4px 0 18px;
}

body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::before,
body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 72px;
  pointer-events: none;
}

body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::before {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 250, 243, 0), var(--luxe-ivory, #fffaf3));
}

body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::after {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 250, 243, 0), var(--luxe-ivory, #fffaf3));
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel.slick-initialized {
  display: block;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .slick-list {
  overflow: visible;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .slick-track {
  display: flex;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .slick-slide {
  height: auto;
  padding: 0 10px;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .slick-slide > div {
  height: 100%;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card,
body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--wide,
body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--tall,
body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--small {
  grid-column: auto;
  height: 100%;
  min-height: 360px;
  border: 1px solid rgba(181, 138, 82, 0.13);
  box-shadow: 0 20px 44px rgba(30, 22, 15, 0.13);
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card:nth-child(even) {
  min-height: 400px;
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card:hover {
  border-color: rgba(201, 158, 95, 0.28);
  box-shadow: 0 30px 64px rgba(30, 22, 15, 0.18);
  transform: translateY(-6px);
}

body.bigstore-luxe-ui .bigstore-spotlight-card__media img {
  transition: transform 0.8s ease;
}

body.bigstore-luxe-ui .bigstore-spotlight-card:hover .bigstore-spotlight-card__media img {
  transform: scale(1.06);
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__veil {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 238, 207, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(17, 12, 8, 0.04) 0%, rgba(17, 12, 8, 0.34) 46%, rgba(17, 12, 8, 0.92) 100%);
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__panel {
  right: 18px;
  left: 18px;
  bottom: 18px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.92) 0%, rgba(245, 234, 218, 0.86) 100%);
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__panel h3 {
  margin-bottom: 12px;
  font-size: clamp(23px, 1.85vw, 32px);
}

body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__links {
  max-height: 80px;
  overflow: hidden;
}

body.bigstore-luxe-ui .bigstore-home-panorama {
  padding: 28px 0 38px;
}

body.bigstore-luxe-ui .bigstore-home-panorama + .bigstore-home-products {
  padding-top: 10px;
}

body.bigstore-luxe-ui .bigstore-panorama-banner {
  min-height: 360px;
  border: 1px solid rgba(201, 158, 95, 0.18);
}

body.bigstore-luxe-ui .bigstore-panorama-banner__content {
  max-width: min(520px, calc(100% - 48px));
  background: rgba(26, 18, 12, 0.5);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::before,
  body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::after {
    width: 34px;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-spotlight {
    padding-top: 12px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 14px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell {
    margin-inline: -15px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::before,
  body.bigstore-luxe-ui .bigstore-spotlight__carousel-shell::after {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel:not(.slick-initialized) {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-inline: 15px;
    scroll-snap-type: x mandatory;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel:not(.slick-initialized) .bigstore-spotlight-card {
    flex: 0 0 84%;
    scroll-snap-align: center;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .slick-slide {
    padding: 0 7px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card,
  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--wide,
  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--tall,
  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card--small,
  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card:nth-child(even) {
    min-height: 318px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__panel {
    right: 14px;
    left: 14px;
    bottom: 14px;
    padding: 17px;
    border-radius: 21px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__links {
    gap: 8px;
    margin-bottom: 12px;
  }

  body.bigstore-luxe-ui .bigstore-spotlight__grid.js-bigstore-category-carousel .bigstore-spotlight-card__links a {
    min-height: 31px;
    padding-inline: 11px;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-home-panorama {
    padding: 18px 0 28px;
  }

  body.bigstore-luxe-ui .bigstore-panorama-banner {
    min-height: 420px;
    border-radius: 28px;
  }

  body.bigstore-luxe-ui .bigstore-panorama-banner__content {
    right: 18px;
    left: 18px;
    bottom: 18px;
    max-width: none;
  }
}

/* V3 premium polish: hero, banners, alternating sections, and rebuilt footer. */
body.bigstore-luxe-ui .bigstore-homepage {
  background:
    radial-gradient(circle at 92% 7%, rgba(201, 158, 95, 0.12), transparent 24%),
    linear-gradient(180deg, #fffaf3 0%, #fbf4e9 42%, #fffaf3 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero {
  position: relative;
  padding: 34px 0 22px;
}

body.bigstore-luxe-ui .bigstore-home-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 62%;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 20%, rgba(181, 138, 82, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 249, 240, 0.88), rgba(255, 249, 240, 0));
}

body.bigstore-luxe-ui .bigstore-home-hero > .container {
  position: relative;
  z-index: 1;
}

body.bigstore-luxe-ui .bigstore-home-hero__shell {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.24fr);
  gap: 22px;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  border: 1px solid rgba(181, 138, 82, 0.18);
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.76), rgba(237, 221, 198, 0.38)),
    #1d150f;
  box-shadow:
    0 38px 90px rgba(36, 27, 18, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

body.bigstore-luxe-ui .bigstore-hero-slide,
body.bigstore-luxe-ui .bigstore-hero-slide__grid {
  min-height: clamp(520px, 39vw, 660px);
}

body.bigstore-luxe-ui .bigstore-hero-slide__grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.72fr);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media {
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 229, 190, 0.24), transparent 30%),
    linear-gradient(145deg, #241a13 0%, #17110c 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media::after {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  pointer-events: none;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
  padding: clamp(16px, 2vw, 30px);
  filter: saturate(1.04) contrast(1.02);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
  padding: 48px 42px 116px;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 158, 95, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(242, 230, 212, 0.94));
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
  position: relative;
  padding-right: 22px;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 4px;
  height: 84px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d7ad6f, rgba(215, 173, 111, 0));
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
  max-width: 10.5ch;
  color: #1b120d;
  font-size: clamp(38px, 4.1vw, 68px);
  letter-spacing: -0.035em;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__description {
  max-width: 38ch;
  color: rgba(35, 24, 16, 0.74);
  font-size: 17px;
}

body.bigstore-luxe-ui .bigstore-home-hero__aside {
  gap: 12px;
  justify-content: stretch;
}

body.bigstore-luxe-ui .bigstore-home-hero__aside-label {
  justify-content: center;
  background: linear-gradient(180deg, #f5ead9, #ead8bf);
  color: #7d5528;
  letter-spacing: 0;
  text-transform: none;
}

body.bigstore-luxe-ui .bigstore-hero-preview {
  min-height: clamp(270px, 26vw, 365px);
  border: 1px solid rgba(181, 138, 82, 0.18);
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(26, 18, 10, 0.16);
}

body.bigstore-luxe-ui .bigstore-hero-preview__content {
  padding: 22px;
}

body.bigstore-luxe-ui .bigstore-hero-preview__content strong {
  font-size: clamp(20px, 1.7vw, 27px);
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 20px;
  margin-top: 22px;
}

body.bigstore-luxe-ui .bigstore-support-banner {
  min-height: 285px;
  border: 1px solid rgba(181, 138, 82, 0.15);
  border-radius: 34px;
  box-shadow: 0 24px 58px rgba(35, 24, 13, 0.13);
}

body.bigstore-luxe-ui .bigstore-support-banner--primary {
  min-height: 315px;
}

body.bigstore-luxe-ui .bigstore-support-banner__veil {
  background:
    radial-gradient(circle at 84% 24%, rgba(255, 236, 203, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(19, 13, 8, 0.28) 0%, rgba(19, 13, 8, 0.86) 100%);
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  right: 26px;
  left: 26px;
  bottom: 24px;
  max-width: min(520px, calc(100% - 52px));
  padding: 24px;
  border-radius: 26px;
  background: rgba(28, 19, 12, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
  max-width: 12ch;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1;
}

body.bigstore-luxe-ui .bigstore-home-showcase {
  padding: 38px 0;
}

body.bigstore-luxe-ui .bigstore-home-showcase__grid {
  gap: 28px;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__grid {
  padding: 20px;
  border: 1px solid rgba(181, 138, 82, 0.16);
  border-radius: 42px;
  background:
    radial-gradient(circle at 88% 14%, rgba(201, 158, 95, 0.12), transparent 26%),
    rgba(255, 253, 248, 0.72);
  box-shadow: 0 26px 70px rgba(33, 24, 15, 0.08);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__story {
  min-height: 640px;
  border-radius: 34px;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 {
  margin: 18px 0;
  padding: 58px 0;
  background:
    radial-gradient(circle at 8% 14%, rgba(201, 158, 95, 0.2), transparent 27%),
    radial-gradient(circle at 92% 78%, rgba(255, 237, 204, 0.1), transparent 24%),
    linear-gradient(135deg, #211710 0%, #100b07 100%);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-reverse .bigstore-home-showcase__story {
  order: 2;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-reverse .bigstore-home-showcase__products {
  order: 1;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__story {
  min-height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__products {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background: rgba(255, 249, 240, 0.08);
  backdrop-filter: blur(16px);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__eyebrow,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__title,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-pane__header h3 {
  color: #fff8ee;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__description,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-pane__header p {
  color: rgba(255, 244, 232, 0.78);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__link {
  color: #f4d7aa;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-tab {
  background: rgba(255, 248, 238, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff8ee;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-tab.is-active,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-tab:hover {
  background: #d0a05f;
  color: #1a110b;
}

body.bigstore-luxe-ui .bigstore-home-showcase__content {
  background: rgba(20, 13, 8, 0.5);
}

body.bigstore-luxe-ui .bigstore-home-products {
  padding: 42px 0;
}

body.bigstore-luxe-ui .bigstore-home-products--bestsellers {
  background:
    radial-gradient(circle at 14% 20%, rgba(201, 158, 95, 0.1), transparent 22%),
    #fffaf3;
}

body.bigstore-luxe-ui .bigstore-home-products--new {
  background:
    linear-gradient(180deg, #fbf1e3 0%, #fffaf3 100%);
}

body.bigstore-luxe-ui .bigstore-home-trust {
  padding: 52px 0 58px;
  background: #fffaf3;
}

body.bigstore-luxe-ui .bigstore-luxe-footer {
  position: relative;
  margin-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 158, 95, 0.22), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(255, 229, 190, 0.12), transparent 22%),
    linear-gradient(180deg, #21160f 0%, #100a06 100%);
  color: rgba(255, 244, 232, 0.84);
}

body.bigstore-luxe-ui .bigstore-luxe-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 100%);
}

body.bigstore-luxe-ui .bigstore-footer-cta,
body.bigstore-luxe-ui .bigstore-footer-main,
body.bigstore-luxe-ui .bigstore-footer-bottom {
  position: relative;
  z-index: 1;
}

body.bigstore-luxe-ui .bigstore-footer-cta {
  padding: 56px 0 24px;
}

body.bigstore-luxe-ui .bigstore-footer-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(24px, 3.3vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255, 248, 238, 0.12), rgba(255, 248, 238, 0.04)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

body.bigstore-luxe-ui .bigstore-footer-cta__eyebrow {
  color: #d7ad6f;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.bigstore-luxe-ui .bigstore-footer-cta__content h2 {
  max-width: 16ch;
  font-size: clamp(34px, 4vw, 64px);
}

body.bigstore-luxe-ui .bigstore-footer-cta__content p {
  max-width: 62ch;
  font-size: 16px;
  line-height: 1.85;
}

body.bigstore-luxe-ui .bigstore-footer-cta__inner .bigstore-button {
  min-width: 170px;
  justify-content: center;
}

body.bigstore-luxe-ui .bigstore-footer-cta__inner .bigstore-button--solid {
  background: linear-gradient(180deg, #e0b16d 0%, #b88443 100%) !important;
  color: #140d08 !important;
  box-shadow: 0 18px 40px rgba(201, 158, 95, 0.22);
}

body.bigstore-luxe-ui .bigstore-footer-cta__badges {
  margin-top: 18px;
  justify-content: center;
}

body.bigstore-luxe-ui .bigstore-footer-cta__badges span {
  background: rgba(255, 248, 238, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.bigstore-luxe-ui .bigstore-footer-main {
  padding: 14px 0 34px;
}

body.bigstore-luxe-ui .bigstore-footer-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

body.bigstore-luxe-ui .bigstore-footer-assurance div {
  position: relative;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 248, 238, 0.06);
}

body.bigstore-luxe-ui .bigstore-footer-assurance div::before {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e0b16d, rgba(224, 177, 109, 0));
}

body.bigstore-luxe-ui .bigstore-footer-assurance strong,
body.bigstore-luxe-ui .bigstore-footer-assurance span {
  display: block;
}

body.bigstore-luxe-ui .bigstore-footer-assurance strong {
  color: #fff8ee;
  font-size: 17px;
}

body.bigstore-luxe-ui .bigstore-footer-assurance span {
  margin-top: 6px;
  color: rgba(255, 244, 232, 0.68);
  font-size: 13px;
}

body.bigstore-luxe-ui .bigstore-footer-main__grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.86fr) minmax(180px, 0.62fr) minmax(180px, 0.62fr);
  gap: 16px;
}

body.bigstore-luxe-ui .bigstore-footer-brand,
body.bigstore-luxe-ui .bigstore-footer-support,
body.bigstore-luxe-ui .bigstore-footer-nav {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 248, 238, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.bigstore-luxe-ui .bigstore-footer-brand {
  padding: 30px;
  background:
    radial-gradient(circle at 18% 12%, rgba(201, 158, 95, 0.16), transparent 32%),
    rgba(255, 248, 238, 0.07);
}

body.bigstore-luxe-ui .bigstore-footer-brand__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 58px;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

body.bigstore-luxe-ui .bigstore-footer-brand__logo img {
  max-width: 145px;
  max-height: 54px;
}

body.bigstore-luxe-ui .bigstore-footer-brand h3,
body.bigstore-luxe-ui .bigstore-footer-support h3,
body.bigstore-luxe-ui .bigstore-footer-nav h3 {
  font-size: clamp(22px, 2vw, 30px);
}

body.bigstore-luxe-ui .bigstore-footer-brand p,
body.bigstore-luxe-ui .bigstore-footer-support p {
  line-height: 1.9;
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu li + li {
  margin-top: 12px;
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu a {
  display: inline-flex;
  color: rgba(255, 244, 232, 0.82);
  transition: color 0.2s ease, transform 0.2s ease;
}

body.bigstore-luxe-ui .bigstore-footer-nav__menu a:hover {
  color: #f0c987;
  transform: translateX(-3px);
}

body.bigstore-luxe-ui .bigstore-footer-support .bigstore-button--ghost {
  margin-top: 18px;
  border-color: rgba(224, 177, 109, 0.34) !important;
  color: #f4d7aa !important;
  background: rgba(255, 248, 238, 0.06) !important;
}

body.bigstore-luxe-ui .bigstore-footer-bottom {
  padding-bottom: 24px;
}

body.bigstore-luxe-ui .bigstore-footer-bottom__inner {
  padding: 18px 0 0;
  color: rgba(255, 244, 232, 0.58);
}

@media (max-width: 1279px) {
  body.bigstore-luxe-ui .bigstore-hero-slide__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  }

  body.bigstore-luxe-ui .bigstore-footer-main__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-hero__shell {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-banner-rail,
  body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-footer-assurance {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-reverse .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-reverse .bigstore-home-showcase__products {
    order: initial;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-hero {
    padding: 18px 0 14px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    border-radius: 32px;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide,
  body.bigstore-luxe-ui .bigstore-hero-slide__grid {
    min-height: 560px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    right: 16px;
    left: 16px;
    bottom: 82px;
    padding: 20px;
    background: rgba(22, 14, 9, 0.62);
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
    padding-right: 0;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box::before {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
    font-size: clamp(30px, 9vw, 43px);
    letter-spacing: -0.025em;
  }

  body.bigstore-luxe-ui .bigstore-home-banner-rail {
    gap: 14px;
    margin-top: 16px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary {
    min-height: 330px;
    border-radius: 28px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 16px;
    left: 16px;
    bottom: 16px;
    max-width: none;
    padding: 18px;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
    font-size: 31px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase {
    padding: 26px 0;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__grid {
    padding: 12px;
    border-radius: 30px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__story {
    min-height: 390px;
    border-radius: 26px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase--style-2 {
    padding: 34px 0;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__products {
    padding: 18px;
    border-radius: 26px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__content {
    right: 16px;
    left: 16px;
    bottom: 16px;
    padding: 18px;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta {
    padding-top: 38px;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta__inner {
    padding: 22px;
    border-radius: 30px;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta__badges {
    justify-content: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta__badges span {
    min-height: 32px;
    padding-inline: 11px;
    font-size: 12px;
  }

  body.bigstore-luxe-ui .bigstore-footer-cta__content h2 {
    max-width: none;
    font-size: clamp(31px, 8.5vw, 42px);
  }

  body.bigstore-luxe-ui .bigstore-footer-main__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-footer-brand,
  body.bigstore-luxe-ui .bigstore-footer-support,
  body.bigstore-luxe-ui .bigstore-footer-nav,
  body.bigstore-luxe-ui .bigstore-footer-assurance div {
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-footer-brand,
  body.bigstore-luxe-ui .bigstore-footer-support,
  body.bigstore-luxe-ui .bigstore-footer-nav {
    padding: 22px;
  }

  body.bigstore-luxe-ui .bigstore-footer-brand__logo {
    min-width: 112px;
    min-height: 48px;
    margin-bottom: 16px;
    padding: 8px 12px;
  }

  body.bigstore-luxe-ui .bigstore-footer-brand h3,
  body.bigstore-luxe-ui .bigstore-footer-support h3,
  body.bigstore-luxe-ui .bigstore-footer-nav h3 {
    font-size: 23px;
  }

  body.bigstore-luxe-ui .bigstore-footer-bottom__inner {
    align-items: flex-start;
    text-align: right;
  }
}

/* V4 clean magazine: final hero/banner dimensions and simple footer. */
body.bigstore-luxe-ui .bigstore-hero-slide__image--mobile,
body.bigstore-luxe-ui .bigstore-support-banner__image--mobile,
body.bigstore-luxe-ui .bigstore-home-showcase__image--mobile,
body.bigstore-luxe-ui .bigstore-panorama-banner__image--mobile {
  display: none !important;
}

body.bigstore-luxe-ui .bigstore-home-hero {
  padding: 26px 0 18px;
  background:
    radial-gradient(circle at 14% 8%, rgba(201, 158, 95, 0.1), transparent 24%),
    linear-gradient(180deg, #fffaf4 0%, #fbf1e4 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero::before {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-hero__stage {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 0;
  max-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(168, 125, 69, 0.16);
  border-radius: 34px;
  background: #f4eadb;
  box-shadow: 0 28px 70px rgba(38, 27, 16, 0.12);
}

body.bigstore-luxe-ui .bigstore-home-hero-slider,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-list,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-track,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-slide,
body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-slide > div,
body.bigstore-luxe-ui .bigstore-hero-slide,
body.bigstore-luxe-ui .bigstore-hero-slide__grid {
  height: 100%;
  min-height: 0;
}

body.bigstore-luxe-ui .bigstore-hero-slide {
  position: relative;
  aspect-ratio: auto;
}

body.bigstore-luxe-ui .bigstore-hero-slide__grid {
  display: block;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media {
  position: absolute;
  inset: 0;
  background: #f4eadb;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media::after {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__image {
  transform: scale(1.01);
  transition: transform 7s ease;
}

body.bigstore-luxe-ui .bigstore-home-hero-slider .slick-current .bigstore-hero-slide__image {
  transform: scale(1.035);
}

body.bigstore-luxe-ui .bigstore-hero-slide__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.9) 0%, rgba(255, 250, 242, 0.48) 33%, rgba(255, 250, 242, 0.06) 68%),
    linear-gradient(180deg, rgba(28, 18, 10, 0.05) 0%, rgba(28, 18, 10, 0.18) 100%);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
  position: absolute;
  inset: auto auto 34px 34px;
  z-index: 3;
  display: block;
  width: min(440px, calc(100% - 68px));
  min-height: 0;
  padding: 0;
  background: transparent;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
  padding: 24px 26px;
  border: 1px solid rgba(168, 125, 69, 0.18);
  border-radius: 26px;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 18px 44px rgba(38, 27, 16, 0.12);
  backdrop-filter: blur(10px);
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box::before {
  display: none;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__eyebrow {
  color: #9a6d32;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
  max-width: 13ch;
  margin: 8px 0 10px;
  color: #1d140f;
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__description {
  max-width: 36ch;
  margin-bottom: 16px;
  color: rgba(32, 22, 15, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

body.bigstore-luxe-ui .bigstore-home-hero__actions {
  gap: 10px;
}

body.bigstore-luxe-ui .bigstore-home-hero__actions .bigstore-button {
  min-height: 42px;
  padding-inline: 18px;
}

body.bigstore-luxe-ui .bigstore-home-hero__footer {
  right: 28px;
  left: 28px;
  bottom: 22px;
  z-index: 4;
  gap: 12px;
}

body.bigstore-luxe-ui .bigstore-home-hero__counter {
  min-height: 34px;
  padding: 0 12px;
  background: rgba(255, 250, 242, 0.86);
  font-size: 12px;
}

body.bigstore-luxe-ui .bigstore-home-hero__progress {
  max-width: 140px;
  height: 3px;
  background: rgba(32, 22, 15, 0.18);
}

body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots {
  min-height: 34px;
  padding: 0 12px;
  background: rgba(255, 250, 242, 0.86);
}

body.bigstore-luxe-ui .bigstore-hero-arrow {
  width: 34px;
  height: 34px;
  background: rgba(255, 250, 242, 0.9) !important;
}

body.bigstore-luxe-ui .bigstore-home-banner-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

body.bigstore-luxe-ui .bigstore-support-banner,
body.bigstore-luxe-ui .bigstore-support-banner--primary {
  aspect-ratio: 1200 / 620;
  min-height: 0;
  border-radius: 28px;
}

body.bigstore-luxe-ui .bigstore-support-banner__media img,
body.bigstore-luxe-ui .bigstore-panorama-banner__media img,
body.bigstore-luxe-ui .bigstore-home-showcase__media img {
  padding: 0;
  object-fit: cover;
}

body.bigstore-luxe-ui .bigstore-support-banner__veil {
  background: linear-gradient(180deg, rgba(28, 18, 10, 0.05), rgba(28, 18, 10, 0.68));
}

body.bigstore-luxe-ui .bigstore-support-banner__content {
  right: 20px;
  left: 20px;
  bottom: 20px;
  max-width: min(400px, calc(100% - 40px));
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 250, 242, 0.88);
  border-color: rgba(168, 125, 69, 0.16);
  color: #1d140f;
}

body.bigstore-luxe-ui .bigstore-support-banner__content span,
body.bigstore-luxe-ui .bigstore-support-banner__content h3,
body.bigstore-luxe-ui .bigstore-support-banner__content p {
  color: inherit;
}

body.bigstore-luxe-ui .bigstore-support-banner__content h3 {
  max-width: 16ch;
  font-size: clamp(24px, 2.2vw, 38px);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__story,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__story {
  aspect-ratio: 5 / 6;
  min-height: 0;
  max-height: 760px;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 {
  background:
    radial-gradient(circle at 12% 16%, rgba(201, 158, 95, 0.16), transparent 26%),
    linear-gradient(180deg, #f4eadb 0%, #fbf4e9 100%);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__products {
  background: rgba(255, 250, 242, 0.72);
  border-color: rgba(168, 125, 69, 0.14);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__eyebrow,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__title,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-pane__header h3 {
  color: #1d140f;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__description,
body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-pane__header p {
  color: rgba(32, 22, 15, 0.68);
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-section-heading__link {
  color: #9a6d32;
}

body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-showcase-tab {
  background: rgba(255, 250, 242, 0.92);
  border-color: rgba(168, 125, 69, 0.18);
  color: #1d140f;
}

body.bigstore-luxe-ui .bigstore-panorama-banner {
  aspect-ratio: 3 / 1;
  min-height: 0;
  border-radius: 30px;
}

body.bigstore-luxe-ui .bigstore-panorama-banner__content {
  max-width: min(460px, calc(100% - 48px));
  background: rgba(255, 250, 242, 0.9);
  border-color: rgba(168, 125, 69, 0.16);
  color: #1d140f;
}

body.bigstore-luxe-ui .bigstore-panorama-banner__content span,
body.bigstore-luxe-ui .bigstore-panorama-banner__content h2,
body.bigstore-luxe-ui .bigstore-panorama-banner__content p {
  color: inherit;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  padding: 34px 0 20px;
  background: #1d140f;
  color: rgba(255, 246, 235, 0.78);
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple::before,
body.bigstore-luxe-ui .bigstore-luxe-footer--simple::after {
  display: none;
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #f2d2a1;
  font-size: 13px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.4fr) minmax(220px, 0.2fr);
  gap: 28px;
  padding: 28px 0;
}

body.bigstore-luxe-ui .bigstore-footer-simple__menus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo {
  margin-bottom: 14px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo img {
  max-width: 150px;
  max-height: 56px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__brand h3,
body.bigstore-luxe-ui .bigstore-footer-simple__support h3,
body.bigstore-luxe-ui .bigstore-luxe-footer--simple .bigstore-footer-nav h3 {
  margin: 0 0 10px;
  color: #fff6eb;
  font-size: 21px;
  line-height: 1.15;
}

body.bigstore-luxe-ui .bigstore-footer-simple__brand p,
body.bigstore-luxe-ui .bigstore-footer-simple__support p {
  margin: 0;
  color: rgba(255, 246, 235, 0.68);
  line-height: 1.8;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple .bigstore-footer-nav {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple .bigstore-footer-nav__menu a {
  color: rgba(255, 246, 235, 0.72);
}

body.bigstore-luxe-ui .bigstore-footer-simple__support .bigstore-button {
  margin-top: 14px;
  min-height: 38px;
  padding-inline: 15px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 246, 235, 0.48);
  font-size: 13px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__bottom p {
  margin: 0;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-banner-rail,
  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-hero-slide__image--desktop.bigstore-hero-slide__image--desktop,
  body.bigstore-luxe-ui .bigstore-support-banner__image--desktop.bigstore-support-banner__image--desktop,
  body.bigstore-luxe-ui .bigstore-home-showcase__image--desktop.bigstore-home-showcase__image--desktop,
  body.bigstore-luxe-ui .bigstore-panorama-banner__image--desktop.bigstore-panorama-banner__image--desktop {
    display: none !important;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide__image--mobile,
  body.bigstore-luxe-ui .bigstore-support-banner__image--mobile,
  body.bigstore-luxe-ui .bigstore-home-showcase__image--mobile,
  body.bigstore-luxe-ui .bigstore-panorama-banner__image--mobile {
    display: block !important;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__stage {
    aspect-ratio: 4 / 5;
    max-height: none;
    border-radius: 28px;
  }

  body.bigstore-luxe-ui .bigstore-hero-slide__veil {
    background:
      linear-gradient(180deg, rgba(255, 250, 242, 0.04) 0%, rgba(255, 250, 242, 0.16) 42%, rgba(255, 250, 242, 0.88) 100%),
      linear-gradient(180deg, rgba(28, 18, 10, 0.04), rgba(28, 18, 10, 0.1));
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content {
    right: 16px;
    left: 16px;
    bottom: 72px;
    width: auto;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-hero-slide__content-box {
    padding: 18px;
    border-radius: 22px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__title {
    max-width: 12ch;
    font-size: clamp(28px, 8.4vw, 39px);
  }

  body.bigstore-luxe-ui .bigstore-home-hero .bigstore-home-hero__description {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__footer {
    right: 16px;
    left: 16px;
    bottom: 18px;
  }

  body.bigstore-luxe-ui .bigstore-home-hero__counter,
  body.bigstore-luxe-ui .bigstore-home-hero__dots .slick-dots {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-support-banner,
  body.bigstore-luxe-ui .bigstore-support-banner--primary {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase--style-1 .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase--style-2 .bigstore-home-showcase__story {
    aspect-ratio: 16 / 10;
    min-height: 0;
    max-height: none;
  }

  body.bigstore-luxe-ui .bigstore-panorama-banner {
    aspect-ratio: 1 / 1;
  }

  body.bigstore-luxe-ui .bigstore-panorama-banner__content,
  body.bigstore-luxe-ui .bigstore-support-banner__content {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__trust {
    gap: 8px;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    gap: 22px;
    padding: 24px 0;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__menus {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }
}

/* Bigstore V4.1 final overrides: quieter accents, fluid banners, simpler footer. */
body.bigstore-luxe-ui .bigstore-homepage .bigstore-section-heading__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-spotlight-card__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__eyebrow,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-support-banner__content span,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-panorama-banner__content span,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-showcase__content span {
  background: transparent !important;
  color: #776757 !important;
  letter-spacing: 0;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--solid,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab.is-active,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab:hover,
body.bigstore-luxe-ui .bigstore-homepage .woocommerce ul.products li.product .button,
body.bigstore-luxe-ui .bigstore-luxe-footer--simple .bigstore-button {
  background: #2a1d15 !important;
  border-color: #2a1d15 !important;
  color: #fffaf2 !important;
  box-shadow: none !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-button--ghost,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-section-heading__link,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-spotlight-card__cta {
  background: rgba(255, 250, 242, 0.78) !important;
  border-color: rgba(42, 29, 21, 0.14) !important;
  color: #2a1d15 !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-showcase-tab {
  background: #fffaf2 !important;
  border-color: rgba(42, 29, 21, 0.13) !important;
  color: #3d3027 !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress,
body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress span {
  background-color: rgba(42, 29, 21, 0.2) !important;
}

body.bigstore-luxe-ui .bigstore-homepage .bigstore-home-hero__progress span {
  background-color: #2a1d15 !important;
}

body.bigstore-luxe-ui .bigstore-home-spotlight {
  padding-top: clamp(34px, 5vw, 72px);
}

body.bigstore-luxe-ui .bigstore-spotlight__header {
  align-items: end;
  margin-bottom: 22px;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__panel {
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(42, 29, 21, 0.12);
  color: #251a13;
}

body.bigstore-luxe-ui .bigstore-spotlight-card__links a {
  background: rgba(42, 29, 21, 0.08);
  color: #2a1d15;
}

body.bigstore-luxe-ui .bigstore-home-showcase {
  padding-block: clamp(34px, 5vw, 66px);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__grid {
  grid-template-columns: minmax(290px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(22px, 3vw, 38px);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
  aspect-ratio: 5 / 6;
  min-height: 0;
  max-height: 680px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 250, 242, 0.86), transparent 34%),
    linear-gradient(180deg, #fffaf2 0%, #f1e4d3 100%);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: clamp(16px, 2.4vw, 28px);
  border: 1px solid rgba(42, 29, 21, 0.1);
  border-radius: 34px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 22px 70px rgba(42, 29, 21, 0.08);
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story {
  order: 0 !important;
  aspect-ratio: 21 / 7;
  min-height: 0;
  max-height: 380px;
  border-radius: 28px;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__products {
  order: 1 !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content {
  right: clamp(18px, 3vw, 34px);
  left: auto;
  bottom: clamp(18px, 3vw, 34px);
  max-width: min(430px, calc(100% - 36px));
  padding: clamp(18px, 2.4vw, 26px);
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(42, 29, 21, 0.12);
  color: #251a13;
}

body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content h2,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content p,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-section-heading__title,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-section-heading__description,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-showcase-pane__header h3,
body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-showcase-pane__header p {
  color: #251a13 !important;
}

body.bigstore-luxe-ui .bigstore-support-banner {
  border-radius: 28px;
  box-shadow: 0 18px 56px rgba(42, 29, 21, 0.08);
}

body.bigstore-luxe-ui .bigstore-support-banner--primary {
  aspect-ratio: 16 / 9;
}

body.bigstore-luxe-ui .bigstore-support-banner--secondary {
  aspect-ratio: 4 / 5;
}

body.bigstore-luxe-ui .bigstore-panorama-banner {
  border-radius: 34px;
  box-shadow: 0 22px 70px rgba(42, 29, 21, 0.1);
}

body.bigstore-luxe-ui .bigstore-luxe-footer--simple {
  padding: 28px 0 18px;
  background:
    linear-gradient(135deg, #211711 0%, #120d0a 100%);
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust {
  justify-content: center;
  padding-bottom: 18px;
}

body.bigstore-luxe-ui .bigstore-footer-simple__trust span {
  background: rgba(255, 250, 242, 0.06);
  border-color: rgba(255, 250, 242, 0.12);
  color: rgba(255, 250, 242, 0.78);
}

body.bigstore-luxe-ui .bigstore-footer-simple__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(230px, 0.72fr);
  align-items: start;
  gap: clamp(22px, 4vw, 54px);
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  max-width: 190px;
  padding: 10px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 18px;
  background: #fffaf2;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo a,
body.bigstore-luxe-ui .bigstore-footer-simple__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

body.bigstore-luxe-ui .bigstore-footer-simple__logo img {
  width: auto;
  max-width: 160px;
  max-height: 46px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
}

body.bigstore-luxe-ui .bigstore-footer-simple__brand p {
  max-width: 44ch;
}

body.bigstore-luxe-ui .bigstore-footer-simple__support {
  padding: 18px;
  border: 1px solid rgba(255, 250, 242, 0.1);
  border-radius: 22px;
  background: rgba(255, 250, 242, 0.045);
}

body.bigstore-luxe-ui .bigstore-footer-simple__bottom {
  justify-content: center;
  text-align: center;
}

@media (max-width: 991px) {
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid,
  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    grid-template-columns: 1fr;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__story,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__story {
    aspect-ratio: 16 / 10;
    max-height: none;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-spotlight__header {
    align-items: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-support-banner--primary,
  body.bigstore-luxe-ui .bigstore-support-banner--secondary {
    aspect-ratio: 1 / 1;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__grid {
    padding: 12px;
    border-radius: 24px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-horizontal .bigstore-home-showcase__content,
  body.bigstore-luxe-ui .bigstore-home-showcase.is-banner-vertical .bigstore-home-showcase__content {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    padding: 16px;
    border-radius: 20px;
  }

  body.bigstore-luxe-ui .bigstore-home-showcase__content p {
    display: none;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__trust {
    justify-content: flex-start;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__grid {
    gap: 20px;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__logo {
    min-height: 52px;
    max-width: 170px;
  }

  body.bigstore-luxe-ui .bigstore-footer-simple__support {
    padding: 16px;
  }
}
