/* Shared listing pager: desktop Load More, mobile autoscroll, end state */
#_loadMore.is-loading,
#_loadMore[disabled],
#_loadMore[aria-busy="true"] {
  pointer-events: none;
}
#showMore-product.is-hidden {
  display: none !important;
}
#showMore-product.is-infinite-scroll {
  position: relative;
  min-height: 28px;
  margin-top: 12px;
  margin-bottom: 16px;
  text-align: center;
}
#showMore-product.is-infinite-scroll > #_loadMore,
#showMore-product.is-infinite-scroll .blog-listing-loadmore__rule,
#showMore-product.is-infinite-scroll .ws-loadmore-hint {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}
#showMore-product.is-infinite-scroll.is-fetching-more {
  min-height: 40px;
}
#showMore-product .listing-infinite-status {
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  padding: 8px 0 4px;
}
#showMore-product.is-infinite-scroll.is-fetching-more .listing-infinite-status {
  display: block;
}
#showMore-product.is-ended {
  min-height: 0;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}
#showMore-product.is-ended > #_loadMore,
#showMore-product.is-ended .blog-listing-loadmore__rule,
#showMore-product.is-ended .ws-loadmore-hint,
#showMore-product.is-ended .listing-load-more-skel,
#showMore-product.is-ended .listing-infinite-status {
  display: none !important;
}
.listing-pager-end {
  display: none;
  margin: 12px 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-align: center;
  letter-spacing: 0.01em;
}
#showMore-product.is-ended .listing-pager-end {
  display: block !important;
}
