
  /* 强制把分类大标题 (SHOP) 改为图2同款特粗大字号 */
  .default_products_list h1,
  .list_category h1,
  .prod_list_right h1,
  .category_right h1,
  h1 {
    font-size: 38px !important;            /* 放大字号，图2视觉感 */
    font-weight: 900 !important;            /* 极粗体 (Extra Bold) */
    color: #000000 !important;            /* 纯黑 */
    line-height: 1.1 !important;
    letter-spacing: -0.5px !important;     /* 紧凑字间距，更有质感 */
    margin-top: 10px !important;
    margin-bottom: 16px !important;
    display: block !important;
    text-transform: none !important;        /* 保持首字母大写 */
  }

  /* 描述文字样式微调，完美匹配大标题 */
  .list_category_description {
    font-size: 14px !important;
    color: #333333 !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
  }
