/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 47:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.collection-banner {
  position: relative;
  overflow: hidden;
}
.collection-banner img {
  width: 100%;
  display: block;
}
.collection-banner.fixed-400 img {
  height: 400px;
  object-fit: cover;
}
.collection-banner.fixed-600 img {
  height: 600px;
  object-fit: cover;
}
.collection-banner .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  background: rgba(0,0,0,0.4);
  padding: 1rem 2rem;
  border-radius: 5px;
}
.collection-banner .overlay h1 {
  font-size: 2.2rem;
  margin: 0;
}
@media (max-width: 749px) {
  .collection-banner .overlay h1 {
    font-size: 1.5rem;
  }
}
</style>