/* CUSTOM: Mobile-Optimierung für Attribut-Tabelle */
@media (max-width: 575.98px) {
    .product-attributes .table td.h6 {
        white-space: nowrap;
        font-size: 0.6875rem;
    }
}

