/** Shopify CDN: Minification failed

Line 39:0 Unexpected "}"

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

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

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

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

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


.page-width h1,
.h0,
.main-page-title,
.page-title {
  font-size: calc(var(--font-heading-scale) * 3.4rem);
  font-weight: 600;
  margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 749px) {

  .page-width h1,
  .h0,
  .main-page-title,
  .page-title {
    font-size: calc(var(--font-heading-scale) * 3rem);
    font-weight: 600;
    margin-bottom: 2.5rem;
  }
}