/*
 * Bohme Romandie child-theme custom CSS.
 * Merged from the legacy in-place edits of classic (custom.css + rules
 * appended to the compiled theme.css) — see AUDIT.md.
 * Intent: the main menu shows only top-level entries (all submenus hidden).
 */

.top-menu .sub-menu,
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: none !important;
}

.top-menu[data-depth="1"],
.top-menu[data-depth="2"],
.top-menu[data-depth="3"] {
  display: none !important;
}
