/** Shopify CDN: Minification failed

Line 102:3 Unexpected ","

**/
.rich-text {
  isolation: isolate; 
    display: flex;
  justify-content: center;

}
.rich-text {
  color: var(--color-text, var(--color-body, #2c2d2e)); }
    .rich-text__inner img,
    .rich-text__inner .thb-placeholder {
      margin-bottom: 30px; }
    .rich-text__inner .thb-placeholder {
      display: inline-block;
      width: 120px;
      height: 120px; }
  .rich-text--transparent-false .rich-text__inner {
    box-shadow: 0px 6px 12px 0px rgba(41, 41, 41, 0.08);
    background: var(--color-bg, var(--bg-body, #f5f5f5));
    border-radius: var(--block-border-radius, 16px);
    max-width: 620px;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .rich-text--transparent-false .rich-text__inner {
        padding: 40px 48px; }
     .custom-fontsize {
    font-size: 34px;
    font-weight: 500;
  }
      .rich-text__inner {
    max-width: 580px;
    padding: 0;
    margin: 0 20px;
  }}
  .rich-text .rte {
    font-weight: 300;
    margin-bottom: 35px; }
    .rich-text .rte p{
      line-height: calc(var(--font-body-line-height-scale)* 1.5);}
    .rich-text .rte:last-child,
    .rich-text .rte p:last-child {
      margin-bottom: 0; }
    .rich-text h3{
      font-weight: 500; }
  .rich-text h3.heading-has-gradient {
    background-image: var(--color-heading);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
    .rich-text h3.heading-has-gradient span {
      background-image: var(--color-heading);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; }
  .rich-text.text-position-left .rich-text__inner {
    margin-left: 0; }
  .rich-text.text-position-right .rich-text__inner {
    margin-right: 0; }
  .rich-text.text-width-small .rich-text__inner {
    max-width: 400px; }
  .rich-text.text-width-large .rich-text__inner {
    max-width: 850px; }
  .rich-text.text-width-xlarge .rich-text__inner {
    max-width: 946px; }
  .rich-text.text-width-grid .rich-text__inner {
    max-width: 1380px; }
@media only screen and (min-width: 375px) {
  .row-responsive {
    padding: 0 20px 32px 20px;
  }
  .custom-fontsize {
    font-size: 28px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1024px) {
  .row-responsive {
    width: 50%;
    padding: 8px 0px 20px 0px;
  }
}
.row-custom {
  max-width: 100%;
}
.rich-text__inner--custom {
  max-width: 100%;
}

@media (max-width: 768px) {
  .template-index .section-rich-text .rich-text__inner, .template-collection .section-rich-text .rich-text__inner {
    text-align: left;
    padding-bottom: 40px;
  }
  .template-index .section-rich-text .rich-text__inner .h5,  .template-collection .section-rich-text .rich-text__inner .h5 {
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
  },
    .custom-fontsize {
    font-size: 28px;
    font-weight: 500;
  }
}
.custom-color {
  color: var(--color-body);
}