/**
 * Folies Secrètes — Heroes catégorie Lingerie (#124–#129)
 * Hauteur harmonisée, voile ivoire/champagne léger, suppression cœur doré
 * GO voile allégé 2026-06-28 — ne pas modifier template / H1 / BO / JPG
 */

:is(
  body#category.category-id-124,
  body#category.category-id-125,
  body#category.category-id-126,
  body#category.category-id-127,
  body#category.category-id-128,
  body#category.category-id-129
) .fs-cat-hero-v2 {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  height: clamp(260px, 22vw, 320px) !important;
  min-height: 260px !important;
  max-height: 320px !important;
  /* Neutralise le fond laiteux hérité de customer-s1 (gradient crème + radial blanc) */
  background-color: #f5f0ea !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(26, 23, 22, 0.05) !important;
  border: 1px solid rgba(184, 149, 107, 0.14) !important;
}

:is(
  body#category.category-id-124,
  body#category.category-id-125,
  body#category.category-id-126,
  body#category.category-id-127,
  body#category.category-id-128,
  body#category.category-id-129
) .fs-cat-hero-v2__content {
  position: relative !important;
  z-index: 2 !important;
  flex: 0 1 min(610px, 92%) !important;
  max-width: min(610px, 92%) !important;
  margin: 0 !important;
  padding: clamp(1.15rem, 2.2vw, 1.65rem) clamp(1.25rem, 2.4vw, 1.85rem) !important;
}

:is(
  body#category.category-id-124,
  body#category.category-id-125,
  body#category.category-id-126,
  body#category.category-id-127,
  body#category.category-id-128,
  body#category.category-id-129
) .fs-cat-hero-v2__decor {
  display: none !important;
  visibility: hidden !important;
}

:is(
  body#category.category-id-124,
  body#category.category-id-125,
  body#category.category-id-126,
  body#category.category-id-127,
  body#category.category-id-128,
  body#category.category-id-129
) .fs-cat-hero-v2::after {
  display: none !important;
  content: none !important;
  background: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Voile localisé à gauche — photo visible à droite, lisibilité texte conservée */
:is(
  body#category.category-id-124,
  body#category.category-id-125,
  body#category.category-id-126,
  body#category.category-id-127,
  body#category.category-id-128,
  body#category.category-id-129
) .fs-cat-hero-v2--with-image::before {
  background-image:
    radial-gradient(
      ellipse 98% 145% at 10% 50%,
      rgba(253, 252, 250, 0.78) 0%,
      rgba(253, 252, 250, 0.42) 34%,
      rgba(245, 240, 234, 0.14) 52%,
      rgba(245, 240, 234, 0.04) 64%,
      transparent 76%
    ),
    var(--fs-cat-hero-image) !important;
  background-size: cover !important;
  background-position: center right !important;
}

/* Cartes sous-cat #124 uniquement (page parent Lingerie) */
body#category.category-id-124 .fs-subcate-premium__media {
  isolation: isolate;
}

body#category.category-id-124 .fs-subcate-premium__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(253, 252, 250, 0.04) 0%,
    rgba(245, 240, 234, 0.1) 100%
  );
}

@media (max-width: 991px) {
  :is(
    body#category.category-id-124,
    body#category.category-id-125,
    body#category.category-id-126,
    body#category.category-id-127,
    body#category.category-id-128,
    body#category.category-id-129
  ) .fs-cat-hero-v2 {
    height: clamp(210px, 42vw, 260px) !important;
    min-height: 210px !important;
    max-height: 260px !important;
  }

  :is(
    body#category.category-id-124,
    body#category.category-id-125,
    body#category.category-id-126,
    body#category.category-id-127,
    body#category.category-id-128,
    body#category.category-id-129
  ) .fs-cat-hero-v2--with-image::before {
    background-image:
      radial-gradient(
        ellipse 120% 95% at 18% 28%,
        rgba(253, 252, 250, 0.82) 0%,
        rgba(253, 252, 250, 0.48) 38%,
        rgba(245, 240, 234, 0.16) 58%,
        transparent 78%
      ),
      var(--fs-cat-hero-image) !important;
    background-position: center !important;
  }
}
