.product-card-img-popup-container {
  box-sizing: border-box;
  width: auto !important;
  max-width: calc(100vw - 100px);
  height: auto !important;
  max-height: calc(100svh - 100px);
}

.product-card-img-popup-box img {
  display: block;
  width: auto !important;
  max-width: calc(100vw - 100px);
  height: auto !important;
  max-height: calc(100svh - 100px);
  aspect-ratio: 1;
  background-color: #fff;
}
.product-card-img-popup-arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.product-card-img-row {
  justify-content: flex-start !important;
}

.product-details {
  transition: top 0.2s ease;
  will-change: top;
}

@media screen and (max-width: 1278px) {
    .product-card-img-row {
      justify-content: flex-start !important;
    }

    .product-details {
      transition: none;
      will-change: auto;
    }
  }