/** Shopify CDN: Minification failed

Line 177:2 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%;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

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

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

.collection-hero__title {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

.collection-hero__description {
  max-width: 930px;
  margin: 0 auto;
}

.collection-hero__description p,
.collection-hero__description span {
  color: rgb(var(--color-foreground-alt));
}

.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;
  }
}

.collection-hero__featured-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-hero__featured-product .featured-product__image-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-hero__featured-product .featured-product__title {
  margin-top: 0;
  margin-bottom: 0rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}

.collection-hero__featured-product .featured-product__subtitle {
  margin-top: 1rem;
  margin-bottom: 1.8rem;
  color: rgb(var(--color-foreground-alt));
  white-space: nowrap;
  font-size: 1.2rem;
}

.collection-hero__featured-product .featured-product__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.8rem;
}

.collection-hero__featured-product .featured-product__image img {
  width: 100%;
  height: auto;
}

.collection-hero__featured-product .featured-product__content {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  text-align: center;
}

.collection-hero__featured-product .featured-product__badge {
  position: absolute;
  top: 1.6rem;
  right: 0;
}

@media screen and (min-width: 990px) {
  .collection-hero__featured-product .featured-product__inner {
    position: relative;
  }

  .collection-hero__featured-product .featured-product__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
  }

  .collection-hero__featured-product .featured-product__content-inner {
    max-width: 380px;
    margin: 0 auto;
  }

  .collection-hero__featured-product .featured-product__subtitle,
  .collection-hero__featured-product .featured-product__title.product-card-title--kit,
  .collection-hero__featured-product .button--one-time,
  .collection-hero__featured-product .kit-price__or,
  .collection-hero__featured-product .kit-price__description {
    color: rgb(var(--color-background));
    --color-foreground: rgb(var(--color-background));
  }

  ,
  .collection-hero__featured-product .button--secondary:hover:after {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-background));
  }

}
