/* 新分类页面专用样式 - 将橙色改为黑色 */

/* 网格视图按钮颜色 - 只修改激活状态 */
body.page-categories-new .style-wrap label.active svg {
  fill: #000 !important;
}

/* 确保未激活状态保持灰色 */
body.page-categories-new .style-wrap label:not(.active) svg {
  fill: #999 !important;
}

/* 产品价格颜色 */
body.page-categories-new .product-price .price-new {
  color: #000 !important;
}

/* 筛选条件标签颜色 */
body.page-categories-new .filter-value-wrap .list-group-item.delete-all {
  background: #000 !important;
}

body.page-categories-new .filter-value-wrap .list-group-item:hover {
  background: #000 !important;
}

/* 价格滑块颜色 */
body.page-categories-new .ui-widget-header {
  background: #000 !important;
}

body.page-categories-new .ui-slider-handle {
  background: #000 !important;
} 