/*
 * The managed menu is inserted immediately before the old header menu.
 * The old menu remains available as a fallback while the module is disabled.
 */

.bon-top__nav--managed + .bon-top__nav {
	display: none;
}
