/** Shopify CDN: Minification failed

Line 195:14 Expected ":"

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

@media screen and (max-width: 749px) {
  .collection-hero__inner.collection-hero--no-product {
    padding: 0 1.5rem;
  }
}

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

@media screen and (max-width: 749px) {
  .collection-hero__title-wrapper h1 {
    margin-top: 7.2rem;
  }

  .collection-hero__title-wrapper .hxl {
    font-size: var(--font-size-h0);
    letter-spacing: -1.5px;
    line-height: calc(var(--font-size-h0) * 0.9);
  }

  .collection-hero__product-wrapper .card__title_price {
    position: relative;
    top: -30px;
    margin: 0 4%;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    width: 92%;
  }
}

@media screen and (min-width: 750px) {
  .collection-hero.collection-hero--with-image {
    overflow: hidden;
  }

  .collection-hero.collection-hero--with-image .collection-hero__cover {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }

  collection-hero.collection-hero--with-image .collection-hero__cover > * {
    flex-grow: 1;
  }

  .collection-hero__title-wrapper,
  .collection-hero__product-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection-hero__title-wrapper .hxl {
    font-size: 6.4rem;
    line-height: calc(6.4rem * 1.08);
    letter-spacing: -1.5px;
  }
}

.collection-hero__text-wrapper {
  flex-basis: 100%;
  padding: 0 4.4rem;
}

@media screen and (min-width: 750px) {
  .collection-hero__product-wrapper .card__inner {
    width: 30vw;
  }

  .collection-hero,
  .collection-hero__text-wrapper {
    padding: 0;
  }
}

/* product */
@media screen and (max-width: 749px) {
  .collection-hero__product-wrapper {
    padding: 0 2.5rem;
    margin-bottom: -10rem;
  }
}

/* title */
.collection-hero__cover {
  margin: 1.5rem 1.5rem;
}

@media (min-width: 750px) {
  .collection-hero__cover {
    /*        margin: 6.5rem 5rem 9.5rem;*/
    margin: 6.5rem 5rem;
  }
}

/* description */
.collection-hero__title + .collection-hero__description {
  padding: 1.5rem 1.5rem;
  font-size: var(--font-size-body-large);
}

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

  .collection-hero__description {
    font-weight: var(--font-body-weight-light);
    font-size: 1.8rem;
    line-height: 1.3;
    /*         margin-top: 3.5rem;
        margin-bottom: 3.5rem; */
  }

  .collection-hero--with-product .collection-hero__description {
    column-count: 2;
    column-gap: 4rem;
    max-width: 84%;
  }
}

@media screen and (max-width: 749px) {
  .collection-hero--with-product .collection-hero__text-wrapper {
    padding: 10rem 2.5rem 5rem;
  }
}

/* image */
.collection-hero.collection-hero--with-product.collection-hero--with-image {
  position: relative;
  background-color: transparent;
}

.collection-hero.collection-hero--with-product
  .collection-hero__image-container {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

@media screen and (min-width: 750px) {
  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    min-height: 20rem;
  }
}

/* with no product */

.collection-hero.collection-hero--no-product  {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collection-hero.collection-hero--no-product {
    display: flex;
    flex-direction: row;
    min-height: 36rem;
  }

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

  .collection-hero--no-product .collection-hero__title {
    margin-top
  }
}

@media (max-width: 767px) {
  .collection-hero--no-product .collection-hero--with-image .collection-hero__cover {
    margin: 0 !important;
  }

  .collection-hero--no-product .collection-hero--with-image .collection-hero__title-wrapper h1 {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .collection-hero--no-product .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 0 20% 32px;
  }
}