/** Shopify CDN: Minification failed

Line 31:0 Unexpected "{"
Line 32:2 Expected identifier but found "\"type\""

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

{
  "type": "color_scheme",
  "id": "color_scheme",
  "label": "Color scheme",
  "default": "background-1"
}

.section-wrapper {
  background-color: var(--color-background);
  color: var(--color-foreground);
}