[data-product-scope] .product-photo__item--lg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

[data-product-scope] .product-photo__item--lg .product-photo__img {
  position: absolute;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: clamp(4px, 1vw, 10px);
  transform: none !important;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  [data-product-scope] .product-photo {
    margin-bottom: 18px;
  }

  [data-product-scope] .product-photo__item--lg .product-photo__img {
    padding: 4px;
  }
}
