/* Show complete shop artwork on desktop without changing the four-column grid. */
@media (min-width: 992px) {
  #shop-live-area .st-shop-product-card .st-product-image {
    aspect-ratio: 1 / 1.06 !important;
    padding: 3px !important;
  }

  #shop-live-area .st-shop-product-card .st-product-image .st-media-primary,
  #shop-live-area .st-shop-product-card .st-product-image .st-media-hover {
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
  }

  #shop-live-area .st-shop-product-card .st-product-image .st-media-hover {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
  }
}
