:root {
  --brand-gold: #c97b8f;
  --brand-gold-soft: #e8b4c0;
  --brand-gold-deep: #8f4a5e;
  --brand-rose: #d4899c;
  --brand-blush: #fdf2f5;
  --brand-dark: #3d2a32;
  --brand-muted: #6d5a62;
  --surface-soft: #fdf8fa;
  --surface-card: #ffffff;
  --border-soft: #f0e0e6;
  --shadow-sm: 0 2px 10px rgba(143, 74, 94, 0.07);
  --shadow-md: 0 12px 28px rgba(143, 74, 94, 0.1);
  --shadow-lux: 0 20px 48px rgba(143, 74, 94, 0.08);
  --radius-pill: 999px;
  --nav-sticky-offset: 76px;
  /* Homepage luxury rhythm */
  --lux-section-y: clamp(2.85rem, 6vw, 5rem);
  --lux-section-y-tight: clamp(1rem, 2.5vw, 1.35rem);
  --lux-page-bg-top: #fdf6f8;
  --lux-page-bg-mid: #faf0f4;
  --lux-page-bg-bottom: #fcf4f7;
  --lux-font-display: "Cormorant Garamond", "Times New Roman", Times, serif;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1095;
  padding: 0.45rem 0.9rem !important;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

*:focus-visible {
  outline: 2px solid rgba(201, 123, 143, 0.55);
  outline-offset: 2px;
}

.btn:focus-visible {
  outline-offset: 3px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--brand-dark);
  background-color: #fdf6f8;
  line-height: 1.45;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#main-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.fiora-content-page {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.lux-layout .container,
.fiora-content-page .container {
  width: 100%;
  max-width: 100%;
  padding-inline: clamp(0.75rem, 3.5vw, 1.25rem);
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

.coverflow-card-img,
.hero-banner-fullbleed-img,
.pd-main-image.product-details-image,
.product-card-media img,
.brand-strip-logo {
  display: block;
}

.coverflow-card-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.row > [class*="col-"] {
  min-width: 0;
}

/* Bootstrap utility: darken muted text for WCAG AA on light surfaces (panels override when needed) */
.text-secondary {
  color: var(--brand-muted) !important;
}

/* Bootstrap text-warning is too light on white/cream; storefront ratings & stock warnings */
.product-card .text-warning,
.product-card small.text-warning,
.stock-pill.text-warning,
.pd-rating-row.text-warning,
.pd-reviews-list .text-warning,
.modal .text-warning.small,
#relatedProducts .text-warning,
#recommendGrid .text-warning,
#recentlyViewedProducts .text-warning,
#featuredProducts .text-warning {
  color: #8b2c0a !important;
}

/* Outline ghost buttons: Bootstrap default gray can fail AA on cream/off-white */
.lux-layout .btn-outline-secondary,
.home-page .btn-outline-secondary {
  color: #333 !important;
  border-color: #8f9299 !important;
}

.lux-layout .btn-outline-secondary:hover,
.home-page .btn-outline-secondary:hover {
  color: #111 !important;
  border-color: #6c757d !important;
  background: rgba(0, 0, 0, 0.035);
}

.home-page {
  line-height: 1.55;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background: linear-gradient(
    180deg,
    var(--lux-page-bg-top) 0%,
    var(--lux-page-bg-mid) 42%,
    var(--lux-page-bg-bottom) 100%
  );
}

.home-page > .home-section:not(.home-section--hero):not(.home-section--shop-bar) {
  padding-block: var(--lux-section-y);
}

.home-page > .home-section--shop-bar {
  padding-block: var(--lux-section-y-tight);
}

.home-page > .home-section {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.home-page .container {
  width: 100%;
  max-width: 100%;
  padding-inline: clamp(0.75rem, 3.5vw, 1.25rem);
}

@media (min-width: 576px) {
  .home-page .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .home-page .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .home-page .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .home-page .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .home-page .container {
    max-width: 1320px;
  }
}

.lux-kicker,
.home-kicker {
  font-family: var(--lux-font-display);
  font-size: 0.72rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  margin-bottom: 0;
}

.home-hero-intro .home-kicker {
  color: rgba(255, 248, 232, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.home-hero-title {
  font-family: var(--lux-font-display);
  font-size: clamp(2.35rem, 5.5vw, 3.35rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.14;
  letter-spacing: 0.02em;
  color: #fffdf9;
  text-shadow: 0 2px 24px rgba(61, 42, 50, 0.35);
}

.home-hero-lead {
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
  color: rgba(255, 254, 250, 0.94);
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.home-section-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--brand-dark);
}

.home-section-sub {
  font-size: 0.94rem;
  color: var(--brand-muted);
  max-width: 28rem;
  line-height: 1.55;
}

.home-section-head .home-kicker,
.home-section-head .lux-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}

.lux-link-all,
.home-link-all {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.15rem;
  box-sizing: content-box;
  color: var(--brand-dark);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.lux-link-all:hover,
.home-link-all:hover {
  color: var(--brand-gold-deep);
  border-bottom-color: rgba(201, 123, 143, 0.45);
}

/* Shop, product details: same serif + spacing as home without duplicating tokens */
.lux-layout {
  line-height: 1.55;
  padding-block: var(--lux-section-y);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  background: linear-gradient(
    180deg,
    var(--lux-page-bg-top) 0%,
    var(--lux-page-bg-mid) 48%,
    var(--lux-page-bg-bottom) 100%
  );
}

.lux-layout .page-title {
  font-family: var(--lux-font-display);
  font-size: clamp(2rem, 3.8vw, 2.65rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #1a1917;
}

.lux-layout .page-subtitle {
  font-size: clamp(0.94rem, 1.4vw, 1.05rem);
  max-width: 38rem;
  line-height: 1.6;
}

.lux-layout .section-heading {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #1a1917;
}

.lux-layout #detailsContainer h1 {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lux-layout #detailsContainer h2 {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
}

.lux-layout #detailsContainer .empty-state-rich h1 {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Product detail (product-details.php) */
.lux-layout--product-detail {
  padding-block: clamp(1rem, 2.4vw, 1.75rem);
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .lux-layout--product-detail {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }
}

.pd-breadcrumb {
  max-width: 100%;
}

.pd-hero-shell {
  padding: 0.95rem 0.9rem 1rem;
  border: 1px solid rgba(228, 213, 180, 0.4);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffefb 0%, #ffffff 100%);
}

@media (min-width: 992px) {
  .pd-hero-shell {
    padding: 1.25rem 1.25rem 1.1rem;
  }
}

.pd-gallery {
  position: relative;
}

.pd-gallery-thumbs {
  padding: 0 0.15rem;
}

.pd-gallery-thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  padding: 0.35rem;
  border: 2px solid rgba(228, 213, 180, 0.55);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pd-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.pd-gallery-thumb:hover,
.pd-gallery-thumb.is-active {
  border-color: var(--brand-gold);
  box-shadow: 0 4px 14px rgba(190, 142, 26, 0.18);
}

.pd-gallery-thumb:focus-visible {
  outline: 2px solid var(--brand-gold-deep);
  outline-offset: 2px;
}

.pd-gallery-frame {
  padding: 0.9rem;
  border-radius: 20px;
  background: linear-gradient(165deg, #f3ece2 0%, #faf8f4 55%, #ffffff 100%);
  border: 1px solid rgba(228, 213, 180, 0.4);
  box-shadow: var(--shadow-lux);
  overflow: hidden;
}

@media (min-width: 992px) {
  .pd-gallery-frame {
    padding: 1.15rem;
  }
}

.pd-main-image.product-details-image {
  display: block;
  width: 100%;
  max-height: min(56vh, 540px);
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  border: none;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease;
}

@media (hover: hover) and (pointer: fine) {
  .pd-gallery-frame:hover .pd-main-image {
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-main-image {
    transition: none;
  }

  .pd-gallery-frame:hover .pd-main-image {
    transform: none;
  }
}

.pd-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

@media (min-width: 992px) {
  .pd-info-card {
    position: relative;
    z-index: 2;
    padding: 0.95rem 1.05rem;
    border-radius: 18px;
    border: 1px solid rgba(228, 213, 180, 0.4);
    background: linear-gradient(168deg, #fffef9 0%, #ffffff 52%, #faf7ef 100%);
    box-shadow: var(--shadow-md);
  }
}

.pd-header-meta {
  border-bottom: 1px solid rgba(228, 220, 205, 0.55);
  padding-bottom: 0.6rem;
}

.pd-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #1a1917;
}

.pd-rating-row {
  letter-spacing: 0.06em;
}

.pd-reviews-jump {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.3rem 0.2rem;
  color: var(--brand-gold-deep);
  border-bottom: 1px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.pd-reviews-jump:hover {
  color: var(--brand-dark);
  border-bottom-color: rgba(190, 142, 26, 0.45);
}

.pd-price {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
}

.pd-discount-badge {
  font-size: 0.75rem;
  font-weight: 600;
  vertical-align: middle;
}

.pd-ref-line .font-monospace {
  font-size: 0.8rem;
  color: var(--brand-muted);
}

.pd-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  .pd-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

.pd-trust-row li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.77rem;
  line-height: 1.35;
  color: var(--brand-muted);
  margin: 0;
}

.pd-purchase-stack {
  display: grid;
  gap: 0.6rem;
}

.pd-trust-row i {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--brand-gold-deep);
  font-size: 1.05rem;
}

.pd-notes-heading {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1a1917;
}

.pd-note-card {
  height: 100%;
  padding: 0.82rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
}

.pd-note-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  margin-bottom: 0.45rem;
}

.pd-note-text {
  font-size: 0.84rem;
  line-height: 1.45;
  color: #353535;
}

.pd-note-card--elevated {
  height: 100%;
  background: linear-gradient(180deg, #fffefb 0%, #fff 100%);
  border-color: rgba(215, 204, 174, 0.55);
}

.pd-note-card--top {
  border-top: 3px solid #f5c16c;
}

.pd-note-card--middle {
  border-top: 3px solid #e8a0b8;
}

.pd-note-card--base {
  border-top: 3px solid #c9a227;
}

.pd-note-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.35rem;
}

.pd-note-chip {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid rgba(215, 204, 174, 0.55);
  border-radius: 999px;
  padding: 0.32rem 0.72rem;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.04);
}

.pd-accords {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: #fffefb;
}

.pd-accord-row {
  margin-bottom: 0.35rem;
}

.pd-accord-row:last-child {
  margin-bottom: 0;
}

.pd-accord-bar {
  display: block;
  max-width: 100%;
  padding: 0.35rem 0.65rem;
  border-radius: 0.35rem 0.5rem 0.5rem 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pd-desc-panel {
  position: relative;
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(228, 213, 180, 0.42);
  background: #fffefb;
  box-shadow: 0 8px 24px rgba(26, 25, 23, 0.04);
}

.pd-desc-panel::before {
  content: "";
  position: absolute;
  inset: 0.85rem auto 0.85rem 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e8c878 0%, #c9a227 55%, #e8a0b8 100%);
}

.pd-desc-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.85rem;
}

.pd-desc-title {
  margin: 0;
  font-family: var(--lux-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #1a1917;
}

.pd-desc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.pd-desc-meta-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.16rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-muted);
  background: rgba(250, 247, 239, 0.95);
  border: 1px solid rgba(228, 213, 180, 0.55);
}

.pd-desc-body--collapsible.is-collapsed .pd-desc-copy {
  max-height: 6.5rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 68%, transparent);
  mask-image: linear-gradient(180deg, #000 68%, transparent);
}

.pd-desc-copy {
  display: grid;
  gap: 0.65rem;
}

.pd-desc-copy p {
  margin: 0;
}

.pd-desc-ar {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3428;
}

.pd-desc-fr {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #5c5348;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(250, 247, 239, 0.85);
  border-left: 3px solid rgba(201, 162, 39, 0.45);
}

.pd-desc-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(228, 213, 180, 0.55);
}

.pd-desc-tags-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-muted);
  margin-right: 0.15rem;
}

.pd-desc-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--brand-gold-deep);
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.22);
}

.pd-desc-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.65rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--brand-gold-deep);
  cursor: pointer;
}

.pd-desc-toggle:hover {
  color: var(--brand-gold);
  text-decoration: underline;
}

.pd-description-body {
  font-size: 0.95rem;
  line-height: 1.72;
  color: #4a4438;
}

.pd-description-body p {
  margin-bottom: 0.75rem;
}

.pd-description-body p:last-child {
  margin-bottom: 0;
}

.pd-main-image.img-lazy-pending {
  opacity: 0.01;
}

.pd-main-image.img-lazy-loaded {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.pd-qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
}

.pd-buy-bar {
  display: grid;
  gap: 0.55rem;
  border: 1px solid rgba(228, 220, 205, 0.55);
  border-radius: 12px;
  padding: 0.6rem;
  background: #fff;
  position: relative;
  z-index: 2;
}

.pd-qty-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.pd-buy-cta-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 0.45rem;
}

.pd-qty-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.pd-qty-stepper .quantity-input {
  max-width: 4rem;
}

.pd-qty-stepper input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.pd-qty-stepper input[type="number"]::-webkit-outer-spin-button,
.pd-qty-stepper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pd-qty-btn {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.pd-qty-stepper {
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  z-index: 2;
  touch-action: manipulation;
}

.pd-actions .btn-lg {
  border-radius: 12px;
  font-weight: 600;
  min-height: 44px;
  font-size: 0.96rem;
}

.pd-actions .btn {
  border-radius: 11px;
  min-height: 42px;
  font-size: 0.9rem;
}

.pd-buy-cta-row .btn {
  min-height: 42px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pd-btn-success-flash {
  animation: pd-success-flash 0.85s ease;
}

@keyframes pd-success-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 139, 34, 0.35);
  }

  35% {
    box-shadow: 0 0 0 5px rgba(34, 139, 34, 0.12);
  }

  100% {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pd-btn-success-flash {
    animation: none;
  }
}

