/* blocks-promo-mega-grid */
/* product cards styled in base.css */

/* chrome-variants */
.pp-header__split {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}
.pp-header__brand { display: flex; flex-direction: column; gap: 0.35rem; min-width: 0; }
.pp-nav--end { margin-left: auto; }
@media (max-width: 767px) {
  .pp-header__split {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    padding: 0.75rem 0;
  }
  .pp-header__brand .pp-logo {
    font-size: 1.15rem;
  }
  .pp-header__brand .pp-announcement {
    font-size: 0.68rem;
    line-height: 1.35;
  }
  .pp-nav--end {
    margin-left: 0;
    max-width: none;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.75rem;
  }
  .pp-nav--end::-webkit-scrollbar { display: none; }
}

.pp-footer__wave-band {
  height: 12px;
  background: linear-gradient(90deg, var(--pp-primary), var(--pp-accent, var(--pp-primary)));
}
.pp-footer__wave-grid { display: grid; gap: 2rem; padding: 2.5rem 0 2rem; }
@media (min-width: 768px) {
  .pp-footer__wave-grid { grid-template-columns: 1.4fr 1fr; }
}
.pp-footer__wave-grid .pp-footer__links,
.pp-footer__wave-grid .pp-footer__links .menu {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pp-footer__wave-grid .pp-footer__links a { display: block; margin: 0; }
.pp-footer__wave-grid aside p { margin: 0.35rem 0; }
.pp-footer__wave-grid aside .pp-footer__hours { opacity: 0.85; font-size: 0.9rem; }
/* /chrome-variants */
