
/* ============================================= */
/* 28. Product Category Archive - Brand v2      */
/* ============================================= */
.product-category-header {
    background: linear-gradient(135deg, #1A1A2E, #2D2D44) !important;
    padding: 60px 0 !important;
    margin-bottom: 40px !important;
    border-bottom: 3px solid #C9A84C !important;
    position: relative;
    overflow: hidden;
}
.product-category-header::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 300px; height: 100%;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.08), transparent);
}
.product-category-header h1 {
    color: #C9A84C !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    position: relative;
}
.product-category-header h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #C9A84C;
    margin-top: 12px;
}
.tax-product_cat .zh-breadcrumb {
    margin: 0;
    padding: 12px 20px;
    font-size: 14px;
    color: #999;
    background: #FAFAFA;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
}
.product-grid {
    gap: 24px !important;
}
.product-card {
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 8px rgba(26,26,46,0.06) !important;
}
.product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(26,26,46,0.12) !important;
    border-color: #C9A84C !important;
}
.product-card-image {
    background: linear-gradient(135deg, #F8F6F0, #E8D5B7) !important;
    min-height: 220px !important;
}
.product-card-image span {
    color: #C9A84C !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.product-card-body {
    padding: 16px 16px 12px !important;
}
.product-card-body h3 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}
.product-card-body h3 a {
    color: #1A1A2E !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}
.product-card-body h3 a:hover {
    color: #C9A84C !important;
}
.product-card-footer {
    padding: 12px 16px !important;
    border-top: 1px solid #EAEAEA !important;
    display: flex !important;
    gap: 8px !important;
}
.btn-detail {
    background: #1A1A2E !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 8px 18px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    flex: 1;
    text-align: center;
    cursor: pointer !important;
}
.btn-detail:hover {
    background: #2D2D44 !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
}
.btn-inquiry {
    background: #C9A84C !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 8px 18px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    flex: 1;
    text-align: center;
    cursor: pointer !important;
}
.btn-inquiry:hover {
    background: #B8962E !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
}
.tax-product_cat .ast-pagination {
    margin: 40px 0 !important;
}
.tax-product_cat .page-numbers {
    background: #F8F6F0 !important;
    color: #1A1A2E !important;
    border-radius: 6px !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease !important;
}
.tax-product_cat .page-numbers.current,
.tax-product_cat .page-numbers:hover {
    background: #C9A84C !important;
    color: #FFFFFF !important;
}

/* 29. Hide redundant category header (sidebar already shows categories) */
.product-category-header {
    display: none !important;
}
