/* ═══════════════════════════════════════════════════════════════════════
   PRODUIT — CREATIVE ELEMENTS — LES JEANNINE
   Stylise le header produit généré par Creative Elements (classes
   elementor-* et ce-*) pour le rendre conforme à la maquette.

   À charger sur la page produit : soit dans le thème
   (assets/css + chargement conditionnel), soit dans
   Creative Elements → Réglages → CSS personnalisé.
   ═══════════════════════════════════════════════════════════════════════ */

body#product {
  --lj-pink:       #d41e8b;
  --lj-pink-dark:  #b01672;
  --lj-pink-light: #ffeaf6;
  --lj-yellow:     #fff500;
  --lj-black:      #050A0F;
  --lj-gray-bg:    #fafafa;
  --lj-gray-line:  #ececec;
  --lj-gray-text:  rgba(5, 10, 15, .5);

  --lj-font-display: 'Permanent Marker', cursive;        /* breadcrumb + titre produit */
  --lj-font-body:    'agrandir-regular', sans-serif;      /* prix + textes courants */
  --lj-font-serif:   'agrandir-regular', sans-serif;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 1. CACHER LE BREADCRUMB NATIF PRESTASHOP (doublon)                ║
   ║    Le breadcrumb Creative Elements (.ce-breadcrumb) est conservé. ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product nav.breadcrumb:not(.ce-breadcrumb) {
  display: none !important;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 2. CONTENEUR GÉNÉRAL                                              ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product #content-wrapper {
  padding: 0;
}

body#product #product-details .elementor-section.elementor-top-section {
  padding: 0;
}

/* Container interne centré */
body#product #product-details .elementor-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Espacement entre la section breadcrumb et la section produit */
body#product #product-details .elementor-element-3dfc59b {
  padding: 24px 0 56px;
}

/* Conteneur produit : pleine largeur + marges latérales */
body#product #product-details .elementor-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 8%;
  box-sizing: border-box;
}

/* Gap entre la colonne galerie et la colonne infos produit */
body#product #product-details .elementor-row > .elementor-col-50:first-child {
  padding-right: 32px;
}
body#product #product-details .elementor-row > .elementor-col-50:last-child {
  padding-left: 32px;
}

/* Mobile : colonnes empilées → on annule marges et gap */
@media (max-width: 767px) {
  body#product #product-details .elementor-container {
    padding: 0 16px;
  }
  body#product #product-details .elementor-row > .elementor-col-50:first-child,
  body#product #product-details .elementor-row > .elementor-col-50:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 3. BREADCRUMB CREATIVE ELEMENTS                                   ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product .ce-breadcrumb {
  padding: 18px 0 0;
}

body#product .ce-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

body#product .ce-breadcrumb__item {
  display: flex;
  align-items: center;
  font-family: var(--lj-font-display);   /* Permanent Marker */
  font-size: 16px;
  font-weight: 400;
  color: var(--lj-gray-text);
}

body#product .ce-breadcrumb__item a {
  color: var(--lj-gray-text);
  text-decoration: none;
  transition: color .15s ease;
}

body#product .ce-breadcrumb__item a:hover {
  color: var(--lj-pink);
}

body#product .ce-breadcrumb__item:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: var(--lj-gray-line);
}

body#product .ce-breadcrumb__item:last-child {
  color: var(--lj-black);
  font-weight: 600;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 4. GALERIE PRODUIT — habillage « minimal chic »                   ║
   ╠═══════════════════════════════════════════════════════════════════╣
   ║ ⚠ RÈGLE D'OR : 100 % cosmétique. AUCUNE règle ne touche           ║
   ║   display / flex / width / height / order / transform / overflow  ║
   ║   sur .elementor-swiper, .swiper, .swiper-wrapper ou .swiper-slide.║
   ║   Uniquement rayons, couleurs, ombres, opacité, outline — des     ║
   ║   propriétés SANS effet sur les dimensions, donc Swiper n'est pas ║
   ║   perturbé et l'image ne disparaît pas.                           ║
   ║                                                                   ║
   ║   Les flèches (.elementor-swiper-button) sont des boutons en      ║
   ║   position absolute, hors du calcul Swiper : on peut les          ║
   ║   dimensionner sans risque.                                       ║
   ║                                                                   ║
   ║ La mise en page (4 vignettes, position gauche, hauteur) reste     ║
   ║ gérée par les réglages du widget Creative Elements.               ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

/* — Images : remplir toute la case, sans bande grise —
   width:100% sur l'<img> = elle prend toute la largeur du slide.
   L'<img> est du contenu (pas un élément de structure Swiper),
   donc la dimensionner ne perturbe pas les calculs du carrousel.
   Pas d'arrondi ni d'ombre : rendu plat, comme la maquette. */
