@charset "utf-8";
/*
Theme Name:   Botiga Child
Template:     botiga
Description:  
Author:       debleu.de
Author URI:   https://debleu.de/
Text Domain:  botiga
Domain Path: /languages
*/

button.reset_variations {
    display: none !important;
}
.offer-end-date {
    color: red; /* Schriftfarbe */
    font-weight: 500; /* Fettschrift */
    font-size: 15.3px; /* Schriftgröße */
    margin-top: 0px; /* Abstand nach oben */
    margin-bottom: 0px; /* Abstand nach unten */
}
small.woocommerce-price-suffix {
    font-size: 60% !important; /* Setzt die Schriftgröße auf 60% */
}
.botiga-adv-reviews .botiga-adv-reviews-footer {
    padding-top: 0px !important;
}
.botiga-trust-badge-wrapper {
    padding: 7px !important;
}
.botiga-reasons-list .botiga-reasons-list-title {
    display: block;
    margin-top: 6px !important; /* Oberer Abstand */
    margin-bottom: 6px; /* Unterer Abstand bleibt */
}
.shipping-icons, .payment-icons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.shipping-icons img, .payment-icons img {
	border-radius: 8px;
}
