/* =========================================================================
 * Artwork — Infinite load styles (ayon theme)
 * Numeric pagination is hidden ONLY when JS has wired the "load more" control
 * (body.ayon-has-loadmore). Without JS it stays visible & crawlable.
 * ========================================================================= */

/* Hide numeric page list + per-page summary for JS users (fallback stays for crawlers) */
.ayon-has-loadmore nav.pagination .page-list,
.ayon-has-loadmore nav.pagination .showing {
  display: none !important;
}

/* Load-more control */
.ayon-loadmore-wrap {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0 2rem;
}

.ayon-loadmore.btn {
  min-width: 260px;
  font-weight: 600;
  letter-spacing: .02em;
}

.ayon-loadmore.is-loading {
  opacity: .7;
  cursor: progress;
  pointer-events: none;
}

/* Brand/Case Editrici title centered */
#roy_brands .products-section-title{text-align:center;}
