/** Shopify CDN: Minification failed

Line 67:20 Unexpected "{"
Line 67:29 Expected ":"
Line 68:12 Expected identifier but found whitespace
Line 68:14 Unexpected "{"
Line 68:23 Expected ":"
Line 68:55 Expected ":"

**/
.main-page {
  background-color: rgb(var(--color-background));
}

.main-page__breadcrumbs {
  margin-block-end: calc(var(--spacing-unit-size-static) * 3);
}

.main-page__title {
  margin: 0 0 0.8rem;
}

.main-page__content h1,
.main-page__content h2,
.main-page__content h3,
.main-page__content h4,
.main-page__content h5,
.main-page__content h6 {
  line-height: var(--line-height-static-sm);
}

.main-page__content img {
  width: 100%;
  height: auto;
  padding-block: 0.8rem;
}

.main-page__foot {
  margin-block-start: 3.6rem;
}

.main-page__foot-title {
  letter-spacing: 0;
}

.main-page .rte {
  color: rgba(var(--color-foreground), 0.7);
}

@media screen and (min-width: 750px) {

  .main-page__breadcrumbs {
    margin-block-end: calc(var(--spacing-unit-size-static) * 5);
  }

  .main-page__title {
    margin: 0 0 1.6rem;
  }

  .main-page__content img {
    padding-block: 1.6rem;
  }

  .main-page__foot {
    margin-block-start: 3.6rem;
  }
  #shopify-section-{{ section.id }} .main-page__content {
  max-width: {{ section.settings.content_max_width }}px;
  margin-inline: auto;
}
}
