@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

/* ============================================================
   1. VARIABLES & CLASSES UTILITAIRES
   ============================================================ */
:root {
  --noir:        #000000;
  --beige-clair: #F7F5F2;
  --beige-fonce: #E7E1D7;
  --radius-sm:   80px;
  --radius-md:   12px;
  --gap:         1rem;
}
.noir        { color: var(--noir); }
.beige-clair { color: var(--beige-clair); }
.beige-fonce { color: var(--beige-fonce); }

.noto-serif-display {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.manrope-medium { font-family: 'Manrope', system-ui, sans-serif; font-size: .9rem; }


/* ============================================================
   2. SCROLLBARS
   ============================================================ */
#wrapper *::-webkit-scrollbar       { -webkit-appearance: none !important; width: 7px !important; }
#wrapper *::-webkit-scrollbar-thumb { background: #F7F5F2 !important; }
#wrapper *::-webkit-scrollbar-track { background: #000000 !important; }
#wrapper * { scrollbar-color: #E7E1D7 #F7F5F2 !important; scrollbar-width: thin !important; }


/* ============================================================
   3. TYPOGRAPHIE GLOBALE
   ============================================================ */
h1, h2, h3, h4 {
  font-family: 'Noto Serif Display', serif;
  line-height: 1.125em !important;
  margin-bottom: .5em !important;
  letter-spacing: .01em;
  word-break: break-word;
}
h1 { font-size: 2.75rem!important}
h2 { font-size: 1.5rem; }
h3 { font-size: 1.25rem; font-weight: 500; }
h4 { font-size: 1.125rem; }
h5, h6 {
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4 !important;
  letter-spacing: .01em;
  word-break: break-word;
}
p, .elementor-button-text {
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 1.15rem;
}
.alert-info {
    padding: unset!important;
    margin:unset!important;;
    border: none!important;
    font-family: 'Manrope';
    font-size: 15px;
}
.product-quantity
/* ============================================================
   4. PRIX / COEFFICIENT
   ============================================================ */
.coef_excl        { display: none; }
.toggleCoefButton { float: right; }
.prixttcSM        { color: #000; }
button.btn.toggleCoefButton:hover { background-color: transparent; }
ul.highlight-ul    { background-color: #fff; padding: 0.5rem; border-radius: 10px; }
ul.highlight-ul li { color: #fff; }


/* ============================================================
   5. BOUTONS GLOBAUX
   ============================================================ */
/* NOTE: 'fff' sans # sur btn-secondary — typo d'origine conservée */

/* --- États normaux --- */
.btn-primary,
.elementor-button.btn-primary,
button.btn-primary {
  color: #fff; background-color: #000; border: 1px solid #000;
}
.btn-secondary,
.elementor-button.btn-secondary,
button.btn-secondary {
  color: #000; background-color: #f7f5f2; border: 1px solid #f7f5f2;
}

/* --- Primary : couleurs inversées au hover/focus/active --- */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.elementor-button.btn-primary:hover,
.elementor-button.btn-primary:focus,
.elementor-button.btn-primary:active,
.elementor-button.btn-primary.active,
button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary:active {
  color: #000; background-color: #fff; border: 1px solid #000;
}

/* --- Secondary : couleurs inversées au hover/focus/active --- */
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.elementor-button.btn-secondary:hover,
.elementor-button.btn-secondary:focus,
.elementor-button.btn-secondary:active,
.elementor-button.btn-secondary.active,
button.btn-secondary:hover,
button.btn-secondary:focus,
button.btn-secondary:active {
  color: #000; background-color: #fff; border: 1px solid #f7f5f2;
}

/* NOTE: sélecteur '.btn-btn-traditional' (double 'btn-') — typo d'origine conservée */
.btn-btn-traditional,
.elementor-button.btn-traditional,
button.btn-traditional { background-color: #fff; border: 1px solid #000000; }

.elementor-button-text:active,
.elementor-button-content-wrapper:active { background: inherit !important; border: 1px solid inherit !important; }

.elementor-button.elementor-size-small  { font-size: .9rem; }
.elementor-button.elementor-size-medium { font-size: 1rem; }
.elementor-button.elementor-size-large  { font-size: 1.125rem; }
.elementor-button.elementor-size-xl     { font-size: 1.25rem; }
.elementor-button.elementor-size-xxl    { font-size: 1.4rem; }

.btn-lg.add-to-cart { display: flex; align-items: center; column-gap: 0.5rem; border-radius: 13px; height: 52px; }



/* ============================================================
   6. ICÔNES
   ============================================================ */
i.fa-shopping-bag::before,
i.fa-user::before,
i.fa-bars::before,
i.fa-search::before {
  content: ''; position: relative; display: block;
  width: 1.5rem; height: 1.5rem;
  background-size: contain; background-repeat: no-repeat; background-position: center center;
}
i.fa-shopping-bag::before { background-image: url('../img/icone-cart-nr.svg'); width: 32px; }
i.fa-user::before         { background-image: url('../img/icone-user-nr.svg'); }
i.fa-search::before       { background-image: url('../img/icone-search-nr.svg'); }
i.fa-bars::before         { background-image: url('../img/icone-menu-nr.png'); }

#my-account i.fa-user::before{
    width: 1rem; height: 1rem;
}
/* ============================================================
   7. HEADER
   ============================================================ */
#header, #header a, #header span, #header li,
#header button, #header input,
#header .h1, #header .h2, #header .h3 { font-family: 'Manrope', system-ui, sans-serif; }
#header .header-nav                   { display: none; }
/*#header .header-nav .container        { max-width: 80%; }*/
#header #search_widget                { max-width: 90%; }
#header #search_widget .form-control.form-search-control { border-radius: 5px; }
#desktop-header                       { padding: 1rem 0; }
#header #mobile-cart-products-count   { top: -8px; right: -8px; }
#header .text-right,
#search_block_top .searched_category,
#search_block_top.has-categories-dropdown,
#search_query_top,
#search_block_top .button-search,
#search_block_top.has-categories-dropdown #search_query_top {
  border-radius: 100px;
  background: #E7E1D7 !important;
  font-size: .8rem;
  color: #fff !important;
  border: unset !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.col-mobile-logo img { opacity: 0; width: 100%; }
.col-mobile-logo     { background: url('../img/logo-mobile.png') center center no-repeat; background-size: contain; }
.btn.btn-icon.mobile-menu__close.js-mobile-menu__close { display: none; }

#iqithtmlandbanners-block-4 {padding: 0 .5rem}

/* ============================================================
   8. MENU MOBILE
   ============================================================ */
.mobile-menu__header-wrapper { display: none; }
.mobile-menu.js-mobile-menu  { margin-top: 1rem; }
.mobile-menu__close,
.mobile-menu__back-btn       { color: #2e2e2e; font-size: 20px; }
.mobile-menu__content        { margin: 0 !important; }
.mobile-menu__scroller       { padding: 15px 0 !important; }
.mobile-menu__tab            { border-bottom: 1px solid rgba(0,0,0,.06); }
.mobile-menu__link {
  display: flex; align-items: center; width: 100%;
  padding: 18px 24px !important; font-size: 18px; font-weight: 400;
  letter-spacing: .2px; color: #222; transition: all .25s ease;
}
.mobile-menu__link::after { content: "›"; margin-left: auto; font-size: 24px; opacity: .35; transition: .25s; }
.mobile-menu__tab:hover  .mobile-menu__link,
.mobile-menu__tab:active .mobile-menu__link { background: #ece6df; padding-left: 30px !important; }
.mobile-menu__tab:hover  .mobile-menu__link::after { transform: translateX(4px); opacity: .8; }
.mobile-menu__footer {
  border-top: 1px solid rgba(0,0,0,.08); background: #d2cbc0;
  padding: 22px 24px !important; flex-direction: column; gap: 1rem;
}
.mobile-menu__language-selector,
.mobile-menu__currency-selector { font-size: 14px; opacity: .75; }
.mobile-menu__language-currency { order: 2; }
.mobile-menu__user              { order: 1; }
.mobile-menu__user a            { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 500; color: #222; }
.mobile-menu__user i            { font-size: 18px; }
.mobile-menu__scroller::-webkit-scrollbar       { width: 4px; }
.mobile-menu__scroller::-webkit-scrollbar-thumb { background: rgba(0,0,0,.15); border-radius: 20px; }


/* ============================================================
   9. MENU DESKTOP & BURGER
   ============================================================ */
#desktop-header .cbp-tab-title { text-transform: uppercase; font-size: .9rem !important; text-align: center; margin: 0.5rem ;padding:.2rem }
#desktop-header .cbp-tab-title:hover,
#desktop-header .cbp-tab-title:active { text-decoration: underline 1px; text-underline-offset: 11px; }
.cbp-hrmenu-tab-1 .cbp-tab-title { padding: 0 0.5rem 0 0 !important; }

.cbp-horizontal > ul > li { text-align: center; }
#iqitmegamenu-horizontal  { padding: 1.5rem 0; }
#header .cbp-horizontal ul > li:nth-child(-1n+10):after {
  content: ''; display: inline-block; width: 2px; height: 12px;
  background-color: #E7E1D7; vertical-align: middle;
}
#header #cbp-hrmenu-tab-11 .cbp-tab-title,#header #cbp-hrmenu-tab-8 .cbp-tab-title{background-color: #F7F5F2;}


.iqitmegamenu-submenu-container .cbp-menu-column {display: flex; justify-content: flex-start;}

.iqitmegamenu-submenu-container .cbp-menu-column-inner{text-align: left;line-height: 2.3rem;}

#header .iqitmegamenu-submenu-container ul > li:nth-child(-1n+10):after{content:none}

#iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu, #desktop-header .iqit-megamenu-container  {padding:unset!important}

#header .menu a:active,
#header .menu a:focus { font-weight: inherit; }



.burger-anim {
  display: inline-flex; flex-direction: column; justify-content: space-between;
  width: 22px; height: 16px; vertical-align: middle;
}
.burger-anim span {
  display: block; height: 2px; width: 100%;
  background: currentColor; border-radius: 2px;
  transition: transform .3s ease, opacity .25s ease; transform-origin: center;
}


.burger-anim.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger-anim.is-open span:nth-child(2) { opacity: 0; }
.burger-anim.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ============================================================
   10. FOOTER
   ============================================================ */
.reseau .elementor-widget-wrap         { display: flex; }
.reseau .elementor-icon-wrapper        { width: 32px; }
.titre_footer .elementor-heading-title { max-width: 190px !important; }
#footer .block                         { padding-bottom: 0; }
#footer a                              { display: inline-block; font-weight: 400; transition: transform 0.15s ease, font-weight 0.15s ease; }
#footer .block-links a:hover           { font-weight: 600;  }
#footer .block-links ul > li a::before { display: none!important;}

/* ============================================================
   11. CAROUSEL IMAGES 
   ============================================================ */

.conteneur-image {
  position: relative;
  margin-bottom: clamp(30px, 4vw, 45px);
}

.fabrication_france {
   position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: clamp(60px, 8vw, 90px); /* mini 60px, maxi 90px, fluide entre les deux */
  z-index: 2;
}

.col_marque .fabrication_france {
  position: relative;
  top:-27px;
}
.elementor-image-carousel .swiper-slide img,
.elementor-image-carousel .swiper-slide .swiper-slide-image {
  width: 100%; height: 586px; object-fit: cover; object-position: center center;
}
.elementor-image-carousel .swiper-button-prev::after,
.elementor-image-carousel .swiper-button-next::after { content: ""; }
.elementor-image-carousel .swiper-button-prev,
.elementor-image-carousel .swiper-button-next {
  background-repeat: no-repeat; background-position: center; background-size: contain;
  width: 40px; height: 40px; background-color: transparent; border-radius: 50%;
}
.elementor-image-carousel .swiper-button-prev { background-image: url("../img/prev arrow.png"); }
.elementor-image-carousel .swiper-button-next { background-image: url("../img/next arrow.png"); }
.elementor-image-carousel .elementor-swiper-button-prev:hover,
.elementor-image-carousel .elementor-swiper-button-next:hover { background-color: #E7E1D7; }



body#product .swiper-button-next::after, body#product .swiper-button-prev::after { content: "";}
body#product .swiper-button-next,
body#product .swiper-button-prev {
  background-repeat: no-repeat; background-position: center; background-size: contain;
  width: 40px; height: 40px; background-color: transparent; border-radius: 50%; top:-16px;
}


body#product .swiper-button-prev { background-image: url("../img/prev_arrow_cross.svg"); }
body#product .swiper-button-next { background-image: url("../img/next_arrow_cross.svg"); }

.swiper-default-carousel .swiper-button-prev {
  left: auto;
  right: 60px;   /* = position 'right' de next + largeur du bouton + écart */
}

/* ============================================================
   12. HOMEPAGE — TUILES
   ============================================================ */
.titre_tuile_homepage { max-width: 200px; margin-inline: auto; }

/* --- Conteneurs --- */
.tuile_cat_homepage_matiere,
.tuile_cat_homepage,
.tuile_cat_homepage_trio,
.tuile_cat_homepage_technique,
.tuile_cat_homepage_technique > .elementor-element-populated { position: relative; overflow: hidden; }

/* --- Voiles (overlays sombres) --- */
.tuile_cat_homepage_matiere::before,
.tuile_cat_homepage::before,
.tuile_cat_homepage_trio::before,
.tuile_cat_homepage_technique::before {
  content: ""; position: absolute; inset: 0;
  background-color: rgba(0,0,0,0.1); z-index: 1;
}
.tuile_cat_homepage_trio > .elementor-element-populated::before,
.tuile_cat_homepage      > .elementor-element-populated::before {
  content: ""; position: absolute; inset: 0;
  background-color: rgba(0,0,0,0);
  pointer-events: none; z-index: 1;
}
.tuile_cat_homepage_technique > .elementor-element-populated::before {
  content: ""; position: absolute; inset: 0;
  background-color: rgba(0,0,0,0);
  pointer-events: none; z-index: 1;
}

/* --- Calque image zoomable (::after) --- */
.tuile_cat_homepage_technique > .elementor-element-populated::after,
.tuile_cat_homepage_trio      > .elementor-element-populated::after,
.tuile_cat_homepage           > .elementor-element-populated::after {
  content: ""; position: absolute; inset: 0;
  background-image: inherit; background-size: cover; background-position: center;
  z-index: 0; transition: transform 0.8s ease;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.tuile_cat_homepage_technique:hover > .elementor-element-populated::after { transform: scale(1.50); }
.tuile_cat_homepage_trio:hover      > .elementor-element-populated::after,
.tuile_cat_homepage:hover           > .elementor-element-populated::after { transform: scale(1.05); }

/* --- Layout / structure --- */
.tuile_cat_homepage_trio > .elementor-element-populated,
.tuile_cat_homepage      > .elementor-element-populated { padding: unset; }

.tuile_cat_homepage_technique > .elementor-element-populated > .elementor-widget-wrap,
.tuile_cat_homepage_trio      > .elementor-element-populated > .elementor-widget-wrap,
.tuile_cat_homepage           > .elementor-element-populated > .elementor-widget-wrap { position: relative; z-index: 2; }

.tuile_cat_homepage > *,
.tuile_cat_homepage_trio > * { position: relative; }

/* --- Transition titre au survol (matière + technique) --- */
.tuile_cat_homepage_matiere  .titre_tuile_homepage_matiere,
.tuile_cat_homepage_technique .titre_tuile_homepage_technique { transition: transform 1.2s ease; }
.tuile_cat_homepage_matiere:hover  .titre_tuile_homepage_matiere   { transform: translateY(-25px); }
.tuile_cat_homepage_technique:hover .titre_tuile_homepage_technique { transform: translateY(-100px); }

/* --- Bouton "Voir tous" matière / technique --- */
.decouvrir_tuile_matiere .elementor-button,
.decouvrir_tuile_technique .elementor-button {
  position: relative;
  opacity: 0.7;
  border: 1px solid #fff;
  font-family: 'Noto Serif Display', serif;
  font-size: 1rem; font-weight: 400; letter-spacing: 0.05em; text-transform: none;
  transition: background 0.8s ease, color 0.8s ease, opacity 0.8s ease;
  cursor: pointer;
}
.decouvrir_tuile_matiere .elementor-button:hover,
.decouvrir_tuile_technique .elementor-button:hover,
.elementor-element.elementor-element-paqr1wi .elementor-button:hover,
.elementor-element.elementor-element-ehzicsn .elementor-button:hover,
.elementor-element.elementor-element-1n63bm2 .elementor-button:hover { background: #fff !important; color: #000; opacity: 0.85; }

/* --- Zone cliquable étendue à toute la tuile (matière + technique) --- */
.decouvrir_tuile_matiere .elementor-button::after,
.decouvrir_tuile_technique .elementor-button::after {
  content: "";
  position: absolute;
  top: calc(-100vh); left: calc(-100vw);
  right: calc(-100vw); bottom: calc(-100vh);
  z-index: 1;
}

/* --- Positionnement conteneur matière + technique : couvre toute la tuile --- */
.tuile_cat_homepage_technique .decouvrir_tuile_technique {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 34px;
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}

.tuile_cat_homepage_matiere .decouvrir_tuile_matiere {
  position: absolute; inset: 0; z-index: 3;
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 149px;
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}

.tuile_cat_homepage_matiere:hover  .decouvrir_tuile_matiere,
.tuile_cat_homepage_technique:hover .decouvrir_tuile_technique { opacity: 1; pointer-events: auto; }
.hauteur_txt_matiere { align-items: start; }

.txt_descriptif_matiere { min-height: 138px; }

/* ============================================================
   Tuiles SIMPLE + TRIO — méthode "lien overlay dédié"
   Le clic passe par a.tuile_lien_overlay (widget HTML) ;
   le bouton "Découvrir" est purement décoratif.
   ============================================================ */

/* Style de base du bouton (inchangé) */
.decouvrir_tuile { position: static; }
.decouvrir_tuile .elementor-button {
  background: transparent; border: none; color: #fff; letter-spacing: 0.05em;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.decouvrir_tuile .elementor-button .elementor-button-text {
  font-family: 'Noto Serif Display', serif;
  font-size: 1.2rem; line-height: 1.125;
  text-decoration: underline; text-decoration-color: #fff;
  text-decoration-thickness: 1px; text-underline-offset: 3px;
}

/* Lien couvrant la tuile (ancré sur .elementor-widget-wrap, z-index: 2) */
.tuile_lien_overlay { position: absolute; inset: 0; z-index: 3; }
.tuile_lien_overlay:focus-visible { outline: 2px solid #fff; outline-offset: -4px; }

/* Le widget HTML ne doit pas servir d'ancre à l'overlay */
.tuile_cat_homepage      .elementor-widget-html,
.tuile_cat_homepage_trio .elementor-widget-html { position: static; }

/* Bouton décoratif : ne reçoit plus jamais :hover */
.tuile_cat_homepage      .decouvrir_tuile .elementor-button,
.tuile_cat_homepage_trio .decouvrir_tuile .elementor-button { pointer-events: none; }

/* Effet visuel du bouton piloté par le survol de la tuile */
.tuile_cat_homepage:hover      .decouvrir_tuile .elementor-button,
.tuile_cat_homepage_trio:hover .decouvrir_tuile .elementor-button { background: #fff; color: #000; opacity: 0.85; }
.tuile_cat_homepage:hover      .decouvrir_tuile .elementor-button .elementor-button-text,
.tuile_cat_homepage_trio:hover .decouvrir_tuile .elementor-button .elementor-button-text { text-decoration-color: #000; }

/* --- Gap section technique --- */
.section_technique .elementor-row { gap: 0.5rem; }

/* ============================================================
   13. RÉASSURANCE
   ============================================================ */
.reassurance .elementor-image img        { width: 52px !important; height: auto !important; }
.reassurance .elementor-column           { align-items: center; }
.reassurance .elementor-widget-container { display: flex; align-items: center; justify-content: center; height: 60px; }
.reassurance .elementor-row              { justify-content: center; }
.elementor-element-bdl8j2r .elementor-heading-title { width: 124px !important; }


/* ============================================================
   14. PAGES INSTITUTIONNELLES
   ============================================================ */
.cms-id-8 h1.page-title { display: none; }

/* --- Bandeau ancres --- */
.bandeau_ancres .elementor-row {
  display: flex; justify-content: space-between; align-items: center; gap: 2rem;
}
.bandeau_ancres .elementor-column {
  width: auto !important; flex: 0 0 auto !important; text-align: center;
}
.bandeau_ancres .elementor-column .elementor-widget-container { white-space: nowrap; }

/* --- Sections tissage --- */
.section-tissage{padding: unset!important}
.section-tissage .elementor-row,
.section-tissage .elementor-container,
.section-tissage-2 .elementor-row,
.section-tissage-2 .elementor-container { justify-content: space-between; }
.section-tissage-2 .elementor-row {}



.colonne-txt-tissage{max-width:450px;}

.colonne-txt-savoir-faire {max-width:606px;}

.colonne-tissage-2 { width: 315px !important; height: 476px; margin-top: -250px; }

/* --- Section découpe --- */

.section_decoupe .fauteuil {
  position: absolute !important;
  right: 4; top: 80px; left: -312px; height: 385px; width: 350px;
}
.section_decoupe .rideau {
  position: absolute !important;
  right: 0; left: 53px; top: 80px; height: 385px; width: 350px;
}
.section_decoupe .colonne_decoupe_txt { width: 600px !important; }
.section_decoupe .colonne_decoupe_txt h3 { width: 241px !important; }
.section_decoupe .colonne_decoupe_txt p,
.collection_creative .elementor-element-populated,
.colonne_innovation .elementor-element-populated { width: 450px !important; }
.colonne_innovation{justify-content: center!important}

.section_decoupe .pictos .elementor-image img        { width: 70px !important; height: 70px !important; }
.section_decoupe .pictos .elementor-column           { align-items: center; }
.section_decoupe .pictos .elementor-widget-container { display: flex; align-items: center; justify-content: center; height: 60px; }
.section_decoupe .pictos .elementor-row              { justify-content: center; }

/* --- Matières naturelles --- */
.col_matiere_naturelles_title .elementor-element-populated .collection_creative .elementor-element-populated { justify-content: center; }
.col_matiere_naturelles_title .elementor-widget-wrap        { max-width: 258px; }
.col_matiere_naturelles_title .elementor-widget-heading h3  { margin: unset !important; }
.col_matiere_naturelles_title .elementor-column-wrap        { justify-content: center; }

/* --- Colonnes responsable / innovation --- */
.colonne_responsable_img,
.colonne_innovation_img { height: 897px; }
.colonne_responsable_txt .elementor-heading-title,
.colonne_responsable_txt .elementor-text-editor { max-width: 319px; }

.pictos_rse { width: 100%; height:auto; }

.elementor-element-kvr7lct, .elementor-element-0oglrft{
  width:25%!important;
}

/* --- Solutions / innovations --- */
.solution_innovations { background-color: #F7F5F2; }
.col_solution_innovations .elementor-widget-container { display: flex; align-items: center; height: 142px; }
.solution_innovations .elementor-image-box-wrapper { display: flex; align-items: center; }
.solution_innovations .elementor-image-box-img     { width: 14% !important; margin: unset !important; }
.solution_innovations .elementor-image-box-content { padding-left: 1em; }
.solution_innovations .elementor-image-box-title   { margin-bottom: .2em !important; }
.solution_innovations p { line-height: 2rem; }

.elementor-element-amyzcz0 .elementor-row { column-gap: .9rem; }

/* --- Counters --- */
.counter .elementor-container { justify-content: center; }
.counter .elementor-row {
  display: flex; justify-content: center;
  row-gap: 1rem; column-gap: clamp(2rem, 5vw, 8rem);
  width: auto; margin-inline: auto;
}
.counter .elementor-column {
  width: clamp(200px, 10vw, 130px) !important;
  flex: 0 0 clamp(102px, 10vw, 130px) !important;
  padding: 0 !important;
}
.counter .elementor-counter-title { text-align: left; padding-top: 1rem; }
.counter .elementor-counter .elementor-widget-container { display: flex; justify-content: flex-start; }
.counter .elementor-counter-number-wrapper { text-align: left; }


/* ============================================================
   15. SECTION ENVIES
   ============================================================ */
.section_envies        { background-color: #E7E1D7; }
.section_envies .elementor-row { gap: 1rem; }
.col_envie .cta_choisir { display: flex; align-items: center; }
.col_envie .cta_choisir .elementor-icon-box-title { padding: unset; }
.col_envie .cta_choisir h4 { margin: unset !important; }
.col_envie .cta_choisir:hover .elementor-icon-box-title a { color: #000000; font-weight: bold !important; }
.col_envie .cta_choisir .elementor-icon-box-icon a { display: flex; align-items: center; justify-content: center; }


/* ============================================================
   16. SECTION MARQUE
   ============================================================ */
/* NOTE: valeurs alpha rgba(0,0,0,1.85) et rgba(0,0,0,-0.29) invalides — clampées à 1 et 0. Conservées telles quelles. */
.col_marque::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,1.85) 0%, rgba(0,0,0,-0.29) 50%, rgba(0,0,0,1.85) 100%);
  z-index: 1;
}
.col_marque{  }
.col_centre_marque,
.col_centre_marque .cta_qui,
.col_centre_marque .elementor-element-populated { display: flex; align-items: center; gap: 1.5rem; justify-content: center; }
.col_centre_marque .elementor-widget-wrap       { width: 555px; }
.col_centre_marque .cta_qui .elementor-icon-box-title  a{margin-bottom:unset!important;color:white!important}
.col_centre_marque .cta_qui .elementor-icon-box-title  h4{margin-bottom:unset!important;color:white!important}

.col_centre_marque .cta_qui .elementor-icon-box-wrapper{align-items: start;}

/* ============================================================
   17. BLOG
   ============================================================ */
.simpleblog__listing__post__wrapper__content__headline,
.simpleblog__listing__post__wrapper__footer { border: unset; }
.simpleblog__listing__post__wrapper__content__headline.post-title {
  font-family: 'Noto Serif Display', serif;
  line-height: 1.125em !important; margin-bottom: .5em !important;
  letter-spacing: .01em; word-break: break-word; font-size: 1.25rem; font-weight: bold;
}
.simpleblog__listing__post__wrapper__content.card-block { display: flex; flex-direction: column; }
.simpleblog__listing__post__wrapper__content .d-inline  { padding-right: 1em; }
.text-muted.simpleblog__listing__post__wrapper__content__readmore {
  color: #000000; font-size: 15px;
  font-family: 'Noto Serif Display', serif; font-weight: bold; text-decoration: none !important;
}
.text-muted.simpleblog__listing__post__wrapper__content__readmore span { text-decoration: none !important; }
.simpleblog__listing__post__wrapper__content__readmore i { font-size: 13px; margin-left: 9px; font-weight: bold; }
.elementor-blog-posts .swiper-button-next::after,
.elementor-blog-posts .swiper-button-prev::after { display: none; }
.elementor-blog-posts .elementor-swiper-button-prev,
.elementor-blog-posts .elementor-swiper-button-next {
  top: -12px; bottom: auto; width: 32px; height: 32px;
  background-size: contain; background-repeat: no-repeat; background-position: center; border-radius: 50%;
}
.elementor-blog-posts .elementor-swiper-button-prev { right: 40px; left: auto; background-image: url('/themes/warehousechild/assets/img/prev.svg'); }
.elementor-blog-posts .elementor-swiper-button-next { right: 0;    left: auto; background-image: url('/themes/warehousechild/assets/img/next.svg'); }
.elementor-blog-posts .elementor-swiper-button-prev:hover,
.elementor-blog-posts .elementor-swiper-button-next:hover { background-color: #E7E1D7; }


/* ============================================================
   18. LEFT COLUMN (filtres / facettes)
   ============================================================ */
#left-column                                      { margin-top: 0; margin-bottom: 20px; }
#left-column .PM_ASBlockOutputVertical > div.card { border: 0; }
#left-column .card-header                         { background: transparent; color: var(--noir); border: 0; border-radius: 100px; padding-left: 0; font-size: 2rem; font-weight:600;line-height: 1}
#left-column .card-block                          { padding: 20px 0;  }
#left-column .card-block .active-filter-title     { color: var(--noir); font-size: 1.125rem; font-weight:400 }
#left-column .card-block .active_filters ul       { display: flex; flex-wrap: wrap; }
#left-column .card-block .active_filters li a     { background: #F8F6F0; font-size: 1rem; font-weight: 300; padding: .5em 1em; margin: 0 10px 10px 0; }
#left-column .card-block .PM_ASResetSearch        { /*box-shadow: unset; border: 0; text-align: left; font-size: .8rem; color: var(--noir); text-transform: uppercase; font-weight: 600; text-decoration: underline;*/display:none !important}
#left-column .card-block .PM_ASCriterionsGroupTitle { padding: 0; border: 0;  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0; }
#left-column .card-block .PM_ASCriterionsGroupName  { color: var(--noir); font-size: 1.15rem; font-weight:600 }
#left-column .card-block input[type="radio"],
#left-column .card-block input[type="checkbox"]     { width: 16px; height: 16px; }
#left-column .card-block .selectize-input           { border-radius: 0; border: 1px solid #000; padding: 12px; font-size: 1rem; box-shadow: unset; }
#left-column .card-block .selectize-input .item     { background: #F8F6F0; border-radius: 100px; font-size: .8rem; font-weight: 600; padding: .5em 1em; margin: 0 0 10px 0; }
#left-column .card-block .selectize-input .item a.remove { font-size: 1.5em; font-weight: 900; border: 0; margin: 0 5px; }
#left-column .card-block .PM_ASCriterionGroupLink   { max-height: 400px; overflow-y: auto; padding-right: 10px; }
#left-column .card-block .PM_ASCriterionLink        { margin: 5px 0; }
#left-column .card-block .PM_ASCriterionLink .PM_ASCriterionColorSquare { border-radius: 100%; }
#left-column .card-block .PM_ASCriterionLinkSelected .PM_ASCriterionValue { color: var(--noir); }
#left-column .card-block .PM_ASCriterionNbProduct   { opacity: 1; color: #D1BF9B; font-size: .75em; }
#left-column .card-block .PM_ASResetGroup           { display: inline-block; margin-top: .5em; font-size: .8rem; color: var(--noir); font-weight: 400; text-decoration: underline; }
#left-column .PM_ASCriterionsGroupCategory a        { border: 0; color: #000; text-decoration: none; font-weight: 400; }
#left-column .PM_ASCriterionsGroupCategory a:hover  { color: var(--noir); font-weight: bold; }
#left-column .PM_ASCriterionsGroupCategory i:hover  { color: var(--noir); }
#left-column .PM_ASCriterionsGroupCategory li.level2 a,
#left-column .PM_ASCriterionsGroupCategory li.level3 a { padding-left: 1rem; }
#left-column .PM_ASCriterionsGroupCategory li.level2 a::before,
#left-column .PM_ASCriterionsGroupCategory li.level3 a::before {
  content: ""; display: block; position: absolute; left: 0; top: .25em;
  width: .75em; height: .75em; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;
}
#left-column .PM_ASCriterionsGroupCategory li.level3 { margin-left: .75rem; }
a.PM_ASSelectionsRemoveLink:before,a.PM_ASResetGroup:before{
  content: none;
}

a.PM_ASSelectionsRemoveLink:after ,a.PM_ASResetGroup:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/themes/warehousechild/assets/img/cross-linder-shop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left:10px;

}

#left-column-products .sort-radio-label{background: none!important}


.PM_ASLabelLink{
  text-transform: capitalize;font-weight:normal; font-size:18px ; 
}
.PM_ASCriterionGroupCheckbox .checkbox ,.products-sort-radios .sort-radio {
  display: flex;
  align-items: center;
  justify-content: space-between; /* label à gauche, case à droite */
  gap: .5rem;
  padding:.5em 0 .5em 0;
}

.PM_ASCriterionGroupCheckbox .checkbox input[type="checkbox"] {
  order: 2;   /* la case passe après le label */
  margin: 0;
  flex: 0 0 auto;
}

.PM_ASCriterionGroupCheckbox .checkbox label {
  order: 1;
  margin: 0;
}

.PM_ASCriterionsGroupList, .products-sort-radios .sort-radio{
  max-width: 232px;
}

/* Case custom */
.PM_ASCriterionGroupCheckbox .checkbox input[type="checkbox"] ,.products-sort-radios .sort-radio input[type="radio"] , input[type="radio"][name="conf_bas"], input[type="radio"][name="metrage_libre"]{
  order: 2;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000;   
  background: #fff;     
  cursor: pointer;
  margin: 0;
  flex: 0 0 auto;
  position: relative;
}

/* État coché : fond noir */
.PM_ASCriterionGroupCheckbox .checkbox input[type="checkbox"]:checked , input[type="radio"][name="metrage_libre"]:checked{
  background: #000;
}

/* Coche (SVG) par-dessus le fond noir */
.PM_ASCriterionGroupCheckbox .checkbox input[type="checkbox"]:checked::after, input[type="radio"][name="metrage_libre"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/themes/warehousechild/assets/img/check-linder-shop.svg") center / 11px no-repeat;
}
.PM_ASCriterionGroupCheckbox .PM_ASLabelLink::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: .4rem;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.PM_ASLabelLink::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--picto, none);
}


.PM_ASCriterionsGroupTitle::after {
  content: "+";
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  font-size: 1em;
  line-height: 1;
  margin-left: .5rem;
}

.PM_ASCriterionsGroupTitle.is-open::after {
  content: "\2212";
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
}

/* Replié par défaut */
.PM_ASCriterionsGroupTitle + .PM_ASCriterionsGroupOuter {
  display: none;
}



#PM_ASCriterionGroupCheckbox_1_24.PM_ASCriterionGroupCheckbox .PM_ASLabelLink::before {display: none;}
#PM_ASCriterionGroupCheckbox_1_24.PM_ASCriterionGroupCheckbox a.PM_ASLabelLink {font-size: 1rem;text-transform: none;}
.PM_ASCriterionsGroupTitle.is-open + .PM_ASCriterionsGroupOuter {
  display: block;
}
.products-sort-radios .sort-radio input[type="radio"]:checked, input[type="radio"][name="conf_bas"]:checked{
  background: #000;
}

.products-sort-radios .sort-radio input[type="radio"]:checked::after, input[type="radio"][name="conf_bas"]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/themes/warehousechild/assets/img/check-linder-shop.svg") center / 11px no-repeat;
}
.products-sort-radios-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.products-sort-radios.is-open .products-sort-radios-title::after {
  content: "\2212";
}


.products-sort-radios .sort-radio.current .sort-radio-label {
  background: none;
  color: var(--noir);
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
 {
    border: none;
    background: #000000 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 250px;
}

#left-column .PM_ASCritRangeValue{
  margin-top:17px;
}

#left-column .PM_ASCritRange.ui-slider {
  height: 1px;
  background: #e0e0e0;
  border: 0;
}

#left-column .PM_ASCritRange .ui-slider-range {
  height: 1px;
  background: var(--noir);
  border: 0;
}

#left-column .PM_ASCritRange .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;  
}

#left-column #PM_ASCriterionsGroupTitle_1_12{
  padding-bottom:2rem;
}


#left-column #PM_ASCritRange1_17, #left-column #PM_ASCritRange1_18, #left-column #PM_ASCritRange2_9, #left-column #PM_ASCritRange2_8, #left-column #PM_ASCritRange3_6,  
#left-column #PM_ASCritRange3_7,#left-column #PM_ASCritRange6_6, #left-column #PM_ASCritRange6_5, #left-column  #PM_ASCritRange7_5, #left-column #PM_ASCritRange7_6,  #left-column #PM_ASCritRange8_5,  #left-column #PM_ASCritRange8_6{
    display: block;
    text-align: center;
    margin-top: 24px;
}

/**** Template SEO category ****/

.section_seo_category .elementor-row {
  gap:6rem;
}

.isolant-cols {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;
    align-items: center;
}

.isolant-list {
    margin: 0;
    line-height: 1.5rem;
}

.isolant-note {
    background: #f2efed;
    padding: 15px 20px;
    color: #8a817d;
    line-height: 1.5rem;
}

#category .category-additional-description .bloc_1_seo_footer{
    display: flex;
    gap: 3rem;
    padding-top: 3rem;
    flex-direction: column;
}

#category .bloc_1 .elementor-widget-wrap,
#category .bloc_2 .elementor-widget-wrap{
  max-width:80%;
}


