/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #D4A017;
}
.woocommerce-message {
    background-color: #FFC107 !important; /* Gelb */
    color: #000 !important; /* Schriftfarbe Schwarz für bessere Lesbarkeit */
}