/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2025 | 13:13:52 */
/* Harmonisation badge "En précommande !" avec badge "Promo !" */
.wpc-badge-backorder,
.wpc-badge-backorder-inner {
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.3 !important;
  padding: 4px 6px !important;
  color: black !important;
  background-color: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: absolute !important;
  top: 2px !important;
  left: 2px !important;
  z-index: 3 !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

/* Suppression de tout ajout décoratif parasite */
.wpc-badge-backorder::before,
.wpc-badge-backorder::after,
.wpc-badge-backorder-inner::before,
.wpc-badge-backorder-inner::after {
  display: none !important;
  content: none !important;
}
