
/* 隱藏產品詳情頁的 0 評論 0 銷量 */
body.themes_products_detail .detail_right .visual_box { display: none !important; }

/* 產品頁視覺升級（黑金調性） */
body.themes_products_detail { background-color: #0a0a0a !important; color: #e0d5b0 !important; }
body.themes_products_detail h1,
body.themes_products_detail .detail_name,
body.themes_products_detail .themes_products_title,
body.themes_products_detail .prod_name,
body.themes_products_detail .prod_name a { color: #d4af37 !important; }
body.themes_products_detail .detail_brief,
body.themes_products_detail .themes_products_subtitle { color: #e0d5b0 !important; }
body.themes_products_detail .detail_img,
body.themes_products_detail .product_img,
body.themes_products_detail [class*=prod_img] { background-color: #0a0a0a !important; }

/* 修复：信任徽章 ✅ 不被当彩色 emoji 显示 */
.trust-badge, .trust-badge * { font-variant-emoji: text !important; }
