/* Final literal-parity refinements for the v1.0.29 staging release. */

/* Match production's 1,140px empty-cart notice and return-button span. */
.page-id-1185 .woocommerce {
  width: min(100%, 1140px);
  max-width: none !important;
}

/* Match the taller production policy hero while retaining its image/title treatment. */
.page-id-2068 .pftg-page-hero,
.page-id-2685 .pftg-page-hero {
  min-height: 360px;
  background-position: center 55%;
}

@media (max-width: 781px) {
  .page-id-2068 .pftg-page-hero,
  .page-id-2685 .pftg-page-hero {
    min-height: 260px;
    background-position: center 52%;
  }
}
