/* Add custom CSS styles below */ 
.shop-container:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}