/* Hide the "Sold out" / "Épuisé" badge on product cards */
.card__badge {
  display: none !important;
}
