/* Keep uploaded storefront photography fully visible on phones and tablets. */
@media (max-width: 900px) {
  .home-four-hero > img,
  .home-four-collection img,
  .home-four-product-image img,
  .home-four-intro-image,
  .home-four-editorial-image img,
  .home-four-promo img,
  .shop-three-image img,
  .detail-thumb img,
  .detail-image img,
  .cart-product img,
  .customer-order-item img,
  .customer-favourites-list img {
    object-fit: contain !important;
  }

  .home-four-hero,
  .home-four-collection,
  .home-four-product-image,
  .shop-three-image,
  .detail-image,
  .cart-product img,
  .customer-order-item img,
  .customer-favourites-list img {
    background: #f6f4ef;
  }

  .home-four-editorial-image,
  .home-four-promo,
  .home-four-promo img {
    min-height: 0 !important;
  }

  .home-four-editorial-image img,
  .home-four-promo img {
    height: auto;
    aspect-ratio: auto;
  }

  .detail-image {
    height: auto;
    display: flex;
    align-items: center;
  }

  .detail-image img {
    height: auto;
    max-height: 68vh;
  }
}

@media (max-width: 520px) {
  .home-four-products {
    grid-template-columns: 1fr !important;
  }

  .home-four-hero {
    min-height: 590px;
  }

  .home-four-product-image,
  .shop-three-image {
    aspect-ratio: .78;
  }
}
