.product__custom-image {
  display: block;
  max-width: 100%;
}

.product__custom-image img {
  display: block;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 749px) {
  .product__custom-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