#category .colonne_centrale_seo{height:115px;    display: flex;align-items: flex-start;}
#category .colonne_titre_seo{height:93px; text-align: center;}

#category .colonne_end_seo .elementor-column-wrap.elementor-element-populated{height:154px;display: flex;align-items: flex-start;}
#category .section_texte_seo .elementor-row {gap:4rem ;padding-bottom:2rem}
#category .icone_seo_divider{display:none}

#category .colonne_end_seo .elementor-image-box-wrapper{display: flex;align-items:center;}

#category #content-wrapper{padding:0 30px 0 30px}

#isolant-froid h2{max-width:310px}


/* ============================================================
   19. CHECKOUT + authentication
   ============================================================ */
#checkout .ps-shown-by-js button,
#checkout .btn-block.btn-lg,
#checkout .cart-buttons a { max-width: 200px; }
#checkout .cart-buttons   { display: flex; flex-direction: column; align-items: center; }
body.page-authentication #inner-wrapper, body.page-password #inner-wrapper {
    max-width: 900px;
}
body.page-authentication .row.align-items-center{text-align:center}

body#checkout{
    font-family:'Manrope',sans-serif;
    color:#1a1a1a;
}
body#checkout .step-title.js-step-title.h3{
  font-size:28px!important;
}

/* ============================================================
   CART
   ============================================================ */



