/* Exact public-page title rhythm requested for the shared POC layout. */
.public-site-page:not(.dress-poc-page) .public-page {
  padding-top: 0 !important;
}

.public-site-page:not(.dress-poc-page) .public-page-hero {
  min-height: 0 !important;
  padding: 76px 0 50px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* Where-to-buy has its own hero/container, keep the same 76 / 50 rhythm. */
.public-site-page .stores-page.public-content {
  padding-top: 0 !important;
}

.public-site-page .stores-page .stores-hero {
  min-height: 0 !important;
  padding: 76px 0 50px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
