/* GSTORE_FRONT_REGULAR_WEIGHT_UI_V2
   前台指定区域字体常规化最终版。
   只处理：商品标题 / 首页分类与国家按钮 / 前台右上导航。
   不处理：价格、金额、支付提示、后台。
   说明：部分旧样式后面仍有 font-weight:800!important，所以这里提高选择器权重，不再恢复旧重复块。
*/

/* 首页 V4 */
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-card-title,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-chip-row button,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-tool,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-toplinks a,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-lang a,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-top-tool,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-lang-menu select,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-theme-toggle-v1,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-user-trigger-native-v1,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-user-dropdown-native-v1 a,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-mobile-menu-panel-v1 a,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-mobile-category-item-v1,
#gstoreHomeV4#gstoreHomeV4 .gstore-v4-mobile-account-grid-v1 a,

/* 商品详情页顶部导航与商品标题 */
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-full-v4-links a,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-full-v4-row a,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-full-v4-tools a,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-full-v4-lang select,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-full-v4-theme,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-v4-user-trigger-native-v1,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-v4-user-dropdown-native-v1 a,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-mobile-menu-panel-v1 a,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-mobile-category-item-v1,
#gstoreProductFullGlobalHeaderV4#gstoreProductFullGlobalHeaderV4 .gstore-product-mobile-account-grid-v1 a,
body:has(#gstoreProductFullGlobalHeaderV4) #buybox h1.title,
body:has(#gstoreProductFullGlobalHeaderV4) h1.title,

/* 个人中心与公共头部 */
html body .gstore-account-v4-links a,
html body .gstore-account-v4-lang select,
html body .gstore-account-v4-theme,
html body .gstore-account-mobile-menu-panel-v1 a,
html body .site-nav a,
html body .site-nav button,
html body .site-user-dropdown a,
html body .gstore-lang-dd-v2 summary,
html body .gstore-lang-dd-menu-v2 a,
html body .gstore-mobile-lang-options-v1 a,
html body .gstore-mobile-more-links-v1 a{
    font-weight:400!important;
}