#blockcart-content .cart-title .modal-title,#blockcart-content .pb-1 a, .cart-buttons .btn-primary , .cart-buttons .btn-secondary  {font-family:'Noto Serif Display'!important}
#blockcart-content, .ns-box  {border:none;}
#blockcart-content #js-cart-close{}
#blockcart-content .product-attributes {font-family: manrope}
#blockcart-content .product-line-info .label,  body#cart .product-line-info .label{font-weight:bold}
#blockcart-content .cart-products>li {border-bottom: 1px solid #cac6be;}
#blockcart-content .cart-subtotals, #blockcart-content hr{ border-top: 1px solid #cac6be!important;opacity: unset;}
#blockcart-content .close{
  background-color: #4a4541;
  opacity: 0.7;
  border-radius:50%;
  width:40px;
  height:40px;
  color: white;

}
#blockcart-content .close span{
    font-family: 'Noto Serif Display'!important;
    font-weight:100!important;
}


/* Sélecteur quantité — cercles noirs − qté + */
#blockcart-content .bootstrap-touchspin {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  border: none;
  box-shadow: none;
}
 .btn-secondary:hover{background-color: #aaa49c;color:white;}
/* Sort les 2 boutons du span vertical pour les réordonner en flex */
 .bootstrap-touchspin .input-group-btn-vertical {
  display: contents;
}
#cart .crossselling-products .section-title{
    text-align: left;
    font-style: normal;
    font-weight: 400;
    padding-top:2rem;
}

#blockcart-content .bootstrap-touchspin .bootstrap-touchspin-down { order: 1; }
#blockcart-content .bootstrap-touchspin .js-cart-line-product-quantity { order: 2; }
#blockcart-content .bootstrap-touchspin .bootstrap-touchspin-up { order: 3; }

/* Champ quantité */
 #blockcart-content .bootstrap-touchspin .js-cart-line-product-quantity {
  width: 28px;
  border: none;
  background: transparent;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}
#blockcart-content .bootstrap-touchspin .js-cart-line-product-quantity::-webkit-inner-spin-button,
#blockcart-content .bootstrap-touchspin .js-cart-line-product-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Boutons cercles noirs */
#blockcart-content .bootstrap-touchspin .btn-touchspin, #cart .bootstrap-touchspin .btn-touchspin {
  width: 52px!important;
  height: 21px!important;
  border-radius: 50%!important;
  background: #000;
  color: #fff;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .15s ease;
}
#blockcart-content .bootstrap-touchspin .btn-touchspin:hover {background-color: #aaa49c; }
#blockcart-content.bootstrap-touchspin .btn-touchspin:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Remplace les chevrons FA par + et − */
#blockcart-content .bootstrap-touchspin .btn-touchspin i { font-size: 12px; line-height: 1; }
#blockcart-content .bootstrap-touchspin .bootstrap-touchspin-up i::before { content: "\f067"; }   /* fa-plus */
#blockcart-content .bootstrap-touchspin .bootstrap-touchspin-down i::before { content: "\f068"; } /* fa-minus */


body#cart .cart-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
}
body#cart .cart-grid-body { flex: 1 1 58%; min-width: 0; }
body#cart .cart-grid-right { flex: 1 1 18%; min-width: 280px; }
body#cart hr {border:none}

/* ---------- Titre ---------- */
body#cart .cart-grid-body h1,
body#cart .cart-grid-body .h1 {
  font-family: 'Noto Serif Display', serif;
  font-weight: 400;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 4px;
}

/* ---------- Cartes / conteneurs ---------- */
body#cart .cart-container,
body#cart .cart-overview {
  background: #fff;
  border: none;
  box-shadow: none;
}

/* ---------- Lignes produit ---------- */
body#cart .cart-items { margin: 0; }
body#cart .cart-item {
  padding: 20px 0;
  border-bottom: 1px solid #ece9e1;
}
body#cart .cart-item:last-child { border-bottom: none; }

/* Nom produit */

body#cart .product-line-info .product-line-info-title,
body#cart .product-line-info a.label,
body#checkout .product-name{
  font-family: 'Noto Serif Display', serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #1a1a1a;
 
}
body#cart .product-line-info {line-height: 2rem}
body#cart .product-line-info .label{font-family:'manrope'}

/* Attributs (Dimensions, Coloris, Finition…) */
body#cart .product-line-info .attribute-name,
body#cart .product-line-info .label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.7rem;
}
body#cart .product-line-info .value {
  color: #6b6659;
  font-size: 12px;
}

/* Prix ligne */
body#cart .product-price strong,
body#cart .product-line-grid .price {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
}

/* Icône suppression */
body#cart .remove-from-cart i,
body#cart .remove-from-cart .material-icons {
  color: #8a8578;
  font-size: 16px;
  transition: color .15s ease;
}
body#cart .remove-from-cart:hover i { color: #1a1a1a; }


