.product-list {
    transition: filter 500ms linear;
}

.product-list.loading {
    filter: blur(5px);
}