body#product #product-details .elementor-main-swiper .elementor-carousel-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Vignettes : l'image remplit entièrement la case (pas de bande).
   height:100% est OK ici car le slide vertical a une hauteur définie
   par Swiper (4 vignettes visibles). object-fit:cover = recadrage net. */
body#product #product-details .elementor-thumbnails-swiper .elementor-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color .18s ease;
}

/* — Vignettes : highlight simple et net (PAS d'assombrissement) —
   Les vignettes restent en pleine opacité. Le seul effet est un fin
   liseré via outline (n'occupe pas d'espace → aucune dimension
   modifiée). */
body#product #product-details .elementor-thumbnails-swiper .swiper-slide:hover .elementor-carousel-image {
  outline-color: var(--lj-pink-light);
}

body#product #product-details .elementor-thumbnails-swiper .swiper-slide-thumb-active .elementor-carousel-image {
  outline-color: var(--lj-pink);
}

/* Masque la barre de défilement verticale de Swiper (la « barre »
   qui apparaissait au survol des vignettes). Le défilement reste
   possible à la molette / au glissé, et le chevron ci-dessous le
   signale. */
body#product #product-details .elementor-widget-product-images .swiper-scrollbar {
  display: none !important;
}

/* — Flèches du carrousel : ronds blancs, rose léger au survol —
   AUCUN transform : Swiper centre les flèches avec translateY(-50%),
   et un transform au survol l'écraserait → la flèche « tombe ».
   On ne change donc QUE la couleur. */
body#product #product-details .elementor-swiper-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--lj-black);
  box-shadow: 0 4px 14px rgba(5, 10, 15, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, color .18s ease;
}

body#product #product-details .elementor-swiper-button:hover {
  background: var(--lj-pink-light);
  color: var(--lj-pink);
}

body#product #product-details .elementor-swiper-button i {
  font-size: 16px;
}

body#product #product-details .elementor-swiper-button.swiper-button-disabled {
  opacity: .35;
}

body#product #product-details .elementor-swiper-button.swiper-button-lock {
  display: none;
}

/* — Indice de défilement sous les vignettes —
   Dégradé + chevron quand il y a plus de vignettes que de visibles.
   Pseudo-élément en position absolute + pointer-events:none : purement
   décoratif, il ne touche à aucune dimension Swiper. */
body#product #product-details .elementor-thumbnails-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  z-index: 2;
  pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23d41e8b%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6%209l6%206%206-6%27%2F%3E%3C%2Fsvg%3E") center bottom 8px / 18px no-repeat,
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 78%);
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 5. TITRE PRODUIT (widget product-name)                            ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product #product-details .ce-product-name {
  font-family: var(--lj-font-display);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lj-black);
  margin: 0 0 16px;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 6. PRIX (widget product-price)                                    ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product #product-details .ce-product-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

/* Prix barré */
body#product #product-details .ce-product-price-regular {
  font-family: var(--lj-font-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--lj-gray-text);
  text-decoration: line-through;
}

/* Ligne prix actuel + badge */
body#product #product-details .ce-product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

body#product #product-details .ce-product-price > span:first-child {
  font-family: var(--lj-font-body);      /* agrandir-regular */
  font-size: clamp(26px, 3.8vw, 26px);
  font-weight: 400;
  color: var(--lj-pink);
  line-height: 1;
}

/* Badge "Économisez 20%" — pill rose (au lieu de l'orange par défaut) */
body#product #product-details .ce-product-badge,
body#product #product-details .ce-product-badge-sale {
  display: inline-block;
  padding: 7px 15px;
  background: var(--lj-pink) !important;
  color: #ffffff !important;
  border-radius: 999px;
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

/* Label TTC */
body#product #product-details .ce-tax-shipping-delivery-label {
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-gray-text);
  margin-top: 4px;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 7. VARIANTS — Taille (boutons) + Couleur (pastilles)              ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

/* Le widget variants a la classe elementor-overflow-hidden qui tronque
   les pastilles couleur (et leur anneau de sélection) : on rétablit. */
body#product #product-details .elementor-widget-product-variants,
body#product #product-details .elementor-widget-product-variants .elementor-widget-container {
  overflow: visible !important;
}

body#product #product-details .ce-product-variants {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 22px 0;
  overflow: visible;
}

body#product #product-details .ce-product-variants__item {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
}

body#product #product-details .ce-product-variants__label {
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-black);
}

/* — TAILLE — */
/* Le JS masque tout le wrapper select (.lj-ce-hidden-select) et insère
   les boutons à côté. Le <select> reste dans le DOM pour le formulaire. */
