@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/sliding-door-shower-enclosures/sliding-hero.jpg'); }
.collection-inquiry__backdrop { background-image: url('../../../images/product-detail/custom-shower-enclosures/custom-enquiry.jpg'); }
@media (max-width: 720px) {
  .collection-hero__backdrop { background-image: url('../../../images/product-detail/sliding-door-shower-enclosures/sliding-hero.jpg'); }
  .collection-inquiry__backdrop { background-image: url('../../../images/product-detail/custom-shower-enclosures/custom-enquiry.jpg'); }
}
