/* MOBILE TOUCH-TARGETS WCAG AA */
@media (max-width: 768px) {
    button,
    a,
    input[type="submit"],
    input[type="button"],
    select,
    .btn,
    .button,
    [role="button"],
    .accordion-header {
        min-width: 44px !important;
        min-height: 44px !important;
        padding: 10px 16px !important;
        touch-action: manipulation !important;
    }

    /* Kleinere Elemente spezifisch */
    button[class*="cart"],
    button[class*="checkout"],
    button[class*="submit"],
    button[class*="order"] {
        min-height: 48px !important;
        font-size: 16px !important;
    }
}
