/* Larger product photos only on category pages; never override homepage sliders. */
@media (max-width: 767px) {
  body.type-category .products-block {
    display: block !important;
  }

  body.type-category .products-block .product {
    width: 100% !important;
  }

  body.type-category .products-block .product .image {
    width: 82% !important;
    max-width: 340px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body.type-category .products-block .product .image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: initial !important;
    object-position: initial !important;
    margin: 0 auto !important;
  }
}
