/* Keep the fixed drawer relative to the viewport and above the backdrop. */
@media (max-width: 1199px) {
  body header.header-area.style-2 {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
    animation: none !important;
  }
  body.mobile-menu-open header.header-area.style-2 {
    z-index: 2147483647 !important;
  }
  body header.style-2 .main-nav {
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    overscroll-behavior: contain;
  }
}
