#infinite-scroll-trigger {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #555;
  opacity: 0.7;
}

#infinite-scroll-trigger.loading::after {
  content: '⏳';
  display: inline-block;
  margin-left: 8px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* حالت سئوی امن: گوگل هنوز می‌بینه، کاربر نمی‌بینه */
.woocommerce-pagination {
  position: absolute !important;
  left: -9999px !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
