.drawer-menu-level-2 {
  display: var(--show-submenu);
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--background-color--default);
  z-index: 1;
  min-height: 100%;
}
