/* ============================================================================
   PandaSale Hits/New Showcase — minimal storefront styles.
   The cards/grid reuse the theme's existing .sec/.grid/.card chrome, so this file
   only styles the load-more footer + the loading state. Keep the ?v= in sync with
   ControllerExtensionModulePshits::ASSET_BUILD.
   ============================================================================ */
.pshits-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px 0 4px;
}
.pshits-more {
  min-width: 220px;
  text-align: center;
}
.pshits-more[hidden] {
  display: none !important;
}
.pshits-sentinel {
  display: block;
  width: 1px;
  height: 1px;
}
.pshits-grid.pshits-loading {
  opacity: .65;
  transition: opacity .15s ease;
}
/* In a horizontal-scroll block the footer button still works; center it under
   the track rather than stretching it. */
.wrap.hscroll .pshits-foot {
  margin-top: 16px;
}
