/* BerryB+ WooCommerce Modal – nur Ergänzungen zum vorhandenen UIkit-/Theme-Styling. */

/* Mengen-Anzeige in der Button-Gruppe ist reine Ausgabe, nicht klickbar. */
#product-modal [data-bwm="qty"] {
	cursor: default;
	min-width: 3.5em;
	pointer-events: none;
}

#product-modal [data-bwm="minus"],
#product-modal [data-bwm="plus"] {
	min-width: 2.75em;
}

#product-modal [data-bwm="add"] {
	text-align: center;
}

/* Rückmeldung nach dem Hinzufügen (CI: Vertrauensblau) */
#product-modal .bwm-feedback--ok {
	color: #083957;
}

#product-modal .bwm-feedback--error {
	color: #be1818;
}
