/* Native horizontal scroll carousels — arrows only, no transforms or clones. */

.ecocat-track,
.eco-track {
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
}

.ecorahi-carousel-clone {
	display: none !important;
}

.ecorahi-loop-track {
	transform: none !important;
	cursor: auto !important;
}

.ecorahi-carousel-viewport {
	overflow: visible !important;
	-webkit-mask-image: none !important;
	mask-image: none !important;
}
