{"product_id":"high-precision-smart-scale-rjc","title":"Hochpräzise intelligente Waage","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\"\u003eFür ganzheitliches Wohlbefinden entwickelt\u003c\/span\u003e\n\u003ch1\u003e20 Körperwerte für ein besseres Verständnis Ihrer Gesundheit\u003c\/h1\u003e\n\u003cp\u003eGehen Sie über das Körpergewicht hinaus. Synchronisieren Sie umfassende Daten zur Körperzusammensetzung sofort per Bluetooth mit Ihrem Smartphone – für müheloses Gesundheitstracking und langfristige Einblicke.\u003c\/p\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=\"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\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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMehr als nur Ihr Gewicht wissen\u003c\/h2\u003e\n\u003cp\u003eVerschaffen Sie sich mit nur einem Schritt ein umfassendes Verständnis Ihrer körperlichen Gesundheit. Diese smarte Waage analysiert 20 wichtige Körperwerte, darunter BMI, Körperfettanteil, Muskelmasse, Wassergewicht und mehr, und hilft Ihnen so, fundierte Entscheidungen über Ihren Lebensstil zu treffen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Smart Sync \u0026 Tracking --\u003e\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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMüheloses Tracking, sichtbare Fortschritte\u003c\/h2\u003e\n\u003cp\u003eIhre Messwerte werden automatisch per Bluetooth mit der kostenlosen App synchronisiert. Verfolgen Sie Ihre gesundheitliche Entwicklung anhand übersichtlicher Trenddiagramme und historischer Daten, die Sie motivieren und auf dem Weg zu Ihren Zielen halten.\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBluetooth-Konnektivität\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eApp-Datensynchronisierung\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTrendanalyse\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Accuracy \u0026 Build --\u003e\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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFür Präzision und Klarheit entwickelt\u003c\/h2\u003e\n\u003cp\u003eAusgestattet mit vier hochpräzisen Sensoren und einer eleganten Plattform aus 6 mm gehärtetem Glas gewährleistet diese Waage zuverlässige Genauigkeit bis 400 lbs. Das LED-Display zeigt helle, klare Zahlen an, die bei Tag und Nacht leicht abzulesen sind.\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e4 hochpräzise Sensoren\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePlattform aus gehärtetem Glas\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eKlares 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\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\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStep-on-Technologie für sofortige Messwerte\u003c\/h2\u003e\n\u003cp\u003eVergessen Sie Tippen und Warten. Stellen Sie sich einfach auf die Plattform, um sofort eine Messung zu erhalten. Die Waage schaltet sich Sekunden nach dem Absteigen automatisch aus, um die Batterielebensdauer zu schonen, und ermöglicht so eine unkomplizierte tägliche Nutzung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003cth\u003eAbmessungen\u003c\/th\u003e\n \u003ctd\u003e10,94\" x 10,94\" x 1\"\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003eMaximale Tragfähigkeit\u003c\/th\u003e\n \u003ctd\u003e400 lbs\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003eMaterial der Plattform\u003c\/th\u003e\n \u003ctd\u003e6 mm gehärtetes Glas\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003eKonnektivität\u003c\/th\u003e\n \u003ctd\u003eBluetooth\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth\u003eVerfügbare Farben\u003c\/th\u003e\n \u003ctd\u003eWeiß, Schwarz\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eMuss ich die Waage barfuß benutzen?\u003c\/h3\u003e\n\u003cp\u003eJa. Für genaue Körperzusammensetzungsdaten (z. B. Körperfett und Muskelmasse) müssen Ihre nackten Füße direkten Kontakt mit den vier Metallelektroden auf der Oberfläche der Waage haben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eKann ich diese Waage auf einem Teppich benutzen?\u003c\/h3\u003e\n\u003cp\u003eNein. Für möglichst genaue und konsistente Messwerte muss die Waage auf einer harten, ebenen Oberfläche wie Fliesen, Parkett oder Beton stehen. Weiche Oberflächen wie Teppich beeinträchtigen die Genauigkeit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eKönnen mehrere Personen dieselbe Waage benutzen?\u003c\/h3\u003e\n\u003cp\u003eJa, absolut. Die App unterstützt mehrere Benutzerprofile und ist damit ideal für Familien. Die Daten jeder Person werden unabhängig erfasst und gespeichert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Weiß","offer_id":48431181037780,"sku":"1730128873910407587","price":25.95,"currency_code":"USD","in_stock":true},{"title":"Schwarz","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\/de\/products\/high-precision-smart-scale-rjc","provider":"Omurio","version":"1.0","type":"link"}