/* ============================================================
   SCROLL INFINITO
   ============================================================ */

/* 1. Ocultar la paginación original (importante para el SEO que esté en el HTML pero no visible) */
/* Solo ocultamos la paginación SI el módulo está activo */
.hidden-pagination, 
#js-product-list .pagination {
    display: none !important;
}

#infinite-loader-section {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 30px;
    clear: both;
}

/* 3. Ajustes de interfaz para Scroll Infinito */
@media (max-width: 767px) {
    #js-product-list .up {
        display: none !important;
    }
}