body#product #product-details .ce-product-variants__select.lj-ce-hidden-select {
  display: none !important;
}

/* Sans JS (fallback) : on stylise le select en pilule pour rester correct */
body#product #product-details .ce-product-variants__select:not(.lj-ce-hidden-select) select {
  height: 44px;
  padding: 0 38px 0 16px;
  border: 2px solid var(--lj-pink);
  border-radius: 999px;
  background: #ffffff;
  font-family: var(--lj-font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--lj-black);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Boutons taille injectés par le JS */
body#product #product-details .lj-ce-size-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body#product #product-details .lj-ce-size-btn {
  flex: 0 0 auto;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid var(--lj-pink) !important;
  border-radius: 50% !important;
  font-family: var(--lj-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: var(--lj-black);
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
  transition: all .2s ease;
}

body#product #product-details .lj-ce-size-btn:hover {
  background: var(--lj-pink-light);
  transform: translateY(-2px);
}

body#product #product-details .lj-ce-size-btn.is-active {
  background: var(--lj-pink);
  border-color: var(--lj-pink) !important;
  color: #ffffff;
}

/* Taille en rupture de stock — grisée par lj-size-buttons.js après
   sondage des combinaisons. Le bouton est aussi mis en `disabled`
   par le JS, donc non cliquable. Les !important neutralisent le
   liseré rose et le survol, même si la taille est aussi active. */
body#product #product-details .lj-ce-size-btn.lj-ce-size-btn--oos {
  background: var(--lj-gray-bg) !important;
  border-color: var(--lj-gray-line) !important;
  color: var(--lj-gray-text) !important;
  text-decoration: line-through;
  cursor: not-allowed;
  transform: none !important;
}

/* — COULEUR (pastilles) — */
body#product #product-details .ce-product-variants__patterns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 4px;
  overflow: visible;
}

body#product #product-details .ce-product-variants__radio-wrapper {
  cursor: pointer;
  margin: 0;
  display: inline-flex;
}

body#product #product-details .ce-product-variants__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

body#product #product-details .ce-product-variants__pattern,
body#product #product-details .ce-product-variants__color {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--lj-black);
  box-sizing: border-box;
  transition: transform .2s ease, box-shadow .2s ease;
}

body#product #product-details .ce-product-variants__radio-wrapper:hover .ce-product-variants__color {
  transform: translateY(-2px);
}

body#product #product-details .ce-product-variants__radio:checked + .ce-product-variants__pattern,
body#product #product-details .ce-product-variants__radio:checked + .ce-product-variants__color {
  box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px var(--lj-pink);
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 8. QUANTITÉ (widget product-quantity)                             ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product #product-details .ce-product-quantity {
  display: inline-flex !important;
  align-items: center !important;
  height: 38px;
  border: 2px solid var(--lj-black);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  margin: 8px 0 22px;
  width: auto;
  padding: 0 !important;
}

/* Boutons +/- (ce sont des <i> dans le HTML CE) */
body#product #product-details .ce-product-quantity__btn {
  width: 46px;
  height: 100%;
  flex: 0 0 46px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff;
  color: var(--lj-black);
  cursor: pointer;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;          /* neutralise le glyphe de la font-icon */
  font-style: normal !important;
  transition: background .15s ease, color .15s ease;
}

body#product #product-details .ce-product-quantity__btn:hover {
  background: var(--lj-pink);
  color: #ffffff;
}

/* Remplace les icônes ceicon (sort-up/down) par de vrais +/- centrés */
body#product #product-details .ce-product-quantity__btn::before {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--lj-font-body) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1 !important;
}

body#product #product-details .ce-product-quantity__minus::before {
  content: '\2212' !important; /* − */
}

body#product #product-details .ce-product-quantity__plus::before {
  content: '\002B' !important; /* + */
}

body#product #product-details .ce-product-quantity__minus {
  border-right: 2px solid var(--lj-black);
}

body#product #product-details .ce-product-quantity__plus {
  border-left: 2px solid var(--lj-black);
}

/* Champ nombre */
body#product #product-details .ce-product-quantity input {
  width: 50px;
  height: 100%;
  border: 0 !important;
  outline: 0;
  text-align: center;
  font-family: var(--lj-font-body);
  font-size: 17px;
  font-weight: 700;
  color: var(--lj-black);
  background: transparent;
  -moz-appearance: textfield;
  padding: 0 !important;
  margin: 0 !important;
}

body#product #product-details .ce-product-quantity input::-webkit-outer-spin-button,
body#product #product-details .ce-product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 9. BOUTON AJOUTER AU PANIER (widget product-add-to-cart)          ║
   ║    L'icône SVG est gérée directement dans le widget Creative      ║
   ║    Elements (plus de remplacement d'icône en CSS).                ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

body#product #product-details .elementor-widget-product-add-to-cart .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 36px;
  background: var(--lj-pink);
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  font-family: var(--lj-font-display);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}

