/** Shopify CDN: Minification failed

Line 18:18 Unexpected "{"
Line 18:27 Expected ":"
Line 27:18 Unexpected "{"
Line 27:27 Expected ":"
Line 27:34 Unexpected "{"
Line 35:20 Unexpected "{"
Line 35:29 Expected ":"
Line 35:36 Unexpected "{"
Line 46:18 Unexpected "{"
Line 46:27 Expected ":"

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }} .category-description-content-title
{
  margin: 10px 0px;
  font-size: var(--text-h2);
  line-height: 1.1;
  font-weight: 700;
}


#shopify-section-{{ section.id }} {
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: justify;
}


@media screen and (min-width: 750px) {
  #shopify-section-{{ section.id }} {
  padding-top: 47px;
  padding-bottom: 82px ;
  }
}

  
.section-cate-desc .collection-hero__description {
  max-width: 100%;
}
  
#shopify-section-{{ section.id }} .text-more {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.show-less,.expand-less,.expand-more {
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
}

.text-full {
  height: 0px;
  overflow: hidden;
}