/* P10-SITE-1022 immutable-cache-safe category tail and footer refinement */
.catalog-surface #product-list .catalog-empty-state[hidden] {
  display: none;
}

@media (max-width: 720px) {
  body.current-product-category-page .site-footer {
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
  }
}
