
/* PCH 3.0.33 – product archive pagination */
.pch-shop-shell .woocommerce-pagination {
  margin: 64px 0 0;
  display: flex;
  justify-content: center;
}

.pch-shop-shell .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
}

.pch-shop-shell .woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
  margin: 0 !important;
}

.pch-shop-shell .woocommerce-pagination .page-numbers a,
.pch-shop-shell .woocommerce-pagination .page-numbers span {
  min-width: 44px;
  height: 44px;
  padding: 0 13px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #c59a46 !important;
  background: #15130f !important;
  color: #c59a46 !important;
  text-decoration: none;
  line-height: 1 !important;
  transition: background-color .18s ease, color .18s ease;
}

.pch-shop-shell .woocommerce-pagination .page-numbers a:hover,
.pch-shop-shell .woocommerce-pagination .page-numbers span.current {
  background: #c59a46 !important;
  color: #15130f !important;
}

.pch-shop-shell .woocommerce-pagination .page-numbers.dots {
  border-color: transparent !important;
  background: transparent !important;
  color: inherit !important;
}
