/** Shopify CDN: Minification failed

Line 118:18 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;
  }
}


/* Realign collection title alignment — desktop */
@media screen and (min-width: 990px) {
  .collection-hero__title {
    display: inline-block;
    width: auto;
    position: relative;
    top: 30px;
    margin-bottom: 8px;
  }

  .collection-hero__title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 110px;
    height: 5px;
    background: #1d2d7c;
  }
}


/* Realign collection refinements — desktop */
@media screen and (min-width: 990px) {
  .collection-hero__title {
    top: 24px;
  }

  .header__inline-menu,
  .header__inline-menu > .list-menu--inline {
    width: 100%;
  }

  .header__inline-menu > .list-menu--inline {
    display: flex;
  }

  .header__inline-menu > .list-menu--inline > li:nth-child(3) {
    margin-left: auto;
  }
}


/* Realign collection-title alignment */
.collection-hero__inner { min-height: 18rem; display: flex; align-items: center; }
.collection-hero__text-wrapper { width: 100%; }
.collection-hero__title { position: relative; display: block; width: fit-content; margin-top: 0; margin-bottom: 0; padding-bottom: 2rem; }
.collection-hero__title::after { content: ""; position: absolute; right: 0; bottom: 0; width: 10rem; height: 0.5rem; background: #1d2d7c; }
@media screen and (max-width: 749px) { .collection-hero__inner { min-height: 16rem; padding-left: 2.4rem; padding-right: 2.4rem; } }


@media screen and (max-width: 749px) {
  .collection-hero__title { margin-left: auto; margin-right: auto; padding-bottom: 1.2rem; text-align: center; }
  }
  
  
  @media screen and (max-width: 749px) {
    .collection-hero__inner { min-height: 11.2rem; }
      .collection-hero__title { padding-bottom: 0.6rem; }
      }
      
      
      @media screen and (max-width: 749px) {
        .collection-hero { height: 11.2rem !important; min-height: 11.2rem !important; padding-top: 0 !important; padding-bottom: 0 !important; }
          .collection-hero__inner { height: 100%; min-height: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; display: flex; align-items: center; justify-content: center; }
            .collection-hero__text-wrapper { height: 100%; padding: 0 !important; display: flex; align-items: center; justify-content: center; }
              .collection-hero__title { top: 0 !important; transform: none !important; }
              }
              
              
              @media screen and (max-width: 749px) {
                .collection-hero { height: 7.84rem !important; min-height: 7.84rem !important; }
                  .collection-hero__inner, .collection-hero__text-wrapper { height: 100%; display: flex; align-items: center; justify-content: center; }
                  }
                  {
  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;
  }
}
