{"product_id":"high-precision-smart-scale-rjc","title":"High-Precision Smart Scale","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：智能蓝牙体脂秤\n  目标受众：关注健康数据、需要长期追踪身体状况的个人及家庭用户\n  视觉风格：现代简洁、科技感、专业可靠（蓝白配色为主，强调精准与智能）\n  配色策略：提炼原图中的科技蓝作为强调色，配合深灰文字和浅灰背景营造专业感。\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (20项数据) -\u003e Feature 2 (智能同步) -\u003e Feature 3 (硬件精准度) -\u003e Feature 4 (便捷操作) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_5.png, Feature2=image_0.png, Feature3=image_3.png, Feature4=image_6.png\n  规格图映射：Specs=image_7.png, image_8.png\n  对比模块：未加入（无明显竞品对比需求，聚焦自身核心功能展示）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007bff;\n      --primary-hover: #0056b3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f4f8;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e9ecef;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n      line-height: 1.7;\n    }\n\n    \/* Layout Utility *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-grid {\n      display: grid;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Image Handling *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/10;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 600;\n      font-size: 18px;\n    }\n    @media (max-width: 767px) {\n       .img-placeholder { aspect-ratio: 4\/3; }\n    }\n\n    \/* Components *\/\n    .pd-trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      padding: 0.4rem 0.8rem;\n      border-radius: 8px;\n      font-size: 16px;\n      color: var(--text-sub);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-specs-table th {\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n      background: var(--bg-soft);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1.5rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td, .pd-specs-table th {\n        padding: 1rem;\n        text-align: right;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .pd-specs-table th { background: transparent; font-weight: 400; color: var(--text-sub); }\n      .pd-specs-table td { font-weight: 600; color: var(--text-main); background: var(--bg-card);}\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      padding: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n    }\n    .pd-faq-item h3 { margin-top: 0; color: var(--primary); }\n    .pd-faq-item p { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003eDesigned for Holistic Wellness\u003c\/span\u003e\n\u003ch1\u003eUnlock 20 Body Metrics for a Smarter You\u003c\/h1\u003e\n\n\u003cp\u003eGo beyond body weight. Instantly sync comprehensive body composition data to your phone via Bluetooth for effortless health tracking and long-term insights.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/a4b9a441ce983123cc4559be1a7b1971.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: 20 Metrics --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/ef0601b76e64e457cb061fdaf43e4470.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eKnow More Than Just Your Weight\u003c\/h2\u003e\n\n\u003cp\u003eGain a complete understanding of your physical health in one single step. This smart scale analyzes 20 essential body metrics, including BMI, Body Fat Percentage, Muscle Mass, Water Weight, and more, empowering you to make informed decisions about your lifestyle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Smart Sync \u0026 Tracking --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/6a73b3af83cca8b2a4850a56f1e7a223.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless Tracking, Visible Progress\u003c\/h2\u003e\n\n\u003cp\u003eYour measurements automatically sync to the free app via Bluetooth. Visualize your health journey with clear trend graphs and historical data that help you stay motivated and on track toward your goals.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBluetooth Connectivity\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eApp Data Sync\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTrend Analysis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Accuracy \u0026 Build --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/2d08d60f09783552df1a288c163efca8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered for Precision and Clarity\u003c\/h2\u003e\n\n\u003cp\u003eBuilt with four high-precision sensors and a sleek 6mm tempered glass platform, this scale ensures reliable accuracy up to 400 lbs. The LED display lights up with bright, clear numbers for easy readability, day or night.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e4 High-Precision Sensors\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTempered Glass Platform\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eClear LED Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Convenience (Auto On\/Off) --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260806145554\/3e88f74ecb97430097c4ec1ec4e19556.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStep-On Technology for Instant Readings\u003c\/h2\u003e\n\n\u003cp\u003eForget tapping or waiting. Simply step onto the platform for an instant measurement. The scale automatically powers off seconds after you step down to conserve battery life, making daily use seamless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDimensions\u003c\/th\u003e\n\t\t\t\u003ctd\u003e10.94\" x 10.94\" x 1\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMax Weight Capacity\u003c\/th\u003e\n\t\t\t\u003ctd\u003e400 lbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePlatform Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003e6mm Tempered Glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eConnectivity\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBluetooth\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWhite, Black\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need to use the scale barefoot?\u003c\/h3\u003e\n\n\u003cp\u003eYes. To obtain accurate body composition data (such as body fat and muscle mass), your bare feet must make direct contact with the four metal electrodes on the scale's surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan I use this scale on carpet?\u003c\/h3\u003e\n\n\u003cp\u003eNo. For the most accurate and consistent readings, the scale must be placed on a hard, flat surface like tile, hardwood, or concrete flooring. Soft surfaces like carpet will affect accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan multiple people use one scale?\u003c\/h3\u003e\n\n\u003cp\u003eYes, absolutely. The app supports multiple user profiles, making it perfect for families. Each person's data is tracked and stored independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"White","offer_id":48431181037780,"sku":"1730128873910407587","price":25.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":48431181070548,"sku":null,"price":25.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/aaedc88d2c3e612cf8963af48a029f7f.jpg?v=1786012328","url":"https:\/\/omurio.com\/products\/high-precision-smart-scale-rjc","provider":"Omurio","version":"1.0","type":"link"}