html.vesna-smooth-scroll-enabled,
html.vesna-smooth-scroll-enabled body {
  overscroll-behavior: none;
}

html.vesna-smooth-scroll-enabled body {
  overflow-x: hidden;
}

.vesna-smooth-wrapper {
  overflow: hidden;
  width: 100%;
}

.vesna-smooth-content {
  overflow: visible;
  width: 100%;
  will-change: transform;
}

@media (max-width: 767px), (pointer: coarse) {
  html.vesna-smooth-scroll-enabled body {
    overscroll-behavior: auto;
  }
}
