.rrs-product-image-preview {
  margin: 22px 0 24px;
  border-radius: 14px;
  overflow: hidden;
  background: #171717;
}

.rrs-product-image-preview[hidden] {
  display: none !important;
}

.rrs-product-image-preview img {
  display: block;
  width: 100%;
  max-height: 440px;
  object-fit: contain;
}

@media (max-width: 782px) {
  .rrs-product-image-preview img {
    max-height: 320px;
  }
}
