/* États de chargement */
.products-list--wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}