.listado-resultados .producto .box-detalle-producto {
    min-height: 100px !important;
}

.ribbon-producto.cyber {
    background: #d20000 !important;
    border: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.rueda-loading {
    animation: rotar 1.2s linear infinite;
    transform-origin: center;
    /* Asegura que gire sobre su propio eje */
}

@keyframes rotar {
    100% {
        transform: rotate(360deg);
    }
}