body#product #product-details .elementor-widget-product-add-to-cart .elementor-button:hover {
  background: var(--lj-pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(212, 30, 139, .35);
}

/* Inverse l'ordre : texte puis icône → icône à DROITE */
body#product #product-details .elementor-widget-product-add-to-cart .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

body#product #product-details .elementor-widget-product-add-to-cart .elementor-button-icon {
  margin: 0 !important;
}

body#product #product-details .elementor-widget-product-add-to-cart .elementor-button-text {
  line-height: 1;
}

body#product #product-details .alert-info {
  display: none;
}


/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 10. NOTIFICATIONS + DISPONIBILITÉ / STOCK                         ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

/* --- Masquer le bandeau « Votre panier contient … » -------------------
   On ne masque QUE les messages d'info : les messages d'erreur
   (.alert-danger) restent visibles.                                      */
body#product #notifications .alert-info {
  display: none !important;
}

/* --- Bandeau RUPTURE DE STOCK en surimpression sur la GRANDE image ----
   Le JS (lj-size-buttons.js) déplace le widget Product Stock à l'intérieur
   de .elementor-main-swiper. Le bandeau se cale donc en bas de la grande
   image uniquement (pas sur les miniatures).
   En stock  -> le widget est vide -> rien ne s'affiche.
   En rupture -> .ce-product-stock__availability existe -> bandeau visible. */

/* la grande image sert d'ancrage */
body#product #product-details .elementor-main-swiper {
  position: relative;
}

/* le widget stock se superpose en bas de la grande image */
body#product #product-details .elementor-main-swiper > .elementor-widget-product-stock {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 10;
  pointer-events: none;          /* les clics passent vers l'image */
}

body#product #product-details .elementor-widget-product-stock .elementor-widget-container,
body#product #product-details .ce-product-stock {
  margin: 0;
  padding: 0;
	width: 100%;
}

/* le bandeau translucide lui-même */
body#product #product-details .ce-product-stock__availability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 13px 18px;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  font-family: var(--lj-font-display);   /* Permanent Marker */
  font-size: clamp(17px, 2.2vw, 26px);
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 1.1;
  color: var(--lj-pink);
  text-align: center;
	position: relative;
	bottom: 10px;
}

/* on masque l'icône « X » d'origine de PrestaShop */
body#product #product-details .ce-product-stock__availability i {
  display: none;
}

/* éclairs roses de part et d'autre du texte */
body#product #product-details .ce-product-stock__availability::before,
body#product #product-details .ce-product-stock__availability::after {
  content: "";
  flex: 0 0 auto;
  width: clamp(16px, 2vw, 24px);
  height: clamp(22px, 2.8vw, 34px);
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32'%3E%3Cpath fill='%23d41e8b' d='M13 0 3 18 10 18 8 32 21 12 13 12Z'/%3E%3C/svg%3E");
}


.lj-onglets__panel p {
	font-size:20px;
	font-family: 'agrandir-regular', sans-serif!important;
	color:#373737!important;
}

.lj-onglets__content{
	font-size:20px;
	font-family: 'agrandir-regular', sans-serif!important;
	color:#373737!important;
}

/* ╔═════════════════════════════════════════════════════════════════════╗
   ║ 11. RESPONSIVE                                                    ║
   ╚═════════════════════════════════════════════════════════════════════╝ */

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
  body#product #product-details .elementor-element-3dfc59b {
    padding: 16px 0 32px;
  }
	.container {
        width: 100%!important;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
	.container {
        width: 100%!important;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
	.container {
        width: 100%!important;
        max-width: 100%;
    }
}
@media (max-width: 576px) {
	.container {
        width: 100%!important;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
  body#product #product-details .elementor-col-50 {
    width: 100%;
  }
  body#product #product-details .ce-product-name {
    margin-top: 16px;
  }
	
	.container {
        width: 100%;
        max-width: 100%;
    }
}



#product-details > div.elementor-section-wrap > section.elementor-element.elementor-element-69d28ff.elementor-section-full_width.\.containRose.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div{padding: 15px 15%!important;}


#product-details > div.elementor-section-wrap > section.elementor-element.elementor-element-ca27c08.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div > div > h2{
color: #000;
    font-family: "Permanent Marker", sans-serif;
    font-size: 58px;
    font-weight: 400;
}

#product-details > div.elementor-section-wrap > section.elementor-element.elementor-element-47695b7.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div{
padding: 35px 8%!important;
}

