/* ===== 产品列表页 — 黑灰主色调 ===== */

.product-page-main {
    padding-top: 30px;
    padding-bottom: 40px;
}
.product-page-sidebar-main {
    min-width: 0;
}
.product-filter-group {
    margin-bottom: 14px;
}
.product-filter-title {
    margin-bottom: 6px;
    font-weight: 600;
}
.product-filter-item {
    margin: 4px 0;
}
.product-filter-link.is-active {
    font-weight: 700;
    text-decoration: underline;
}
.product-empty-tip {
    color: #666;
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
}

/* 产品卡片 hover 已由内联样式 shadow 控制 */

/* 分页覆盖 — 深色主色替代蓝绿色 */
#product-grid ~ div ul.pagination li.active > span,
#product-grid ~ div ul.pagination li.active > a {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
}
#product-grid ~ div ul.pagination li > a:hover {
    border-color: var(--brand) !important;
    color: var(--brand) !important;
    background: #F7FCFC !important;
}

/* 筛选栏 hover 微交互 */
.filter-sidebar label { cursor: pointer; }
.filter-sidebar input[type="checkbox"] { accent-color: #111827; }
