/* Add custom CSS styles below */ 
.product-image img {
  border-radius: 15px;
}.product-item:hover {
  transform: scale(1.05);
  transition: 0.3s;
}