/* ---------- Récapitulatif (colonne droite) ---------- */
body#cart .cart-summary , body#checkout .cart-summary {
  background: #F7F5F2;
  border-radius:5px;
  border: none;
  padding: 20px;
  box-shadow: none;
}

body#cart .cart-summary .card-block h3,  body#checkout .cart-summary .card-block h3,
body#cart .cart-summary-products p:first-child, body#checkout .cart-summary-products p:first-child {
  font-family: 'Noto Serif Display', serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #1a1a1a;
}

body#cart .cart-summary-line , body#checkout .cart-summary-line{
  font-size: 13px;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-family:'manrope';
}


body#cart .cart-summary-line .value , body#checkout .cart-summary-line .value{ font-weight: 500; }

/* Total */
body#cart .cart-summary-line.cart-total , body#checkout .cart-summary-line.cart-total{
  border-top: 1px solid #ddd8cc;
  padding-top: 14px;
  margin-top: 12px;
}
body#cart .cart-summary-line.cart-total .label ,#blockcart-content .cart-totals .label, body#checkout .cart-summary-line.cart-total .label{
  font-family: 'Noto Serif Display', serif;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700;
}
body#cart .cart-summary-line.cart-total .value ,#blockcart-content .cart-totals .value, body#checkout .cart-summary-line.cart-total .value {
  font-size: 19px;
  font-weight: 700;
}

body#checkout .cart-summary-subtotals-container{background-color:#E7E1D7 !important }

/* ---------- Code promo ---------- */
body#cart .block-promo .promo-code {
  background: transparent;
  padding: 0;
}
body#cart .block-promo input[name="discount_name"] , body#checkout .block-promo input[name="discount_name"]{
  height: 36px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd8cc;
  padding: 0 10px;
  color: #1a1a1a;
  font-family:'Noto Serif Display';
}
body#cart .block-promo button , body#checkout .block-promo button{
  height: 36px;
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  padding: 0 14px;
    font-family:'Noto Serif Display';
}
body#cart .block-promo button:hover , body#checkout.block-promo button:hover {
  background: #1a1a1a;
  color: #fff;
}

.block-promo .cart-voucher-area{

    background:none!important
}

.fa.fa-tag.btn.voucher-icon{display:none}
/* ---------- CTA Commander ---------- */
body#cart .checkout .btn-primary,
body#cart .cart-detailed-actions .btn-primary {

}
body#cart .checkout .btn-primary:hover { opacity: .8; }

/* ---------- Quantité : cercles noirs − / + ---------- */
body#cart .bootstrap-touchspin {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  border: none;
  box-shadow: none;
  flex-direction: row;
  flex-wrap: nowrap;
}
body#cart .bootstrap-touchspin .input-group-btn-vertical { display: contents; }
body#cart .bootstrap-touchspin .bootstrap-touchspin-down { order: 1; }
body#cart .bootstrap-touchspin .js-cart-line-product-quantity { order: 2; }
body#cart .bootstrap-touchspin .bootstrap-touchspin-up { order: 3; }

body#cart .bootstrap-touchspin .js-cart-line-product-quantity {
  width: 28px;
  border: none;
  background: transparent;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}
body#cart .bootstrap-touchspin .js-cart-line-product-quantity::-webkit-inner-spin-button,
body#cart .bootstrap-touchspin .js-cart-line-product-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body#cart .bootstrap-touchspin .btn-touchspin:hover { opacity: .75; }
body#cart .bootstrap-touchspin .btn-touchspin:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
body#cart .bootstrap-touchspin .btn-touchspin i { font-size: 11px; line-height: 1; }
body#cart .bootstrap-touchspin .bootstrap-touchspin-up i::before { content: "\f067"; }
body#cart .bootstrap-touchspin .bootstrap-touchspin-down i::before { content: "\f068"; }


body#cart .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #aaa49c;
}
body#cart .alert.alert-danger, body#cart .ns-box-danger.fade.show{
  font-family: manrope;
}


/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  body#cart .cart-grid { flex-direction: column; gap: 20px; }
  body#cart .cart-grid-body,
  body#cart .cart-grid-right { flex: 1 1 100%; width: 100%; min-width: 0; }
  body#cart .cart-summary { padding: 16px; }
}


/* ============================================================
    CONTACT
   ============================================================ */


#contact , #contact .part{
  font-family:'Noto Serif Light'!important  ;
}
#contact #wrapper .container{
  max-width:650px;
}
#contact .part h3{
  text-transform:none ;
  font-size:1.5rem ;
  text-align:center;
}
#contact  .ets-cfu-form h3{
  text-transform:none ;
  font-size:2.48rem ;
  text-align:center;
}
#contact .ets_cfu-html ,#contact .part, #contact .titre{
  text-align:center;
  font-size:1.8rem;
  line-height: 1.9rem;
  font-weight:300;
  padding:2rem ;
  font-family: 'Noto Serif Display';
}

#contact .ets_cfu-html.html-645{padding:0rem!important}
#contact  .html-610{font-size:.8rem!important;text-align:left!important;padding:unset!important; margin-top:-2rem}

#contact .form-control {background-color: transparent;border: solid 1px #707070}
#contact .wpcfu .form-control, .form-control::-webkit-input-placeholder {color: #707070!important;font-size:1rem}
#contact .ets_cfu_input_submit{display:flex;justify-content:center;}
#contact .ets_cfu-submit.submit-992{width:245px;text-transform:capitalize!important;font-size:1rem}

#contact .block-title{display:none}
#contact hr{border:none!important}

.block-iqitcontactpage { display: none; }
body#contact #footer .block-iqitcontactpage { display: block; }
/* ============================================================
   Alert sur mesure (voir /js/dynamic/custom.js)
============================================================ */
.product-actions .js-custom-made-notice {background-color: #ffd1d1;}
/* ============================================================
   POP-IN VIDÉO TUTO (voir /js/dynamic/custom.js)
============================================================ */
body.kor-video-open { overflow: hidden; }
 
#kor-video-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 20px;
}
 
#kor-video-overlay .kor-video-modal {
    position: relative;
    width: min(960px, 100%);
}
 
#kor-video-overlay .kor-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}
 
#kor-video-overlay .kor-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
 
#kor-video-overlay .kor-video-close {
    position: absolute;
    top: -42px;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 1;
    font-size: 28px;
    color: #fff;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}
 
#kor-video-overlay .kor-video-close:hover { opacity: 0.7; }

/* ============================================================
   20. RESPONSIVE — MIN-WIDTH 992px
   ============================================================ */
@media (min-width: 992px) {
  #desktop-header .col-header-right .header-user-btn,
  #desktop-header .cart-toogle.header-btn.header-cart-btn {
    display: flex; align-items: center; gap: 16px;
    font-size: .9rem; color: #000000;
    transition: all 0.25s ease-in-out; text-transform: uppercase;
  }
  #header .header-nav { display: block; }

  .tuile_cat_homepage, .tuile_cat_homepage .col_titre_tuile { min-height: 61vh; }
  .tuile_cat_homepage_matiere .col_titre_tuile  { min-height: 25vh; }
  .tuile_cat_homepage_technique.col_titre_tuile { min-height: 33vh; }
  .tuile_cat_homepage_trio, .col_titre_tuile_trio { min-height: 35vh; display: flex; align-items: flex-end; }

  .col_marque .fabrication_france {
  top:-62px;
}


}


/* ============================================================
   21. RESPONSIVE — MAX-WIDTH 1024px
   ============================================================ */
@media (max-width: 1024px) {
  p, .elementor-button-text { font-size: 15px; }

  .elementor-image-carousel .swiper-slide img,
  .elementor-image-carousel .swiper-slide .swiper-slide-image { height: 400px; }

  /* --- Tuiles homepage --- */
  .tuile_cat_homepage, .tuile_cat_homepage .col_titre_tuile  { min-height: 51vh; }
  .matiere_section_interne{ min-height: 27vh;padding-top:2rem}
  .tuile_cat_homepage_technique .col_titre_tuile              { min-height: 18vh; }
  .tuile_cat_homepage_trio, .col_titre_tuile_trio{ min-height: 27vh; display: flex; align-items: flex-end; }
  .tuile_cat_homepage_technique .decouvrir_tuile_technique   { padding-bottom: 0px; }
  .section_technique .elementor-row{flex-wrap: nowrap!important}

  /* --- Largeurs colonnes Elementor --- */
  .elementor-element-fcqiq7t, .elementor-element-8wx62va, .elementor-element-j8z3uuz,
  .elementor-element-tecgm5d, .elementor-element-aslu9en, .elementor-element-jk3lj1u,
  .elementor-element-amd6j66, .elementor-element-iau8evd, .elementor-element-xssf7da { width: 24% !important; }
  .elementor-element-r0766k5, .elementor-element-41at8o0, .elementor-element-ki33r8h { width: 32% !important; }
  .elementor-element-8wx62va, .elementor-element-e4yaw85,
  .elementor-element-g0b3sff, .elementor-element-fcqiq7t { width: 46% !important; }
  .elementor-column.elementor-element.elementor-element-ox0umfo,
  .elementor-column.elementor-element.elementor-element-p12v95z { width: 48% !important; }
  .elementor-element-kvr7lct, .elementor-element-0oglrft { width: 50%; }

  /* --- Marque --- */
  .col_centre_marque .elementor-widget-wrap { width: 900px; }

  /* --- Sections matière / ancres --- */
  .section_matiere .elementor-row { gap: 1rem; justify-content: center; }
  .bandeau_ancres .elementor-row  { justify-content: center; gap: 1rem; }

  /* --- Tissage --- */
  .colonne-txt-tissage, .colonne-tissage  { width: 50% !important; }
  .section-tissage .elementor-row         { justify-content: center; gap: 0rem; flex-wrap: nowrap; }
  .section-tissage .elementor-container   { justify-content: center; }
  .image-histoire   { order: 1; }
  .colonne-hitsoire { order: 2; }

  /* --- Découpe --- */
  .section_decoupe .colonne_decoupe_txt, .section_decoupe .colonne_decoupe { width: 50% !important; }
  .section_decoupe .colonne_decoupe_txt p  { width: 350px !important; }
  .section_decoupe .colonne_decoupe_txt h3 { width: 241px !important; }
  .section_decoupe .elementor-row          { gap: 0rem; }
  .section_decoupe .fauteuil { top: 6px; left: -237px; height: 238px; width: 225px; }
  .section_decoupe .rideau   { left: 0px; top: 6px; height: 238px; width: 225px; }

  /* --- Responsable / innovation --- */
  .colonne_responsable_img, .colonne_innovation_img { height: 649px; }
  .colonne_responsable_txt { width: 48% !important; }
  /*.elementor-heading-title,*/
  .colonne_responsable_txt .elementor-text-editor { max-width: 400px !important; }

  .pictos_rse { width: 160px; height: auto; display:flex;align-items: flex-end;}

  /* --- Solutions / innovations --- */
  .col_solution_innovations .elementor-widget-container { height: 136px; }
  .elementor-element-amyzcz0 .elementor-row { flex-wrap: nowrap; }
  .solution_innovations p { line-height: 1.5rem; }
  .elementor-element.elementor-element-td88s46 {
   padding: 0em 2em 3em 2em; 
  }
  .col_marque .elementor-row{
    justify-content: center;
  }

  .section-tissage .elementor-row,.section-naturelle .elementor-row  {
    padding:  0em 2em 3em 2em;;
} 


#category .colonne_centrale_seo{height:121px; }

#category .colonne_end_seo .elementor-column-wrap.elementor-element-populated{height:auto}



#category .elementor-element-nfpi13p, #category .elementor-element-iwbzx12, #category .elementor-element-t21lyh1 {width:30%}
#category .elementor-element-iwbzx12 {width:35%}
#category .section_texte_seo .elementor-row {gap:0rem ;padding-bottom:2rem}
#category .PM_ASLabelLink{
  font-size:13px !important; 
}

#category #content-wrapper{padding:0 15px 0 15px}

.PM_ASCriterionGroupCheckbox .checkbox ,.products-sort-radios .sort-radio {
  gap: .2rem;
}
.PM_ASCriterionGroupCheckbox .checkbox{
  width:150px;
}


#dp_conf_haut ul {
  grid-template-columns: repeat(3, 1fr)!important;
}

body#product #dp_tuto_video_{
  padding:0.5rem!important;
  font-size:15px!important
}


} /* FIN @media 1024px */


/* ============================================================
   22. RESPONSIVE — MAX-WIDTH 767px
   ============================================================ */
