/** Shopify CDN: Minification failed

Line 103:3 Unexpected "<"
Line 144:0 Unexpected "<"

**/
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}

.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0 calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }

  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
}

@media screen and (min-width: 750px) {
  .collection-hero {
    padding: 0;
  }

  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.collection-hero__title {
  margin: 2.5rem 0;
}

.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .collection-hero__description {
    max-width: 66.67%;
  }

  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}

.collection-hero--with-image .collection-hero__title {
  margin: 0;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}

.collection-hero__image-container {
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }

  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }<style>
  .rsz-hero {
    position: relative;
    background: linear-gradient(rgba(127,29,29,0.55), rgba(10,10,10,0.75)),
      url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    padding: 110px 20px;
    text-align: center;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
  }
  .rsz-hero h1 {
    font-size: 46px;
    letter-spacing: 3px;
    margin: 0 0 12px;
    text-transform: uppercase;
  }
  .rsz-hero p {
    font-size: 17px;
    color: #fde8e8;
    max-width: 600px;
    margin: 0 auto 32px;
    letter-spacing: 0.5px;
  }
  .rsz-hero a {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(220,38,38,0.4);
    transition: transform 0.2s, background 0.2s;
  }
  .rsz-hero a:hover {
    background: #991b1b;
    transform: translateY(-3px);
  }
</style>

<div class="rsz-hero">
  <h1>R.S.Z — Chosen By Heart</h1>
  <p>Premium quality, handpicked for you. Shop the collection loved by thousands worldwide.</p>
  <a href="/collections/all">Shop Now</a>
</div>
}
