/* ==========================================================================
   Millat Mart - All Products (Catalog) Page Stylesheet
   File: /assets/css/pages/products.css
   Used only by: products.php
   ========================================================================== */

.catalog-header-bar {
    background-color: #ffffff;
    border: 1px solid #e3e6e6;
    border-radius: 6px;
    padding: 0.75rem 1.25rem;
}

.filter-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #132119;
    border-bottom: 1px solid #e3e6e6;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.pagination-custom .page-item .page-link {
    color: #132119;
    border-color: #d5d9d9;
    font-size: 0.875rem;
    font-weight: 600;
}

.pagination-custom .page-item.active .page-link {
    background-color: #22c55e;
    border-color: #16a34a;
    color: #111111;
}

.pagination-custom .page-item.disabled .page-link {
    color: #888888;
    background-color: #f7f7f7;
}
