/* Presentation refinements: preserve the brand colors and let the product photo stand on its own. */
.product-card {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgb(114 122 84 / 15%);
}

.product-card img {
  mix-blend-mode: normal;
}

footer img {
  filter: none;
}
