/** Shopify CDN: Minification failed

Line 153:43 Unexpected "{"
Line 207:0 Expected "}" to go with "{"

**/
.collection-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #F2F3F8;
}
.collection-hero{
  background-size: cover;
  background-position: center center;
}

.collection-hero__inner .breadcrumb-container .container {
  padding: 0;
}

.collection-hero__inner .breadcrumb-container .breadcrumb {
  display: flex;
  justify-content: center;
  font-size: var(--p);
  font-weight: var(--regular);
  font-family: var(--main-font);
  line-height: 39px;
  padding: 0;
}

.collection-hero__inner .breadcrumb-container .breadcrumb a {
  color: rgba(var(--color-foreground), 1);
}

.collection-hero__inner .breadcrumb-container .breadcrumb span.separate svg {
  /* color: var(--text-white);
  fill: var(--text-white); */
  width: 10px;
  height: 9px;
}

.collection-hero__inner .breadcrumb-container .breadcrumb .bd-title a {
  color: var(--theme-color);
  font-size: var(--p);
  font-weight: var(--regular);
  font-family: var(--main-font);
  line-height: 39px;
  text-transform: capitalize;
}

.collection-hero__inner .breadcrumb-container .breadcrumb span.separate svg path {
  stroke: currentColor;
  stroke-width: 1;
  fill: currentColor;
}

.text-wrapper-inner .collection-description {
  font-size: var(--font-m);
  line-height: 24px;
  font-weight: var(--medium);
 font-family: var(--font-heading-family);
  color: rgba(var(--color-foreground), 1);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .text-wrapper-inner .collection-description {
    margin: 0;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .text-wrapper-inner .collection-description {
    line-height: 15px;
  }
}
@media (max-width: 576px) {
  .text-wrapper-inner .collection-description {
    line-height: 13px;
  }
}

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

.collection-hero__text-wrapper {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 15px;
}
@media (min-width: 1201px) {
  .collection-hero__text-wrapper {
    padding: 0 7%;
  }
}


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

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

.collection-hero__title {
  margin: 0;
  width: 100%;
font-weight: var(--medium);
  font-family: var(--main-font);
  line-height: normal;
  text-transform: capitalize;
}

.collection-hero__text-wrapper.tc  .collection-hero__description {
  margin-left:auto;
  margin-right:auto;
}
.collection-hero__title + .collection-hero__description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: var(--h6);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .collection-hero__title + .collection-hero__description {
    margin-top: 1rem;
    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__title .collection-title, {
.collection-hero__title .title-collection {
  text-transform: capitalize;
}

.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 (max-width: 992px) {
  .collection-hero--with-image .collection-hero__title {
    font-size: calc(var(--h2) + 2px) !important;
  }  
  .text-wrapper-inner .collection-description {
    margin-top: 0;
  }
} 

@media screen and (max-width: 749px) {
  .collection-hero__image-container {
    height: 20rem;
  }
  .collection-hero__title {
    margin: 0 !important;
  }
  .collection-hero__inner .breadcrumb-container .breadcrumb span.separate svg {
    width: 8px;
    height: 8px;
  }
}

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

  .collection-hero__image-container {
    align-self: stretch;
    min-height: 20rem;
  }
}

@media (max-width: 576px) {
  .collection-hero__inner .breadcrumb-container .breadcrumb .bd-title a {
    font-weight: var(--medium);
  }
  .collection-hero__inner .breadcrumb-container .breadcrumb span.separate svg {
    width: 7px;
    height: 8px;
  }
}
