/* Add custom CSS styles below */ 
.quick-categ-item img {
    width: 75%;
}
.s-product-card-content-subtitle{display: none}
@media (min-width: 1024px) {
    body[class*=product-index] .filters-on .s-products-list-filters-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}