.rexxito-product-card .rexxito-managed-image,
.rexxito-home-product-card .rexxito-managed-image,
.rexxito-reservations-grid .rexxito-managed-image {
  scale: none !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(var(--rexxito-image-zoom, 1)) !important;
  transform-origin: var(--rexxito-image-desktop-position, 50% 50%) !important;
  object-position: var(--rexxito-image-desktop-position, 50% 50%) !important;
}

@media (max-width: 639px) {
  .rexxito-product-card .rexxito-managed-image,
  .rexxito-home-product-card .rexxito-managed-image,
  .rexxito-reservations-grid .rexxito-managed-image {
    transform: scale(var(--rexxito-image-mobile-zoom, 1)) !important;
    transform-origin: var(--rexxito-image-mobile-position, 50% 50%) !important;
    object-position: var(--rexxito-image-mobile-position, 50% 50%) !important;
  }
}

/* The home featured cards use their own component and must keep the portrait frame. */
.rexxito-home-product-card > a > div {
  aspect-ratio: 4 / 5 !important;
}
