/* Homepage collections only. Preserve the original photos without cropping or stretching. */
#qyj-premium-root #collections .product-image {
  aspect-ratio: 1 / 1;
  background: #eeede7;
}

#qyj-premium-root #collections .product-image img {
  position: absolute;
  inset: 12%;
  width: 76%;
  height: 76%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

#qyj-premium-root #collections .product-image .tag {
  color: var(--ink);
}
