@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/freestanding-solid-surface-bathtubs/freestanding-bathtub-hero.jpg'); }
.collection-inquiry__backdrop { background-image: url('../../../images/product-detail/built-in-solid-surface-bathtubs/hotel-suite-built-in-bathtub.jpg'); }
@media (max-width: 720px) {
  .collection-hero__backdrop { background-image: url('../../../images/product-detail/freestanding-solid-surface-bathtubs/freestanding-bathtub-hero.jpg'); }
  .collection-inquiry__backdrop { background-image: url('../../../images/product-detail/built-in-solid-surface-bathtubs/hotel-suite-built-in-bathtub.jpg'); }
}
