@import url('./bathroom-vanities.css');

/* The imported sheet carries bathroom-vanity artwork for both full-bleed
   backdrops. Override them here, including inside the <=720px block, so the
   vanity photograph cannot leak onto this category at any width. */
.collection-hero__backdrop { background-image: url('../../../images/product-detail/shower-systems/concealed-shower-system-hero.jpg'); }
.collection-inquiry__backdrop { background-image: url('../../../images/product-detail/shower-heads-hand-showers/shower-project-enquiry.jpg'); }
@media (max-width: 720px) {
  .collection-hero__backdrop { background-image: url('../../../images/product-detail/shower-systems/concealed-shower-system-hero.jpg'); }
  .collection-inquiry__backdrop { background-image: url('../../../images/product-detail/shower-heads-hand-showers/shower-project-enquiry.jpg'); }
}
