/** Shopify CDN: Minification failed

Line 189:1 Expected "}" to go with "{"

**/

.collection-hero__image-container img {
    position: inherit !important;
}
.collection-hero__description h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    color: #231F20;
    margin-top: 4px;
    margin-bottom: 4px;
}
.collection-hero__description p {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    width: 100%;
    max-width: 461px;
  line-height: 120%;
   color:#010101;
}

.collection-hero__description span {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
  color:#010101;
}
.collection-des-mobile h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    color: #231F20;
    margin-top: 0px;
  line-height: 66px;
    margin-bottom: 0px;
  padding-bottom:20px;
  padding-top:20px;
}
.collection-des-mobile p {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin: 0;
    color: #010101;
}

.collection-des-mobile span {
    font-weight: 300;
  color:#010101;
    font-size: 20px;
    margin: 0;
}
.collection-des-mobile {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-bottom: 80px;
     left: 0;
    right: 0;

}
.collection-hero--with-image .collection-hero__inner {
    position: relative;
}
.collection-hero--with-image .collection-hero__description {
  
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
}
.collection-hero--with-image .collection-hero__inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.collection-hero.collection-hero--with-image {
    padding: 0 !important;
   
}
@media screen and (max-width: 1200px) {
.collection-hero__description h1 {
  
    font-size: 40px;
    
}
}
@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;
}



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

@media screen and (max-width:450px) {
 
 .collection-des-mobile {
    padding-left: 20px;
    padding-right: 20px;
   
}
  .collection-des-mobile h1 {
  font-size: 50px;

}
 