/* WelinkShop compact mobile navigation */
@media screen and (max-width: 767px) {
  .f-menu-drawer__wrapper {
    width: min(78vw, 304px) !important;
    max-width: 304px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 56px) !important;
    border-radius: 0 18px 18px 0;
    box-shadow: 0 8px 32px rgba(32, 33, 36, .18);
    overflow: hidden !important;
  }

  .f-menu-drawer__content,
  .f-menu-drawer__navigation {
    width: 100% !important;
  }

  .f-menu-drawer__content {
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 56px) !important;
    overflow-y: auto !important;
  }

  .f-menu-drawer__navigation {
    padding-top: 6px !important;
  }

  .f-menu-mobile__item,
  .f-menu-mobile__link,
  .f-menu-mobile__toggle-button {
    min-height: 44px !important;
  }

  .f-menu-mobile__link {
    padding: 0 16px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .f-menu-mobile__toggle-button {
    flex: 0 0 48px !important;
    width: 48px !important;
  }

  .f-megamenu-mobile,
  .f-megamenu-mobile__wrapper,
  .f-submenu-mobile {
    width: 100% !important;
    max-width: 100% !important;
  }

  .f-menu-mobile__back-button {
    min-height: 48px !important;
    margin: 0 12px 6px !important;
    width: calc(100% - 24px) !important;
    border-bottom: 1px solid #edf0f4 !important;
    font-size: 16px !important;
  }
}
