/**
 * v44 — Mobile: light gap between category strip and hero
 */
@media (max-width: 1023px) {
  .store-header-sticky-stack {
    margin-bottom: 6px !important;
  }
  .store-cat-strip,
  .page-home .store-cat-strip {
    margin-bottom: 6px !important;
    padding-bottom: 4px !important;
  }
  .page-home .hero-app,
  .page-home .hero-app.hero-peek-mobile {
    margin-top: 4px !important;
    padding-top: 2px !important;
  }
}
