/*
 Theme Name:  Hello Elementor Child
 Theme URI:   https://elementor.com/
 Description: Child-Theme für Alles Holz (PDF-Templates, WooCommerce-Anpassungen)
 Author:      Alles Holz
 Template:    hello-elementor
 Version:     1.0.1
 Text Domain: hello-elementor-child
*/

/* BUG-02 FIX: Shop-Anpassungen */

/* Produktbilder einheitliche Höhe */
.woocommerce ul.products li.product a img {
    object-fit: cover;
    aspect-ratio: 4/3;
}

/* Produkt-Titel nicht umbrechen */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.3;
    min-height: 2.6em;
}

/* Preis-Anzeige konsistent */
.woocommerce ul.products li.product .price {
    color: #2E7D32;
    font-weight: 600;
}

/* In den Warenkorb Button im Shop */
.woocommerce ul.products li.product .button {
    background: #2E7D32;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
}

.woocommerce ul.products li.product .button:hover {
    background: #1B5E20;
}

/* Einzelproduktseite: Buchungs-UI Styling */
.ah-booking-ui {
    margin-top: 20px;
}

/* Checkout: Fehler-Notices besser sichtbar */
.woocommerce-error {
    border-radius: 6px;
}