/* ═══════════════════════════════════════════════════════════
   BANDEAU ROSE .containRose — décor étoile + haut-parleur
   ═══════════════════════════════════════════════════════════ */

body#product .containRose {
  position: relative;
  /* PAS d'overflow:hidden -> le haut-parleur peut déborder du bandeau */
}

/* Étoile jaune — coin haut gauche */
body#product .containRose::before {
content: "";
    position: absolute;
    top: -90px;
    left: 15px;
    width: 200px;
    height: 200px;
    background: url(/img/cms/imgi_93_t.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 3;
}

/* Haut-parleur — bord droit, débordant du bandeau */
body#product .containRose::after {
    content: "";
    position: absolute;
    top: 80%;
    right: 0px;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    background: url(/img/cms/hautparleur.png) no-repeat center / contain;
    pointer-events: none;
    z-index: 5;          /* passe au-dessus du contenu voisin */
}


@media (max-width: 1300px) {
	body#product .containRose::after {
        top: 220px;
        right: 0px;
        width: 170px;
        height: 170px;
	}
	
	body#product .containRose::before {
        top: -80px;
        right: 0px;
        width: 150px;
        height: 150px;
	}
}

@media (max-width: 1024px) {
	body#product .containRose::after {
        top: 220px;
        right: 0px;
        width: 170px;
        height: 170px;
	}
	
	body#product .containRose::before {
        top: -80px;
        right: 0px;
        width: 150px;
        height: 150px;
	}
}

/* Responsive — décors réduits sur petit écran */
@media (max-width: 767px) {
	body#product .containRose::after {
        top: 220px;
        right: 0px;
        width: 170px;
        height: 170px;
	}
	
	body#product .containRose::before {
        top: -80px;
        right: 0px;
        width: 150px;
        height: 150px;
	}
}

/* ═══════════════════════════════════════════════════════════
   DÉCORS SUPPLÉMENTAIRES — onglet description + titre produit
   ═══════════════════════════════════════════════════════════ */

/* SVG 10.svg sur .ongletdescri */
body#product .ongletdescri {
  position: relative;
}
body#product .ongletdescri::after {
  content: "";
  position: absolute;
  top: -95px;
  right: -90px;
  width: 180px;
  height: 180px;
  background: url("/img/cms/10.svg") no-repeat center / contain;
  pointer-events: none;
  z-index: 3;
}

/* SVG 12.svg sur .titlepro */
body#product .titlepro {
  position: relative;
}
body#product .titlepro::after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  width: 270px;
  height: 270px;
  background: url("/img/cms/12.svg") no-repeat center / contain;
  pointer-events: none;
  z-index: 3;
}


/* ───────── Responsive ───────── */

/* Tablette */
@media (max-width: 1024px) {
  body#product .ongletdescri::after {
    top: -70px;
    right: -55px;
    width: 130px;
    height: 130px;
  }
  body#product .titlepro::after {
	top: -100px;
    right: -100px;
    width: 190px;
    height: 190px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body#product .ongletdescri::after {
        top: -45px;
        right: 0px;
        width: 121px;
        height: 121px;
  }
  body#product .titlepro::after {
    top: -55px;
    right: 0;
width: 250px;
        height: 250px;
  }
}




/* ═══════════════════════════════════════════════════════════════════════
   QUICKVIEW — LES JEANNINE
   Habille la fenêtre d'aperçu rapide (modale Bootstrap PrestaShop).
   Le HTML de la quickview est le HTML NATIF PrestaShop (classes
   .product-prices, .product-variants, .bootstrap-touchspin, .add-to-cart…)
   — différent des widgets Creative Elements de la page produit.

   ⚠ À charger APRÈS le CSS du thème pour que ces règles l'emportent.
   Tout est préfixé par .quickview : aucune autre partie du site n'est
   affectée. La quickview pouvant s'ouvrir depuis n'importe quelle page
   (catégorie, accueil…), les variables --lj-* sont redéfinies ici.
   ═══════════════════════════════════════════════════════════════════════ */

.quickview {
  --lj-pink:       #d41e8b;
  --lj-pink-dark:  #b01672;
  --lj-pink-light: #ffeaf6;
  --lj-yellow:     #fff500;
  --lj-black:      #050A0F;
  --lj-gray-bg:    #fafafa;
  --lj-gray-line:  #ececec;
  --lj-gray-text:  rgba(5, 10, 15, .5);
  --lj-font-display: 'Permanent Marker', cursive;
  --lj-font-body:    'agrandir-regular', sans-serif;
}

.quickview * { box-sizing: border-box; }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 1. MODALE — cadre, en-tête, bouton fermer                         ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .modal-dialog {
  max-width: 980px;
  width: 95%;
  margin: 32px auto;
}

