/* ===== pages/product.css ===== */
/* Ensures correct hero image path for subpages like those in /product-page/ */
.hero {
  background-image: url("../../images/hero/french-quarter-at-dusk.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
