.owl-carousel.no-products .owl-item {
    width: 100% !important;
}

.owl-carousel.no-products .owl-stage {
    width: 100% !important;
    transform: none !important;
}

.owl-carousel.no-products .no-prod {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

/* Contenitore dei puntini */
.popular-products-slides.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px; /* Spazio tra i prodotti e i puntini */
    line-height: 1;
    display: block !important; /* Forza la visualizzazione */
}

/* Stile dei singoli cerchietti (dots) */
.popular-products-slides.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none; /* Rimuove il bordo blu al click */
}

.popular-products-slides.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #d6d6d6; /* Colore puntino non attivo */
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 200ms ease;
    border-radius: 30px;
}

/* Stile del puntino attivo e al passaggio del mouse */
.popular-products-slides.owl-carousel .owl-dots .owl-dot.active span, 
.popular-products-slides.owl-carousel .owl-dots .owl-dot:hover span {
    background: #c62929; /* Rosso coordinato */
    transform: scale(1.2); /* Lo ingrandisce leggermente */
}