@media (max-width: 767px) {
  p, .elementor-button-text { font-size: 14px; }

  /* --- Footer --- */
  #footer .col-footer                    { width: 48%; }
  #footer .footer-section .elementor-row { justify-content: flex-start; }
  #footer .logo_footer img               { width: 36%; }

  /* --- Tuiles homepage --- */
  .tuile_cat_homepage, .tuile_cat_homepage_trio              { margin-top: 1rem; }
  .tuile_cat_homepage, .tuile_cat_homepage .col_titre_tuile  { min-height: 27vh; }
  .tuile_cat_homepage_trio, .col_titre_tuile_trio            { min-height: 27vh; display: flex; align-items: center; }
  .tuile_cat_homepage_matiere .col_titre_tuile               { min-height: 23vh; }
  .tuile_cat_homepage_technique.col_titre_tuile              { min-height: 30vh; }
  .section_technique .elementor-row{flex-wrap: wrap!important}
  .hauteur_txt_matiere {height:121px}

  /* --- Carousel / réassurance --- */
  .elementor-image-carousel .swiper-slide img,
  .elementor-image-carousel .swiper-slide .swiper-slide-image { height: 350px; }
  .reassurance .elementor-column                      { width: 25%; }
  .reassurance .elementor-image img                   { width: 46px !important; }
  .reassurance .elementor-widget-container            { height: 55px; align-items: flex-start; }
  .reassurance .elementor-row                         { gap: 1rem; }
  .elementor-element-bdl8j2r .elementor-heading-title { width: 60px !important; }

  /* --- Envies / marque --- */
  .col_envie .cta_choisir .elementor-icon-box-wrapper,
  .col_centre_marque .cta_qui .elementor-icon-box-wrapper { display: flex; flex-direction: row-reverse; }
  .col_centre_marque .elementor-widget-wrap { width: 320px; }

  /* --- Largeurs colonnes Elementor --- */
  .elementor-element-pjps0rq, .elementor-element-j8z3uuz, .elementor-element-tecgm5d,
  .elementor-element-aslu9en, .elementor-element-jk3lj1u,
  .elementor-element-amd6j66, .elementor-element-iau8evd, .elementor-element-xssf7da, .col_tech { width: 48% !important; }
  .elementor-element-r0766k5, .elementor-element-41at8o0, .elementor-element-ki33r8h { width: 100% !important; }
  .elementor-column.elementor-element.elementor-element-ox0umfo,
  .elementor-column.elementor-element.elementor-element-p12v95z { width: 100% !important; }

  /* --- Ancres / tissage --- */
  .bandeau_ancres .elementor-row        { flex-direction: column; gap: 1rem; }
  .colonne-txt-tissage, .colonne-tissage { width: 100% !important; }
  .section-tissage .elementor-row       { justify-content: center; gap: 1rem; flex-wrap: wrap; }
  .section-tissage .elementor-container { justify-content: center; }
  .image-histoire   { order: 2; }
  .colonne-hitsoire { order: 1; }

  /* --- Counters --- */
  .counter .elementor-row { justify-content: center; }
  .counter .elementor-counter-number-wrapper,
  .counter .elementor-counter-title { text-align: center; }

  /* --- Découpe --- */
  .section_decoupe .colonne_decoupe_txt, .section_decoupe .colonne_decoupe { width: 100% !important; }
  .section_decoupe .colonne_decoupe_txt .pictos { width: 21%; }
  .section_decoupe .elementor-element-3m10y16 .elementor-row { display: flex; gap: 1rem; justify-content: space-between; }
  .section_decoupe .colonne_decoupe_txt p { width: 92% !important; }
  .section_decoupe .colonne_decoupe_txt   { order: 1; }
  .section_decoupe .colonne_decoupe       { order: 2; }
  .section_decoupe .rideau                { order: 3; }
  .section_decoupe .fauteuil, .section_decoupe .rideau {
    position: relative !important;
    right: unset; top: unset; left: unset;
    height: 277px; width: 50%;
  }

  /* --- Matières naturelles --- */
  .col_matiere_naturelles_title .elementor-widget-wrap { max-width: 198px; }

  /* --- Responsable / innovation --- */
  .colonne_responsable_img, .colonne_innovation_img { height: 400px; order: 2; }
  .colonne_responsable_txt { width: 100% !important; order: 1; }

  /* --- Solutions / innovations --- */
  .elementor-element-amyzcz0 .elementor-row { flex-wrap: wrap; }
  .col_solution_innovations .elementor-widget-container { height: 130px; }

  /* --- Divers --- */
  .elementor-element .elementor-element-cx7nh7l .elementor-row { flex-wrap: nowrap; }
  #col-product-info { position: static !important; z-index: auto !important; }
  #main-product-wrapper .product-add-to-cart {
    position: fixed !important; bottom: 0; left: 0; width: 100%;
    z-index: 9999 !important; background: #fff; padding: 1rem;
  }


  #category .section_seo {flex-direction: column}
  #category .elementor-element-nfpi13p, #category .elementor-element-iwbzx12, #category .elementor-element-t21lyh1 {width:100%}

   .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
        width:15%!important;
        margin-right: 10px;
        flex: 0 0 auto;
        padding-right:1rem;
    }

        #category .colonne_end_seo .elementor-column-wrap.elementor-element-populated {
        height: 131px;
    }
    #category .colonne_centrale_seo {
        height: 95px;
    }
  
      #category .elementor-row .bloc_1.laine,  #category .elementor-row .bloc_2.lin{
        order:2!important
      }
      #category .elementor-row .bloc_2.laine, #category .elementor-row .bloc_1.lin, #category .elementor-row .bloc_1.coton{
        order:1!important
      }

    .elementor-element.elementor-element-dgvk3to > .elementor-element-populated {border-style:none!important}

    #category .section_texte_seo .elementor-row {gap:0 ;padding-bottom:2rem}

    #category .section_seo .elementor-row {gap:1rem; display:flex;flex-wrap:wrap}
    #category .section_seo{margin-left:0}
    #category .icone_seo_divider{display:block}


#category .colonne_centrale_seo{height:auto;    display: flex;align-items: flex-start;}
#category .colonne_titre_seo{height:auto; text-align: center;}

 

} /* FIN @media 767px */


/* ============================================================
   23. RESPONSIVE — TOUCH (hover: none)
   ============================================================ */
@media (hover: none) {
  .tuile_cat_homepage_matiere  .decouvrir_tuile_matiere,
  .tuile_cat_homepage_technique .decouvrir_tuile_technique {
    opacity: 1; pointer-events: auto;
  }
  .tuile_cat_homepage_technique .titre_tuile_homepage_technique { transform: translateY(-60px); }
  .tuile_cat_homepage_technique .decouvrir_tuile_technique      { padding-bottom: 0px; }
  .tuile_cat_homepage_matiere .titre_tuile_homepage_matiere     { transform: translateY(-20px); }
} /* FIN @media hover:none */
/* ============================================================
   24. LISTING PRODUITS & FICHE PRODUIT (warehousechild)
   ------------------------------------------------------------
   Méthode : fusion des règles dupliquées/écrasées en conservant
   systématiquement la valeur effectivement appliquée par la
   cascade (dernière règle à spécificité égale, !important,
   ou spécificité supérieure). Rendu identique à l'original.
============================================================ */

/* ---------- 24.1 GRID PRODUITS / LISTING ---------- */

/* Titre + description de catégorie au-dessus des 2 colonnes, centrés
   (bloc unique — était dupliqué à l'identique dans GRID et SORT) */
#inner-wrapper > .listing-page-header,
#inner-wrapper > .category-description-top {
  width: 100%;
  text-align: center;
  margin: 0 auto 1.5rem;
  display: flex;
  justify-content: center;
}
#inner-wrapper > .category-description-top.rte-content{
  max-width:850px
}
#inner-wrapper > .listing-page-header .page-title {
  margin-bottom: .5rem;
}

.kor_matiere .product-feature-images {
  text-align: left;
  background-color: #F7F5F2;
  padding: 0.25rem 0.5rem;
  font-weight: 300;
  font-size: 1.15rem;
  min-width: 120px;
  margin-bottom: 0.5rem;
}
.products-grid .product-miniature-layout-2 .product-miniature-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
}
.products-grid .product-miniature-layout-2 .kor_propriete .feature-images-list {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
}

/* ---------- 24.2 SORT ---------- */

/* Barre tri/affichage déplacée en bas de la colonne de gauche */
#left-column .left-column-products-top {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
/* La barre passe en vertical dans la colonne étroite */
#left-column .left-column-products-top .products-selection > .row {
  flex-direction: column;
  align-items: stretch;
  gap: .5rem;
}
#left-column .left-column-products-top .products-selection > .row > .col,
#left-column .left-column-products-top .products-selection > .row > .col-auto {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

/* Tri en boutons radio */
.products-sort-radios {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.products-sort-radios-title {
  font-weight: 600;
  margin-bottom: .25rem;
}
.products-sort-radios .sort-radio {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
}
.products-sort-radios .sort-radio input {
  margin: 0;
  cursor: pointer;
}


/* ---------- 24.3 FILTRE ---------- */

ul.PM_ASCriterionGroupImage li,
.PM_ASCriterionGroupColor li { display: block; }
.PM_ASCriterionGroupImage img { width: 36px; }
.product-miniature-grid .product-title { font-weight: 500; }

/* Images des miniatures produit — règle unique
   (fusion de 2 blocs dont les déclarations étaient identiques) */
#category .products .thumbnail-container img,
#new-products .products .thumbnail-container img,
#search .products .thumbnail-container img,
#module-pm_advancedsearch4-searchresults .products .thumbnail-container img,
.page-module-pm-advancedsearch4-seo .products .thumbnail-container img,
#advancedsearch-seo-1 .products .thumbnail-container img,
#advancedsearch-seo-2 .products .thumbnail-container img,
#advancedsearch-seo-3 .products .thumbnail-container img,
#advancedsearch-seo-4 .products .thumbnail-container img,
#advancedsearch-seo-5 .products .thumbnail-container img,
#advancedsearch-seo-6 .products .thumbnail-container img,
#advancedsearch-seo-7 .products .thumbnail-container img,
.products-grid .thumbnail-container img {
  height: 416px;
  object-fit: cover;
  object-position: top;
  width:100%;
}

.crossselling-products-modal .products-grid .thumbnail-container img { max-height: 160px; }
#cart .crossselling-products .products-grid .thumbnail-container img { max-height: 160px; }

.page-module-pm-advancedsearch4-seo h1 {
  color: #cf8f1d;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}

#category li:not(.new).product-flag { background-color: transparent; }
#category li:not(.new).product-flag img { width: 75px; height: auto; }

#category .facet-dropdown .drop-icon { top: -38px !important; }
#category .form-control.select-title.expand-more { border: none; }

#products .bloc_img_cat img,
#category .bloc_img_cat img,
#index .bloc_img_cat img {
  width: 40px;
  height: 40px;
  background: var(--noir);
  border-radius: 10px;
  padding: 0.4em;
}
#category .elementor-accordion-title{
  padding:unset;
  line-height: 3.2rem;
}

#products .bloc_img_cat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-variants .variant-links .variantsleft {
  margin-left: 5px;
  font-family: 'Roboto';
  font-size: 11px;
}
.products .product-reference tcxspan { text-decoration: none; }
.products .product-reference.text-muted {
  text-decoration: none !important;
  color: black;
  font-weight: 600 !important;
}
.products .product-category-name.text-muted {
  text-align: left;
  padding-top: 5px;
}
.products-grid .product-miniature-layout-2 .variant-links .color {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-size: cover;
}
.products .variantsleft { color: #D1BF9B; }
.products .variant-links {
  display: flex;
  flex-direction: row;
  align-items: center;
}




/* Listing : alignement des prix en bas */
.products-grid .product-miniature-layout-2 .product-description > .row { flex: 1; align-items: stretch; }
.products-grid .product-miniature-layout-2 .product-miniature-right { align-self: stretch; justify-content: flex-start; }
.products-grid .product-miniature-layout-2 .kor_matiere { margin-top: auto; }
.products-grid .product-miniature-layout-2 .product-price-and-shipping { margin-top: 0; }
.product-miniature-default .variant-links .color { background-repeat: repeat; }

/* ---------- 24.4 FICHE PRODUIT — règles de base ---------- */

#product .product_header_container,
#product .product_p_price_container,
#product .product-additional-info {
  border-bottom: unset;
  margin-bottom: unset;
  border-top: unset;
}
#product .col-product-info .product_header_container { padding: unset; }

#product .decli select { border-color: black; }
.product-description { margin-bottom: 1rem; }
#product .decli .custom-select2 #group_13,
#product .decli .custom-select2 #group_16 { font-weight: 700; }
#product .decli .custom-select2 #group_15 { font-weight: 400; }

#product .product-variants .input-color:checked + span {
  border: 2px solid white;
  padding: unset !important;
}
.product-variants > .product-variants-item ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.product-variants .input-radio,
.product-variants .radio-label {
  font-size: 1.1rem;
  font-weight: 300;
  border: 2px solid #fff;
  line-height: calc(2em - 4px) !important;
}
#product .radio-label { padding: 0.5rem 0.75rem; }

/* Groupe 152 — finitions avec pictos
   ⚠ min-width:425px déborde sous 425px de large (à traiter en mobile) */
#product ul#group_152 { display: flex; flex-direction: column; }
#product ul#group_152 .radio-label { min-width: 425px; text-align: left; }
body#product .col-product-info .product-variants-item ul#group_152 li.input-container { text-align: left; }

/* Groupe 153 — mêmes finitions, présent dans la seconde feuille */
#product ul#group_153 { display: flex; flex-direction: column; }
#product ul#group_153 .radio-label { min-width: 425px; text-align: left; }
body#product .col-product-info .product-variants-item ul#group_153 li.input-container { text-align: left; }

.radio-label.picto-oeillets::before,
.radio-label.picto-galon::before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
  vertical-align: middle;
}

body#product .product-variants-item-152 > ul {
  display: inline-grid !important;
  width: fit-content;
  max-width: 100%;
  gap: 14px;
}
body#product .product-variants-item-152 > ul > li {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
body#product .product-variants-item-152 .radio-label {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  column-gap: 14px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#product ul#group_152 .input-radio + .radio-label.picto-galon::before {
  background-image: url('../img/picto-galons-noir.svg');
}
#product ul#group_152 .input-radio + .radio-label.picto-oeillets::before {
  background-image: url('../img/picto-oeillets-noir.svg');
}
#product ul#group_152 .input-radio:checked + .radio-label.picto-oeillets::before {
  background-image: url('../img/picto-oeillets-blanc.svg');
}
#product ul#group_152 .input-radio:checked + .radio-label.picto-galon::before {
  background-image: url('../img/picto-galons-blanc.svg');
}
#product ul#group_153 .input-radio + .radio-label.picto-galon::before {
  background-image: url('../img/picto-galons-noir.svg');
}
#product ul#group_153 .input-radio + .radio-label.picto-oeillets::before {
  background-image: url('../img/picto-oeillets-noir.svg');
}
#product ul#group_153 .input-radio:checked + .radio-label.picto-oeillets::before {
  background-image: url('../img/picto-oeillets-blanc.svg');
}
#product ul#group_153 .input-radio:checked + .radio-label.picto-galon::before {
  background-image: url('../img/picto-galons-blanc.svg');
}

#product #prdyn { display: block; }

#product .infos-title {
  display: flex;
  flex-wrap: wrap;
  max-width: 412px;
  margin-top: 2rem;
}

#product .product-tabs { margin-top: unset; }
#product .flag_family_product { width: 44%; }

#product .button-color {
  border-radius: 100%;
  background-color: black;
  color: white;
  width: 2.5em;
  height: 2.5em;
  font-weight: 700;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}

#productdaas-accordion { display: none; }

#product #dp_image_image_rouleau img {
  max-width: 149px;
  height: 118px;
}

/* ⚠ Classes hashées Svelte (.svelte-…) : fragiles, cassent à chaque
   rebuild du module Dynamic Product. À remplacer par data-name/IDs
   stables dès que possible. */
