{"product_id":"nano-hydroxyapatite-enamel-repair-rjc","title":"Nano-Hydroxyapatit Zahnschmelz-Reparatur","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：功能型牙膏（修复+抗敏+美白）\n  目标受众：牙齿敏感人群、追求无氟\/天然成分的成人\n  视觉风格：专业、洁净、科技感（银色金属）与自然（绿色薄荷）结合\n  配色策略：以深蓝灰色为主标题色，辅以薄荷绿强调天然属性，背景采用干净的白色和极淡的灰\/蓝色调。\n  模块顺序：Hero (核心利益汇总) -\u003e Feature 1 (核心科技 nHAP修复) -\u003e Feature 2 (可视化效果 美白去渍) -\u003e Feature 3 (安全配方信任状) -\u003e How to Use (使用指导) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_6.png, Feature3=image_0.png, HowTo=image_5.png\n  规格图映射：Specs=image_8.png (提取120g)\n  对比模块：未单独设立，已整合至 Feature 2 的 Before\/After 图片展示中，更直观。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #2C3E50;\n      --primary-hover: #34495E;\n      --secondary: #4CAF50; \/* Mint Green accent *\/\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-soft: #F8F9FA;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n      --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      line-height: 1.6;\n      color: var(--text-main);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 30px);\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1rem;\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(16px, 1.5vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Standard Image Handling (Scheme A) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-weight: 500;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--secondary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-block);\n      margin-bottom: var(--spacing-block);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* How To Use Section *\/\n    .steps-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: var(--spacing-block);\n        text-align: center;\n    }\n    .step-item h3 {\n        color: var(--primary);\n        margin-top: 1rem;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background: var(--bg-soft);\n      padding: var(--spacing-block);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid #e0e0e0;\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid #eee;\n      padding-bottom: 1.5rem;\n    }\n    .faq-question {\n        font-weight: 600;\n        font-size: 18px;\n        color: var(--primary);\n        margin-bottom: 0.5rem;\n        display: flex;\n        align-items: center;\n    }\n    .faq-question::before {\n        content: \"Q.\";\n        color: var(--secondary);\n        margin-right: 0.5rem;\n        font-weight: 700;\n    }\n    .faq-answer {\n        margin-bottom: 0;\n        padding-left: 1.5rem;\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-media {\n        order: -1; \/* Image on top *\/\n      }\n      .steps-grid {\n          grid-template-columns: 1fr;\n      }\n      \n      \/* Mobile Table *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border-bottom: none; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid #eee;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Fortschrittliche Formel zur Zahnschmelzreparatur\u003c\/span\u003e\n\u003ch1\u003eStärke wiederherstellen, Empfindlichkeit vertreiben.\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie die bahnbrechende Kraft von 7,5 % Nano-Hydroxyapatit. Diese fluoridfreie Zahnpasta baut den Zahnschmelz wieder auf und hellt Ihr Lächeln auf, während sie langanhaltende Linderung bei empfindlichen Zähnen bietet.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/1d1a2e2ae4e948729f8903da7d2e0b9d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/71039d7362603bc465ca721ac1e3d318.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDie Wissenschaft des Zahnschmelzaufbaus\u003c\/h2\u003e\n\n\u003cp\u003eUnser Hauptwirkstoff, Nano-Hydroxyapatit (nHAP), ist dasselbe Mineral, das 97 % Ihres Zahnschmelzes ausmacht. Es bindet sich aktiv an die Zähne, füllt Mikrodefekte und Tubuli auf und bekämpft so die Ursache der Empfindlichkeit, anstatt nur die Nerven zu betäuben.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e7,5 % nHAP-Konzentration\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStärkt den Zahnschmelz\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLindert Empfindlichkeit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: The Results (Whitening \u0026 Clean) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/820846c703a9b2d99cabdf1770771f39.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSichtbar weißere Zähne in 7 Tagen\u003c\/h2\u003e\n\n\u003cp\u003eErzielen Sie ein strahlenderes Lächeln ohne aggressive Schleifmittel. Unsere Formel entfernt effektiv Plaque, Zahnsteinablagerungen und Oberflächenverfärbungen, um Ihre natürliche Weißheit zu zeigen. Genießen Sie eine professionelle Reinigung, die zukünftiger Zahnsteinbildung vorbeugt.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePlaque entfernen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eZahnstein hemmen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLächeln aufhellen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: The Safe Formula --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/384235c560e926d205129f8b1f4ae8db.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eReine Formel, der Sie vertrauen können\u003c\/h2\u003e\n\n\u003cp\u003eWir glauben an effektive Pflege ohne Kompromisse. Unsere vegane Formel ist frei von Fluorid, SLS (Sulfaten) und hormonellen Schadstoffen. Mit natürlichem Pfefferminzgeschmack sorgt sie für langanhaltend frischen Atem und ist sanft genug für die tägliche Anwendung für alle.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFluoridfrei\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVegan \u0026amp; tierversuchsfrei\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSLS-frei\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: How to Use --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eEinfache tägliche Routine\u003c\/h2\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526161059\/88c0da6d90357465da89a61af8e6faa2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eNettogewicht\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e120 g (ca. 4,23 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eWirkstoff\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e7,5 % Nano-Hydroxyapatit (nHAP)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eGeschmack\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eNatürliche Pfefferminze\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eWichtige Vorteile der Formel\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eFluoridfrei, SLS-frei, vegan\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst diese Zahnpasta für die tägliche Anwendung sicher?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, absolut. Unsere Formel ist fluoridfrei, SLS-frei und verwendet biokompatibles Nano-Hydroxyapatit, wodurch sie sicher und sanft genug für die zweimal tägliche Anwendung ist, auch bei empfindlichen Zähnen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie schnell sehe ich Ergebnisse?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eViele Nutzer berichten von sichtbar weißeren Zähnen und frischerem Atem innerhalb von 7 Tagen bei regelmäßiger Anwendung. Für eine signifikante Reparatur des Zahnschmelzes und Linderung von Empfindlichkeiten empfehlen wir eine kontinuierliche Anwendung von mindestens 28 Tagen, damit das nHAP die Zahnstruktur effektiv wiederaufbauen kann.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie schmeckt es?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eEs hat einen erfrischenden, natürlichen Pfefferminzgeschmack, der langanhaltend frischen Atem verleiht, ohne zu aufdringlich oder künstlich zu sein.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1er-Pack (Home Essential)","offer_id":48049487020244,"sku":"0526-16252114","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2er-Pack (60-Tage Emaille-Reparaturzyklus)","offer_id":48049487053012,"sku":"0526-16256927","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3er-Pack (90-Tage Komplett-Transformation)","offer_id":48049487085780,"sku":"0526-16253119","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1d1a2e2ae4e948729f8903da7d2e0b9d_0c1464d0-20cd-4ad3-ad48-e04de6554296.jpg?v=1780564266","url":"https:\/\/omurio.com\/de\/products\/nano-hydroxyapatite-enamel-repair-rjc","provider":"Omurio","version":"1.0","type":"link"}