/* This file can be used for custom styling */

/* Allgemein */

/* Hauptnavigation */

/* Startseite */

/* Artikelliste */

/* Artikeldetail */

/* Footer */

/* Mobile Navigation: Produktkategorien ausblenden */
@media (max-width: 768px) {
  .navigation-categories {
    display: none !important;
  }

  .navigation-categories + .navigation__separator {
    display: none !important;
  }
}