/** Shopify CDN: Minification failed

Line 73:0 Expected "}" to go with "{"

**/
.collection-page-header {
  background-size: cover;
}

.collection-page-header__text {
  opacity: 1.0;
  margin: 0 auto;
  color: #F9F6F1;
  font-style: normal;
  text-align: center;
  width: 600px;
  padding: 22% 0 3% 4%;
}

.collection-page-header__text--title {
  font-family: "Didot";
  font-weight: regular;
  font-size: 50px;
  margin-bottom: 20px; 
  letter-spacing: 0.5px;
  line-height: 20px;
}

.collection-page-header__text--collection {
  font-family: "Montserrat";
  font-weight: thin;
  font-size: 28px;
  margin-bottom: 15px; 
  letter-spacing: .25px;
  line-height: 20px;
}

.collection-page-header__text--description {
  font-family: "Montserrat";
  font-weight: thin;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  line-height: 15px;
}

@media screen and (max-width: 600px) {
  .collection-page-header__text {
    width: 100%; /* Take the full width of the screen */
    padding: 15% 0; /* Reduce the padding */
    box-sizing: border-box; /* Include padding in the width */

  }


.collection-page-header__text--title {
  font-size: 24px;
  letter-spacing: -1px;
 margin-bottom: 0px;
line-height: 1px;}

 .collection-page-header__text--collection {
  font-size: 15px;
 letter-spacing: 0px;
 line-height: 1px;}
 margin-bottom: 0px;

 .collection-page-header__text--description {
  font-size: 2px;
   line-height: 1px;
  letter-spacing: 2px;
}
