html.lenis {
  scroll-behavior: auto !important;
}

html[data-smooth-scroll-ready='true'] body {
  overscroll-behavior-y: none;
}

.shopify-design-mode,
html[data-motion-enabled='false'] {
  scroll-behavior: auto;
}

@media (max-width: 989px), (prefers-reduced-motion: reduce) {
  html[data-smooth-scroll-ready='true'] body {
    overscroll-behavior-y: auto;
  }
}
