body.slc-locked {
  overflow: hidden;
  touch-action: none;
}
.scroll-lock-carousel,
[data-scroll-lock="carousel"] {
  min-height: 100vh;
  position: relative;
}
.scroll-lock-carousel .swiper,
[data-scroll-lock="carousel"] .swiper {
  height: 100%;
}
