.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.product-image.placeholder {
  background: #f3f3f3;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}