/** Shopify CDN: Minification failed

Line 44:22 Expected "}" to go with "{"

**/



.rich-text {
  background: var(--color-bg, var(--bg-body, #fff));
  color: var(--color-text, var(--color-body)); }
  .rich-text__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px; }
    .rich-text__inner h1 {
      color: inherit; }
    .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 .rte {
    margin-bottom: 15px; }
    .rich-text .rte p:last-child {
      margin-bottom: 0; }
  .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: 800px; }
  .rich-text.text-width-xlarge .rich-text__inner {
    max-width: 1090px; }
  .rich-text.text-width-grid .rich-text__inner {
    max-width: 1380px; }

@media only screen and (max-width: 767px) {
  .rich-text__inner {
    padding: 0 15px; }