#product .product-variants-item-26 span:first-child,
#product .product-variants-item-27 span,
#product .attribute_label.svelte-1q2wop1,
#product .dp_btn.svelte-c1qji4,
#product .check_color,
#product .check_meter {
  font-size: 1.3rem !important;
  color: var(--noir);
  width: max-content;
  padding-top: 1rem;
}
#product .svelte-1q2wop1,
#product .svelte-n4rils #dp_valeur_metrage { font-weight: 700; }

/* Nombre de rideaux (#dp_is_pair) — fusion des 2 règles */
#product #dp_is_pair {
  display: flex;

}
#dp_is_pair ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#dp_is_pair .option_label { display: none; }

#product .check_condition {
  display: flex;
  align-items: flex-end;
}
#product .check_condition .dimension-metrage {
  display: flex;
  flex-direction: row;
}
#product .check_condition .bloc-right {
  display: flex;
  flex-wrap: wrap;
  height: 104px;
  align-content: space-between;
}
.svelte-fzgstq { display: none !important; }

#product #footer .elementor-element-zr78560 > .elementor-column-wrap {
  padding-bottom: 180px;
}

body#product .product-images .thumb-container {
  padding:unset!important
}
body#product .col-product-image .expander {
    background: #000000;
    border-radius: 100%;
    opacity:0.5;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
}


body#product .product-cover .expander>span {
  background: #000000;
}

body#product .fa.fa-expand{
  color:white;

}
  /*
}
#product .swiper:has(.js-thumb-container) { overflow: visible !important; }

#product .swiper:has(.js-thumb-container) .swiper-slide {
  height: auto !important;
  margin: 0 !important;
}
#product .thumb-container img.thumb,
#product .js-thumb-container img.thumb {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 332 / 508;
  object-fit: cover !important;
  display: block;
}

body#product .product-cover {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}
#product #product-images-large.swiper { height: auto !important; }
#product #product-images-large .swiper-wrapper {
  height: auto !important;
  align-items: flex-start !important;
}
#product #product-images-large .swiper-slide { height: auto !important; }

#product #product-images-large .swiper-slide:not(.swiper-slide-active) {
  height: 0 !important;
  overflow: hidden !important;}

#product #product-images-thumbs .swiper-wrapper {

  align-items: flex-start;

}
*/

@media (min-width: 768px) {
  #product #main-product-wrapper #product-images-large.swiper { overflow: visible; }

  #product #main-product-wrapper #product-images-large .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;  /* 4 colonnes = 25% chacune */
    gap: .75rem !important;
    transform: none !important;
    height: auto !important;
  }

  /* 1re image : pleine largeur */
  #product #main-product-wrapper #product-images-large .swiper-wrapper > .swiper-slide:first-child {
    grid-column: 1 / -1 !important;
  }

  #product #main-product-wrapper #product-images-large .product-lmage-large.swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  /* Grande image : ratio natif */
  #product #main-product-wrapper #product-images-large .product-lmage-large:first-child picture img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: initial !important;
  }

  /* Images suivantes (25%) : recadrées pour tuiles uniformes */
  #product #main-product-wrapper #product-images-large .product-lmage-large:not(:first-child) picture img {
    width: 100% !important;
    aspect-ratio: 678 / 1038;   /* ratio de tes images */
    height: auto !important;
    max-height: none !important;
    object-fit: cover !important;
  }

  #product #main-product-wrapper #product-images-large .swiper-button-prev,
  #product #main-product-wrapper #product-images-large .swiper-button-next {
    display: none !important;
  }

  #product .swiper:has(.js-thumb-container) { display: none !important; }
}

/* ---------- 24.5 ONGLET LATÉRAL — produits similaires ---------- */

#product .similar-products {
  background: #F4F0E7;
  bottom: 0;
  left: 0;
  top: unset;
  right: unset;
  transform: none;
  z-index: 99;
  border-radius: 0 !important;
  margin: 0;
  box-shadow: none;
  max-width: none;
  width: 100%;
  border-top: 2px solid #fff;
}
#product .similar-products .exist {
  text-align: center;
  padding-top: 5px;
}
#product .similar-products .exist::after {
  content: '';
  background-image: url('../img/arrow_exist.png');
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: .25em;
}
#product .similar-products .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#product .similar-products .product-list li {
  padding: 0;
  line-height: 1em;
  width: 70px;
  max-width: 100%;
}
#product .similar-products .product-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .25em;
  padding: 5px;
  font-size: .8rem;
}
#product .similar-products .product-list li a span { text-align: center; }
#product .similar-products .product-list li a img {
  width: 60px;
  max-width: 100%;
  height: inherit;
}

#product .accordeon-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.5rem;
  font-size: .875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:#F7F5F2!important;
  color: #000;
  max-width: 133px;
  margin-top: 0.5rem;
}
#product .accordeon-item > summary::-webkit-details-marker { display: none; }
#product .accordeon-item > summary::marker { content: ""; }
.accordeon-item > summary::after {
  content: "+";
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #000;
}
#product .accordeon-item[open] > summary::after { content: "\2212"; }


#product .accordeon-content{ padding: 1rem 0 0 0;
  font-size: .875rem;}




/* ---------- 24.6 INFOS DYNAMIQUES PRIX/PANIER ---------- */

#product #infocartdyn strong.prixttcSM { display: none; } /* doublon avec le prix principal */

#product #infocartdyn.infoPrixUnitaire {
  color: black;
  font-size: 1.3rem;
  font-weight: 900;
}
/* NB : pour .current-price-value.infoPrixTotal, le font-size/weight
   est de toute façon écrasé par la règle 2rem !important plus bas
   (état identique à l'original) */
#product .current-price-value.infoPrixTotal,
#product #quantityValue,
#product .infoPrixTotal,
#product .infoPrixTotalTax {
  color: var(--noir);
  font-size: 1rem;
  font-weight: 400;
}
#infocartdyn { padding-top: 1rem; }
#infocartdyn, #pmdyna, #prdyn {
  width: 100%;
  font-size: 1rem; /* l'original déclarait 1rem puis 0.85rem : 0.85rem gagnait */;
  font-family: "Manrope", sans-serif;
}

/* ---------- 24.7 SLIDE MÉTRAGE ---------- */

#product #dp_valeur_metrage {
  background: var(--noir);
  height: 1px;
}
/* ⚠ URL absolue codée en dur : casse en staging / multi-domaine.
   À migrer vers ../img/ui-icons_ffffff_256x240.png (vérifier le chemin). */
#product .ui-state-default .ui-icon {
}
#dp_valeur_metrage a {
  border-radius: 100% !important;
  width: 15px;
  height: 15px;
  background: #000;
}
#product .dp_input_container .ui-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff!important;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-family: "Noto Serif Display", serif;
  font-size: 1.6rem;
  font-weight: 200;  
  line-height: 1;
}
#product #dp-radio-44,
#product #dp-radio-45 {
  width: 23px;
  height: 23px;
  font-weight: 700 !important;
}

#product .dp_slider.svelte-1k72dnt{
  margin:6px!important;
}


/* Curseur centré sur la barre (handle 15px) */
#product #dp_valeur_metrage a {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  margin-left: -7.5px !important;   /* ½ de 15px */
}

/* Glyphes − / + centrés dans les boutons ronds */
#product .dp_input_container .ui-button .ui-icon {
  margin: 0 !important;             /* annule le -8px de jQuery UI */
  position: static !important;      /* neutralise le sprite en absolu */
  text-indent: 0 !important;
}

/* Ligne − [barre] + alignée */


#product .dp_input_container .ui-button .ui-icon-plus,
#product .dp_input_container .ui-button .ui-icon-minus { display: none !important; }

#product .dp_input_container .ui-button[data-cy="up"]::before   { content: "+"; }
#product .dp_input_container .ui-button[data-cy="down"]::before { content: "\2212"; }

#product .dp_input_container .ui-button::before {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}


#product input[type='radio']:checked+span {
  background: var(--noir);
  color: #fff;
}
#product input[type='radio']:checked { border-color: var(--noir); }
#product input[type='radio']:checked::before { background: var(--noir); }

.dp_slider.svelte-b4fiua { position: inherit !important; }
.dp_valeur_metrage .dp_input_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* ---------- 24.8 ACCORDÉON INFOS TECHS ---------- */

#product .entretien {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
#product .entretien img {
  max-width: 150px;
  height: 26px;
}

/* ---------- 24.9 TOOLTIP PRODUITS (glightbox) ---------- */

#product #glightbox-body .goverlay { display: none; }
#product #glightbox-body .gcontainer {
  width: 800px;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:white;
  border-radius: 5%;
}

#product .glightbox-clean .gslide-title{
  font-family:manrope!important;
}


#product #glightbox-body {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#product .glightbox-clean .gclose,
#product .glightbox-clean .gprev.gbtn,
#product .glightbox-clean .gnext.gbtn
{
  background-color: #4a4541;
  opacity: 0.7;
  border-radius:50%;
  width:40px;
  height:40px;
}

#product .gprev svg, .gnext svg, .gclose svg{
  width:16px!important
}

#product .glightbox-clean .gslide-media { box-shadow: none !important; }
#product .ginner-container {
  max-width: 800px !important;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5%;
}
#product .gslide-image { padding: 1rem; }
#product .gdesc-inner {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product .dp-lightbox-btn {
  position: relative !important;
  margin-top: 1rem;
  background: var(--noir);
  border-color: var(--noir);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .5rem;
  font-weight: 600;
}
#product .dp_btn.dp-btn-round.dp-btn-small.dp-zoom.svelte-6a3ait { display: none; }

#product #dp-field-info-popup .modal-content,
#product .tooltip-content.svelte-rxit39 {
  background: var(--beige-clair);
  border: 0;
  border-radius: var(--radius-md);
  max-width: 500px;
  padding: 1rem;
}
#product .tooltip-content.svelte-rxit39 {
  color: black;
  line-height: 1.6rem;
}
#product .__tooltip-area {
  color: black;
  line-height: 1.6rem;
  background-color: #fff; /* l'original déclarait #F4F0E7 puis #fff : #fff gagnait */
}
#product #dp-field-info-popup .modal-body {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 1.5rem;
}
#product #dp-field-info-popup .dp-label { width: 100%; }
#product #dp-field-info-popup .modal-footer {
  border: none;
  padding: unset;
}
#product #dp-field-info-popup .modal-footer button {
  font-weight: 700;
  background: var(--noir);
  border-color: var(--noir);
  color: #fff;
  border-radius: var(--radius-sm); /* 25px était écrasé par la section 13 */
}
#product #dp-field-info-popup .modal-footer button:hover { border: none; }

/* ---------- 24.10 TITRE PRODUIT ---------- */

body#product .col-product-info .header-more {
  display: flex;
  flex-direction: column;
  gap: .25em;
  text-align: center;
  margin-bottom: 20px;
}
body#product .col-product-info .span-cat {
  color: var(--noir);
  text-transform: uppercase;
  font-weight: 600;
}
/* Fusion : l'ancienne règle 2rem / letter-spacing .1em était écrasée
   par la section 2 (1.75rem / letter-spacing 0) */
body#product .col-product-info .page-title,
body#product .col-product-info .page-title span {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--noir);
  margin: 0;
  text-align: left;
}

/* ---------- 24.11 PICTOS PRODUITS ---------- */

body#product .bloc_pictos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  align-items: center;
  padding: 0 0 1rem 0;
}
body#product .bloc_pictos img {
  max-width: 87px;
  height: 87px;
}
body#product .bloc_pictos .af_item_group_29 { display: flex; }
/* ⚠ Ordre par IDs de features échappés : fragile si les IDs changent */
body#product .bloc_pictos ul.af_item_group_29 li.\31 91-feat  { order: 1 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\31 98-feat  { order: 2 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\37 73-feat  { order: 3 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\37 74-feat  { order: 4 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\39 80-feat  { order: 5 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\31 076-feat { order: 6 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\32 152-feat { order: 7 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\31 111-feat { order: 8 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\37 76-feat  { order: 9 !important; }
body#product .bloc_pictos ul.af_item_group_29 li.\31 173-feat { order: 10 !important; }

/* ---------- 24.12 VARIATIONS PRODUIT ---------- */

body#product .col-product-info .decli {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body#product .col-product-info .product-variants .tooltip { display: none; }
body#product .dp_btn.svelte-c1qji4 { padding: .8em 0; }

body#product .col-product-info .product-variants-item-27 .form-control-label {
  justify-content: flex-start !important;
  gap: 0.3em;
}
body#product .col-product-info #group_3 input + span::after {
  content: ' cm';
  font-size: .9rem;
  font-weight: 400;
}

/* Hauteur (groupe 3) — suffixe "cm" sur le select
   (fusion des 2 déclarations position:relative successives) */
#product .product-variants-item-3 .custom-select2 {
  position: relative;
  display: inline-block;
}
#product .product-variants-item-3 .custom-select2::before {
  content: "cm";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
  font-size: 14px;
  line-height: 1;
  color: inherit;
}
#product .product-variants-item-3 .custom-select2 select { padding-right: 3.8rem; }

body#product .col-product-info .product-variants-item .custom-select2 {

    height: 48px;
    width: auto;
    min-width: 200px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    gap: 0.5rem;
    background: var(--noir);
    transition: background 0.15s;
}
body#product .col-product-info .product-variants-item select {
  color: #fff;
  border:none;
  text-align: left;
 
}
body#product .col-product-info .product-variants-item-25 { width: 100%; }
body#product .col-product-info .product-variants-item-26 { width: 100%; }
body#product .col-product-info .product-variants-item-26 ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
body#product .col-product-info .product-variants-item-26 ul li {
  float: none !important;
  display: flex;
  flex-direction: column;
  gap: .5em;
  max-width: 80px;
  align-items: center;
}
body#product .col-product-info .product-variants-item-26 ul li input.input-color,
body#product .col-product-info .product-variants-item-26 ul li .color,
body#product .col-product-info .product-variants-item-26 .button-color {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
}
body#product .col-product-info .product-variants-item-26 .button-color { margin: 0 10px; }
body#product .col-product-info .product-variants-item-26 ul li .attribute-name {
  font-size: 0.75rem;
  text-transform: capitalize;
  line-height: 1.1em;
  max-width: 50px;
}
body#product .col-product-info .product-variants-item-26 ul li .input-color:checked ~ span.color {
  border: 3px solid var(--noir);
}
body#product .col-product-info .product-variants-item-26 ul li .input-color:checked ~ span.attribute-name {
  color: var(--noir);
}

