@media (hover: none), (pointer: coarse), (max-width: 959px) {
  html,
  body {
    height: auto !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  html.lenis,
  html.lenis body,
  .lenis.lenis-smooth,
  .lenis.lenis-stopped {
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
  }

  .box-wrapper,
  .box-container,
  .main-wrapper,
  .main-container,
  .page-wrapper,
  .sections-container {
    overscroll-behavior-y: auto !important;
  }
}
