/*
 * Shop / Archive / Loop Item Styles
 * Loaded conditionally on archive and shop loops
 */

/* Product Cards Overrides For Elementor at Elementor Loop Item Product Card */

.proudct__card-coreva {
  max-width: 282px !important;
}

@media (max-width: 800px) {
  .proudct__card-coreva,
  .product__card-coreva-img {
    max-width: 100% !important;
  }
}

/* Container spacing */
.elementor-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

/* Base style for all pagination numbers */
.elementor-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  transition: all 0.3s ease;
  background-color: transparent;
  color: #7b001d !important;
  text-decoration: none;
  border: 0.5px solid #7b001d !important;
  font-size: 14px;
  line-height: 1;
}

/* Ensure the screen-reader text doesn't offset the number alignment */
.elementor-pagination .elementor-screen-only {
  display: none;
}

/* Active / Current Page Style */
.elementor-pagination .page-numbers.current {
  background-color: #7b001d !important;
  color: #ffffff !important;
}

/* Hover State */
.elementor-pagination a.page-numbers:hover {
  background-color: #7b001d;
  color: #ffffff !important;
}
