#archive-product {
    --aji-brand-primary: #51150C;
    --aji-brand-bg-primary: #503B36;
    --aji-brand-secondary: #999999;
    --aji-brand-secondary-hover: #dbdbdb;
    /*--aji-brand: #C39D63; // default brand color*/
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #333333;
}

#archive-product h1 {
    font-size: 2.5em;
}

#archive-product h2 {
    font-size: 2em;
}

/* Minimal custom rules — prefer keen/bootstrap utilities for everything else */
#wc-horizontal-filters .sep-dot,
#wc-horizontal-filters .text-muted.mx-2 {
    color: #c9c9c9;
    font-size: .8rem;
}

#wc-horizontal-filters {
    --aji-scroll-thumb: #ddd;
    background-color: var(--aji-brand-bg-primary);
    color: white;
}

#wc-horizontal-filters .text-primary {
    color: var(--aji-brand-primary) !important;
}

#wc-horizontal-filters::-webkit-scrollbar {
    height: 6px;
}

#wc-horizontal-filters::-webkit-scrollbar-thumb {
    background: var(--aji-scroll-thumb);
    border-radius: 4px;
}


#archive-product h1,
#archive-product h2,
#archive-product h3,
#archive-product h4 {
    font-family: "Marcellus", Sans-serif;
}

/* Subcategory hero banner --------------------------------------- */
.subcategory-hero,
.shop-hero {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-hero {
    height: 200px;
    background-color: var(--aji-brand-bg-primary);
}

.subcategory-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.subcategory-hero .text,
.shop-hero .text {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 2rem;
    max-width: 80%;
}

.subcategory-hero .entry-title,
.shop-hero .entry-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: white;
}

.subcategory-hero .archive-description {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
    opacity: 0.95;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .subcategory-hero {
        height: 200px;
    }

    .subcategory-hero .entry-title {
        font-size: 1.8rem;
    }

    .subcategory-hero .archive-description {
        font-size: 0.95rem;
    }
}


.subcategory-card-overlay {
    background: #000000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 34%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 34%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

/* Pagination full-width & centered --------------------------------------- */
#archive-product .woocommerce-pagination {
    color: rgb(0, 0, 0);
    grid-column: 1 / -1;
    margin-top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

/*#archive-product .woocommerce-pagination ul.page-numbers {

}*/
#archive-product .woocommerce-pagination li .page-numbers {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #C39D63;
    color: #C39D63;
    border-radius: 4px;
}

#archive-product .woocommerce-pagination li .page-numbers.current {
    display: inline-block;
    padding: 2px 10px;
    color: rgb(0, 0, 0);
    border: 1px solid #C39D63;
    margin: 0 2px;
    border-radius: 4px;
}

#archive-product .woocommerce-pagination .page-numbers a:hover {
    border: 1px solid black;
}
