/* ==========================================================
   🏱 Bloc de réduction
========================================================== */

.bloc-reduction .reduction-container {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  max-width: 300px;
  font-size: 13px;
}

.bloc-reduction .reduction-container h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.bloc-reduction .reduction-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  font-size: 12px;
}

.bloc-reduction .quantity {
  font-weight: bold;
  color: #333;
  margin-right: auto;
}

.bloc-reduction .amount {
  font-weight: bold;
  color: #666;
  margin-left: 10px;
}

.bloc-reduction .text {
  color: #333;
  margin-left: 5px;
}
/* 🎨 prix */
/* Bandeau discret prix promo natif */
.lee-prix-unite, .lee-bandeau-promo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  background-color: #ffeef3;
  padding: 6px 12px;
  border-radius: 12px;
  max-width: max-content;
  margin: 0 auto 12px auto;
  font-family: system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.lee-prix-unite .ancien,
.lee-bandeau-promo .lee-ancien-prix {
  color: #c70000;
  text-decoration: line-through;
  font-size: 15px;
}

.lee-prix-unite .nouveau,
.lee-bandeau-promo .lee-nouveau-prix {
  color: #005000;
  font-weight: 600;
  font-size: 16px;
}

.lee-prix-unite .unite,
.lee-bandeau-promo .lee-unite {
  color: #444;
  font-size: 14px;
}
/* Masquer le prix barré uniquement dans la barre WooCommerce Blocks */
.wc-block-components-product-price del {
  display: none !important;
}
