@media (max-width: 800px) {
  html[data-display-mode="standalone"] body::after,
  html[data-display-mode="standalone"] .mobile-nav::after {
    content: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    pointer-events: none !important;
  }
}
