/** Shopify CDN: Minification failed

Line 34:0 Unexpected "{"
Line 34:1 Expected identifier but found "%"
Line 38:0 Unexpected "{"
Line 38:1 Expected identifier but found "%"
Line 38:16 Expected "}" to go with "{"

**/
.page-title {
  margin-top: 2rem;
}
    
.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;
}

{%- style -%}
  h1.main-page-title {
    font-size: 24px; 
    text-align: center;
{%- endstyle -%}