/* New product artwork. Legacy sprite rules remain in reference.css during migration. */
.product-art {
  background-image: none !important;
  background-position: initial !important;
  background-size: auto !important;
  background-repeat: no-repeat;
  object-fit: contain;
}

.product-art-loading {
  opacity: 0;
}
