
/* ✅ Liens des produits en blanc */
body.woocommerce-cart a {
  color: #ffffff !important;
}

/* ✅ Texte en blanc dans tous les blocs du panier Elementor/WooCommerce */
.elementor-widget-container .wp-block-woocommerce-cart,
.elementor-widget-container .wp-block-woocommerce-cart * {
  color: #ffffff !important;
}

/* ✅ Et liens dans le panier */
.elementor-widget-container .wp-block-woocommerce-cart a {
  color: #ffffff !important;
}

/* ✅ Et montants WooCommerce */
.woocommerce .amount,
.woocommerce .woocommerce-Price-amount {
  color: #ffffff !important;
}

/* ✅ Rendre le texte visible dans le champ code promo du panier */
#wc-block-components-totals-coupon__input-coupon {
  color: #1A202C !important; /* Texte gris foncé */
  background-color: #F7FAFC !important; /* Fond clair */
  border: 1px solid #CBD5E0 !important;
}