/** Shopify CDN: Minification failed

Line 32:0 Expected "}" to go with "{"

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

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

@media screen and (min-width: 1400px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
  .page-width--narrow {
    max-width: 86rem  /*101.6*/
}

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

.page-placeholder {  
  max-width: 0rem;  /*tested 0, 52.5rem*/
  height: 52.5rem;
}
