/*================================================================================
  PAGE: Search results
  TEMPLATE: templates/shop/store/search.html
  FILE: core/static/css/pages/search.css
  LOADED BY: {% block extra_head %} on the template
  Edit THIS file (not collected /static/). Then collectstatic in production.
================================================================================*/

.search-results-grid .product-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