body#product .col-product-info .productinfosflag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#product .col-product-info .productinfosflag img {
  width: 80px;
  height: 80px;
  max-width: 100%;
}
body#product .col-product-info tcxspan { text-decoration: none; }

/* ---------- 24.13 DESCRIPTION PRODUIT (accordéon) ---------- */

body#product .col-product-info .product-additional-info { padding: 0; }
body#product .col-product-info .accordion-item.active .accordion-header { background-color: #F4F0E7; }
body#product .col-product-info .accordion-header {
  cursor: pointer;
  padding: 1rem 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}
body#product .col-product-info .accordion-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* ---------- 24.14 CONFIGURATEUR — bandeau haut ---------- */

body.dynamic-product fieldset legend.dp_group_label { background: none; color: #cf8f1d; }
body.dynamic-product fieldset legend.dp_group_label button { color: #cf8f1d; font-size: 1rem; }

#dp_conf_haut button { color: #000; }
#dp_conf_haut ul li button:focus { outline: 0; }

#product #dp_product .dp_type_price,
.dp_type_feature { margin-bottom: 0 !important; }
#product #dp_product div[data-name='largeur_hauteur'],
.dp_type_feature [data-id="77"] .attribute_label { font-size: 0.95rem !important;}
#product #dp_product div[data-name='largeur_hauteur'] { max-width: 265px;font-family:manrope }

div[data-name='valeur_metrage'] .attribute_label,
div[data-name='metrage_libre'] .attribute_label,
div[data-name='image_rouleau'] .attribute_label,
#product #dp_product [data-id="92"] .attribute_label,body#product .col-product-info .product-purchase-title {
  font-size: 1.3rem !important;
  color: var(--noir);
  width: max-content;
  padding-top: 1rem;
  font-weight: 600;
}
div[data-name='valeur_metrage'] .value-input { width: 40px !important; }

/* Éléments DP masqués (le stylage de prix_par_lot / prix_par_rideau,
   devenu sans effet, a été retiré) */
#product #dp_product div[data-name='bilan_panier_rouleau'],
#product #dp_product div[data-name='my_data_text_rouleau'],
#product #dp_product div[data-name='my_data_text_metre'],
#product #dp_product div[data-name='bilan_panier_paires'],
#product #dp_product div[data-name='bilan_panier_unique'],
#product #dp_product div[data-name='prix_par_lot'],
#product #dp_product div[data-name='prix_par_rideau'],
#product #dp_product div[data-name='prix_unitaire_label'],
#product #dp_product div[data-name='bilan_panier_metrage'] {
  display: none !important;
  margin-bottom: unset !important;
}
#product #dp_product div[data-name='image_rouleau'] label {
  display: flex;
  flex-direction: column;
}

#product #pmdyna { order: -1; }
#product #prdyn { order: -1; }
#product .product-reference { order: -2; }


/* ============================================================
   25. FICHE PRODUIT — LAYOUT & CHARTE
   Palette : noir #000 / beige-clair #F7F5F2 / beige-foncé #E7E1D7
   ============================================================ */

/* --- 25.1 Layout général — colonne info alignée à gauche --- */
body#product .col-product-info {
  color: var(--noir);
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight:300;
}
body#product .col-product-info > * { text-align: left;}

/* --- 25.2 Sections — séparateurs et headers cliquables --- */
body#product .col-product-info .product-variants-item,
body#product .col-product-info #dp_product .dp_step > fieldset {
  margin: 0;
}
/* L'ancienne règle .dp_step {padding-top:1rem;margin-top:1rem} était
   écrasée par celle-ci (même sélecteur, plus bas dans le fichier) */
body#product .col-product-info #dp_product .dp_step {
  padding: 0;
  margin: 0;
  border: 0;
}

/* Labels de section (legend + form-control-label) — cliquables.
   L'ancienne règle .form-control-label {font-weight:400; padding:.8em 0;
   font-size:1.1rem} était intégralement écrasée par celle-ci. */
body#product .col-product-info .product-variants-item .form-control-label,
body#product .col-product-info #dp_product .dp_group_label .dp_btn,
.composition-title {
  font-weight: 600;
  font-size: 1.3rem !important;
  color: var(--noir) !important;
  padding: 0 !important;
  text-transform: none;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: none;
  border: 0;
  margin-bottom: 0.5rem;
}


body#product .product-composition{ border-top:1px solid #cac6be;border-bottom:1px solid  #cac6be;padding: 1rem 0 1rem 0 }

/* --- 25.3 Toggle collapsible — indicateur +/− --- */

/* Variantes PrestaShop */

body#product .product-variants {

  display:flex;
  flex-direction:column;
}

body#product .product-variants-item-150{

  border-bottom: 1px solid #cac6be;
  padding: 1rem 0 1rem 0;

}
body#product .product-variants > .product-variants-item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}
body#product .product-variants-item.kor-collapsible > .form-control-label {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 2rem;
  cursor: pointer;
}
body#product .product-variants-item.kor-collapsible > .form-control-label::after{
  content: "\2212";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  color: var(--noir);
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}


body#product .product-variants-item.kor-collapsible[data-state="closed"] > .form-control-label::after {
  content: "+";
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;
  font-size: 1em;
  line-height: 1;
  margin-left: .5rem;
}





body#product .product-variants-item.kor-collapsible[data-state="closed"] > .form-control-label::after {
  content: "+";
}
body#product .product-variants-item.kor-collapsible[data-state="closed"] > ul {
  display: none !important;
}

/* Sections Dynamic Product */
body#product .col-product-info #dp_product fieldset.dp_group {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  border-bottom: 1px solid #cac6be;
}


body#product .col-product-info #dp_product .dp_group.svelte-c1qji4{
  border-bottom:none!important;
}

body#product .col-product-info #dp_product fieldset.dp_group::after {
  position: absolute !important;
  top: 1.5rem !important;
  right: 0 !important;
  z-index: 10;
  color: var(--noir);
  font-size: 1.4rem;
  line-height: 1;
  pointer-events: none;
  content: "\2212"!important;
  font-family: "Manrope", sans-serif;
  font-weight: 700 !important;

}
body#product .col-product-info #dp_product fieldset.dp_group.dp_collapsed::after {
  content: "+" !important;
}
body#product .col-product-info #dp_product fieldset.dp_group.dp_group_default::after {
  content: "" !important;
}

/* --- 25.4 Swatches couleurs (#group_149) --- */

body#product .col-product-info .product-variants-item-149 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}
body#product .col-product-info .product-variants-item-149 ul li {
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  float: none;
}
body#product .col-product-info .product-variants-item-149 ul li .color {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--beige-fonce);
  cursor: pointer;
  transition: border 0.15s ease;
}
body#product .col-product-info .product-variants-item-149 ul li .input-color:checked ~ span.color {
  outline: 2px solid var(--noir);
  outline-offset: 2px;
  padding: 0 !important;
}
body#product .col-product-info .product-variants-item-149 ul li .attribute-name {
  font-size: 0.7rem;
  color: var(--noir);
  text-align: center;
  line-height: 1.2;
  max-width: 65px;
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  overflow: visible;
}

/* --- 25.5 Configurateur Dynamic Product — base ---
   (fusion des déclarations dupliquées dp_container / dp_group /
   dp-required entre l'ancien bloc « Variations » et la section 6) */

body#product .col-product-info #dp_product .dp_container {
  --accent-color: var(--noir);
  accent-color: var(--noir);
  margin: 0;
}

#product #dp_product [data-name='valeur_metrage'] .dp_tooltip_btn {
  display: none !important;
}
body#product .col-product-info #dp_product .dp_group {
  border: 0;
  padding: 0;
  margin: 0;
}
body#product .col-product-info #dp_product .dp_link { color: var(--noir); }
body#product .col-product-info #dp_product .dp_group_label { margin-bottom: 0.75rem; }
body#product .col-product-info #dp_product .dp_field_container { margin-top: 0.75rem; }
body#product .col-product-info #dp_product .dp-required { display: none; }
body#product .col-product-info #dp_product .dp-checkbox-container label { margin: 0; }
body#product .col-product-info #dp_product .dp-checkbox-container input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}
body#product .col-product-info #dp_product .dp_input_container .ui-widget-content { border: 0; }
body#product .col-product-info #dp_product .dp_input_container .ui-spinner-button { display: none; }
body#product .col-product-info #dp_product .dp_input_container .ui-spinner:focus-within { outline: 0; }
body#product .col-product-info #dp_product .dp_input_container .dp-short-description {
  font-size: .75em;
  font-family:manrope;
}

body#product .product-container-info{padding-top:2rem!important;}

/* --- 25.6 Confections (#dp_conf_haut) ---
   (l'ancien « li {flex-basis:20%; width:33.33%} » était écrasé ;
   l'ancien « .dp_selected img {outline:3px; border-radius:100%} »
   perdait sur les 2 propriétés → supprimés) */

#dp_conf_haut ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}
#dp_conf_haut ul li {
  flex-basis: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  position: relative;
}

#dp_conf_haut ul li .dp_thumb {
  width: 100%;
  height: auto;
  position: relative;
}

#dp_conf_haut ul li .dp_thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid #fff;
  outline-offset: 3px;
}


.product-variants .color,
.product-variants .input-color{
  width: 89px!important  ;
  height:89px!important;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid #fff;
  outline-offset: 3px;}

#product .product-variants .color,
#product .product-variants .input-color {
  width: 5rem;
  height: 5rem;
}

#dp_conf_haut .dp_thumb_btn.svelte-ovzmmr{
    outline: 1px solid rgba(160, 160, 160, .25);
    outline-offset: 3px;
    cursor: pointer;
    border-radius: var(--radius-sm);

}




#dp_conf_haut ul li.dp_selected .dp_thumb img,
#product .product-variants .input-color:checked + .color {
  outline: 1px solid var(--noir);
  border-radius: var(--radius-sm);
  border: 1px solid #fff;
  outline-offset: 3px;}
#dp_conf_haut ul li.dp_selected .dp_btn {
  outline: none;
  color: var(--noir);
}

/* Petit + en overlay (remplace icône zoom_in) */

#dp_conf_haut ul li .dp-zoom {
  position: absolute !important;
  top: 13px;
  left: 35px;
  width: 18px;
  height: 18px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 0;
  border: 0;
}

/* On masque le glyphe "zoom_in" */
#dp_conf_haut ul li .dp-zoom .material-icons {
  font-size: 0 !important; 
  color: var(--noir);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* On injecte le "+" à la place */
#dp_conf_haut ul li .dp-zoom .material-icons::before {
  content: "+";
  font-family: manrope;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--noir);
}

#glightbox-slider .btn.dp-lightbox-btn {display: none;}


#dp_conf_haut ul li.dp_selected .option_label { font-weight: 500; }

/* --- 25.7 Finition haut / bas --- */

.dp_group_finition_haut .attribute_label { display: none; }
.dp_group_finition_bas .attribute_label { display: none; }
.dp_step .dp_group:last-of-type .dp-zoom { display: none; }
.dp_step .dp_group:last-of-type .dp-thumbnail:not(.dp_selected) { opacity: .6; }
.dp_step .dp_group:last-of-type .dp-thumbnail:hover { opacity: 1; }
.dp_step .dp_group:last-of-type .dp-thumbnail.dp_selected .dp_thumb_btn { border-radius: 8px; }

.dp_group_finition_bas .dp_input_container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.dp_group_finition_bas .dp-radio-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  margin: 0;
  font-family: manrope;
}

/* --- 25.8 Dimensions — inputs côte à côte ---
   ⚠ Pas de !important sur display, sinon Svelte ne peut pas
   masquer la section lors du toggle natif.
   (label : fusion de l'ancien {font-size:1rem} avec la version charte) */

.dp_group_dimensions .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}


.dp_group_dimensions .content > .dp_type_html:first-child,
.dp_group_dimensions .content [data-name="largeur_hauteur"] {
  grid-column: 1 / -1;
}

.dp_group_dimensions .dp_field_container { margin: 0; }
.dp_group_dimensions .attribute_label,
div[data-name='is_pair'] .attribute_label {
  font-size: 1rem;
  font-weight: 400 !important;
  color: var(--noir) !important;
  padding: 0 0 0.4rem !important;
}
.dp_group_dimensions .dp_unit_symbol { display: none; }

#dp_is_pair .dp-zoom {display: none;}

/* Inputs texte DP — fusion : la version charte (#fff + bordure)
   écrasait l'ancienne (#F4F0E7) ; height:auto conservé de l'ancienne */
body#product .col-product-info #dp_product .dp_input_container input[type="text"] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.7em 0.85em;
  font-size: 1.3rem;
  width: 100%;
  height: auto;
  font-family:noto;
  font-weight:400;
}

body#product .col-product-info #dp_product .dp_input_container input[type="text"]:focus {
  border-color: var(--noir);
  box-shadow: none;
  outline: 0;
}


body#product #dp_tuto_video_{
  background-color: #F7F5F2!important;
  padding: 1rem !important;
  font-family: manrope;
  font-size:1rem;
}



.dp_type_feature { align-content: center; }

/* Options "Rideau unique" (39) et "Paire de rideaux" (40) : état sélectionné */
li.dp-thumbnail[data-id="39"].dp_selected,
li.dp-thumbnail[data-id="40"].dp_selected {
  background: #000;
  border-color: #000;
}

/* Vignette : inversion noir↔blanc */
li.dp-thumbnail[data-id="39"].dp_selected .dp_thumb img,
li.dp-thumbnail[data-id="40"].dp_selected .dp_thumb img {
  filter: invert(1);
}

/* Label texte en blanc */
li.dp-thumbnail[data-id="39"].dp_selected .option_label,
li.dp-thumbnail[data-id="40"].dp_selected .option_label {
  color: #fff;
}

li.dp-thumbnail[data-id="39"].dp_selected .dp_thumb_btn,
li.dp-thumbnail[data-id="40"].dp_selected .dp_thumb_btn  {
  outline: none !important;
  border: none !important;
}


/* --- 25.9 Bloc prix --- fusion sections 11 + 16
   (la 1re version .block-price {background:#F4F0E7; radius:15px;
   padding:1rem} était intégralement écrasée → supprimée) */

