

/* 隱藏產品詳情頁的 0 評論 0 銷量 */

body.products .detail_right .visual_box { display: none !important; }



/* 產品頁視覺升級（黑金調性） */

body.products { background-color: #0a0a0a !important; color: #e0d5b0 !important; }

body.products h1,

body.products .detail_name,

body.products .themes_products_title,

body.products .prod_name,

body.products .prod_name a { color: #d4af37 !important; }

body.products .detail_brief,

body.products .themes_products_subtitle { color: #e0d5b0 !important; }

body.products .detail_img,

body.products .product_img,

body.products [class*=prod_img] { background-color: #0a0a0a !important; }



/* 修复：信任徽章 ✅ 不被当彩色 emoji 显示 */

.trust-badge, .trust-badge * { font-variant-emoji: text !important; }

