/* Allgemeine Styles */
ast-shipping-text {
    display: none !important;
}

.woocommerce-cart-icon {
    color: #ff0000 !important;
}

#order_review {
    overflow: hidden;
    overflow-x: auto;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    text-align: start;
}

#shipping_method {
    min-width: unset;
    padding: 0;
}

.woocommerce-checkout {
    font-size: 12px !important;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {

    /* Checkbox + Label nebeneinander */
    .woocommerce-checkout #shipping_method li input[type="radio"],
    .woocommerce-checkout #payment input[type="radio"] {
        width: auto !important;
        height: auto !important;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .woocommerce-checkout #shipping_method li label,
    .woocommerce-checkout #payment label {
        display: flex;
        align-items: center;
        flex-wrap: wrap; /* Zeilenumbruch bei langen Texten */
        font-size: 15px !important; /* Mobile lesbare Schriftgröße */
        line-height: 1.4em;
    }

    /* Box „Deine Bestellung“ etwas mehr Abstand */
    #order_review {
        padding: 12px !important;
    }

    /* Produktname + Menge + Preis */
    .woocommerce-checkout-review-order-table td.product-name,
    .woocommerce-checkout-review-order-table td.product-quantity,
    .woocommerce-checkout-review-order-table td.product-total {
        font-size: 15px !important;
        line-height: 1.4em !important;
    }

    /* Gesamtpreis & Versand */
    .woocommerce-checkout-review-order-table .order-total td,
    .woocommerce-checkout #shipping_method li {
        font-size: 15px !important;
    }

    /* Mengenfelder größer und touchbar */
    .woocommerce-checkout-review-order-table .product-quantity input {
        width: 60px !important;
        height: 36px !important;
        font-size: 15px !important;
        padding: 4px !important;
    }

    /* Sticky Button bleibt sichtbar */
    .woocommerce-checkout .wc-proceed-to-checkout a {
        font-size: 16px !important;
        padding: 12px 0 !important;
    }

    /* Rahmen & Schatten entfernen */
    #order_review {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important; /* optional */
        padding: 0 !important; /* optional */
    }

    /* Rahmen oben bei "Deine Bestellung" entfernen */
    .woocommerce-checkout-review-order-heading,
    #order_review h3 {
        border-top: none !important;
        border-bottom: none !important; /* falls dein Theme einen unteren Rahmen setzt */
        padding-top: 0 !important; /* optional */
        margin-top: 0 !important; /* optional */
        background: transparent !important; /* optional */
    }
}


.ast-shipping-text {
    display: none !important;
}


.dynovital-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 520px;
    font-size: 13px;
    margin-bottom: 18px;
    background: #fff;
}

.dynovital-table th,
.dynovital-table td {
    border: 1px solid #7a7a7a;
    padding: 6px 10px;
    text-align: left;
}

.dynovital-table th {
    background: #cfcfcf;
    font-weight: 700;
}

.woocommerce-Tabs-panel--inhaltsstoffe h2 {
    display: none;
}