/* Template: page — critical.
 * Loaded by explicit branches in layouts/layout.tpl and the password head.
 */
body.template-page .page-header h1,
body.template-page .faq-page .faq-content > h1,
body.template-page .returns-page .returns-content > h1,
body.template-page .shipping-page .shipping-content > h1,
body.template-page .personalization-page .personalization-content > h1,
body.template-page .contact-info-page .contact-info-content > h1,
body.template-page .corporate-page .corporate-content > h1,
body.template-page .stores-page .store-header > h1 {
  display: block;
  width: fit-content;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

body.template-page .faq-page .faq-content > h2,
body.template-page .returns-page .returns-content > h2,
body.template-page .shipping-page .shipping-content > h2,
body.template-page .personalization-page .personalization-content > h2,
body.template-page .corporate-page .corporate-content > h2 {
  font-size: 16px;
}

body.template-page .corporate-page .corporate-content > h1,
body.template-page .stores-page .store-header > h1 {
  margin-left: auto;
  margin-right: auto;
}

body.template-page .page-header h1:after,
body.template-page .faq-page .faq-content > h1:after,
body.template-page .returns-page .returns-content > h1:after,
body.template-page .shipping-page .shipping-content > h1:after,
body.template-page .personalization-page .personalization-content > h1:after,
body.template-page .contact-info-page .contact-info-content > h1:after,
body.template-page .corporate-page .corporate-content > h1:after,
body.template-page .stores-page .store-header > h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #000;
}
