
/* ===== Pagination — canlı tubabutik ile birebir ===== */
.cc_cz58wx1d_blog_home .kombos-pagination, .cc_cz58wx1d_product_detail_reviews .kombos-pagination, .cc_cz58wx1d_product_list .kombos-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  max-width: 100%;
}

@media (min-width: 768px) {
.cc_cz58wx1d_blog_home .kombos-pagination, .cc_cz58wx1d_product_detail_reviews .kombos-pagination, .cc_cz58wx1d_product_list .kombos-pagination {
    gap: 0.625rem;
  }
}

/* Navigation arrows (prev, next) — 30×30, kare, outline chevron 20px */
.cc_cz58wx1d_blog_home .kombos-pagination__arrow, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__arrow, .cc_cz58wx1d_product_list .kombos-pagination__arrow {
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 1.25rem;
  color: var(--kombos-gray-900);
  transition: opacity 0.15s ease;
}

.cc_cz58wx1d_blog_home .kombos-pagination__arrow:disabled, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__arrow:disabled, .cc_cz58wx1d_product_list .kombos-pagination__arrow:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

/* Page numbers — 30×30, kare (köşe yok), 12px */
.cc_cz58wx1d_blog_home .kombos-pagination__page, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__page, .cc_cz58wx1d_product_list .kombos-pagination__page {
  height: 1.875rem;
  min-width: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  padding: 0 0.5rem;
  cursor: pointer;
  color: var(--kombos-gray-900);
  transition: color 0.15s ease, background-color 0.15s ease;
}

.cc_cz58wx1d_blog_home .kombos-pagination__page:hover, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__page:hover, .cc_cz58wx1d_product_list .kombos-pagination__page:hover {
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
}

.cc_cz58wx1d_blog_home .kombos-pagination__page--active, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__page--active, .cc_cz58wx1d_product_list .kombos-pagination__page--active {
  background: var(--kombos-gray-900);
  color: var(--kombos-white);
  pointer-events: none;
}

/* Dots separator — düz "…" metni, gri %50 opak */
.cc_cz58wx1d_blog_home .kombos-pagination__dots, .cc_cz58wx1d_product_detail_reviews .kombos-pagination__dots, .cc_cz58wx1d_product_list .kombos-pagination__dots {
  min-width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kombos-gray-500);
  opacity: 0.5;
}