.block-price .product_p_price_container {
  background: transparent;
  padding: 1.5rem 0 1rem;
  border-top: 1px solid var(--beige-fonce);
  border-radius: 0;
  margin-top: 1.5rem;
}

#product .product-reference {
  font-size: 0.75rem;
  color: var(--noir);
  opacity: 0.6;
  margin-bottom: 0.5rem;
  text-align: left;
}
#product .product-reference label,
#product .product-reference span {
  font-size: 0.75rem;
  font-weight: 400;
}

/* Titre de section « Quantité et commande » */
/*body#product .col-product-info .product-purchase-title {
  font-family: 'Noto Serif Display', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--noir);
  margin: 0 0 1rem;
}*/

/* Prix principal — gap final .15rem (§16 écrasait le .25rem de §11) */
#product .current-price {
  display: flex;
  align-items: baseline;
  gap: .15rem;
}
/* font-size final 2rem (le 1.75rem !important de §11 était écrasé
   par le 2rem !important de §16, déclaré après) */
#product .product-actions .product-price,
#product .current-price-value {
  font-size: 2rem !important;
  font-weight: 700 !important;
  color: var(--noir);
  line-height: 1;
}
/* Mention TTC/HT en exposant, collée à droite du prix */
#product .current-price .price-tax-label {
  font-size: .85rem;
  font-weight: 600;
  vertical-align: super;
  margin-left: 1px;
}
/* Libellé taxe/livraison — fusion §11/§16 :
   font-size .75rem !important et font-weight 500 !important (§11)
   gagnaient sur la tentative .8rem / 400 sans !important de §16 ;
   vertical-align: baseline (§16) gagnait sur super (§11) */
#product .tax-shipping-delivery-label {
  font-size: .75rem !important;
  font-weight: 500 !important;
  vertical-align: baseline;
  color: var(--noir);
  margin: 0;
}

/* Prix unitaire « l'unité » sous le prix */
#product .product-unit-price {
  font-size: .8rem;
  font-weight: 400;
  color: var(--noir);
  opacity: .7;
  margin: .15rem 0 0;
}
/* Éco-participation conservée (mention obligatoire en France),
   simplement rendue discrète. NE PAS masquer. */
#product .price-ecotax {
  font-size: .75rem;
  opacity: .6;
  margin: .25rem 0 0;
}

#product #infocartdyn strong.prixttcSM { display: none; }

/* --- 25.10 Quantité + ajout panier --- fusion sections 12 + 16
   (état final : stepper horizontal en grid −/[n]/+ et bouton
   rectangulaire ; toutes les versions intermédiaires supprimées) */

body#product .col-product-info .product-add-to-cart {
  border-top: 0;
  padding-top: 1rem;
}

#product .product-quantity {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 14px; /* valeur finale (écrasait .75rem puis 1.5rem) */
  width: auto;
  margin: 1rem 0 0;
}
#product .product-quantity .col-add-qty {
  flex: 0 0 128px;
  width: 128px;
  max-width: 128px;
  padding: 0;
  margin: 0;
}
#product .product-quantity .col-add-btn {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
}
#product .product-quantity .qty { width: 128px; }

/* Stepper : TouchSpin est en verticalbuttons → display:contents sur
   le conteneur vertical pour réaligner −/+ de part et d'autre */
#product .product-quantity .input-group.bootstrap-touchspin {
  display: grid;
  grid-template-columns: 40px 48px 40px;
  align-items: stretch;
  width: 128px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--noir) 40%, transparent);
  overflow: hidden;
  background: #fff;
}
#product .product-quantity .input-group-btn-vertical { display: contents !important; }
#product .product-quantity .bootstrap-touchspin-prefix,
#product .product-quantity .bootstrap-touchspin-postfix { display: none !important; }

#product .product-quantity .input-group input[name="qty"] {
  grid-column: 2;
  order: 1;
  width: 48px;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-left: 1px solid color-mix(in srgb, var(--noir) 40%, transparent);
  border-right: 1px solid color-mix(in srgb, var(--noir) 40%, transparent);
  border-radius: 0;
  background: transparent;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: none;
}

#product .product-quantity .btn-touchspin {
  border: 0;
  background: transparent;
  color: var(--noir);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
#product .product-quantity .bootstrap-touchspin-down,
#product .product-quantity .bootstrap-touchspin-up {
  position: static !important; /* neutralise le positionnement du plugin */
  width: 40px;
  height: 48px;
  margin: 0;
}
#product .product-quantity .bootstrap-touchspin-down { order: 0; grid-column: 1; } /* gauche : − */
#product .product-quantity .bootstrap-touchspin-up   { order: 2; grid-column: 3; } /* droite : + */

/* Remplace les chevrons ∧/∨ de TouchSpin par − et + */
#product .product-quantity .btn-touchspin .touchspin-up,
#product .product-quantity .btn-touchspin .touchspin-down { display: none; }
#product .product-quantity .bootstrap-touchspin-down::before { content: "\2212"; } /* − */
#product .product-quantity .bootstrap-touchspin-up::before   { content: "+"; color:var(--noir)}

/* Bouton « Ajouter au Panier » — fusion §12/§16 :
   radius 0, h 48px, padding 0 2rem, font 1rem (valeurs finales §16) */
#product .add-to-cart,
#product .btn-primary.add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 48px;
  width: auto;
  min-width: 200px;
  padding: 0 2rem;
  background: var(--noir);
  border: 1px solid var(--noir);
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  transition: background 0.15s;
}
#product .add-to-cart:hover,
#product .btn-primary.add-to-cart:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
}
#product .add-to-cart .bag-icon { display: none; }

/* --- 25.11 Éléments masqués --- */

#product .social-sharing { display: none; }

/* --- 25.12 Coloris — label sous la pastille (group_150) --- */

body#product .col-product-info .product-variants-item ul[id^="group_150"] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body#product .col-product-info .product-variants-item ul[id^="group_150"] li.input-container {
  text-align: center !important;
  flex: 1;
  max-width: 98px;
}
body#product .col-product-info .product-variants-item ul[id^="group_150"] li.input-container .color {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body#product .col-product-info .product-variants-item ul[id^="group_150"] li.input-container .color-label,#dp_conf_haut ul li .dp_btn.option_label  {
  display: block !important;
  font-size: 13px;
  line-height: 1.3;
  color: #000;
  margin-top: 4px;
  text-transform: normal;
  font-family: 'Manrope';
}

#dp_conf_haut ul li .dp_btn.option_label {
  font-weight: 500;
  text-align: center;
  padding: 0 !important;
}




body#product .col-product-info .product-variants-item ul[id^="group_150"] li.input-container:has(input[type="radio"]:checked) .color-label {
  font-weight: 400;
}

/* --- 25.13 Features / blocs annexes --- */

#product .product-feature-images .feature-images-list {
  font-weight: 300;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem; /* vertical | horizontal */
}
#product .product-feature-images .feature-images-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
}

.product-tisse-france {
  margin-bottom: 2.5rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.product-help-block {
  margin-top:3rem;
  max-width: 100%;
  padding: 2rem;
  background: #f4f2f0;
  color: #000000;
}
.product-help-block h3 {
  margin-bottom:.8rem!important;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
}
.product-help-block p {
  max-width: 430px;
  margin: 0 0 24px;
  color: #000000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.product-help-block .btn {
  display: block;
  width: 177px;
  margin-left: auto;
  background: #fff;
  color: #000000;
  border: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}
.product-help-block .btn:hover,
.product-help-block .btn:focus {
  background: #ebe7e3;
  color: #4a4541;
  text-decoration: none;
}

/* --- 25.14 Harmonisation listings produits de la fiche (3/ligne)
   alignés sur le rendu du listing catégorie (2/ligne) --- */

/* a) Neutralise la fuite des règles "features fiche" (25.13)
      dans les miniatures des sections produits de la page */
#product .products .product-feature-images .feature-images-item {
  font-size: 1.15rem;        /* = badge du listing catégorie */
  margin-bottom: 0;
  gap: .5rem;
}
#product .products .product-feature-images .feature-images-list {
  gap: .25rem;
}

/* b) Badge matière : même boîte que sur le listing catégorie */
#product .products .kor_matiere .product-feature-images {
  font-size: 1.15rem;
  padding: .25rem .5rem;
  min-width: 120px;
  margin-bottom: .5rem;
}

/* c) Titre : même graisse/couleur quel que soit le layout miniature */
.products .product-title,
.product-miniature-grid .product-title { font-weight: 500; }
.products .product-title a { color: #000; }

/* d) Colonne droite : même répartition verticale que layout-2 */
.products .product-miniature-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/* --- 25.13 Features / blocs annexes --- */


#product  .category-products.block.block-section .section-title ,#product .crossselling-products .section-title{
    text-align: left;
    font-style: normal;
    font-weight: 400;
    padding-top:2rem;
}
#product  .category-products .swiper{
    padding:unset!important;
}

#product .category-products.block-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #F7F5F2;
}
#product  .category-products.block-section > * {
  max-width: 1380px;   /* la largeur de ton container Warehouse */
  margin-inline: auto;
}

#product .category-products .swiper-container-wrapper {
  overflow:visible;
}

#cms .txt_mentions p{
  padding:unset;
  margin:unset;
}


/* Mentions légales : logos même gabarit + textes alignés */
.txt_mentions .elementor-image-box-img {
  height: 180px;                /* hauteur commune des 2 logos */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.txt_mentions .elementor-image-box-img img {
  max-width: 200px;             /* largeur max commune */
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;          /* pas de déformation */
}

/* Contenu texte centré et aligné */
.txt_mentions .elementor-image-box-content {
  text-align: center;
}
.txt_mentions .elementor-image-box-title {
  min-height: 1.5em;            /* réserve 2 lignes pour aligner les 2 titres */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}



/* Livraison */
.tarifs-livraison {
    width: 100%;
    max-width: 560px;
    border-collapse: collapse;
    font-size: 1rem;
  }
  .tarifs-livraison caption {
    caption-side: top;
    text-align: left;
    font-weight: 600;
    padding-bottom: .5rem;
  }
  .tarifs-livraison th,
  .tarifs-livraison td {
    border: 1px solid #E7E1D7;
    padding: .5rem .75rem;
    text-align: left;
  }
  .tarifs-livraison td {
    text-align: right;
  }
  .tarifs-livraison thead th {
    background-color: #000;
    color: #fff;
    font-weight: 600;
  }
  .tarifs-livraison tbody th {
    background-color: #F7F5F2;
    font-weight: 400;
  }
  .tarifs-livraison tbody tr:nth-child(even) td {
    background-color: #F7F5F2;
  }




/* ============================================================
   26. RESPONSIVE — LISTING & FICHE PRODUIT
   ============================================================ */

@media (max-width: 576px) {
  #product ul#group_152 .radio-label { min-width: 100%; max-width: 100%; }
  #product ul#group_153 .radio-label { min-width: 100%; max-width: 100%; }

  .product-help-block {
    max-width: none;
    margin: 24px 0 0;
    padding: 24px;
  }
  .product-help-block .btn {
    width: 100%;
    margin-left: 0;
  }
   #product .category-products .swiper-container-wrapper {
  overflow:hidden;
}
#isolant-froid h2{text-align:center;max-width: auto}


.isolant-cols{display: flex;flex-direction: column;gap:13px;justify-content: center}
.rte-content{justify-content: center}
.isolant-list, .isolant-note{max-width:340px}
}

@media (min-width: 992px) {
  body#product .col-product-info {
    padding-right: 8rem;
    padding-left: 5rem;
  }
  #product .category-products .swiper-container-wrapper {
  overflow:hidden;
}
.tuile_cat_homepage_matiere .decouvrir_tuile_matiere {
  padding-bottom: 170px;
}
#dp_conf_haut ul {
  grid-template-columns: repeat(4, 1fr)!important;
}
}


@media (max-width: 992px) {

  #product .category-products .swiper-container-wrapper {
  overflow:hidden;
  }
  #product  .category-products .swiper{
      padding:unset!important;
  }

  #product .dp_input_container {
    margin-left:1rem
  }
   #product .swiper:has(.js-thumb-container) .swiper-slide {
    width: calc((100% - .75rem) / 2) !important;
  }
  .PM_ASLabelLink{
  font-size:15px ; 
}



}


/* ============================================================
   Damier images produit (layout "column") - LINDER  [v2 - specificite renforcee]
   1re image = 100% largeur ; suivantes = 50% (damier) ; images entieres.
   Prefixe #product #main-product-wrapper pour passer devant les regles existantes.
   Desktop (>=768px) ; sous 768px Swiper reste actif (carousel).
   ============================================================ */
@media (min-width: 768px) {
  /*
 #product .swiper:has(.js-thumb-container) .swiper-slide {
    width: calc((100% - 2 * .75rem) / 3) !important;
  }*/
}



@media (max-width: 1300px) {

  #desktop-header { display: none !important; }
  #mobile-header { display: block !important; }
  #iqitmegamenu-horizontal { display: none !important; }

  /* Ne garder que agathe + le collage creation1 (fond) */
  .elementor-element.elementor-element-q8dq0ct,   /* creation2.jpg */
  .elementor-element.elementor-element-8a1fxva,   /* spacer haut (357px desktop) */
  .elementor-element.elementor-element-x5drn0f {  /* spacer bas */
    display: none !important;
  }

  /* Fond déplacé de la colonne (qui s'étire) vers le bloc interne, dimensionné par ratio */
  .elementor-element.elementor-element-ybaxs55 > .elementor-element-populated {
    background: none !important;
  }
  .elementor-element.elementor-element-ybaxs55 .elementor-widget-wrap {
    aspect-ratio: 3 / 4;
    position: relative;
    background: url("/img/cms/qsn/creation1.jpg") center bottom / cover no-repeat;
  }

  /* Agathe : chevauchement en haut à droite, tout en % — aucun px négatif */
  .elementor-element.elementor-element-46377z7 {
    position: absolute;
    top: -6%;
    right: 5%;
    width: 38%;
    z-index: 1;
  }
  .elementor-element.elementor-element-46377z7 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  .elementor-element.elementor-element-46377z7 .elementor-image img {
    max-width: 100% !important;
  }
  @media (min-width:1301px) {

    .section-tissage .elementor-row, .section-naturelle .elementor-row {
        padding-left: 17em;
    }
    .section_decoupe .elementor-row { gap: 3rem; }

}