html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth,
html[data-smartspaces-scroll='performance'] {
  scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}
