.elementor-2032 .elementor-element.elementor-element-335b1346{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5a3776bb */.lingerie-collection {
  background-color: #8b0d23;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  font-family: "Questrial", sans-serif;
  width: 100%;
  box-sizing: border-box;
}

/* ===== TITRES ===== */
.section-title {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.section-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}

/* ===== SLIDER MOBILE - PRODUIT UNIQUE ===== */
.lingerie-slider {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ===== PRODUIT ===== */
.lingerie-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 340px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  aspect-ratio: 2/3; /* Ratio d'aspect portrait conforme */
}

.lingerie-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* Positionnement centré en haut */
  border-radius: 12px;
  display: block;
}

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

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

.info h3 {
  font-size: 16px;
  margin: 0 0 4px 0;
  color: #fff;
  font-weight: 700;
}

.info p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== CTA ===== */
.cta-btn {
  background-color: #b11226;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-size: 14px;
}

.cta-btn:hover {
  background-color: #c82036;
}

/* ===== NOTE ===== */
.section-note {
  margin-top: 20px;
  font-size: 11px;
  opacity: 0.9;
  color: #fff;
  padding: 0 20px;
}

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

/* ===== RESPONSIVE TRÈS PETITS ÉCRANS ===== */
@media (max-width: 480px) {
  .lingerie-collection {
    padding: 30px 0;
  }

  .section-title {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .section-subtitle {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }

  .lingerie-slider {
    padding: 0 16px;
  }

  .lingerie-item {
    max-width: 280px;
  }

  .lingerie-item img {
    height: 100%;
  }

  .cta-btn {
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 25px;
  }

  .section-note {
    font-size: 10px;
    margin-top: 15px;
  }
}

/* ===== DÉSACTIVATION DES EFFETS HOVER SUR MOBILE ===== */
@media (hover: none) and (pointer: coarse) {
  .lingerie-item img {
    transition: none;
  }

  .cta-btn {
    transition: none;
  }

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

/* ===== AMÉLIORATIONS ACCESSIBILITÉ ===== */
@media (prefers-reduced-motion: reduce) {
  .lingerie-item img {
    transition: none;
  }
}

/* ===== AMÉLIORATIONS PERFORMANCE ===== */
.lingerie-item img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}/* End custom CSS */