.elementor-4624 .elementor-element.elementor-element-cf85f8c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-153e129 *//* ResponsiveLingerieSection.css - Basé sur votre CSS original */
.lingerie-collection {
  background-color: #8b0d23;
  color: #fff;
  text-align: center;
  padding: 80px 40px;
  font-family: "Questrial", sans-serif;
}

/* ===== TITRES ===== */
.section-title {
  font-size: 40px; /* Agrandi */
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.section-subtitle {
  font-size: 18px; /* Agrandi */
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 50px;
  color: #fff;
}

/* ===== GRILLE PRODUITS ===== */
.lingerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  align-items: stretch;
}

/* ===== PRODUIT ===== */
.lingerie-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.lingerie-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  transition: none !important;
}

.lingerie-item:hover img {
  transform: none !important;
  opacity: 1 !important;
}

/* ===== BADGE ===== */
.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #b11226;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff;
}

/* ===== TEXTE PRODUIT ===== */
.info {
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-align: left;
}

.info h3 {
  font-size: 17px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.info p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  opacity: 0.9;
}

/* ===== PROMO ===== */
.lingerie-promo {
  background-color: #7c0a1f;
  border-radius: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden; /* masque les slides */
  position: relative;
}

/* Styles fallback (si JS désactivé) */
.lingerie-promo .edition {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.lingerie-promo .promo-title {
  font-size: 22px;
  margin: 0 0 8px 0;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.lingerie-promo .promo-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
  margin: 0;
}

/* Styles du slider (injectés par JS mais présents ici pour référence) */
.promo-slider-container {
  display: flex;
  width: 500%;
  transition: transform 0.6s ease-in-out;
  height: 100%;
}

.promo-slide {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
  min-height: 100%;
}

/* Slide promo -50% */
.promo-discount-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}

.promo-discount-number {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

.promo-discount-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  line-height: 1.4;
}

.promo-discount-brand {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}

/* Slides texte (même style que -50%) */
.promo-slide-text .edition {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
}

.promo-slide-text .promo-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.promo-slide-text .promo-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

/* Points de pagination */
.promo-pagination {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.promo-dot {
  height: 6px;
  width: 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: none !important;
  padding: 0;
}

.promo-dot:hover { background-color: rgba(255, 255, 255, 0.5); }

.promo-dot.active {
  background-color: #fff;
  width: 24px;
}

/* Responsive desktop pour le slider */
@media (min-width: 768px) {
  .promo-discount-number {
    font-size: 80px;
  }
  
  .promo-slide-text .edition {
    font-size: 13px;
  }
  
  .promo-slide-text .promo-title {
    font-size: 48px;
  }
  
  .promo-slide-text .promo-sub {
    font-size: 16px;
  }
}

/* ===== CTA ===== */
.cta-btn {
  background-color: #b11226 !important;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: none !important;
  text-transform: uppercase;
  border: none;
}

.cta-btn:hover { background-color: #b11226 !important; }

/* ===== NOTE ===== */
.section-note {
  margin-top: 25px;
  font-size: 13px;
  opacity: 0.9;
  color: #fff;
}

/* ===== CENTRAGE BOUTON ===== */
.btn-center {
  text-align: center;
}

/* ===== RESPONSIVE MOBILE - SIMILAIRE À IRRÉSISTIBLES ===== */
@media (max-width: 768px) {
  .lingerie-collection {
    padding: 60px 20px;
  }

  .section-title {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .section-subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  /* Layout mobile : scroll horizontal pour les produits */
  .lingerie-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Les 4 premiers éléments (produits) en scroll horizontal */
  .lingerie-item:nth-child(-n+4) {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }

  /* Container pour les produits avec scroll horizontal */
  .lingerie-grid {
    display: flex;
    flex-direction: column;
  }

  /* Créer un wrapper pour les produits */
  .lingerie-grid::before {
    content: "";
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
    order: 1;
  }

  /* Promo en pleine largeur sous les produits */
  .lingerie-promo {
    padding: 0;
    margin-top: 10px;
    order: 2;
  }

  /* Slider responsive mobile */
  .promo-slide {
    padding: 20px;
  }

  .promo-discount-number {
    font-size: 60px;
  }

  .promo-slide-text .edition {
    font-size: 11px;
  }

  .promo-slide-text .promo-title {
    font-size: 28px;
  }

  .promo-slide-text .promo-sub {
    font-size: 12px;
  }

  .promo-dot {
    height: 5px;
    width: 10px;
  }

  .promo-dot.active {
    width: 20px;
  }

  .lingerie-item img {
    height: 350px;
    object-fit: cover;
  }

  .cta-btn {
    padding: 12px 24px;
    font-size: 14px;
    margin-top: 30px;
  }

  .section-note {
    font-size: 11px;
    margin-top: 20px;
  }
}

/* ===== RESPONSIVE TABLETTE ===== */
@media (min-width: 769px) and (max-width: 1024px) {
  .lingerie-collection {
    padding: 70px 30px;
  }

  .lingerie-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .section-subtitle {
    font-size: 16px;
  }
}

/* ===== COMPATIBILITÉ ELEMENTOR ===== */
.elementor-widget-container .lingerie-collection,
.elementor-element .lingerie-collection {
  margin: 0 !important;
  padding: 80px 40px !important;
}

.elementor-widget-container .lingerie-collection *,
.elementor-element .lingerie-collection * {
  box-sizing: border-box;
}

/* Corrections spécifiques WordPress */
.wp-site-blocks .lingerie-collection,
.entry-content .lingerie-collection,
.page-content .lingerie-collection {
  margin: 0 !important;
  padding: 80px 40px !important;
}/* End custom CSS */