/* Versteckt den Magento Standard Burger */
.action.nav-toggle {
    display: none !important;
}

/* Stellt sicher, dass unser neuer Button nur mobil sichtbar ist
@media (min-width: 1024px) {
    #custom-ajax-menu-trigger {
        display: none !important;
    }
}
 */