body {
  overflow: hidden; }

.card-img-container img,
.productView-image img {
  border-radius: 15px;
  /* Adjust radius as needed */
  border: 1px solid #919191;
  /* Change 1px, solid, and #000000 to your desired border size, style, and color */
  padding: 0;
  /* Add some padding if needed so the image doesn't touch the border */
  overflow: hidden; }