.quickview .modal-content {
  border: 0;
  border-top: 4px solid var(--lj-pink);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(5, 10, 15, .28);
}

.quickview .modal-header {
  border: 0;
  padding: 0;
  min-height: 0;
  position: relative;
}

.quickview .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--lj-black);
  color: #fff;
  opacity: 1;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s ease, transform .2s ease;
}
.quickview .modal-header .close:hover {
  background: var(--lj-pink);
  transform: rotate(90deg);
}
.quickview .modal-header .close span { display: block; }

.quickview .modal-body { padding: 32px; }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 2. LAYOUT — 2 colonnes (galerie | infos)                          ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .modal-body .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.quickview .modal-body .row > [class*="col-"] {
  padding: 0;
}
.quickview .modal-body .row > .col-md-6:first-child {
  flex: 0 0 47%;
  max-width: 47%;
  padding-right: 30px;
}
.quickview .modal-body .row > .col-md-6:last-child {
  flex: 0 0 53%;
  max-width: 53%;
}


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 3. GALERIE — vignettes + image principale                         ║
   ║    (c'est l'absence de dimensions ici qui « cassait » la modale)  ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .lj-gallery {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* colonne de vignettes */
.quickview .lj-gallery-thumbs {
  flex: 0 0 76px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 480px;
  overflow-y: auto;
  padding-right: 2px;
}
.quickview .lj-gallery-thumbs::-webkit-scrollbar { width: 4px; }
.quickview .lj-gallery-thumbs::-webkit-scrollbar-thumb {
  background: var(--lj-gray-line);
  border-radius: 4px;
}

.quickview .lj-thumb-item {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color .15s ease;
}
.quickview .lj-thumb-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.quickview .lj-thumb-item:hover { outline-color: var(--lj-pink-light); }
.quickview .lj-thumb-item.is-active,
.quickview .lj-thumb-item[aria-selected="true"] { outline-color: var(--lj-pink); }

/* image principale */
.quickview .lj-gallery-main {
  flex: 1 1 auto;
  min-width: 0;            /* indispensable : autorise l'image à rétrécir */
}
.quickview .lj-gallery-main-link {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.quickview .lj-gallery-main-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.quickview .lj-gallery-zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--lj-black);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(5, 10, 15, .16);
  transition: background .15s ease, color .15s ease;
}
.quickview .lj-gallery-main-link:hover .lj-gallery-zoom {
  background: var(--lj-pink-light);
  color: var(--lj-pink);
}


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 4. TITRE                                                          ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .modal-body h1.h1 {
  font-family: var(--lj-font-display);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--lj-black);
  margin: 0 0 14px;
}


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 5. PRIX                                                           ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .product-prices { margin: 0 0 14px; }

.quickview .product-discount { margin: 0 0 2px; }

.quickview .regular-price {
  font-family: var(--lj-font-body);
  font-size: 16px;
  color: var(--lj-gray-text);
  text-decoration: line-through;
}

.quickview .current-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.quickview .current-price-value {
  font-family: var(--lj-font-body);
  font-size: 28px;
  font-weight: 400;
  color: var(--lj-pink);
  line-height: 1;
}
.quickview .discount,
.quickview .discount-percentage {
  display: inline-block;
  padding: 7px 14px;
  background: var(--lj-pink);
  color: #fff;
  border-radius: 999px;
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

.quickview .tax-shipping-delivery-label {
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-gray-text);
  margin-top: 6px;
}


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 6. DESCRIPTION COURTE                                             ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview #product-description-short {
  margin: 16px 0;
  padding: 14px 18px;
  background: var(--lj-pink-light);
  border-left: 4px solid var(--lj-pink);
  border-radius: 8px;
  font-family: var(--lj-font-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--lj-black);
}
.quickview #product-description-short p { margin: 0; }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 7. VARIANTES — Taille (select) + Couleur (pastilles)              ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .product-variants-item { margin: 16px 0; }

.quickview .product-variants-item .control-label {
  display: block;
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-black);
  margin-bottom: 8px;
}

/* — Taille : select en pilule — */
.quickview .product-variants-item .form-control-select {
  height: 44px;
  width: auto;
  min-width: 96px;
  padding: 0 40px 0 16px;
  border: 2px solid var(--lj-pink);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23050A0F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  font-family: var(--lj-font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--lj-black);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* — Couleur : pastilles rondes — */
.quickview #group_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 4px;
}
.quickview #group_2 li {
  margin: 0;
  padding: 0;
  float: none;
}
.quickview #group_2 label {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
}
.quickview .input-color {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.quickview #group_2 .color {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--lj-black);
  box-sizing: border-box;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.quickview #group_2 label:hover .color { transform: translateY(-2px); }
.quickview .input-color:checked + .color {
  box-shadow: 0 0 0 2px #fff inset, 0 0 0 3px var(--lj-pink);
}


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 8. QUANTITÉ + AJOUTER AU PANIER + WISHLIST                        ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .product-add-to-cart > .control-label {
  display: block;
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-black);
  margin: 18px 0 8px;
}

