/* Product images are hidden only when the option is enabled and the current
 * category or product belongs to the scope configured in the module. */
body#category #js-product-list .product-miniature .product-thumbnail,
body#category #js-product-list .product-miniature .thumbnail,
body#category #js-product-list .product-miniature__image-container,
body#category #js-product-list .product-miniature__image-link,
body#category #js-product-list .product-miniature__image,
body#category .quickview .images-container,
body#category .quickview .product-cover,
body#category .quickview .product-images,
body#category .page-product--quickview .product__images {
  display: none !important;
}
