/**
 * CSS pour colorer le compteur en vert (#5CA60D)
 */

/* Style pour le compteur */
.cart-products-count {
  background-color: #BB0A5F !important;
  color: white !important;
}

/* Style pour le compteur dans le panier */
#_desktop_cart .cart-products-count {
  background-color: #BB0A5F !important;
  color: white !important;
}

/* Style pour le compteur dans la wishlist */
.wishlist-counter {
  background-color: #5CA60D !important;
  color: white !important;
}

/* Style pour tout autre compteur */
.counter, .count, .badge {
  background-color: #5CA60D !important;
  color: white !important;
}
