{"product_id":"7-5-nhap-sensitivity-relief-paste","title":"7.5% nHAP Sensitivity Relief Paste","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：功效型牙膏（修复+美白+清新）\n目标受众：关注口腔健康、牙齿敏感、追求专业成分的成人群体\n视觉风格：科技、纯净、专业、清新。配色以蓝白为主，辅以薄荷绿点缀。\n配色策略：\n--primary: #0056b3 (深蓝，取自包装上的核心文字区域)\n--accent: #28a745 (清新绿，取自薄荷叶)\n--bg-soft: #f4f7f9 (极淡蓝灰，营造科技纯净感)\n模块顺序：Hero -\u003e Feature 1 (Repair\/Core Tech) -\u003e Feature 2 (Whitening\/Clean) -\u003e Feature 3 (Freshness) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_4.png, Feature3=image_2.png\n规格图映射：无专用规格图，数据来自报告文字\n对比模块：未加入独立模块，美白对比功能已融入Feature 2图片展示。\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #004a99;\n      --primary-hover: #003570;\n      --accent: #2e8b57;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f0f5fa;\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: #e0e6ed;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 16px;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 24px;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Components *\/\n    .pd-trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-weight: 500;\n      font-size: 16px;\n      margin-bottom: 16px;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 20px;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 6px 12px;\n      border-radius: 8px;\n      font-size: 16px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n    }\n\n    .pd-tag::before {\n      content: '✓';\n      color: var(--accent);\n      margin-right: 6px;\n      font-weight: bold;\n    }\n\n    \/* Image Styling (Default Fluid) *\/\n    .pd-image-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    \n    \/* Image Placeholder Styling *\/\n    .pd-image-placeholder {\n        width: 100%;\n        height: auto;\n        min-height: 300px;\n        background-color: var(--bg-soft);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-md);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--text-sub);\n        font-family: monospace;\n        font-size: 18px;\n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-hero h1 span {\n      color: var(--accent);\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-copy h2 {\n      color: var(--primary);\n    }\n\n    \/* Z-pattern for desktop *\/\n    @media (min-width: 768px) {\n      .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Layout *\/\n    @media (max-width: 767px) {\n      .pd-feature {\n        flex-direction: column;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 100%;\n      }\n      \n      .pd-hero {\n          text-align: left;\n      }\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n      color: var(--primary);\n    }\n\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 600px) {\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 th {\n        display: none;\n      }\n      .pd-specs-table td {\n        padding-left: 50%;\n        position: relative;\n        text-align: right;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 24px;\n        top: 16px;\n        font-weight: 600;\n        color: var(--primary);\n        text-align: left;\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-faq-item h3 {\n      margin-bottom: 12px;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n    }\n    \n    .pd-faq-item h3::before {\n        content: 'Q.';\n        margin-right: 10px;\n        color: var(--accent);\n        font-weight: 800;\n    }\n\n    .pd-faq-item p {\n      margin-bottom: 0;\n      padding-left: 28px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003eNew Upgrade Formula\u003c\/div\u003e\n\n\u003ch1\u003eAdvanced Care: 7.5% Nano-Hydroxyapatite for \u003cspan\u003eRepair, Whitening \u0026amp; Freshness\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003eExperience the next generation of daily oral care. Our scientifically formulated toothpaste delivers professional-grade enamel repair, gentle whitening, and lasting breath confidence in every brush.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\" style=\"margin-top: 32px;\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260706152144\/2c9da12b7428b4dc7c2e47748b4147df.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260706152144\/2684005b94094ad121df5ff018a474b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eStrengthens Enamel \u0026amp; Reduces Sensitivity\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with a high concentration of 7.5% nano-hydroxyapatite (nHAP), a mineral that makes up the primary building block of teeth. It actively helps remineralize and repair enamel against daily erosion, providing relief for sensitive teeth and building a stronger foundation for oral health.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e7.5% High Concentration nHAP\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEnamel Remineralization\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSensitivity Relief\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Whitening \u0026 Cleaning --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260706152144\/5006ba0610f4f334e45639167570626f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eGentle Whitening \u0026amp; Deep Stain Removal\u003c\/h2\u003e\n\n\u003cp\u003eEffectively remove plaque buildup and yellow surface stains without harsh abrasives. The rich, dense foam penetrates hard-to-reach areas for a thorough clean, helping to restore your teeth's natural brightness and luster for a visibly radiant smile.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eRemoves Plaque \u0026amp; Stains\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRestores Natural White\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRich Cleaning Foam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Long-lasting Freshness --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260706152144\/e4e7c2d3a229325d81ad63869d928b89.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e16-Hour Lasting Fresh Breath Confidence\u003c\/h2\u003e\n\n\u003cp\u003eInfused with refreshing mint-based ingredients, this formula fights bad breath at the source. Enjoy a clean, cool sensation that lasts, giving you the confidence of long-lasting fresh breath throughout your day.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e16H Fresh Breath\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMint Flavor\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDaily Confidence\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\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 data-label=\"Attribute\"\u003eProduct Name\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eNano-Hydroxyapatite Repair Toothpaste\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eKey Ingredient\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e7.5% Nano-Hydroxyapatite (nHAP)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eNet Weight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e120g (approx. 4.23 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eFlavor\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMint Fragrance\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eMain Benefits\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eEnamel Repair, Whitening, Fresh Breath, Sensitivity Relief\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eForm\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePaste\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs this toothpaste suitable for sensitive teeth?\u003c\/h3\u003e\n\n\u003cp\u003eYes, absolutely. The primary active ingredient, nano-hydroxyapatite, is specifically chosen for its ability to remineralize enamel and cover exposed dentin tubules, which helps significantly reduce tooth sensitivity over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs it safe for daily use?\u003c\/h3\u003e\n\n\u003cp\u003eYes, this toothpaste is formulated with clinically inspired, safe ingredients intended for twice-daily use as part of your regular oral hygiene routine. It does not contain harsh abrasives.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow soon will I see whitening results?\u003c\/h3\u003e\n\n\u003cp\u003eWhile individual results vary based on diet and habits, many users notice teeth feeling cleaner and looking brighter within a few weeks of consistent twice-daily use as surface stains are gently removed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Waregami","offers":[{"title":"1-Pack (1-Month Supply)","offer_id":48946260213979,"sku":"0706-17170368","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Couples Pack - Save 20%) 🔥","offer_id":48946260246747,"sku":"0706-17171280","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Family Stock Up - Save 25%) 💎","offer_id":48946260279515,"sku":"0706-17172798","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/3279\/7915\/files\/2c9da12b7428b4dc7c2e47748b4147df.jpg?v=1783329524","url":"https:\/\/waregami.com\/products\/7-5-nhap-sensitivity-relief-paste","provider":"Waregami","version":"1.0","type":"link"}