/**
 * Swiper CSS mode: native scroll on wrapper + JS soft snap (desktop).
 */
.wdt-nested-carousel .wd-carousel.wd-css-mode {
	overflow: visible;
}

.wdt-nested-carousel .wd-carousel.wd-css-mode > .wd-carousel-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	touch-action: pan-y pinch-zoom;
}

.wdt-nested-carousel .wd-carousel.wd-css-mode > .wd-carousel-wrap.wdt-is-dragging {
	cursor: grabbing;
	user-select: none;
}

.wdt-nested-carousel .wd-carousel.wd-css-mode > .wd-carousel-wrap::-webkit-scrollbar {
	display: none;
}

.wdt-nested-carousel .wd-carousel.wd-css-mode .wd-nav-scroll {
	display: none;
}
