/*
 Theme Name:   Liza Base Child
 Theme URI:    https://liza-floristik.com
 Description:  Child-Theme für Liza Floristik basierend auf Liza Base
 Author:       Liza Floristik
 Author URI:   https://liza-floristik.com
 Template:     liza-base
 Version:      1.1.5
 Text Domain:  liza-base-child
*/

/* Statusanzeige für interne Verwaltungsbereiche */
.status-offen {
    color: red;
    font-weight: bold;
}

.status-fertig {
    color: green;
    font-weight: bold;
}

/* Performance-Optimierung: LazyRender für Hero-Bereiche */
.hero {
    content-visibility: auto;
    contain-intrinsic-size: 750px 600px;
}

/* 
 * WICHTIG: Kassen-Breite fixen 
 * Erzwingt die volle Breite (1200px) für Elementor-Checkout-Container
 */
body.woocommerce-checkout .site-content,
body.woocommerce-checkout #content.site-content {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 0 20px !important;
}

body.woocommerce-checkout .elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
    width: 100% !important;
}

body.woocommerce-checkout .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px !important;
}

/* Falls Elementor Grid nutzt */
body.woocommerce-checkout .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