.quickview .product-quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.quickview .product-quantity .qty { margin: 0; }

/* — champ quantité (touchspin) — */
.quickview .bootstrap-touchspin {
  display: inline-flex;
  align-items: center;
  height: 48px;
  width: auto;
  border: 2px solid var(--lj-black);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.quickview .bootstrap-touchspin .form-control,
.quickview .bootstrap-touchspin input[type="number"] {
  width: 54px;
  height: 100%;
  border: 0;
  box-shadow: none;
  text-align: center;
  font-family: var(--lj-font-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--lj-black);
  background: transparent;
  -moz-appearance: textfield;
  padding: 0;
}
.quickview .bootstrap-touchspin input[type="number"]::-webkit-outer-spin-button,
.quickview .bootstrap-touchspin input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quickview .bootstrap-touchspin-prefix,
.quickview .bootstrap-touchspin-postfix { display: none !important; }

.quickview .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--lj-black);
}
.quickview .input-group-btn-vertical .btn-touchspin {
  flex: 1;
  width: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: var(--lj-black);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease, color .15s ease;
}
.quickview .input-group-btn-vertical .btn-touchspin:hover {
  background: var(--lj-pink);
  color: #fff;
}
.quickview .input-group-btn-vertical .bootstrap-touchspin-up {
  border-bottom: 1px solid var(--lj-gray-line);
}
/* on remplace les icônes Material par de vrais +/- */
.quickview .btn-touchspin .material-icons { font-size: 0; }
.quickview .btn-touchspin .material-icons::before {
  font-family: var(--lj-font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.quickview .btn-touchspin .touchspin-up::before   { content: "+"; }
.quickview .btn-touchspin .touchspin-down::before { content: "\2212"; }

/* — bouton Ajouter au panier — */
.quickview .product-quantity .add {
  flex: 1 1 200px;
}
.quickview .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 0 26px;
  background: var(--lj-pink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--lj-font-display);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.quickview .add-to-cart:hover:not([disabled]) {
  background: var(--lj-pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(212, 30, 139, .35);
}
.quickview .add-to-cart[disabled] {
  opacity: .4;
  cursor: not-allowed;
}
.quickview .add-to-cart .material-icons { font-size: 18px; }

/* — wishlist (bouton cœur du module) — */
.quickview .wishlist-button { flex: 0 0 auto; }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 9. DISPONIBILITÉ / RUPTURE DE STOCK                               ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview #product-availability { margin-top: 14px; }

.quickview .alert-danger {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 16px;
  background: var(--lj-pink-light);
  border: 0;
  border-radius: 10px;
  color: var(--lj-pink-dark);
  font-family: var(--lj-font-body);
  font-size: 14px;
}
.quickview .alert-danger .alert-content-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quickview .alert-danger .material-icons { color: var(--lj-pink); }
.quickview .alert-danger small { color: var(--lj-gray-text); }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 10. PIED DE MODALE — partage + alerte dispo                       ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

.quickview .modal-footer {
  display: block;
  border-top: 1px solid var(--lj-gray-line);
  padding: 18px 32px 24px;
}

.quickview .social-sharing {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.quickview .social-sharing > span {
  font-family: var(--lj-font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lj-black);
}
.quickview .social-sharing ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.quickview .tabs {
  margin-top: 14px;
  border: 0;
  padding: 0;
}
.quickview .js-mailalert .btn,
.quickview .js-mailalert-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  background: var(--lj-black);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--lj-font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  transition: background .2s ease;
}
.quickview .js-mailalert .btn:hover,
.quickview .js-mailalert-add:hover { background: var(--lj-pink); }


/* ╔═══════════════════════════════════════════════════════════════════╗
   ║ 11. RESPONSIVE                                                    ║
   ╚═══════════════════════════════════════════════════════════════════╝ */

@media (max-width: 991px) {
  .quickview .modal-body .row > .col-md-6:first-child { padding-right: 22px; }
}

@media (max-width: 767px) {
  .quickview .modal-dialog { width: 96%; margin: 16px auto; }
  .quickview .modal-body { padding: 22px; }
  /* la galerie est masquée en mobile par PrestaShop (.hidden-xs-down) :
     la colonne infos passe en pleine largeur */
  .quickview .modal-body .row > .col-md-6:first-child,
  .quickview .modal-body .row > .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .quickview .modal-footer { padding: 16px 22px 20px; }
  .quickview .product-quantity .add { flex-basis: 100%; }
}









/* ═══════════════════════════════════════════════════════════════════════
   SLIDER SOUS-CATÉGORIES — LES JEANNINE
   Transforme la liste .subcategories-list (page catégorie) en carrousel.
   Le wrapper .lj-subcat-slider et les flèches sont créés par
   lj-subcat-slider.js — ce CSS habille l'ensemble.

   ⚠ Le thème PrestaShop stylise .subcategories-list et ses <li> via
   #subcategories (forte spécificité). Les propriétés de STRUCTURE sont
   donc forcées en !important pour reprendre la main ; le reste (couleurs,
   tailles de police…) reste surchargeable normalement.

   À charger sur les pages catégorie, après le CSS du thème.
   ═══════════════════════════════════════════════════════════════════════ */

.lj-subcat-slider {
  --ljs-pink:   #d41e8b;
  --ljs-black:  #050A0F;
  --ljs-img-bg: #f4f4f4;
  position: relative;
  margin: 24px 0 40px;
  padding: 0 60px;            /* place pour les flèches de chaque côté */
}

/* ── track défilante ─────────────────────────────────────────────── */
.lj-subcat-slider .subcategories-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.lj-subcat-slider .subcategories-list::-webkit-scrollbar { display: none; }

/* ── carte sous-catégorie (4 visibles sur desktop) ───────────────── */
.lj-subcat-slider .subcategories-list > li {
  flex: 0 0 calc((100% - 72px) / 4) !important;   /* 4 cartes, 3 gaps de 24px */
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  scroll-snap-align: start;
}

/* ── image ───────────────────────────────────────────────────────── */
.lj-subcat-slider .subcategory-image {
  margin: 0 !important;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ljs-img-bg);
}
.lj-subcat-slider .subcategory-image .img {
  display: block;
}
.lj-subcat-slider .subcategory-image img,
.lj-subcat-slider .subcategory-image .img-fluid {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;        /* images carrées ; passe en 3/4 pour du portrait */
  object-fit: cover;
  transition: transform .45s ease;
}
.lj-subcat-slider .subcategories-list > li:hover .subcategory-image img {
  transform: scale(1.05);
}

/* ── titre ───────────────────────────────────────────────────────── */
.lj-subcat-slider .subcategories-list > li h5 {
  margin: 12px 0 0 !important;
  padding: 0;
  text-align: center;
}
.lj-subcat-slider .subcategory-name {
  font-family: 'agrandir-regular', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ljs-black);
  text-decoration: none;
  transition: color .15s ease;
}
.lj-subcat-slider .subcategory-name:hover { color: var(--ljs-pink); }

/* ── flèches (SVG du thème 18.svg / 19.svg) ──────────────────────── */
.lj-subcat-slider .lj-subcat-arrow {
  position: absolute;
  top: 42%;                   /* recentré sur l'image par le JS */
  z-index: 3;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  transition: transform .15s ease;
}
.lj-subcat-slider .lj-subcat-arrow:focus,
.lj-subcat-slider .lj-subcat-arrow:focus-visible {
  outline: none;
  box-shadow: none;
}
.lj-subcat-slider .lj-subcat-arrow:hover {
  transform: translateY(-50%) scale(1.08);
}
.lj-subcat-slider .lj-subcat-arrow--prev { left: 0; }
.lj-subcat-slider .lj-subcat-arrow--next { right: 0; }
.lj-subcat-slider .lj-subcat-arrow[hidden] { display: none !important; }
.lj-subcat-slider .lj-subcat-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ── responsive ──────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .lj-subcat-slider { padding: 0 50px; }
  .lj-subcat-slider .subcategories-list { gap: 18px; }
  .lj-subcat-slider .subcategories-list > li {
    flex: 0 0 calc((100% - 36px) / 3) !important;   /* 3 visibles */
  }
  .lj-subcat-slider .lj-subcat-arrow { width: 40px; height: 40px; }
}

@media (max-width: 640px) {
  .lj-subcat-slider { padding: 0 42px; margin: 18px 0 30px; }
  .lj-subcat-slider .subcategories-list { gap: 14px; }
  .lj-subcat-slider .subcategories-list > li {
    flex: 0 0 calc((100% - 14px) / 2) !important;   /* 2 visibles */
  }
  .lj-subcat-slider .subcategory-name { font-size: 15px; }
  .lj-subcat-slider .lj-subcat-arrow { width: 36px; height: 36px; }
}



.page-category .container {
	width: 100%;
}

.lj-subcat-slider .subcategory-image img, .lj-subcat-slider .subcategory-image .img-fluid {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform .45s ease;
}