@media (max-width: 640px) {
  html.guestMenuPage {
    --guest-sticky-top: calc(env(safe-area-inset-top, 0px) + 8px);
  }

  html.guestMenuPage .categoryNav {
    border-radius: 0 0 14px 14px;
    padding-top: 6px;
    top: var(--guest-sticky-top);
  }

  html.guestMenuPage .menuCategorySection {
    scroll-margin-top: calc(var(--guest-sticky-top) + 58px);
  }

  html.guestMenuPage .item {
    position: relative;
  }

  html.guestMenuPage .itemThumb {
    --menu-photo-zoom-scale: 2.55;
  }

  html.guestMenuPage .item.item--mediaZoomed {
    overflow: visible;
    z-index: 30;
  }

  html.guestMenuPage .itemThumb.isZoomed {
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.24);
    transform: scale(var(--menu-photo-zoom-scale));
  }
}
