/** Shopify CDN: Minification failed

Line 185:3 Expected "}" to go with "{"

**/
  .header-w-background-section {
    text-align: center;
    width: 96%;
    border-radius: 10px;
    margin: 10px auto;
    padding: 17px 9px 14px;
    max-width: 1455px;
  }

  .header-w-background-section h1 {
    margin: 0;
    font-family: RadikalMedium;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.07em;
  }

  .header-w-background-section.large-text--true {
    padding: 20px;
  }
  
  .header-w-background-section.large-text--true h1 {
    margin-bottom: 0;
    font-family: RadikalMedium;
    font-size: 30px;
    letter-spacing: 3.6px;
    line-height: 55px;
    font-weight: 400;
  }

  @media screen and (min-width: 750px) {
    .header-w-background-section h1 {
      font-size: 36px;
      line-height: 36px;
    }
  }

   @media screen and (min-width: 1025px) {
    .header-w-background-section h1 {
      font-size: 45px;
      line-height: 45px;
    }

     .header-w-background-section {
       padding: 30px;
     }
  }

   @media screen and (min-width: 1200px) {
    .header-w-background-section h1 {
      font-size: 51px;
      line-height: 51px;
    }

    .header-w-background-section {
      width: 97%;
      padding: 45px 10px 35px;
      margin-bottom: 30px;
    }
  }
    .readmore_btn {
    font-weight: 400!important;
    font-family: 'RadikalMedium'!important;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 8px;
  }

  .collection-banner-paragraph {
    font-family: RadikalLight;
    margin-top: 30px;
  }


div#truncated-product-description2,  
div#truncated-product-description2 span {
    color: white;
}

   div#product-description,
  div#product-description span,
  div#product-description2,
  div#product-description2 span,
div#truncated-product-description,
  div#truncated-product-description span {
    color: white;
}

  
  #product-description {
    display:none;
  }

  #product-description2 {
    display:none;
  }

  .truncate-container {
    padding: 0 24px 20px;
    font-family: RadikalLight;
    font-size: 16px;
    color: #2c479e;
    line-height: 1.5;
    padding-bottom: 0;
  }

  .read-additional {
       font-weight: 400!important;
    font-family: 'RadikalMedium'!important;
    text-decoration: underline;
    cursor: pointer;
  }

  .read-less {
     font-weight: 400!important;
    font-family: 'RadikalMedium'!important;
    text-decoration: underline;
    cursor: pointer;
  }

  .desktop{display:none!important;}
  .mobile{display:block!important;}

  .truncate-container p:last-child {
    margin-bottom: 0;
  }


  @media only screen and (min-width: 700px) {
    .desktop{display:block!important;}
    .mobile{display:none!important;}
  }

  @media(min-width: 1008px) {
    .collection-banner-paragraph {
      font-size: 20px;
      max-width: 82%!important;
      line-height: 30px;
      letter-spacing: 0.02em;
      margin-left: auto;
      margin-right: auto;
    }
  }

   @media screen and (min-width: 400px) {
 .truncate-container { padding: 0 29px 3px; }
  @media screen and (min-width: 1025px) {
    .truncate-container {
      padding: 0 80px 25px;
      font-size: 20px;
      max-width: 82%!important;
          line-height: 30px;
    letter-spacing: 0.02em;
      margin-left: auto;
      margin-right: auto;
    }

    .featured-colection__info--title {
      margin-bottom: 0;
    }
  }

  @media screen and (min-width: 1200px) {
    .truncate-container {
      padding: 0 0 0;
      max-width: 66%;
    }

    .header-w-background-section.large-text--true {
      padding: 50px 50px 40px;
    }

    .header-w-background-section.large-text--true h1 {
      font-size: 70px;
      line-height: 80px;
      font-weight: 400;
      letter-spacing: 12.6px;
    }
  }