/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2026 | 13:33:34 */
/* Disabilita selezione e drag su carousel */
.carousel,
.slider,
.swiper,
.slick-slider,
.elementor-carousel,
.elementor-image-carousel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel img,
.slider img,
.elementor-carousel img {
  pointer-events: none;
  -webkit-user-drag: none;
}
