/** Shopify CDN: Minification failed

Line 106:10 Expected ":"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    /* max-width: 50rem; */
    max-width:100%;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    /* max-width: 78rem; */
    max-width:100%;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}


body.template--collection .metafield-rich_text_field .wrapped-content {
    column-count: 3;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
}
body.template--collection .metafield-rich_text_field h2{text-align:left}
body.template--collection .metafield-rich_text_field p{ font-size:16px; text-align:left; line-height:normal}
body.template--collection .metafield-rich_text_field .wrapped-content p{text-align: justify; font-size:16px}
body.template--collection .metafield-rich_text_field ul li{text-align:left; font-size:16px;line-height: normal;font-family:poppins;
sans-serif;    letter-spacing: normal;}
body.template--collection .metafield-rich_text_field h2,body.template--collection .metafield-rich_text_field h3 {
    font-family: poppins;font-size:24px;margin:0;
   
}

body.template--collection .metafield-rich_text_field p, body.template--collection .metafield-rich_text_field li {
    font-family: poppins;
    
}
body.template--collection .metafield-rich_text_field > h2 + p:after {}

.metafield-rich_text_field > h2 + p.is-expanded::after {
 content:"- Show less...";font-weight:bold; margin-top:15px;display:block;
}

.metafield-rich_text_field > h2 + p:not(.is-expanded)::after {
  content:"+ Read More...";font-weight:bold; margin-top:15px;display:block;
}
