/* ==========================================================================
   CATEGORY PAGE STYLES
   ========================================================================== */

/* ==========================================================================
   CATEGORY PAGE STYLES
   ========================================================================== */

/* Pagination Controls */

/* Pagination Controls */
.category-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  position: relative;
}

.category-nav-btn {
  width: 50px;
  height: 50px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-nav-btn:focus {
  outline: none !important;
}

.category-nav-btn:first-child {
  position: absolute;
  left: 0;
}

.category-nav-btn:last-child {
  position: absolute;
  right: 0;
}

.category-nav-btn:disabled {
  cursor: not-allowed;
}

.category-nav-btn:disabled svg circle {
  stroke-opacity: 0.3;
}

.category-nav-btn:disabled svg path {
  stroke-opacity: 0.3;
}

.category-nav-btn svg {
  width: 50px;
  height: 50px;
  display: block;
}

/* Grid row alignment - ensure sections fill equal heights */


/* Responsive adjustments */
@media (max-width: 1024px) {
  .category-page-title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width: 720px) {
  .category-page-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px;
    height: auto;
    margin-bottom: 40px;
  }
  
  .category-page-title {
    font-size: 36px;
    line-height: 44px;
  }
}
