/* Keep the complete mobile navigation, its sticky Back button and backdrop
   above the contact bar without changing that bar when the menu is closed. */
@media (max-width: 1199.98px) {
  body > #mobileMenu.ps-mainmenu--mobile.offcanvas {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1090 !important;
    height: 100vh !important;
    height: 100dvh !important;
  }

  body.SGGLOVES-mobile-menu-open > .offcanvas-backdrop {
    z-index: 1080 !important;
  }

  body > #mobileMenu.ps-mainmenu--mobile .offcanvas-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
  }
}