.pd-share .btn {
  border-radius: 10px;
}

.pd-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.pd-share-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.pd-share-fb {
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.35);
}

.pd-share-fb:hover {
  color: #1877f2;
  background: rgba(24, 119, 242, 0.08);
}

.pd-share-wa {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.4);
}

.pd-share-wa:hover {
  color: #128c7e;
  background: rgba(37, 211, 102, 0.1);
}

.pd-share-tw {
  color: #000;
  border-color: rgba(0, 0, 0, 0.18);
}

.pd-share-tw:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.06);
}

.pd-mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  padding: 0.55rem 0;
  padding-bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.94) 0%, #ffffff 38%);
  border-top: 1px solid rgba(228, 213, 180, 0.55);
  box-shadow: 0 -10px 32px rgba(17, 17, 17, 0.07);
  backdrop-filter: blur(12px);
}

.pd-mobile-bar-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pd-mobile-bar-price {
  min-width: 0;
}

.pd-mobile-price {
  font-family: var(--lux-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
}

.pd-mobile-add {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  flex-shrink: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.pd-mobile-buy {
  min-height: 2.65rem;
  border-radius: 12px;
  font-weight: 600;
}

.pd-related-block {
  border-top: 1px solid rgba(228, 220, 205, 0.55);
  padding-top: 1rem !important;
}

.pd-reviews-section {
  border-top: 1px solid rgba(228, 220, 205, 0.45);
  padding-top: 1rem !important;
  scroll-margin-top: calc(var(--nav-sticky-offset) + 1rem);
}

@media (max-width: 767.98px) {
  .pd-hero-shell {
    padding: 0.75rem 0.7rem 0.8rem;
  }

  .pd-info-card {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .pd-buy-cta-row {
    grid-template-columns: 1fr;
  }

  .pd-buy-cta-row .btn {
    width: 100%;
  }
}

.summary-card--review {
  border-radius: 16px;
}

.pd-review-card {
  border-radius: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pd-review-card:hover {
  border-color: rgba(190, 142, 26, 0.35);
  box-shadow: var(--shadow-sm);
}

.pd-review-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #f3ecdf, #ffffff);
  border: 1px solid var(--border-soft);
  display: grid;
  place-items: center;
  font-family: var(--lux-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--brand-dark);
}

.pd-review-name {
  font-size: 0.94rem;
}

.pd-review-text {
  line-height: 1.55;
}

.pd-reviews-empty {
  border-style: dashed;
  border-radius: 16px;
}

/* Checkout — compact rhythm */
.lux-layout--checkout {
  padding-block: clamp(1rem, 2.5vw, 2rem);
}

.checkout-shell {
  max-width: 1180px;
}

.max-w-checkout-lead {
  max-width: 38rem;
  line-height: 1.45;
  font-size: 0.93rem;
}

.checkout-hero .checkout-page-title,
.checkout-hero .page-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  line-height: 1.15;
}

.checkout-steps {
  counter-reset: none;
}

.checkout-step-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: linear-gradient(165deg, #fffef9 0%, #fff 100%);
  min-height: 100%;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.checkout-step-pill--link {
  text-decoration: none;
  color: inherit;
}

.checkout-step-pill--link:hover {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

.checkout-step-pill--active {
  border-color: rgba(190, 142, 26, 0.65);
  box-shadow: var(--shadow-sm);
  background: linear-gradient(155deg, #fffdf6 0%, #fff 55%);
}

.checkout-step-pill--muted {
  opacity: 1;
  background: linear-gradient(165deg, #f5f3ee 0%, #faf9f6 100%);
  border-color: rgba(200, 193, 178, 0.55);
}

.checkout-step-pill--muted .checkout-step-label {
  color: #4f4f4f;
}

.checkout-step-pill--muted .checkout-step-num {
  background: linear-gradient(145deg, #ebe8e2, #f4f1eb);
  border-color: #dad6cf;
  color: #5a5a5a;
}

.checkout-step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  background: linear-gradient(145deg, #f3ecdf, #fff);
  border: 1px solid var(--border-soft);
  color: var(--brand-dark);
}

.checkout-step-pill--active .checkout-step-num {
  background: var(--brand-dark);
  color: #fffdf8;
  border-color: var(--brand-dark);
}

.checkout-step-label {
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
}

.checkout-form-card.checkout-form-surface {
  background: #ffffff;
  border: 1px solid rgba(228, 228, 228, 0.9);
  box-shadow: 0 6px 24px rgba(17, 17, 17, 0.035);
}

.checkout-section--info {
  padding-top: 0.15rem;
}

.checkout-info-heading {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.65vw, 1.18rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
  margin-bottom: 0.65rem;
}

.checkout-info-grid .checkout-field,
.checkout-info-grid .form-select.checkout-field {
  min-height: 2.65rem;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 0.94rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.checkout-field::placeholder {
  color: #6d6d6d;
  font-weight: 400;
}

.checkout-field--opt::placeholder {
  color: #757575;
}

.form-select.checkout-field {
  color: #343434;
}

.form-select.checkout-field:invalid {
  color: #767676;
}

.checkout-field:focus,
.form-select.checkout-field:focus {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(190, 142, 26, 0.12);
}

.checkout-field--textarea {
  min-height: 3.75rem;
  resize: vertical;
}

.checkout-form-card.checkout-form--disabled {
  opacity: 0.55;
  pointer-events: none;
}

.checkout-section-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
}

.checkout-input:focus {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(190, 142, 26, 0.12);
}

.checkout-info-grid {
  --bs-gutter-y: 0.55rem;
  --bs-gutter-x: 0.65rem;
}

.co-cod-card {
  border-radius: 14px;
  border: 1px solid rgba(190, 142, 26, 0.35);
  background: linear-gradient(155deg, rgba(255, 253, 246, 0.98) 0%, #fff 45%, #faf6ec 100%);
  padding: 0.75rem 0.9rem;
  box-shadow: 0 2px 12px rgba(17, 17, 17, 0.03);
}

.co-cod-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--brand-gold-deep);
  background: linear-gradient(145deg, #f3ecdf, #fff);
  border: 1px solid rgba(228, 213, 180, 0.55);
}

.co-cod-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.co-cod-bullets li {
  margin-bottom: 0.2rem;
}

.co-cod-bullets li:last-child {
  margin-bottom: 0;
}

.checkout-submit-btn {
  border-radius: 11px;
  font-weight: 600;
  padding-block: 0.65rem;
}

.checkout-summary-card {
  box-shadow: 0 6px 24px rgba(17, 17, 17, 0.035);
}

@media (min-width: 992px) {
  .checkout-summary-sticky {
    position: sticky;
    top: calc(var(--nav-sticky-offset) + 0.5rem);
    z-index: 2;
  }
}

.summary-card--checkout {
  border-radius: 16px;
}

.checkout-summary-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.checkout-lines {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  max-height: min(36vh, 240px);
  overflow-y: auto;
  padding-right: 0.2rem;
}

.checkout-line-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.checkout-total {
  font-family: var(--lux-font-display);
  color: var(--brand-gold-deep);
}

.checkout-estimate {
  background: rgba(248, 246, 242, 0.95);
  border: 1px solid rgba(228, 220, 205, 0.65);
}

.checkout-empty-icon {
  width: 52px;
  height: 52px;
  margin-inline: auto;
  border-radius: 50%;
  background: var(--surface-soft);
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  color: var(--brand-muted);
}

.checkout-success-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(145deg, #e8f5e9, #fff);
  border: 1px solid rgba(76, 175, 80, 0.35);
  color: #2e7d32;
  font-size: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .checkout-step-pill--link:hover {
    transform: none;
  }
}

/* Thank you (commande confirmee) */
.lux-layout--thankyou {
  position: relative;
  padding-block: clamp(1.25rem, 3vw, 2.5rem);
  min-height: min(72vh, 720px);
  overflow: hidden;
}

.thankyou-ambient {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.thankyou-ambient-glow {
  position: absolute;
  top: -20%;
  right: -15%;
  width: min(55vw, 420px);
  height: min(55vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 183, 106, 0.22) 0%, transparent 68%);
  filter: blur(2px);
}

.thankyou-shell {
  max-width: 1040px;
  z-index: 1;
}

.thankyou-breadcrumb {
  position: relative;
}

.thankyou-board {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: #fff;
  box-shadow: var(--shadow-lux);
}

.thankyou-panel {
  display: flex;
  flex-direction: column;
}

.thankyou-panel-inner {
  padding: 1.75rem 1.5rem;
  height: 100%;
}

@media (min-width: 992px) {
  .thankyou-panel-inner {
    padding: 2.25rem 2rem;
  }

  .thankyou-panel--left .thankyou-panel-inner {
    padding-right: 1.75rem;
  }

  .thankyou-panel--right .thankyou-panel-inner {
    padding-left: 2rem;
  }
}

.thankyou-panel--left {
  background: linear-gradient(165deg, #2a2618 0%, #1a1812 48%, #14120e 100%);
  color: #f5f0e6;
}

.thankyou-panel--left .lux-kicker {
  color: #e4cf88;
}

.thankyou-panel--left .text-secondary {
  color: rgba(255, 251, 242, 0.9) !important;
}

.thankyou-panel--left .text-body {
  color: #fffef6 !important;
}

.thankyou-headline {
  font-family: var(--lux-font-display);
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fffdf8;
}

.thankyou-lead {
  font-size: 0.95rem;
  line-height: 1.6;
}

.thankyou-check-wrap {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
}

.thankyou-check-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(212, 183, 106, 0.45);
  animation: thankyou-ring-pulse 2.4s ease-in-out infinite;
}

.thankyou-check-core {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  color: #1a1812;
  background: linear-gradient(145deg, #e8d5a0, #f5edd4);
  box-shadow:
    0 4px 18px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

@keyframes thankyou-ring-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .thankyou-check-ring {
    animation: none;
  }
}

.thankyou-steps-title {
  font-family: var(--lux-font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.68rem !important;
  color: #dfc980;
}

.thankyou-timeline-item {
  position: relative;
  display: flex;
  gap: 0.85rem;
  padding-bottom: 1.15rem;
  padding-left: 0.15rem;
}

.thankyou-timeline-item:not(.thankyou-timeline-item--last)::before {
  content: "";
  position: absolute;
  left: 0.52rem;
  top: 1.35rem;
  bottom: 0.25rem;
  width: 2px;
  background: linear-gradient(180deg, rgba(212, 183, 106, 0.45), rgba(212, 183, 106, 0.08));
}

.thankyou-timeline-dot {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f5edd4, #c4a24a);
  box-shadow: 0 0 0 3px rgba(212, 183, 106, 0.2);
}

.thankyou-timeline-body strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 253, 246, 0.96);
}

.thankyou-timeline-body .small {
  line-height: 1.35;
}

.thankyou-panel--right {
  background: linear-gradient(180deg, #fffef9 0%, #ffffff 42%, #faf8f5 100%);
}

.thankyou-ref-card {
  border-radius: 16px;
  border: 1px solid rgba(228, 213, 180, 0.5);
  background: linear-gradient(155deg, #fff 0%, #faf7ef 100%);
  padding: 1.15rem 1.25rem;
  box-shadow: 0 4px 20px rgba(17, 17, 17, 0.04);
}

.thankyou-ref-card--muted {
  background: #faf9f6;
  box-shadow: none;
}

.thankyou-ref-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-muted);
  margin-bottom: 0.35rem;
}

.thankyou-order-code {
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1917;
  line-height: 1.35;
}

.thankyou-copy-btn {
  border-radius: 10px;
  font-weight: 600;
}

.thankyou-trust-pill {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-muted);
  padding: 0.5rem 0.65rem;
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: #fff;
  height: 100%;
}

.thankyou-trust-pill i {
  color: var(--brand-gold-deep);
  font-size: 1rem;
}

.thankyou-cta-primary,
.thankyou-cta-secondary {
  border-radius: 12px;
  font-weight: 600;
  padding-block: 0.65rem;
}

.thankyou-footlinks a:hover {
  color: var(--brand-gold-deep) !important;
}

.lux-layout .shop-toolbar {
  border-color: rgba(228, 213, 180, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdfcfa 100%);
  box-shadow: var(--shadow-lux);
}

.lux-layout .shop-results-badge {
  border-color: rgba(228, 213, 180, 0.55);
  background: linear-gradient(135deg, #fffef8 0%, #fff 100%);
}

.lux-layout .summary-card {
  border-radius: 16px;
  border-color: rgba(228, 213, 180, 0.45);
  background: linear-gradient(155deg, #fffef9 0%, #fff 55%, #faf6ec 100%);
}

.lux-layout .summary-card h3 {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #1a1917;
}

@media (max-width: 575.98px) {
  .lux-layout {
    padding-block: clamp(2.25rem, 6vw, 3.25rem);
  }
}

.btn-lux-primary {
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border: none;
  border-radius: var(--radius-pill);
  color: #fff !important;
  background: linear-gradient(135deg, #e8a8b8 0%, var(--brand-gold) 42%, var(--brand-gold-deep) 100%);
  box-shadow:
    0 4px 16px rgba(143, 74, 94, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.btn-lux-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 8px 24px rgba(143, 74, 94, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

.btn-lux-outline {
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border-radius: var(--radius-pill);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 248, 232, 0.55);
  backdrop-filter: blur(6px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.btn-lux-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(212, 183, 106, 0.85);
  color: #fff !important;
  transform: translateY(-2px);
}

.home-section--shortcuts {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(250, 247, 240, 0.95) 100%);
}

.home-section--featured.section-featured-trending {
  background: linear-gradient(180deg, #faf0f4 0%, #fdf6f9 55%, #f8eef2 100%);
}

.home-section--recent {
  background: linear-gradient(180deg, #fdf8fa 0%, #f9f0f4 100%);
}

.home-section--brands.nos-marques-section--enhanced {
  background: linear-gradient(180deg, #fff 0%, #fdf4f7 48%, #faf0f4 100%);
}

.home-section--trust.trust-strip--prefooter {
  background: linear-gradient(180deg, #faf2f5 0%, #fefcfd 50%, #fdf6f9 100%);
  border-top-color: rgba(232, 180, 192, 0.45);
  border-bottom-color: rgba(232, 180, 192, 0.35);
}

.home-section--faq-newsletter {
  background: linear-gradient(175deg, #fff 0%, #fdf6f9 55%, #f9eef2 100%);
  border-top: 1px solid rgba(240, 210, 220, 0.65);
}

.home-faq-accordion .accordion-item {
  border: 1px solid rgba(228, 220, 200, 0.65);
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
  background: #fff;
}

.home-faq-accordion .accordion-button {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 1rem 1.15rem;
  color: #1f1f1f;
  background: linear-gradient(180deg, #fff 0%, #fdfcfa 100%);
  box-shadow: none;
}

.home-faq-accordion .accordion-button.collapsed {
  color: #242424;
}

.home-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-gold-deep);
  background: linear-gradient(180deg, #fffef8 0%, #faf6ea 100%);
  box-shadow: none;
}

.home-faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.home-faq-accordion .accordion-body {
  padding: 1rem 1.15rem 1.15rem;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  background: #fff;
}

/* FAQ page / accordions outside home — Bootstrap default gray fails WCAG on cream */
main .accordion:not(.home-faq-accordion) .accordion-button {
  color: #1f2937 !important;
}

main .accordion:not(.home-faq-accordion) .accordion-button.collapsed {
  color: #1f2937 !important;
}

.home-newsletter-card {
  border-radius: 18px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: linear-gradient(155deg, #fffef9 0%, #fff 42%, #faf6ec 100%);
  box-shadow: var(--shadow-lux);
}

.home-newsletter-input:focus {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(190, 142, 26, 0.12);
}

.home-page .brand-strip-card--logo-wall {
  border-color: rgba(232, 225, 210, 0.95);
  background: linear-gradient(180deg, #fff 0%, #fffdfb 100%);
}

.home-page .brand-strip-card--logo-wall:hover {
  border-color: rgba(190, 142, 26, 0.3);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.07);
}

.home-page .trust-card-title {
  font-family: var(--lux-font-display);
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media (max-width: 575.98px) {
  .home-page > .home-section:not(.home-section--hero):not(.home-section--shop-bar) {
    padding-block: clamp(2.25rem, 6vw, 3.25rem);
  }
}

a {
  text-decoration: none;
}

.top-promo {
  background: linear-gradient(90deg, #6b3d4d 0%, #8f4a5e 45%, #a85d72 100%);
  color: #fff9fb;
  font-weight: 500;
}

.top-promo.text-white {
  color: #fff9fb !important;
}

.top-promo.top-promo-rich {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.promo-toggle-btn {
  margin-top: 0.25rem;
  border: 0;
  background: transparent;
  color: #fffef9;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.8rem;
  font-weight: 600;
}

.navbar {
  backdrop-filter: blur(6px);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.navbar-scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.96);
}

.navbar-brand {
  font-family: var(--lux-font-display);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.14em;
  color: var(--brand-gold-deep) !important;
  text-transform: none;
}

.nav-link {
  font-size: 0.95rem;
  color: #2c2c2c;
}

@media (pointer: coarse), (max-width: 991.98px) {
  .navbar .nav-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.nav-link.active,
.nav-link:hover {
  color: #000;
}

.hero-section {
  background: linear-gradient(165deg, #f3ecdf 0%, #faf9f7 70%);
}

.letter-space {
  letter-spacing: 0.16em;
}

.hero-image {
  width: 100%;
  min-height: 380px;
  max-height: 470px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e4d5b4;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.28rem 0.72rem;
}

.hero-stats .hero-stat-box {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 0.55rem 0.35rem;
}

.hero-stats .hero-stat-box strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.hero-stats .hero-stat-box small {
  color: var(--brand-muted);
}

.section-heading {
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.page-header {
  margin-bottom: 1.5rem;
}

.page-title {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.page-subtitle {
  color: var(--brand-muted);
  margin-bottom: 0;
}

.category-pill {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s ease;
}

.category-pill:hover {
  border-color: #d7c08b;
  transform: translateY(-2px);
}

.quick-filter-chip {
  border: 1px solid var(--border-soft);
  background: #fff;
  border-radius: 999px;
  color: #2e2e2e;
  font-size: 0.83rem;
  font-weight: 500;
  padding: 0.36rem 0.78rem;
  transition: all 0.2s ease;
}

.quick-filter-chip:hover {
  border-color: #d7c08b;
  color: #111;
  background: #fffaf0;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
}

.shop-toolbar {
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: var(--surface-card);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease;
}

.shop-toolbar:hover {
  box-shadow: var(--shadow-md);
}

@media (min-width: 992px) {
  .shop-toolbar--sticky {
    position: sticky;
    top: var(--nav-sticky-offset);
    z-index: 1018;
  }
}

.shop-results-badge {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #faf7f0 0%, #fff 100%);
  border: 1px solid var(--border-soft);
  color: var(--brand-dark);
}

.filter-chip-pill {
  font-weight: 500;
  padding: 0.45rem 0.75rem !important;
  border-radius: var(--radius-pill) !important;
  background: #fff !important;
  border-color: var(--border-soft) !important;
  color: var(--brand-dark) !important;
}

.pagination .page-link {
  color: #222;
  border-radius: 8px;
}

.pagination .page-item.active .page-link {
  background: #111;
  border-color: #111;
}

.pagination .page-link:focus {
  box-shadow: none;
}

/* ---- Shop page: sidebar filtres + pagination compacte ---- */
.lux-layout.shop-page-main {
  padding-block: clamp(1.25rem, 2.8vw, 2rem);
}

.shop-page-inner {
  max-width: 1320px;
}

.shop-page-header--compact {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(228, 220, 205, 0.35);
}

.shop-page-header-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

@media (min-width: 768px) {
  .shop-page-header-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 1rem;
  }
}

.shop-breadcrumb-inline {
  font-size: 0.76rem;
  margin: 0;
  line-height: 1.35;
  color: var(--brand-muted);
}

.shop-breadcrumb-sep {
  margin: 0 0.3rem;
  opacity: 0.45;
  font-weight: 300;
}

.shop-breadcrumb-current {
  color: #4d4d4d;
  font-weight: 500;
}

.shop-page-heading {
  font-family: var(--lux-font-display);
  font-size: clamp(1.28rem, 2.6vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1a1917;
  line-height: 1.2;
}

.shop-page-row {
  --bs-gutter-y: 0.75rem;
}

.shop-filters-mobile-toggle {
  border-radius: 12px;
  border-color: rgba(228, 213, 180, 0.55);
  font-weight: 600;
  min-height: 44px;
}

.shop-filter-action.btn-sm {
  min-height: 44px;
  padding: 0.45rem 0.85rem;
}

@media (min-width: 992px) {
  .shop-filters-panel.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }

  .shop-filters-card {
    position: sticky;
    top: calc(var(--nav-sticky-offset) + 0.65rem);
    z-index: 1016;
    max-height: calc(100vh - var(--nav-sticky-offset) - 2rem);
    overflow-y: auto;
  }
}

.shop-toolbar-strip {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(228, 220, 205, 0.65);
}

.shop-toolbar-strip--card {
  border: 1px solid rgba(228, 213, 180, 0.35);
  border-bottom: 1px solid rgba(228, 220, 205, 0.65);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 250, 246, 0.98) 100%);
  box-shadow: 0 4px 18px rgba(17, 17, 17, 0.04);
}

.shop-toolbar-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.shop-toolbar-control:focus {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(190, 142, 26, 0.15);
}

.shop-breadcrumb-inline .shop-breadcrumb-link {
  color: var(--brand-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.shop-breadcrumb-inline .shop-breadcrumb-link:hover {
  color: var(--brand-gold-deep);
}

.shop-results-hero {
  min-width: 0;
}

.shop-results-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #faf6ec 0%, #fff 100%);
  border: 1px solid rgba(228, 213, 180, 0.55);
  color: var(--brand-gold-deep);
  font-size: 1.15rem;
}

.shop-results-label {
  letter-spacing: 0.12em;
  font-weight: 600;
}

.shop-results-value {
  font-family: var(--lux-font-display);
  line-height: 1.15;
}

.shop-results-num {
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 700;
  color: #1a1917;
}

.shop-results-suffix {
  font-size: 1rem;
  font-weight: 500;
  color: var(--brand-muted);
}

/* Shop brand hero + conversion-focused results */
.shop-brand-hero {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(215, 204, 174, 0.55);
  background:
    radial-gradient(circle at 92% 12%, rgba(190, 142, 26, 0.14) 0%, rgba(190, 142, 26, 0) 42%),
    linear-gradient(135deg, #fffdf8 0%, #fff 55%, #faf6ec 100%);
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.06);
}

.shop-brand-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 1.25rem;
}

.shop-brand-hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.shop-brand-hero-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(215, 204, 174, 0.45);
  padding: 0.45rem;
  flex-shrink: 0;
}

.shop-brand-hero-mark {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #faf6ec, #fff);
  border: 1px solid rgba(215, 204, 174, 0.45);
  color: var(--brand-gold-deep);
  font-size: 1.65rem;
  flex-shrink: 0;
}

.shop-brand-hero-kicker {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--brand-gold-deep);
}

.shop-brand-hero-title {
  font-family: var(--lux-font-display);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  color: #1a1917;
  line-height: 1.15;
}

.shop-brand-hero-slogan {
  font-size: 0.92rem;
  color: #5c5548;
  max-width: 36rem;
}

.shop-brand-hero-cta {
  text-align: left;
}

.shop-brand-hero-offer {
  font-size: 0.86rem;
  color: #3a3428;
  margin-bottom: 0.5rem;
}

.shop-results-context {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: linear-gradient(180deg, #fffefc 0%, #fff 100%);
}

.shop-results-kicker {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: var(--brand-gold-deep);
}

.shop-results-title {
  font-family: var(--lux-font-display);
  font-size: clamp(1.25rem, 2.8vw, 1.65rem);
  font-weight: 700;
  color: #1a1917;
  line-height: 1.2;
}

.shop-results-lead {
  font-size: 0.95rem;
  color: #5c5548;
  max-width: 38rem;
}

.shop-results-meta-line {
  color: #7a7264 !important;
}

.shop-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
}

.shop-trust-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #3a3428;
  background: rgba(250, 246, 236, 0.95);
  border: 1px solid rgba(215, 204, 174, 0.5);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

.shop-trust-pills li i {
  color: var(--brand-gold-deep);
}

.shop-toolbar-summary {
  font-weight: 500;
}

/* Shop sidebar filters — enhanced panel */
.shop-filters-card {
  border-radius: 18px;
  border: 1px solid rgba(228, 213, 180, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdfcfa 100%);
  box-shadow: 0 10px 32px rgba(17, 17, 17, 0.06);
  padding: 1rem 1rem 1.05rem;
}

.shop-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgba(228, 213, 180, 0.45);
}

.shop-filters-head-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #181612;
}

.shop-filters-head-title i {
  color: var(--brand-gold-deep, #9a6f10);
  font-size: 1rem;
}

.shop-filters-count {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b4700;
  background: rgba(255, 244, 212, 0.95);
  border: 1px solid rgba(232, 197, 106, 0.75);
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  white-space: nowrap;
}

.shop-filter-section {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(228, 213, 180, 0.28);
}

.shop-filter-section:last-of-type {
  border-bottom: none;
}

.shop-filter-section--price {
  padding-bottom: 0.5rem;
}

.shop-filter-section-title {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.shop-filter-section-hint {
  margin: 0;
  font-size: 0.68rem;
  color: #9a9285;
}

.shop-filter-search-wrap,
.shop-filter-select-wrap {
  position: relative;
}

.shop-filter-search-ico,
.shop-filter-select-ico {
  position: absolute;
  left: 0.72rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.88rem;
  color: #9a9285;
  pointer-events: none;
  z-index: 2;
}

.shop-filter-search-input,
.shop-filter-select {
  padding-left: 2.15rem !important;
  min-height: 42px;
  border-radius: 12px;
  border-color: rgba(228, 213, 180, 0.55);
  background: #fff;
  font-size: 0.88rem;
}

.shop-filter-select {
  padding-right: 2rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236e6657' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px;
}

.shop-filter-search-input:focus,
.shop-filter-select:focus {
  border-color: rgba(190, 142, 26, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(190, 142, 26, 0.12);
}

.shop-sidebar-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.shop-sidebar-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  border: 1px solid rgba(24, 22, 18, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #181612;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.38rem 0.72rem;
  min-height: 34px;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.15s ease;
}

.shop-sidebar-pill i {
  font-size: 0.82rem;
  opacity: 0.88;
}

.shop-sidebar-pill:hover {
  border-color: rgba(190, 142, 26, 0.45);
  background: #fffdf8;
  transform: translateY(-1px);
}

.shop-sidebar-pill.active {
  border-color: rgba(190, 142, 26, 0.55);
  background: rgba(255, 248, 230, 0.98);
  color: #6b4700;
  font-weight: 600;
  box-shadow: 0 3px 10px rgba(190, 142, 26, 0.14);
}

.shop-category-chip--all.active {
  border-color: rgba(24, 22, 18, 0.35);
  background: #f5f3ef;
  color: #181612;
  box-shadow: none;
}

.shop-category-chip--femme:not(.active) {
  border-color: rgba(201, 123, 143, 0.28);
  color: #9a3d55;
}

.shop-category-chip--femme.active {
  border-color: rgba(201, 123, 143, 0.55);
  background: rgba(255, 241, 245, 0.98);
  color: #9a3d55;
  box-shadow: 0 3px 10px rgba(201, 123, 143, 0.14);
}

.shop-collection-chip.active {
  border-color: rgba(154, 18, 40, 0.35);
  background: rgba(253, 236, 239, 0.98);
  color: #8a131f;
  box-shadow: 0 3px 10px rgba(154, 18, 40, 0.1);
}

.shop-collection-chip--promo:not(.active) {
  border-color: rgba(154, 18, 40, 0.22);
  color: #8a131f;
}

.shop-filter-actions {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.85rem;
  margin-top: 0.15rem;
  border-top: 1px solid rgba(228, 213, 180, 0.35);
}

.shop-filter-help {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.72rem;
  text-align: center;
}

.shop-price-pill-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a9285;
  margin-bottom: 0.08rem;
}

.shop-filters-card .shop-price-pill {
  flex: 1;
  text-align: center;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  background: rgba(246, 240, 228, 0.75);
  border: 1px solid rgba(228, 213, 180, 0.45);
}

.shop-filters-card .shop-price-pill strong {
  font-size: 1rem;
  color: #181612;
}

@media (min-width: 992px) {
  .shop-filters-card {
    scrollbar-width: thin;
    scrollbar-color: rgba(190, 142, 26, 0.35) transparent;
  }

  .shop-filters-card::-webkit-scrollbar {
    width: 5px;
  }

  .shop-filters-card::-webkit-scrollbar-thumb {
    background: rgba(190, 142, 26, 0.35);
    border-radius: 999px;
  }
}

@media (max-width: 575.98px) {
  .shop-filters-card {
    padding: 0.9rem;
  }

  .shop-sidebar-pill {
    font-size: 0.72rem;
    padding: 0.35rem 0.65rem;
  }
}

/* Legacy sidebar filter row layout (unused) */
.shop-sidebar-filter-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
}

.shop-sidebar-filter-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

/* Shop lux product cards */
.shop-lux-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(228, 220, 205, 0.75);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.shop-lux-card:hover {
  transform: translateY(-3px);
  border-color: rgba(190, 142, 26, 0.35);
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08);
}

.shop-lux-card--promo {
  border-color: rgba(232, 197, 106, 0.65);
}

.shop-lux-card--promo:hover {
  border-color: rgba(190, 142, 26, 0.55);
  box-shadow: 0 16px 38px rgba(190, 142, 26, 0.12);
}

.shop-lux-card--oos {
  opacity: 0.92;
}

.shop-lux-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(165deg, #fffefc 0%, #f7f2e8 100%);
  overflow: hidden;
}

.shop-lux-media-link {
  display: block;
  height: 100%;
}

.shop-lux-media .product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.35s ease;
}

.shop-lux-card:hover .shop-lux-media .product-img {
  transform: scale(1.04);
}

.shop-lux-card--oos .shop-lux-media .product-img {
  opacity: 0.5;
  filter: grayscale(0.4);
}

.shop-lux-badges {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  max-width: calc(100% - 3rem);
}

.shop-lux-badge {
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
}

.shop-lux-badge--promo {
  background: #fff4d4;
  color: #6b4700;
  border: 1px solid #e8c56a;
}

.shop-lux-badge--discount {
  background: #c41e3a;
  color: #fff;
}

.shop-lux-oos-band {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 4;
  background: rgba(127, 18, 32, 0.88);
  color: #fff;
  text-align: center;
  padding: 0.38rem 0.5rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shop-lux-wishlist {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #6e6657;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(17, 17, 17, 0.08);
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.shop-lux-wishlist.wishlist-btn {
  position: absolute;
}

.shop-lux-wishlist:hover,
.shop-lux-wishlist.active {
  color: #c41e3a;
  transform: scale(1.06);
}

.shop-lux-quick-add {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 5;
  width: 2.15rem;
  height: 2.15rem;
  border: none;
  border-radius: 50%;
  background: #181612;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    background 0.2s ease;
}

.shop-lux-card:hover .shop-lux-quick-add {
  opacity: 1;
  transform: translateY(0);
}

.shop-lux-quick-add:hover {
  background: var(--brand-gold-deep, #9a6f10);
}

.shop-lux-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.85rem 0.9rem 0.95rem;
  gap: 0.35rem;
}

.shop-lux-brand {
  margin: 0;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.shop-lux-title {
  margin: 0;
  font-family: var(--lux-font-display);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-lux-title a {
  color: inherit;
  text-decoration: none;
}

.shop-lux-title a:hover {
  color: var(--brand-gold-deep, #9a6f10);
}

.shop-lux-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  min-height: 1.1rem;
}

.shop-lux-rating {
  font-size: 0.68rem;
  color: #b8860b;
  line-height: 1;
}

.shop-lux-stock {
  font-size: 0.62rem;
  font-weight: 600;
  white-space: nowrap;
}

.shop-lux-stock--out {
  color: #a21e2e;
}

.shop-lux-stock--low {
  color: #8a5b00;
}

.shop-lux-priceblock {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-top: 0.15rem;
}

.shop-lux-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #181612;
  letter-spacing: -0.02em;
}

.shop-lux-priceblock--promo .shop-lux-price {
  color: #9a1228;
}

.shop-lux-old {
  font-size: 0.78rem;
  color: #8a8275;
  text-decoration: line-through;
}

.shop-lux-save {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  color: #15704a;
}

.shop-lux-cta {
  margin-top: auto;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: #181612;
  color: #fff;
  transition: background 0.2s ease, opacity 0.2s ease;
}

.shop-lux-cta:hover:not(:disabled) {
  background: #333;
  color: #fff;
}

.shop-lux-cta--promo {
  background: linear-gradient(135deg, #be8e1a 0%, #9a6f10 100%);
}

.shop-lux-cta--promo:hover:not(:disabled) {
  background: linear-gradient(135deg, #a97a14 0%, #805c0c 100%);
}

.shop-lux-cta:disabled {
  background: #e8e3db;
  color: #8a8275;
  cursor: not-allowed;
}

@media (max-width: 575.98px) {
  .shop-sidebar-filter-group {
    flex-direction: column;
    gap: 0.35rem;
  }

  .shop-sidebar-filter-label {
    flex: none;
    padding-top: 0;
  }

  .shop-lux-body {
    padding: 0.75rem 0.8rem 0.85rem;
  }

  .shop-lux-title {
    font-size: 0.86rem;
  }

  .shop-lux-quick-add {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Shop premium product cards (legacy) */
.product-card--shop-premium {
  border: 1px solid rgba(215, 204, 174, 0.65);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdfa 0%, #fff 100%);
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.06);
  min-height: 100%;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.product-card--shop-premium:hover {
  transform: translateY(-4px);
  border-color: rgba(190, 142, 26, 0.48);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.1);
}

.product-card-media--shop-premium {
  aspect-ratio: 1 / 1;
  max-height: 220px;
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(190, 142, 26, 0.08) 0%, rgba(190, 142, 26, 0) 34%),
    linear-gradient(180deg, #fffefc 0%, #fbf7ef 100%);
}

.product-card--shop-premium-promo {
  border-color: rgba(190, 142, 26, 0.55);
  background: linear-gradient(180deg, #fffdf6 0%, #fff 58%);
  box-shadow:
    0 12px 32px rgba(17, 17, 17, 0.06),
    inset 0 0 0 1px rgba(255, 236, 190, 0.45);
}

.product-card--shop-premium-promo:hover {
  border-color: rgba(190, 142, 26, 0.72);
  box-shadow:
    0 18px 40px rgba(190, 142, 26, 0.14),
    inset 0 0 0 1px rgba(255, 236, 190, 0.55);
}

.product-shop-promo-ribbon {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  padding: 0.28rem 0.68rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b4700;
  background: linear-gradient(135deg, #fff4d4 0%, #ffe8a8 100%);
  border: 1px solid #e8c56a;
  box-shadow: 0 4px 14px rgba(190, 142, 26, 0.22);
}

.product-shop-promo-discount {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 5;
  border-radius: 999px;
  padding: 0.28rem 0.58rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #c41e3a 0%, #9a1228 100%);
  box-shadow: 0 4px 12px rgba(154, 18, 40, 0.28);
}

.product-shop-oos-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.58);
  pointer-events: none;
}

.product-shop-oos-label {
  border-radius: 10px;
  padding: 0.42rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7f1220;
  background: rgba(255, 240, 244, 0.98);
  border: 1px solid #efbfc9;
  box-shadow: 0 6px 18px rgba(127, 18, 32, 0.12);
}

.product-shop-promo-save {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #15704a;
}

.product-featured-price-row--promo .product-featured-price--promo {
  color: #9a1228;
}

.btn-shop-promo-cta {
  background: linear-gradient(135deg, #be8e1a 0%, #9a6f10 100%);
  border: none;
  color: #fff;
  font-weight: 700;
}

.btn-shop-promo-cta:hover,
.btn-shop-promo-cta:focus {
  background: linear-gradient(135deg, #a97a14 0%, #805c0c 100%);
  color: #fff;
}

.shop-brand-hero-promo {
  font-size: 0.88rem;
  font-weight: 600;
  color: #7a5200;
  background: rgba(255, 244, 212, 0.92);
  border: 1px solid rgba(232, 197, 106, 0.85);
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  display: inline-flex;
  align-items: center;
}

.product-card-media--shop-premium .product-img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  padding: 0.75rem;
}

.product-shop-premium-body {
  padding: 0.95rem 1rem 1.05rem;
  flex: 1;
}

.product-shop-premium-name {
  font-family: var(--lux-font-display);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-shop-premium-rating {
  line-height: 1;
}

.product-shop-premium-foot .btn-lux-primary {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.product-card--shop-premium-oos .product-card-media--shop-premium .product-img {
  opacity: 0.45;
  filter: grayscale(0.55);
}

.product-card--shop-premium-oos .product-shop-premium-foot .btn {
  opacity: 0.72;
}

@media (max-width: 575.98px) {
  .shop-brand-hero-inner {
    padding: 1rem;
  }

  .shop-brand-hero-logo,
  .shop-brand-hero-mark {
    width: 56px;
    height: 56px;
  }

  .shop-results-context {
    padding: 0.85rem;
  }

  .shop-trust-pills li {
    font-size: 0.72rem;
    padding: 0.3rem 0.55rem;
  }
}

.shop-toolbar-controls {
  align-self: center;
}

.shop-toolbar-ico {
  font-size: 1rem;
  opacity: 0.75;
}

.shop-toolbar-control {
  min-width: 8.5rem;
}

.shop-toolbar-per-page {
  min-width: 3.5rem;
}

@media (min-width: 768px) {
  .shop-toolbar-control {
    min-width: 9.75rem;
  }
}

.shop-live-summary {
  border-radius: 12px;
  border: 1px solid rgba(190, 142, 26, 0.28);
  background: linear-gradient(100deg, rgba(255, 250, 240, 0.95) 0%, rgba(252, 248, 238, 0.9) 100%);
  padding: 0.6rem 0.9rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #3a3428;
  box-shadow: 0 2px 10px rgba(190, 142, 26, 0.08);
}

.shop-live-summary-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.shop-live-ico {
  color: var(--brand-gold);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.shop-letter-space {
  letter-spacing: 0.14em;
}

.shop-filters-card {
  border-radius: 18px;
}

.shop-filter-label {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.shop-filter-input:focus {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(190, 142, 26, 0.12);
}

.shop-filter-action {
  border-radius: 10px;
  font-weight: 600;
}

.shop-filter-help {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.shop-price-range-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.shop-price-pill {
  font-size: 0.85rem;
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
  background: rgba(246, 240, 228, 0.65);
  border: 1px solid rgba(228, 213, 180, 0.35);
}

.shop-price-sep {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(190, 142, 26, 0.35), transparent);
  min-width: 0.5rem;
}

.shop-price-visual-track {
  --range-start: 0%;
  --range-end: 100%;
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #e8e3db;
  overflow: hidden;
}

.shop-price-visual-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--range-start);
  width: calc(var(--range-end) - var(--range-start));
  background: linear-gradient(90deg, rgba(190, 142, 26, 0.45) 0%, rgba(201, 168, 76, 0.75) 100%);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.shop-range-stack {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.shop-range {
  height: 1.35rem;
  cursor: pointer;
}

.shop-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.shop-range-min::-webkit-slider-thumb {
  background: linear-gradient(145deg, var(--brand-gold) 0%, var(--brand-gold-deep) 100%);
}

.shop-range-max::-webkit-slider-thumb {
  background: linear-gradient(145deg, #3a3a3a 0%, #111 100%);
}

.shop-range-min::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-gold) 0%, var(--brand-gold-deep) 100%);
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.shop-range-max::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(145deg, #3a3a3a 0%, #111 100%);
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.shop-collections-row {
  padding: 0.15rem 0;
}

@media (max-width: 575.98px) {
  .shop-collections-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
    margin-inline: -0.25rem;
    padding-inline: 0.25rem;
  }

  .shop-collections-row .shop-collection-chip {
    flex-shrink: 0;
  }

  .shop-collections-label {
    display: none !important;
  }
}

.shop-active-chip {
  font-weight: 500;
  border-radius: 999px !important;
  padding: 0.4rem 0.75rem !important;
}

.shop-product-grid {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
  contain: layout style;
}

.shop-product-grid--lux .product-card {
  border-radius: 14px;
}

@media (min-width: 768px) {
  .shop-product-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}

#activeFilters:empty {
  display: none;
}

.shop-pagination {
  gap: 0.15rem;
  row-gap: 0.25rem;
}

.shop-pagination .page-item .page-link {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem 0.45rem;
  font-size: 0.84rem;
}

.shop-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #2a2a2a 0%, #111 100%);
  border-color: #111;
  color: #fff;
}

.shop-pagination-gap,
.shop-pagination .shop-pagination-gap {
  border: none;
  background: transparent;
  color: var(--brand-muted);
  pointer-events: none;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.shop-pagination-meta {
  font-size: 0.8rem;
}

.shop-pagination-wrap {
  padding-bottom: 0.25rem;
}

.product-card {
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.product-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(165deg, #f5f3ef 0%, #ebe8e2 100%);
}

.product-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.06), transparent 42%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.product-card:hover .product-card-media::after {
  opacity: 1;
}

.product-card-media .product-img {
  transition: transform 0.35s ease;
}

.product-card:hover .product-card-media .product-img {
  transform: scale(1.04);
}

.product-card .product-title-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
}

.product-card .btn,
.product-card .wishlist-btn {
  position: relative;
  z-index: 3;
}

.product-card:focus-within {
  box-shadow: 0 0 0 3px rgba(190, 142, 26, 0.22), 0 15px 24px rgba(0, 0, 0, 0.08);
}

.product-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f0f0f0;
}

.brand-logo-thumb {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.brand-logo-thumb-xs {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.badge-soft-danger {
  background: #fce8ea;
  color: #a22a39;
}

.product-label {
  font-size: 0.68rem;
  letter-spacing: 0.03em;
}

.stock-pill {
  font-size: 0.86rem;
  font-weight: 600;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 44px;
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: grid;
  place-items: center;
  color: #2f2f2f;
  z-index: 2;
}

.wishlist-btn.active {
  color: #ab1d3b;
  border-color: #f1c8d2;
}

.price-old {
  color: var(--brand-muted);
  text-decoration: line-through;
}

.product-details-image {
  width: 100%;
  max-height: 610px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
}

.note-list li {
  margin-bottom: 0.4rem;
}

.quantity-input {
  max-width: 110px;
}

.qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.qty-stepper .quantity-input {
  max-width: 72px;
  text-align: center;
}

.cart-item {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: #fff;
}

.cart-thumb {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
}

.summary-card {
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: #fff;
}

.shipping-progress .progress {
  height: 0.55rem;
  border-radius: 999px;
}

.review-card {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: #fff;
}

.checkout-step {
  border: 1px dashed #d8d8d8;
  border-radius: 10px;
  background: #fff;
}

.empty-state {
  border: 1px dashed #d9d9d9;
  border-radius: 14px;
  background: #fff;
}

.empty-state-rich {
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  padding: 2.5rem 1.5rem !important;
}

.empty-state-rich .empty-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--surface-soft);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: var(--brand-gold);
}

.brand-strip-card {
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: #fff;
  padding: 1rem 0.65rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  color: var(--brand-dark);
}

.brand-strip-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
  border-color: #e4d5b4;
}

.brand-strip-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.brand-strip-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(145deg, #f3ecdf, #fff);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--brand-dark);
}

.brand-strip-name {
  font-weight: 600;
  font-size: 0.88rem;
}

.brand-strip-slogan {
  display: block;
  font-size: 0.68rem !important;
  line-height: 1.25;
  margin-top: 0.25rem;
  max-height: 2.5em;
  overflow: hidden;
}

.brand-logo-wall > .col {
  display: flex;
}

.home-hero-actions .btn {
  min-width: 190px;
}

.home-shortcuts-section {
  background: transparent;
}

.home-shortcut-card {
  border: 1px solid rgba(228, 213, 180, 0.45);
  border-radius: 14px;
  background: linear-gradient(165deg, #fff 0%, #fdfcfa 100%);
  min-height: 96px;
  padding: 0.95rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.45rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 4px 18px rgba(17, 17, 17, 0.03);
}

.home-shortcut-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.07);
  border-color: rgba(190, 142, 26, 0.38);
}

.home-shortcut-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--brand-gold);
  background: linear-gradient(145deg, #fff 0%, #f6f0e4 100%);
}

.home-shortcut-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2f2f2f;
}

.nos-marques-section--enhanced {
  background: linear-gradient(180deg, #fff 0%, #fdfdfd 100%);
}

.brand-strip-card--logo-wall {
  width: 100%;
  min-height: 228px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 6px 14px rgba(10, 10, 10, 0.03);
  padding: 1.25rem 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
}

.brand-strip-card--logo-wall:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(10, 10, 10, 0.06);
  border-color: #e8e8e8;
  background: #fff;
}

.brand-strip-card--logo-wall .brand-strip-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(72px, 20vw, 150px);
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-strip-card--logo-wall .brand-strip-initial {
  width: 112px;
  height: 112px;
  font-size: 1.85rem;
  border-radius: 50%;
}

.brand-strip-card--logo-wall .brand-strip-name {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.2;
  color: #2f2f2f;
  min-height: 1.9em;
}

@media (max-width: 767.98px) {
  .home-featured-grid,
  #featuredProducts,
  #nouveautesProducts {
    width: 100%;
    max-width: 100%;
  }

  .product-card--featured-pro {
    min-height: 0;
  }

  .product-featured-name {
    min-height: 0;
  }

  .hero-coverflow-section {
    overflow: hidden;
  }

  .hero-coverflow-swiper {
    overflow: hidden;
  }

  .brand-strip-card--logo-wall {
    min-height: 130px;
    padding: 0.75rem 0.45rem 0.65rem;
  }

  .brand-strip-card--logo-wall .brand-strip-logo {
    max-height: clamp(64px, 18vw, 110px);
  }

  .brand-strip-card--logo-wall .brand-strip-initial {
    width: 72px;
    height: 72px;
    font-size: 1.15rem;
  }

  .brand-strip-card--logo-wall .brand-strip-name {
    font-size: 0.72rem;
  }
}

.trust-strip {
  position: relative;
}

.trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% -20%, rgba(190, 142, 26, 0.08), transparent 55%);
}

.trust-card {
  position: relative;
  text-align: center;
  padding: 1.75rem 1.25rem 1.65rem;
  border-radius: 18px;
  border: 1px solid rgba(236, 236, 236, 0.95);
  background: linear-gradient(180deg, #fffef9 0%, #fff 45%, #fafaf8 100%);
  box-shadow: 0 4px 22px rgba(17, 17, 17, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.08);
  border-color: rgba(215, 192, 139, 0.55);
}

.trust-card-icon-wrap {
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.trust-card-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  background: linear-gradient(145deg, #fff 0%, #f6f0e4 100%);
  color: var(--brand-gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 6px 14px rgba(190, 142, 26, 0.12);
}

.trust-card-title {
  font-size: 1.02rem;
  font-weight: 600;
  margin: 0 0 0.45rem;
  letter-spacing: 0.01em;
}

.trust-card-text {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--brand-muted);
  margin: 0;
  max-width: 22rem;
  margin-inline: auto;
}

.trust-card-text--contact {
  max-width: none;
}

.trust-card-phone {
  font-weight: 600;
  color: var(--brand-dark);
  text-decoration: none;
  white-space: nowrap;
}

.trust-card-phone:hover {
  color: var(--brand-gold);
  text-decoration: underline;
}

.trust-strip--prefooter {
  background: linear-gradient(180deg, #faf0f4 0%, #fef8fa 55%, #fff 100%);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.hero-coverflow-section {
  background: linear-gradient(
    165deg,
    #3d2a32 0%,
    #5c3d4a 24%,
    #8f5a6e 48%,
    #d4a5b0 76%,
    #f0dde3 92%,
    #fdf4f7 100%
  );
  color: #fff;
}

.hero-coverflow-gradient {
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background:
    radial-gradient(78% 58% at 50% 100%, rgba(232, 168, 184, 0.32), transparent 65%),
    radial-gradient(48% 38% at 88% 12%, rgba(201, 123, 143, 0.18), transparent 58%);
  pointer-events: none;
}

.hero-coverflow-swiper {
  overflow: visible;
  padding-bottom: 2.35rem;
}

.hero-coverflow-swiper .swiper-slide {
  width: 74%;
  max-width: 300px;
  height: auto;
}

@media (min-width: 768px) {
  .hero-coverflow-swiper .swiper-slide {
    width: 290px;
    max-width: none;
  }
}

.coverflow-card {
  position: relative;
  display: block;
  height: min(56vh, 500px);
  border-radius: clamp(2rem, 6vw, 3.5rem);
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.coverflow-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.coverflow-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.coverflow-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.coverflow-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 45%, transparent 100%);
  pointer-events: none;
}

.coverflow-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
}

.coverflow-card-title {
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 2px 24px rgba(0, 0, 0, 0.65);
}

.coverflow-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
  border: 1.5px solid rgba(255, 235, 200, 0.95);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(4px);
}

.coverflow-card:hover .coverflow-card-cta {
  background: rgba(0, 0, 0, 0.68);
  border-color: rgba(255, 248, 230, 1);
}

.hero-coverflow-nav.swiper-button-prev,
.hero-coverflow-nav.swiper-button-next {
  width: 46px !important;
  height: 46px !important;
  margin-top: 0 !important;
  top: 42%;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #faf6ec 100%) !important;
  color: var(--brand-gold-deep) !important;
  border: 1px solid rgba(212, 183, 106, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.hero-coverflow-nav.swiper-button-prev:after,
.hero-coverflow-nav.swiper-button-next:after {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
}

.hero-coverflow-nav.swiper-button-prev {
  left: 0;
}

.hero-coverflow-nav.swiper-button-next {
  right: 0;
}

.hero-coverflow-pagination.swiper-pagination-bullets {
  bottom: 0 !important;
  left: 0;
  right: 0;
}

.hero-coverflow-pagination .swiper-pagination-bullet {
  width: 44px !important;
  height: 44px !important;
  margin: 0 4px !important;
  background: transparent !important;
  opacity: 1 !important;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.hero-coverflow-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 17px auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-coverflow-pagination .swiper-pagination-bullet-active::before {
  background: var(--brand-gold);
  transform: scale(1.25);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.38);
}

.hero-banner-section {
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  left: auto;
  right: auto;
}

.hero-banner-fullbleed-link {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  transition: opacity 0.25s ease;
}

.hero-banner-fullbleed-link:hover {
  opacity: 0.97;
}

.hero-banner-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  line-height: 0;
}

.hero-banner-fullbleed-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  vertical-align: top;
}

@media (max-width: 767.98px) {
  .hero-banner-section {
    width: 100%;
    max-width: 100vw;
  }

  .hero-banner-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hero-banner-fullbleed-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .hero-coverflow-section {
    overflow: hidden;
  }

  .hero-coverflow-section > .container {
    padding-inline: clamp(0.65rem, 3vw, 1rem);
  }

  .hero-coverflow-section .hero-coverflow-swiper {
    padding-left: 0.35rem !important;
    padding-right: 0.35rem !important;
    overflow: hidden;
  }

  .hero-coverflow-swiper .swiper-slide {
    width: 78%;
    max-width: 240px;
  }

  .coverflow-card {
    height: min(46vh, 360px);
    border-radius: clamp(1.35rem, 5vw, 2rem);
  }

  .home-hero-title {
    font-size: clamp(1.75rem, 7.5vw, 2.35rem);
    padding-inline: 0.15rem;
  }

  .home-hero-lead {
    font-size: 0.88rem;
    padding-inline: 0.35rem;
  }

  .home-hero-actions .btn {
    width: 100%;
    max-width: 18rem;
  }

  .hero-coverflow-nav.swiper-button-prev,
  .hero-coverflow-nav.swiper-button-next {
    width: 34px !important;
    height: 34px !important;
  }
}

@media (min-width: 768px) {
  .hero-banner-frame {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hero-banner-fullbleed-img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}

.hero-banner-single {
  max-width: min(1100px, 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(143, 74, 94, 0.14);
  border: 1px solid rgba(232, 180, 192, 0.45);
}

.hero-banner-single-link {
  display: block;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-banner-single-link:hover {
  transform: translateY(-2px);
}

.hero-banner-single-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(52vh, 520px);
  object-fit: cover;
  aspect-ratio: 21 / 9;
}

@media (max-width: 767.98px) {
  .hero-banner-single-img {
    aspect-ratio: 4 / 3;
    max-height: 320px;
  }
}

.home-shop-by-bar {
  background: linear-gradient(180deg, #fff 0%, #fdfcfa 100%);
}

.home-shop-by-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.15rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.home-shop-by-nav a {
  color: var(--brand-dark);
  text-decoration: none;
  padding: 0.55rem 0.65rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
}

.home-shop-by-nav a:hover {
  color: var(--brand-gold-deep);
  background: rgba(190, 142, 26, 0.12);
}

.home-shop-by-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c9c9c9;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.home-shop-by-dot--wide {
  width: 1px;
  height: 14px;
  border-radius: 1px;
  margin: 0 0.15rem;
  background: #ddd;
}

@media (max-width: 575px) {
  .home-shop-by-nav {
    font-size: 0.82rem;
    justify-content: center;
  }
}

.nos-marques-section {
  background: linear-gradient(180deg, #fafaf8 0%, #fff 100%);
}

.shop-collection-chip {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  font-weight: 500;
}

.shop-collection-chip:hover:not(.active) {
  transform: translateY(-1px);
  border-color: rgba(190, 142, 26, 0.42) !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.06);
}

.shop-collections-row .shop-collection-chip.btn {
  min-height: 44px;
  padding: 0.5rem 1rem !important;
}

.shop-collection-chip.active {
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.12);
}

.nav-brands-dropdown {
  max-height: min(70vh, 420px);
  overflow-y: auto;
  min-width: min(100vw - 2rem, 280px);
  border-radius: 14px !important;
  margin-top: 0.35rem !important;
}

.nav-brand-item {
  border-radius: 10px;
  margin-inline: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-brand-item:hover,
.nav-brand-item:focus {
  background: #faf6ec !important;
}

.nav-brand-logo-thumb {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid var(--border-soft);
  background: #fff;
}

.nav-brand-initial {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  background: linear-gradient(145deg, #f3ecdf, #fff);
  border: 1px solid var(--border-soft);
  color: var(--brand-dark);
}

.nav-brands-mobile-scroll {
  max-height: 220px;
  overflow-y: auto;
}

.nav-brand-mobile-row:last-child {
  border-bottom: 0 !important;
}

.section-featured-trending {
  background: linear-gradient(180deg, #f9f8f5 0%, #f5f5f3 100%);
}

.product-card--compact {
  border-radius: 12px;
}

.product-card--compact .product-card-media {
  aspect-ratio: 3 / 4;
}

.product-card--compact .product-card-media .product-img {
  height: 100%;
}

.product-card--compact .p-3 {
  padding: 0.65rem 0.7rem 0.75rem !important;
}

.product-card--compact .wishlist-btn {
  top: 8px;
  left: 8px;
  width: 44px;
  height: 44px;
}

.product-card--compact .product-label {
  font-size: 0.58rem;
  padding: 0.2em 0.45em;
}

.product-card--compact .badge-soft-danger {
  font-size: 0.62rem;
  padding: 0.22em 0.45em;
  margin: 0.4rem !important;
}

.product-title-compact {
  font-size: clamp(0.78rem, 1.6vw, 0.9rem);
  line-height: 1.25;
  font-weight: 600;
}

.product-card--compact .rating-compact {
  font-size: 0.72rem;
  line-height: 1;
}

.product-card--compact .stock-line-compact {
  font-size: 0.68rem;
  line-height: 1.2;
}

.product-card--compact .price-line-compact {
  font-size: 0.95rem;
}

.product-card--compact .price-old {
  font-size: 0.72rem;
}

.product-card--compact .brand-name-compact {
  max-width: 7rem;
  vertical-align: middle;
}

.product-card--compact .btn-sm {
  font-size: 0.72rem;
  padding: 0.42rem 0.55rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-card--showcase .product-card-cta-showcase {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-card--showcase {
  background: linear-gradient(180deg, #fffefb 0%, #fffdfa 62%, #fff 100%);
  border: 1px solid rgba(224, 214, 185, 0.55);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.07);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-card--showcase:hover {
  transform: translateY(-4px);
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
}

.product-card-body-showcase {
  padding: 1.05rem 1rem 1.1rem;
  position: relative;
  gap: 0.15rem;
}

#featuredProducts > [class*="col-"] {
  display: flex;
}

#featuredProducts {
  row-gap: 1rem;
}

.product-card-meta-showcase {
  font-size: 0.73rem;
  color: #6e6657;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-card-name-showcase {
  font-size: clamp(0.88rem, 1.85vw, 1.02rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  min-height: 2.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.product-card-name-showcase-link:hover {
  color: var(--brand-gold) !important;
}

.product-card-name-showcase-link {
  text-wrap: balance;
}

.product-card--showcase .product-label {
  font-size: 0.58rem;
  padding: 0.28em 0.5em;
  border-radius: 6px;
}

.stock-pill-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.stock-pill-chip--out {
  background: #fdecef;
  color: #a21e2e;
}

.stock-pill-chip--low {
  background: #fff6e5;
  color: #8a5b00;
}

.stock-pill-chip--ok {
  background: #e9f6ef;
  color: #15704a;
}

.rating-showcase {
  font-size: 0.74rem;
  line-height: 1;
  opacity: 0.95;
}

.product-card-priceblock {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.price-showcase {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-dark);
  letter-spacing: -0.02em;
}

.price-showcase-wrap-old .price-old-showcase {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--brand-muted);
  text-decoration: line-through;
}

.price-discount-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #8a131f;
  background: #fdecef;
}

.product-card-cta-showcase {
  border-radius: 10px !important;
  font-weight: 600;
  position: relative;
  z-index: 4;
  letter-spacing: 0.01em;
}

.product-card--showcase .product-card-media {
  background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.product-oos-ribbon {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  z-index: 4;
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7f1220;
  background: rgba(255, 242, 245, 0.96);
  border: 1px solid #f5c3cc;
  border-radius: 999px;
  padding: 0.22rem 0.55rem;
}

.product-card--showcase .btn.disabled,
.product-card--showcase .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}

/* Premium featured cards (homepage trending) */
.product-card--featured-pro {
  border: 1px solid rgba(215, 204, 174, 0.65);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdfa 0%, #fff 100%);
  box-shadow: 0 16px 42px rgba(17, 17, 17, 0.07);
  min-height: 100%;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.product-card--featured-pro:hover {
  transform: translateY(-5px);
  border-color: rgba(190, 142, 26, 0.5);
  box-shadow: 0 22px 48px rgba(17, 17, 17, 0.11);
}

.product-card-media--featured-pro {
  aspect-ratio: 4 / 3;
  max-height: 260px;
  background:
    radial-gradient(circle at 15% 20%, rgba(190, 142, 26, 0.09) 0%, rgba(190, 142, 26, 0) 34%),
    linear-gradient(180deg, #fffefc 0%, #fbf7ef 100%);
}

.product-card-media--featured-pro .product-img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  padding: 0.85rem;
}

.product-featured-body {
  padding: 1rem 1rem 1.05rem;
}

.product-featured-brand {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 600;
  color: #6f6654;
}

.product-featured-name {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.35;
  letter-spacing: 0;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-featured-price-row {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.product-featured-price {
  font-size: 1.22rem;
  font-weight: 700;
  color: #181612;
  letter-spacing: -0.02em;
}

.product-featured-old {
  font-size: 0.82rem;
  color: #6e6657;
  text-decoration: line-through;
}

.product-featured-discount {
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  background: #fdecef;
  color: #8a131f;
  font-size: 0.7rem;
  font-weight: 700;
}

.product-featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.product-featured-cta {
  min-width: 8.25rem;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.product-featured-flag {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 6;
  border-radius: 999px;
  padding: 0.23rem 0.62rem;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  border: 1px solid transparent;
}

.product-featured-flag--promo {
  background: rgba(255, 243, 215, 0.95);
  color: #7a5200;
  border-color: #f0d89b;
}

.product-featured-flag--oos {
  background: rgba(255, 240, 244, 0.96);
  color: #7f1220;
  border-color: #efbfc9;
  top: 2.15rem;
}

.product-card--featured-pro-oos .product-card-media--featured-pro .product-img {
  opacity: 0.76;
}

#featuredProducts > [class*="col-"] {
  display: flex;
}

@media (max-width: 575.98px) {
  .product-card-body-showcase {
    padding: 0.95rem 0.9rem 1rem;
  }

  .price-showcase {
    font-size: 1.08rem;
  }

  .product-featured-body {
    padding: 0.9rem 0.9rem 0.95rem;
  }

  .product-featured-foot {
    flex-direction: column;
    align-items: stretch;
  }

  .product-featured-cta {
    width: 100%;
  }
}

.product-card--showcase .wishlist-btn {
  z-index: 5;
}

.product-card--showcase .product-card-media {
  aspect-ratio: 16 / 10;
  max-height: 210px;
}

.product-card--showcase .product-card-media .product-img {
  height: 100%;
  max-height: 210px;
  object-fit: contain;
  padding: 0.45rem;
}

.footer {
  background: #fff;
  border-top: 1px solid var(--border-soft);
}

.summary-card:hover,
.shop-toolbar:hover,
.cart-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.checkout-trust small {
  color: #4f4f4f;
}

.cart-summary-sticky {
  position: sticky;
  top: 108px;
}

.cta-banner {
  background: linear-gradient(160deg, #fff 0%, #fcf8ef 100%);
}

.offcanvas .nav-link {
  font-size: 1rem;
  padding: 0.5rem 0;
}

.toast {
  background: #111;
  color: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}

.toast .btn-close {
  filter: invert(1);
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1040;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 72px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 1040;
}

.whatsapp-fab:hover {
  background: #1baa51;
  color: #fff;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1045;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border-soft);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0.38rem 0.35rem max(0.38rem, env(safe-area-inset-bottom));
}

.mobile-bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 0.12rem;
  color: #3a3a3a;
  font-size: 0.72rem;
  font-weight: 500;
  min-height: 48px;
  padding: 0.45rem 0.25rem;
  border-radius: 8px;
}

.mobile-bottom-nav a i {
  font-size: 1.05rem;
}

.mobile-bottom-nav a.active {
  color: var(--brand-dark);
  background: #f2ede2;
}

.mobile-nav-badge {
  position: absolute;
  top: -0.12rem;
  right: 0.45rem;
  font-size: 0.62rem;
}

.btn-dark {
  border-radius: 10px;
  background: linear-gradient(135deg, #7a4d5e 0%, #4a2c38 100%);
  border-color: #4a2c38;
}

.btn-dark:hover {
  background: linear-gradient(135deg, #8f5a6e 0%, #5c3d4a 100%);
  border-color: #5c3d4a;
}

.btn-outline-dark {
  border-radius: 10px;
}

.btn {
  font-size: 0.95rem;
  padding: 0.52rem 0.95rem;
}

.btn.btn-sm {
  padding: 0.35rem 0.65rem;
}

.form-control,
.form-select {
  border-radius: 10px;
}

.form-control:focus,
.form-select:focus {
  border-color: #e8b4c0;
  box-shadow: 0 0 0 0.2rem rgba(201, 123, 143, 0.18);
}

#activeFilters .badge {
  font-weight: 500;
  padding: 0.5rem 0.7rem;
}

@media (min-width: 576px) {
  .product-card--compact .product-card-media {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
  }

  .hero-image {
    min-height: 270px;
  }

  .page-header {
    margin-bottom: 1rem;
  }

  .cart-summary-sticky {
    position: static;
  }

  .top-promo.top-promo-rich div:nth-child(n + 2) {
    display: none;
  }

  .top-promo.top-promo-rich.expanded div:nth-child(n + 2) {
    display: block;
  }

  .top-promo.top-promo-rich .promo-toggle-btn {
    display: inline-block;
  }

  .back-to-top {
    bottom: 86px;
  }

  .whatsapp-fab {
    bottom: 138px;
  }
}

@media (min-width: 768px) {
  .promo-toggle-btn {
    display: none;
  }
}

/* ——— UX enhancements ——— */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  #main-content.page-enter {
    animation: fioraPageEnter 0.45s ease both;
  }

  @keyframes fioraPageEnter {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.top-promo-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  max-width: 100%;
}

.site-header {
  z-index: 1030;
  width: 100%;
  max-width: 100%;
}

.site-header .container {
  max-width: 100%;
}

.nav-search-group {
  max-width: 420px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-search-group:focus-within {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: 0 0 0 3px rgba(190, 142, 26, 0.12);
}

.nav-search-group .form-control,
.nav-search-group .input-group-text {
  border: none;
  box-shadow: none;
  font-size: 0.9rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.nav-action-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border-soft);
  background: #fff;
  color: var(--brand-dark);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-action-btn:hover {
  border-color: rgba(190, 142, 26, 0.45);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
  color: var(--brand-dark);
}

.nav-action-btn--cart {
  background: linear-gradient(145deg, #1a1a1a 0%, #111 100%);
  border-color: #111;
  color: #fff;
}

.nav-action-btn--cart:hover {
  color: #fff;
  border-color: #000;
}

.nav-count-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.28rem;
  border-radius: var(--radius-pill);
  background: var(--brand-gold);
  color: #111;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.15rem;
  text-align: center;
}

.nav-count-badge:empty,
.nav-count-badge[data-zero="1"] {
  display: none;
}

.nav-count-badge.badge-pulse {
  animation: fioraBadgePulse 0.45s ease;
}

@keyframes fioraBadgePulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}

.navbar .nav-link {
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.35rem;
  height: 2px;
  background: var(--brand-gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.nav-icon-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
}

#mobileMenu .offcanvas-title {
  font-family: var(--lux-font-display);
  letter-spacing: 0.06em;
}

.nav-search-form-mobile .input-group {
  border-radius: 10px;
  overflow: hidden;
}

/* Site footer */
.site-footer {
  background: linear-gradient(180deg, #f3efe6 0%, #ebe6dc 100%);
  color: var(--brand-dark);
}

.site-footer-trust {
  background: rgba(255, 255, 255, 0.55);
}

.site-footer-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--brand-muted);
}

.site-footer-trust-item i {
  font-size: 1.35rem;
  color: var(--brand-gold-deep);
}

@media (min-width: 768px) {
  .site-footer-trust-item {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.site-footer-brand {
  font-family: var(--lux-font-display);
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer-heading {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-muted);
  margin-bottom: 0.85rem;
}

.site-footer-links a,
.site-footer-contact a {
  color: var(--brand-dark);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  padding: 0.2rem 0;
  transition: color 0.15s ease;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: var(--brand-gold-deep);
}

.site-footer-tagline,
.site-footer-promo {
  color: var(--brand-muted);
  max-width: 28rem;
}

/* Product skeleton */
.product-skeleton {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-soft);
}

.product-skeleton-media {
  aspect-ratio: 3 / 4;
  background: linear-gradient(
    110deg,
    #ece9e3 8%,
    #f7f5f1 18%,
    #ece9e3 33%
  );
  background-size: 200% 100%;
  animation: fioraShimmer 1.4s ease-in-out infinite;
}

.product-skeleton-body {
  padding: 1rem;
}

.product-skeleton-line {
  height: 0.65rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  background: linear-gradient(
    110deg,
    #ece9e3 8%,
    #f7f5f1 18%,
    #ece9e3 33%
  );
  background-size: 200% 100%;
  animation: fioraShimmer 1.4s ease-in-out infinite;
}

.product-skeleton-line--short {
  width: 55%;
}

.product-skeleton-line--btn {
  height: 2rem;
  margin-top: 0.75rem;
  border-radius: 8px;
}

@keyframes fioraShimmer {
  to {
    background-position: -200% 0;
  }
}

/* Empty states */
.empty-state {
  border: 1px dashed rgba(190, 142, 26, 0.35);
  border-radius: 16px;
  background: linear-gradient(165deg, #fff 0%, #faf7f0 100%);
}

.empty-state .empty-state-icon {
  font-size: 2.5rem;
  color: var(--brand-gold);
  margin-bottom: 0.75rem;
}

/* Sticky shop toolbar */
.shop-toolbar-strip--sticky {
  position: sticky;
  top: calc(var(--nav-sticky-offset) + 0.5rem);
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: var(--shadow-sm);
}

/* Toasts */
.toast.fiora-toast {
  background: linear-gradient(135deg, #1a1a1a 0%, #111 100%);
  color: #fff;
  border-left: 3px solid var(--brand-gold);
}

.toast.fiora-toast .toast-body {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.toast.fiora-toast .toast-ico {
  color: var(--brand-gold-soft);
  font-size: 1.1rem;
}

/* Cart add feedback */
.btn-cart-added {
  animation: fioraCartPop 0.35s ease;
}

@keyframes fioraCartPop {
  50% {
    transform: scale(1.04);
  }
}

.back-to-top {
  background: linear-gradient(145deg, #1a1a1a, #111);
  border: none;
  box-shadow: var(--shadow-md);
}

.whatsapp-fab {
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(143, 74, 94, 0.35);
}

/* Thème féminin — accents globaux */
.fiora-femme .product-card {
  border-color: rgba(240, 210, 220, 0.85);
  border-radius: 18px;
}

.fiora-femme .product-card:focus-within {
  box-shadow: 0 0 0 3px rgba(201, 123, 143, 0.2), 0 15px 24px rgba(143, 74, 94, 0.1);
}

.fiora-femme .product-card-media {
  background: linear-gradient(165deg, #fdf4f7 0%, #f5e8ed 100%);
}

.fiora-femme .site-header {
  background: rgba(255, 252, 253, 0.97) !important;
  border-bottom-color: rgba(240, 210, 220, 0.65) !important;
}

.fiora-femme .nav-action-btn--cart {
  background: linear-gradient(145deg, #a85d72 0%, #6b3d4d 100%);
  border-color: #6b3d4d;
}

.fiora-femme .mobile-bottom-nav a.active {
  color: var(--brand-gold-deep);
  background: #faeef2;
}

.fiora-femme .site-footer {
  background: linear-gradient(180deg, #f9eef2 0%, #f5e4ea 100%);
}

.fiora-femme .site-footer-trust {
  background: rgba(255, 250, 252, 0.7);
}

.fiora-femme .home-shortcut-card {
  border-color: rgba(232, 180, 192, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
}

.fiora-femme .home-shortcut-icon {
  color: var(--brand-gold-deep);
}

.fiora-femme .trust-card-icon {
  color: var(--brand-gold);
}

.fiora-femme .toast.fiora-toast {
  background: linear-gradient(135deg, #5c3d4a 0%, #3d2a32 100%);
  border-left-color: var(--brand-rose);
}

.fiora-femme .back-to-top {
  background: linear-gradient(145deg, #a85d72, #6b3d4d);
}

.fiora-femme .empty-state {
  border-color: rgba(201, 123, 143, 0.35);
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
}

.fiora-femme .shop-pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #a85d72 0%, #6b3d4d 100%);
  border-color: #6b3d4d;
}

/* ——— Feminine UX enhancements ——— */
.navbar-brand-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
  gap: 0.1rem;
}

.navbar-brand-name {
  font-family: var(--lux-font-display);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: none;
  font-size: 1.35rem;
  color: var(--brand-dark);
}

.navbar-brand-tagline {
  font-family: "Poppins", sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
  opacity: 0.92;
}

@media (max-width: 380px) {
  .navbar-brand-tagline {
    display: none;
  }
}

.shop-page-tagline {
  max-width: 28rem;
  line-height: 1.5;
}

.nav-link--femme {
  color: var(--brand-gold-deep) !important;
  font-weight: 500;
}

.nav-link--femme:hover,
.nav-link--femme.active {
  color: #6b3d4d !important;
}

.hero-floral-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.hero-petal {
  position: absolute;
  border-radius: 50% 0 50% 50%;
  background: rgba(255, 220, 230, 0.22);
  filter: blur(0.5px);
}

.hero-petal--1 {
  width: 120px;
  height: 120px;
  top: 8%;
  left: 4%;
  transform: rotate(25deg);
  animation: heroPetalFloat 9s ease-in-out infinite;
}

.hero-petal--2 {
  width: 80px;
  height: 80px;
  top: 18%;
  right: 6%;
  transform: rotate(-15deg);
  animation: heroPetalFloat 11s ease-in-out infinite reverse;
}

.hero-petal--3 {
  width: 60px;
  height: 60px;
  bottom: 22%;
  left: 10%;
  animation: heroPetalFloat 8s ease-in-out infinite 1s;
}

.hero-petal--4 {
  width: 100px;
  height: 100px;
  bottom: 12%;
  right: 8%;
  transform: rotate(40deg);
  animation: heroPetalFloat 10s ease-in-out infinite 0.5s reverse;
}

@keyframes heroPetalFloat {
  50% {
    transform: translateY(-12px) rotate(12deg);
    opacity: 0.85;
  }
}

.home-mood-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 1.35rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(232, 180, 192, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
  color: var(--brand-dark);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.home-mood-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 123, 143, 0.55);
  box-shadow: 0 14px 32px rgba(143, 74, 94, 0.12);
  color: var(--brand-dark);
}

.home-mood-card--gift {
  background: linear-gradient(165deg, #fff9fb 0%, #faeef2 100%);
}

.home-mood-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: rgba(201, 123, 143, 0.12);
  color: var(--brand-gold-deep);
  font-size: 1.35rem;
}

.home-mood-label {
  font-family: var(--lux-font-display);
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.25rem;
}

.home-mood-hint {
  font-size: 0.78rem;
  color: var(--brand-muted);
  line-height: 1.4;
}

.home-editorial-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 80% 120% at 0% 50%, rgba(232, 180, 192, 0.35), transparent 55%),
    linear-gradient(135deg, #fff 0%, #fdf2f6 48%, #f8e8ee 100%);
  border: 1px solid rgba(232, 180, 192, 0.5);
  box-shadow: var(--shadow-sm);
}

.home-section--editorial {
  padding-block: clamp(1.5rem, 4vw, 2.5rem) !important;
}

.home-section--moods {
  padding-block: clamp(2rem, 5vw, 3rem) !important;
}

.fiora-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s ease var(--reveal-delay, 0s),
    transform 0.65s ease var(--reveal-delay, 0s);
}

.fiora-reveal--visible {
  opacity: 1;
  transform: none;
}

.product-femme-ribbon {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8b4c0, #c97b8f);
  color: #fff;
  font-size: 0.72rem;
  box-shadow: 0 2px 8px rgba(143, 74, 94, 0.25);
}

.product-card--femme {
  border-color: rgba(232, 180, 192, 0.55);
}

.shop-category-chips-row {
  padding: 0.35rem 0;
}

.shop-category-chip--femme:not(.active) {
  border-color: rgba(201, 123, 143, 0.55) !important;
  color: var(--brand-gold-deep) !important;
}

.shop-category-chip.btn-lux-primary,
.shop-collection-chip.btn-lux-primary {
  font-size: 0.78rem;
  padding: 0.35rem 0.85rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.btn-lux-primary.btn-sm {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.78rem;
}

.mobile-nav-badge--rose {
  background: linear-gradient(145deg, #c97b8f, #8f4a5e) !important;
  color: #fff !important;
}

.fiora-femme .product-featured-cta.btn-lux-primary {
  font-size: 0.72rem;
  padding: 0.45rem 1rem;
}

.fiora-femme .home-newsletter-card {
  border-color: rgba(232, 180, 192, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
}

.fiora-femme .home-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-gold-deep);
  background: #fdf6f9;
}

.fiora-femme .trust-card {
  border-color: rgba(232, 180, 192, 0.35);
  background: #fff;
}

.fiora-femme .trust-card-icon-wrap {
  background: rgba(201, 123, 143, 0.1);
}

/* Page preloader (first visit per session) */
.fiora-preloader {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232, 180, 192, 0.35), transparent 60%),
    linear-gradient(165deg, #fdf6f8 0%, #faeef2 100%);
}

.fiora-preloader-logo {
  font-family: var(--lux-font-display);
}

.fiora-preloader-spinner {
  border-width: 2px;
}

/* Lazy image fade-in */
.img-lazy-pending {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.img-lazy-loaded {
  opacity: 1;
}

.product-card-media .img-lazy-pending {
  background: linear-gradient(165deg, #fdf4f7 0%, #f5e8ed 100%);
}

@media (prefers-reduced-motion: reduce) {
  .img-lazy-pending {
    opacity: 1;
    transition: none;
  }

  .fiora-preloader-spinner,
  .fiora-preloader-bar-fill {
    animation: none !important;
  }
}

/* ——— New UX features ——— */
.home-section--moods .btn-lux-outline {
  color: var(--brand-gold-deep) !important;
  border-color: rgba(201, 123, 143, 0.55) !important;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}

.home-section--moods .btn-lux-outline:hover {
  background: #fff;
  color: #6b3d4d !important;
}

.product-note-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.35rem;
}

.product-note-chip {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  border-radius: var(--radius-pill);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--brand-gold-deep);
  background: rgba(201, 123, 143, 0.12);
  border: 1px solid rgba(201, 123, 143, 0.2);
}

.nav-search-wrap {
  position: relative;
}

.nav-search-suggest {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  z-index: 1040;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  max-height: 320px;
  overflow-y: auto;
}

.nav-search-suggest-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  color: var(--brand-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 210, 220, 0.45);
  transition: background 0.15s ease;
}

.nav-search-suggest-item:last-child {
  border-bottom: 0;
}

.nav-search-suggest-item:hover {
  background: #fdf6f9;
  color: var(--brand-dark);
}

.nav-search-suggest-item img {
  border-radius: 8px;
  object-fit: cover;
  background: #fdf4f7;
}

.mini-cart-offcanvas {
  width: min(400px, 92vw);
}

.mini-cart-offcanvas .offcanvas-body {
  min-height: 280px;
}

.mini-cart-thumb {
  border-radius: 10px;
  object-fit: cover;
  background: #fdf4f7;
}

.mini-cart-line-name {
  font-size: 0.82rem;
  font-weight: 600;
}

.mini-cart-empty-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 123, 143, 0.12);
  color: var(--brand-gold-deep);
  font-size: 1.35rem;
}

.mini-cart-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(201, 123, 143, 0.15);
  overflow: hidden;
}

.mini-cart-progress span {
  display: block;
  height: 100%;
  width: var(--ship-progress, 0%);
  background: linear-gradient(90deg, #e8b4c0, #c97b8f);
  border-radius: inherit;
  transition: width 0.35s ease;
}

.mini-cart-qty-btn {
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
}

.fragrance-finder-modal {
  border-radius: 20px;
  border: 1px solid rgba(232, 180, 192, 0.45);
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
}

.fragrance-finder-modal .ff-choice {
  text-align: left;
  border-radius: 12px;
  border-color: rgba(201, 123, 143, 0.35);
}

.fragrance-finder-modal .ff-choice:hover {
  background: #fdf6f9;
  border-color: var(--brand-gold);
}

.qv-notes-pyramid {
  margin-top: 0.5rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: #fdf6f9;
  border: 1px solid rgba(232, 180, 192, 0.35);
}

.qv-note-row {
  display: flex;
  gap: 0.5rem;
  font-size: 0.78rem;
  margin-bottom: 0.25rem;
}

.qv-note-row:last-child {
  margin-bottom: 0;
}

.qv-note-label {
  flex-shrink: 0;
  min-width: 2.5rem;
  font-weight: 600;
  color: var(--brand-gold-deep);
}

.shop-filter-clear {
  cursor: pointer;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.15s ease;
}

.shop-filter-clear:hover {
  opacity: 0.85;
}

.shop-note-chip.active,
.shop-note-chip.btn-lux-primary {
  border-color: transparent !important;
}

.checkout-gift-section {
  background: linear-gradient(165deg, #fff 0%, #fdf8fa 100%);
  border-radius: 14px;
  padding: 0.85rem 1rem !important;
  border: 1px solid rgba(232, 180, 192, 0.35) !important;
}

#quickViewModal .modal-content {
  border-radius: 18px;
  border-color: rgba(232, 180, 192, 0.4);
}

/* Round 3 — lightbox, banners */
.fiora-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10060;
  background: rgba(201, 123, 143, 0.12);
  pointer-events: none;
}

.fiora-scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #e8b4c0, #c97b8f, #8f4a5e);
  transition: width 0.12s ease-out;
}

.fiora-free-ship-banner {
  position: fixed;
  bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  left: 0;
  right: 0;
  z-index: 1025;
  padding: 0.5rem 0;
  background: linear-gradient(90deg, #5c3d4a, #8f4a5e);
  color: #fff9fb;
  font-size: 0.82rem;
  box-shadow: 0 -4px 20px rgba(92, 61, 74, 0.2);
}

.fiora-free-ship-banner-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.fiora-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(61, 42, 50, 0.88);
  backdrop-filter: blur(4px);
}

.fiora-lightbox[hidden] {
  display: none !important;
}

.fiora-lightbox-open {
  overflow: hidden;
}

.fiora-lightbox-stage img {
  max-width: min(92vw, 720px);
  max-height: 85vh;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.fiora-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.1rem;
}

.pd-gallery-zoomable {
  position: relative;
  cursor: zoom-in;
}

.pd-zoom-hint {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-gold-deep);
  font-size: 0.9rem;
  pointer-events: none;
}

.pd-social-proof {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(201, 123, 143, 0.08);
  display: inline-block;
}

.pd-oos-notify {
  border-color: rgba(232, 180, 192, 0.45) !important;
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
}

.home-why-card {
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(232, 180, 192, 0.4);
  background: linear-gradient(165deg, #fff 0%, #fdf8fa 100%);
}

.home-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.65rem;
  border-radius: 50%;
  background: rgba(201, 123, 143, 0.12);
  color: var(--brand-gold-deep);
  font-size: 1.2rem;
}

.home-why-title {
  font-family: var(--lux-font-display);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0.25rem;
}

.home-why-text {
  font-size: 0.78rem;
  color: var(--brand-muted);
  margin-bottom: 0;
  line-height: 1.45;
}

@media (max-width: 991.98px) {
  body:has(.mobile-bottom-nav) .fiora-free-ship-banner {
    bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ——— RTL (Arabic) ——— */
html[dir="rtl"] body.fiora-rtl {
  text-align: right;
  font-family: "Segoe UI", Tahoma, "Noto Sans Arabic", "Arial", sans-serif;
}

html[dir="ltr"] body.fiora-lang-fr,
html[dir="ltr"] body.fiora-lang-en {
  text-align: left;
}

html[dir="rtl"] .wishlist-btn {
  left: auto;
  right: 10px;
}

html[dir="rtl"] .product-card--compact .wishlist-btn,
html[dir="rtl"] .product-card--showcase .wishlist-btn {
  left: auto;
  right: 0.7rem;
}

html[dir="rtl"] .product-femme-ribbon {
  left: auto;
  right: 0.65rem;
}

html[dir="rtl"] .back-to-top,
html[dir="rtl"] .whatsapp-fab {
  right: auto;
  left: 18px;
}

html[dir="rtl"] .home-link-all .bi-arrow-right {
  transform: scaleX(-1);
}

html[dir="rtl"] .hero-coverflow-nav.swiper-button-prev {
  left: auto;
  right: 0.5rem;
}

html[dir="rtl"] .hero-coverflow-nav.swiper-button-next {
  right: auto;
  left: 0.5rem;
}

html[dir="rtl"] .shop-breadcrumb-inline,
html[dir="rtl"] .site-footer-links,
html[dir="rtl"] .home-shop-by-nav {
  direction: rtl;
}

html[dir="rtl"] .mini-cart-line {
  flex-direction: row-reverse;
  text-align: right;
}

html[dir="rtl"] .nav-brand-item,
html[dir="rtl"] .nav-brand-mobile-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .site-footer-trust-item {
  direction: rtl;
}

html[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
}

/* ——— Info pages (tracking, FAQ, contact) ——— */
.fiora-content-page.info-page {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(180deg, var(--lux-page-bg-top) 0%, #fff 38%, var(--lux-page-bg-bottom) 100%);
}

.fiora-content-page.info-page .container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.info-hero {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(240, 224, 230, 0.65);
  background: linear-gradient(165deg, #fdf6f9 0%, #fff 55%, #faf0f4 100%);
}

.info-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.78rem;
  color: var(--brand-muted);
  margin-bottom: 1.25rem;
}

.info-breadcrumb a {
  color: var(--brand-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.info-breadcrumb a:hover {
  color: var(--brand-gold-deep);
}

.info-hero-inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 42rem;
}

.info-hero-icon {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: var(--brand-gold-deep);
  background: linear-gradient(145deg, #fff 0%, #fdf2f5 100%);
  border: 1px solid rgba(232, 180, 192, 0.45);
  box-shadow: 0 8px 24px rgba(143, 74, 94, 0.08);
}

.info-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-gold-deep);
}

.info-title {
  font-family: var(--lux-font-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 600;
  color: var(--brand-dark);
  line-height: 1.2;
}

.info-lead {
  font-size: 0.98rem;
  color: var(--brand-muted);
  line-height: 1.55;
}

.info-body {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.info-card {
  border: 1px solid rgba(240, 224, 230, 0.85);
  border-radius: 18px;
  background: #fff;
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  box-shadow: 0 10px 32px rgba(61, 42, 50, 0.05);
}

.info-card-title {
  font-weight: 600;
  color: var(--brand-dark);
}

.info-card-sub {
  line-height: 1.45;
}

.info-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-muted);
  margin-bottom: 0.35rem;
}

.info-input-wrap {
  position: relative;
}

.info-input-wrap > .bi {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-muted);
  pointer-events: none;
  z-index: 2;
}

.info-input-wrap .info-input {
  padding-left: 2.35rem;
}

.info-input,
.info-form .form-select.info-input,
.info-form textarea.info-input {
  border-radius: 12px;
  border-color: var(--border-soft);
  min-height: 46px;
  font-size: 0.92rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.info-form textarea.info-input {
  min-height: 8rem;
  resize: vertical;
  padding-top: 0.65rem;
}

.info-input:focus,
.info-form .form-select.info-input:focus,
.info-form textarea.info-input:focus {
  border-color: rgba(201, 123, 143, 0.5);
  box-shadow: 0 0 0 3px rgba(201, 123, 143, 0.12);
}

.info-submit-btn {
  position: relative;
  min-height: 46px;
}

.info-submit-btn .info-submit-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5rem 0 0 -0.5rem;
}

.info-demo-hint .info-demo-link {
  font-weight: 600;
  text-decoration: none;
  color: var(--brand-gold-deep);
}

.info-demo-hint .info-demo-link:hover {
  text-decoration: underline;
}

.info-empty-state {
  padding: 1rem;
}

.info-empty-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: var(--brand-gold-deep);
  background: linear-gradient(145deg, #fdf6f9 0%, #fff 100%);
  border: 1px solid var(--border-soft);
}

.info-empty-icon--error {
  color: #a21e2e;
  background: linear-gradient(145deg, #fdecef 0%, #fff 100%);
  border-color: rgba(196, 30, 58, 0.2);
}

.info-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.info-status-badge--shipping {
  background: rgba(207, 226, 255, 0.85);
  color: #0a4a8a;
  border: 1px solid rgba(13, 110, 253, 0.25);
}

.track-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.track-timeline {
  position: relative;
  padding-left: 0.25rem;
}

.track-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding-bottom: 1.35rem;
}

.track-step:last-child {
  padding-bottom: 0;
}

.track-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 1.15rem;
  bottom: 0;
  width: 2px;
  background: var(--border-soft);
}

.track-step--done:not(:last-child)::before {
  background: linear-gradient(180deg, #15704a 0%, rgba(21, 112, 74, 0.35) 100%);
}

.track-step-marker {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  border: 2px solid var(--border-soft);
  background: #fff;
  position: relative;
  z-index: 1;
}

.track-step--done .track-step-marker {
  border-color: #15704a;
  background: #15704a;
  box-shadow: inset 0 0 0 3px #fff;
}

.track-step--current .track-step-marker {
  border-color: var(--brand-gold-deep);
  background: var(--brand-gold-deep);
  box-shadow: 0 0 0 4px rgba(201, 123, 143, 0.22);
}

.track-step-label {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--brand-muted);
}

.track-step--done .track-step-label {
  color: var(--brand-dark);
}

.track-step--current .track-step-label {
  color: var(--brand-gold-deep);
  font-weight: 600;
}

.info-trust-row {
  margin-bottom: 0;
}

.info-trust-chip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.84rem;
  color: var(--brand-dark);
}

.info-trust-chip i {
  color: var(--brand-gold-deep);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.info-trust-chip a {
  color: var(--brand-gold-deep);
  font-weight: 600;
  text-decoration: none;
}

.info-trust-chip a:hover {
  text-decoration: underline;
}

.info-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.info-quick-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #fff;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--brand-dark);
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.15s ease;
}

.info-quick-link:hover {
  border-color: rgba(201, 123, 143, 0.45);
  background: #fdf6f9;
  color: var(--brand-gold-deep);
  transform: translateY(-1px);
}

.info-faq-accordion {
  margin-bottom: 0;
}

.info-side-card {
  border: 1px solid rgba(240, 224, 230, 0.85);
  border-radius: 18px;
  background: linear-gradient(165deg, #fff 0%, #fdf6f9 100%);
  padding: 1.25rem;
  box-shadow: 0 8px 28px rgba(61, 42, 50, 0.05);
}

.info-contact-cards {
  margin-bottom: 0;
}

.info-contact-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

a.info-contact-card:hover {
  border-color: rgba(201, 123, 143, 0.45);
  box-shadow: 0 8px 24px rgba(61, 42, 50, 0.06);
  transform: translateY(-2px);
  color: inherit;
}

.info-contact-card--whatsapp:hover {
  border-color: rgba(37, 211, 102, 0.45);
}

.info-contact-card-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--brand-gold-deep);
  background: #fdf6f9;
}

.info-contact-card--whatsapp .info-contact-card-icon {
  color: #128c41;
  background: #e8f8ef;
}

.info-contact-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.info-contact-card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-muted);
}

.info-contact-card-value {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--brand-dark);
  word-break: break-word;
}

.info-contact-card-value a {
  color: var(--brand-dark);
  text-decoration: none;
}

.info-contact-card-value a:hover {
  color: var(--brand-gold-deep);
}

.info-contact-card-arrow {
  flex-shrink: 0;
  color: var(--brand-muted);
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .info-side-card {
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .fiora-content-page.info-page {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }

  .info-hero {
    padding: 1.15rem 0 0.95rem;
  }

  .info-body {
    padding: 1.1rem 0 1.35rem;
  }

  .info-breadcrumb {
    font-size: 0.72rem;
    margin-bottom: 0.85rem;
  }

  .info-card {
    padding: 1rem;
    border-radius: 14px;
  }

  .info-title {
    font-size: clamp(1.4rem, 6.5vw, 1.85rem);
    word-wrap: break-word;
  }

  .info-lead {
    font-size: 0.88rem;
  }

  .info-quick-links {
    gap: 0.4rem;
    margin-bottom: 1rem !important;
  }

  .info-quick-link {
    flex: 1 1 calc(50% - 0.25rem);
    justify-content: center;
    min-width: 0;
    font-size: 0.76rem;
    padding: 0.48rem 0.5rem;
    text-align: center;
  }

  .info-trust-row {
    margin-top: 0.75rem !important;
  }

  .info-trust-row > li {
    width: 100%;
  }

  .info-trust-chip {
    font-size: 0.78rem;
    padding: 0.72rem 0.85rem;
  }

  .info-contact-card {
    padding: 0.85rem 0.9rem;
    gap: 0.65rem;
  }

  .info-contact-card-arrow {
    display: none;
  }

  .info-faq-accordion .accordion-button {
    font-size: 0.9rem;
    padding: 0.85rem 1rem;
    line-height: 1.35;
  }

  .info-faq-accordion .accordion-body {
    font-size: 0.88rem;
    padding: 0.85rem 1rem 1rem;
  }

  .info-form .form-control,
  .info-form .form-select,
  .info-form textarea.info-input {
    font-size: 16px;
  }

  .info-submit-btn {
    width: 100%;
  }

  .track-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .track-meta .mx-2 {
    display: none !important;
  }

  .info-status-badge {
    white-space: normal;
    text-align: center;
    align-self: flex-start;
  }

  .info-empty-state {
    padding: 0.75rem 0.25rem;
  }

  .info-card--result {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .info-hero-inner {
    flex-direction: column;
    gap: 0.85rem;
    max-width: 100%;
  }

  .info-hero-icon {
    width: 2.85rem;
    height: 2.85rem;
    font-size: 1.15rem;
  }

  .track-result-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-quick-link {
    flex: 1 1 100%;
  }

  .info-contact-card-icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
  }

  .navbar-brand {
    font-size: 1.35rem !important;
    max-width: calc(100vw - 9.5rem);
  }

  .navbar-brand-stack {
    min-width: 0;
  }

  .navbar-brand-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .info-card {
    padding: 0.85rem;
  }

  .info-trust-chip span {
    line-height: 1.35;
  }

  .coverflow-card {
    height: min(42vh, 320px);
  }
}

html[dir="rtl"] .input-group > :first-child:not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
}
