
body {
  background-color: #f8f9fa;
}
.product-card img {
  height: 200px;
  object-fit: cover;
}
.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}
