/* MI Add to Cart Button Feedback
 * Schwarz/Weiß-Styling für den temporären "Hinzugefügt"-Zustand
 */
.add_to_cart_button.btn-added,
.single_add_to_cart_button.btn-added {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

/* Nur Text zeigen: verbreitete Icon-Elemente im Added-State ausblenden */
.add_to_cart_button.btn-added::before,
.single_add_to_cart_button.btn-added::before,
.add_to_cart_button.btn-added .wd-btn-icon,
.single_add_to_cart_button.btn-added .wd-btn-icon,
.add_to_cart_button.btn-added i,
.single_add_to_cart_button.btn-added i,
.add_to_cart_button.btn-added svg,
.single_add_to_cart_button.btn-added svg {
  display: none !important;
  visibility: hidden !important;
  content: none !important;
}

/* Sicherstellen, dass der Text sichtbar bleibt */
.add_to_cart_button.btn-added .btn-added-label,
.single_add_to_cart_button.btn-added .btn-added-label {
  color: #fff !important;
}

/* Cursor-Zustand, wenn kurz deaktiviert */
.add_to_cart_button.btn-added[disabled],
.single_add_to_cart_button.btn-added[disabled] {
  cursor: default !important;
  opacity: 1;
}
