/**
 * Customized: Product Variation UI
 * Author: CAMEDIA GmbH
 * Template: hello-elementor
 * Text Domain: frischmilch-theme
 * Description: Custom Code and Style for Product Variations
 * Version: 1.5
 */

#pa_ausfuehrung {
    display: none !important;
}

.ausfuehrung-buttons {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.ausfuehrung-btn {
    flex: 1;
    padding: 15px 25px;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
    border: none;
}

.ausfuehrung-btn:hover,
.ausfuehrung-btn.active {
    background: #EF7205;
}

.hide-rollenbreite {
    display: none !important;
}

.hide-single-variation .woocommerce-variation.single_variation {
    display: none !important;
}