{"product_id":"7-5-nano-hydroxyapatite-toothpaste","title":"7.5% Nano-Hydroxyapatite Toothpaste","description":"\u003cstyle\u003e\n  html { scroll-behavior: smooth; }\n\n  #nhap-product-page,\n  #nhap-product-page * { box-sizing: border-box; }\n\n  #nhap-product-page {\n    --ink: #111315;\n    --muted: #596168;\n    --silver: #eef1f3;\n    --line: #d9dfe3;\n    --mint: #8ed8d3;\n    --mint-dark: #176d69;\n    --white: #ffffff;\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 0 14px 28px;\n    color: var(--ink) !important;\n    background: var(--white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  #nhap-product-page h1,\n  #nhap-product-page h2,\n  #nhap-product-page h3,\n  #nhap-product-page p,\n  #nhap-product-page li,\n  #nhap-product-page span,\n  #nhap-product-page strong,\n  #nhap-product-page summary {\n    color: inherit !important;\n  }\n\n  #nhap-product-page h1,\n  #nhap-product-page h2,\n  #nhap-product-page h3,\n  #nhap-product-page p {\n    margin-top: 0;\n  }\n\n  #nhap-product-page h1 {\n    margin-bottom: 12px;\n    font-size: clamp(30px, 8vw, 56px);\n    line-height: 1.02;\n    letter-spacing: -0.045em;\n  }\n\n  #nhap-product-page h2 {\n    margin-bottom: 10px;\n    font-size: clamp(25px, 6vw, 38px);\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n  }\n\n  #nhap-product-page h3 {\n    margin-bottom: 7px;\n    font-size: 19px;\n    line-height: 1.25;\n  }\n\n  #nhap-product-page p {\n    margin-bottom: 14px;\n    color: var(--muted) !important;\n  }\n\n  #nhap-product-page a { color: inherit; }\n\n  #nhap-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    border: 0;\n  }\n\n  #nhap-product-page .nhap-section {\n    margin-top: 34px;\n  }\n\n  #nhap-product-page .nhap-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 12px;\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: rgba(142, 216, 211, 0.22);\n    color: var(--mint-dark) !important;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  \/* Hero *\/\n  #nhap-product-page .nhap-hero {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    background: linear-gradient(145deg, #ffffff 0%, #edf1f3 70%, #dff6f3 100%);\n    box-shadow: 0 16px 42px rgba(17, 19, 21, .09);\n  }\n\n  #nhap-product-page .nhap-hero-copy {\n    padding: 24px 20px 20px;\n  }\n\n  #nhap-product-page .nhap-hero-copy \u003e p {\n    max-width: 620px;\n    margin-bottom: 18px;\n    font-size: 17px;\n  }\n\n  #nhap-product-page .nhap-bullets {\n    display: grid;\n    gap: 9px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #nhap-product-page .nhap-bullets li {\n    display: flex;\n    gap: 9px;\n    align-items: flex-start;\n    font-size: 15px;\n    font-weight: 650;\n  }\n\n  #nhap-product-page .nhap-bullets li span {\n    flex: 0 0 auto;\n  }\n\n  \/* 2×2 benefit navigation *\/\n  #nhap-product-page .nhap-nav {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  #nhap-product-page .nhap-nav-card {\n    display: flex;\n    flex-direction: column;\n    gap: 9px;\n    align-items: flex-start;\n    min-width: 0;\n    min-height: 150px;\n    padding: 13px;\n    border: 1px solid var(--line);\n    border-radius: 16px;\n    background: var(--white);\n    text-decoration: none;\n    box-shadow: 0 8px 22px rgba(17, 19, 21, .055);\n    transition:\n      transform .22s ease,\n      box-shadow .22s ease,\n      border-color .22s ease;\n  }\n\n  #nhap-product-page .nhap-nav-card:hover {\n    transform: translateY(-3px);\n    border-color: var(--mint);\n    box-shadow: 0 12px 26px rgba(17, 19, 21, .1);\n  }\n\n  #nhap-product-page .nhap-nav-card:active {\n    transform: translateY(1px);\n  }\n\n  #nhap-product-page .nhap-nav-icon {\n    display: grid;\n    place-items: center;\n    width: 42px;\n    height: 42px;\n    flex: 0 0 42px;\n    border-radius: 13px;\n    background: linear-gradient(145deg, #effaf9, #d5f2ef);\n    font-size: 23px;\n  }\n\n  #nhap-product-page .nhap-nav-card strong {\n    display: block;\n    margin-bottom: 2px;\n    font-size: 14px;\n    line-height: 1.25;\n  }\n\n  #nhap-product-page .nhap-nav-card small {\n    display: block;\n    color: var(--muted) !important;\n    font-size: 12px;\n    line-height: 1.35;\n    overflow-wrap: anywhere;\n  }\n\n  \/* Benefit cards *\/\n  #nhap-product-page .nhap-benefit {\n    scroll-margin-top: 16px;\n    overflow: hidden;\n    margin-top: 18px;\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    background: var(--white);\n    box-shadow: 0 12px 34px rgba(17, 19, 21, .065);\n  }\n\n  #nhap-product-page .nhap-benefit-copy {\n    padding: 20px 18px 22px;\n  }\n\n  #nhap-product-page .nhap-benefit-copy p {\n    margin-bottom: 12px;\n  }\n\n  #nhap-product-page .nhap-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-top: 2px;\n    padding: 8px 11px;\n    border-radius: 10px;\n    background: var(--silver);\n    color: var(--ink) !important;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  \/* Specifications *\/\n  #nhap-product-page .nhap-spec-box {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    background: #fafbfb;\n  }\n\n  #nhap-product-page .nhap-spec-copy {\n    padding: 20px 18px;\n  }\n\n  #nhap-product-page .nhap-spec-list {\n    display: grid;\n    gap: 9px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #nhap-product-page .nhap-spec-list li {\n    display: flex;\n    justify-content: space-between;\n    gap: 15px;\n    padding: 11px 12px;\n    border: 1px solid var(--line);\n    border-radius: 11px;\n    background: var(--white);\n    font-size: 14px;\n  }\n\n  #nhap-product-page .nhap-spec-list span {\n    color: var(--muted) !important;\n  }\n\n  #nhap-product-page .nhap-spec-list strong {\n    text-align: right;\n  }\n\n  \/* Lifestyle *\/\n  #nhap-product-page .nhap-lifestyle {\n    overflow: hidden;\n    margin-top: 18px;\n    border-radius: 20px;\n    background: var(--silver);\n  }\n\n  #nhap-product-page .nhap-lifestyle-copy {\n    padding: 18px;\n  }\n\n  \/* FAQ *\/\n  #nhap-product-page .nhap-faq-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  #nhap-product-page details {\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    background: var(--white);\n  }\n\n  #nhap-product-page summary {\n    position: relative;\n    display: block;\n    padding: 16px 48px 16px 16px;\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 750;\n  }\n\n  #nhap-product-page summary::-webkit-details-marker {\n    display: none;\n  }\n\n  #nhap-product-page summary::after {\n    content: \"›\";\n    position: absolute;\n    top: 50%;\n    right: 17px;\n    color: var(--mint-dark) !important;\n    font-size: 25px;\n    line-height: 1;\n    transform: translateY(-50%) rotate(90deg);\n    transition: transform .25s ease;\n  }\n\n  #nhap-product-page details[open] summary::after {\n    transform: translateY(-50%) rotate(270deg);\n  }\n\n  #nhap-product-page .nhap-faq-answer {\n    display: grid;\n    grid-template-rows: 0fr;\n    transition: grid-template-rows .28s ease;\n  }\n\n  #nhap-product-page details[open] .nhap-faq-answer {\n    grid-template-rows: 1fr;\n  }\n\n  #nhap-product-page .nhap-faq-answer \u003e div {\n    overflow: hidden;\n  }\n\n  #nhap-product-page .nhap-faq-answer p {\n    margin: 0;\n    padding: 0 16px 16px;\n    font-size: 14px;\n  }\n\n  \/* Assurance cards *\/\n  #nhap-product-page .nhap-assurance-list {\n    display: grid;\n    gap: 11px;\n  }\n\n  #nhap-product-page .nhap-assurance {\n    display: flex;\n    gap: 13px;\n    align-items: center;\n    padding: 15px;\n    border: 1px solid var(--line);\n    border-radius: 15px;\n    background: linear-gradient(135deg, #ffffff, #f4f7f7);\n  }\n\n  #nhap-product-page .nhap-assurance-icon {\n    display: grid;\n    place-items: center;\n    width: 43px;\n    height: 43px;\n    flex: 0 0 43px;\n    border-radius: 50%;\n    background: rgba(142, 216, 211, .25);\n    font-size: 21px;\n  }\n\n  #nhap-product-page .nhap-assurance p {\n    margin: 2px 0 0;\n    font-size: 13px;\n  }\n\n  \/* CTA *\/\n  #nhap-product-page .nhap-cta {\n    overflow: hidden;\n    border-radius: 22px;\n    background: linear-gradient(145deg, #121416, #2c3033);\n    color: var(--white) !important;\n    box-shadow: 0 18px 42px rgba(17, 19, 21, .18);\n  }\n\n  #nhap-product-page .nhap-cta-copy {\n    padding: 24px 18px 26px;\n    text-align: center;\n  }\n\n  #nhap-product-page .nhap-cta p {\n    color: #dce2e5 !important;\n  }\n\n  #nhap-product-page .nhap-buy-button {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    width: 100%;\n    min-height: 54px;\n    padding: 14px 22px;\n    border-radius: 999px;\n    background: var(--mint);\n    color: #0b2221 !important;\n    font-size: 17px;\n    font-weight: 850;\n    text-decoration: none;\n    box-shadow: 0 9px 0 #4d9994, 0 15px 30px rgba(0, 0, 0, .2);\n    transition:\n      transform .2s ease,\n      box-shadow .2s ease,\n      filter .2s ease;\n  }\n\n  #nhap-product-page .nhap-buy-button:hover {\n    transform: translateY(-3px);\n    filter: brightness(1.04);\n    box-shadow: 0 12px 0 #4d9994, 0 20px 34px rgba(0, 0, 0, .24);\n  }\n\n  #nhap-product-page .nhap-buy-button:active {\n    transform: translateY(6px);\n    box-shadow: 0 3px 0 #4d9994, 0 8px 18px rgba(0, 0, 0, .2);\n  }\n\n  #nhap-product-page .nhap-note {\n    margin: 14px 0 0;\n    color: #aeb9be !important;\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  \/* Desktop *\/\n  @media (min-width: 700px) {\n    #nhap-product-page {\n      padding-right: 22px;\n      padding-left: 22px;\n    }\n\n    #nhap-product-page .nhap-section {\n      margin-top: 46px;\n    }\n\n    #nhap-product-page .nhap-hero-copy {\n      padding: 34px 34px 28px;\n    }\n\n    #nhap-product-page .nhap-nav {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px;\n    }\n\n    #nhap-product-page .nhap-nav-card {\n      min-height: 122px;\n      padding: 18px;\n    }\n\n    #nhap-product-page .nhap-nav-card strong {\n      font-size: 16px;\n    }\n\n    #nhap-product-page .nhap-nav-card small {\n      font-size: 13px;\n    }\n\n    #nhap-product-page .nhap-benefit-copy,\n    #nhap-product-page .nhap-spec-copy,\n    #nhap-product-page .nhap-lifestyle-copy {\n      padding: 26px 28px 30px;\n    }\n\n    #nhap-product-page .nhap-buy-button {\n      width: auto;\n      min-width: 300px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    html { scroll-behavior: auto; }\n\n    #nhap-product-page *,\n    #nhap-product-page *::before,\n    #nhap-product-page *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"nhap-product-page\"\u003e\n\u003c!-- 1. HERO --\u003e\n\u003csection class=\"nhap-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/01-hero-7-5-nhap-daily-care-square.png?v=1787390686\" alt=\"7.5% nano-hydroxyapatite fluoride-free mint toothpaste, 4.23 ounces\" width=\"1254\" height=\"1254\" loading=\"eager\"\u003e\n\u003cdiv class=\"nhap-hero-copy\"\u003e\n\u003cspan class=\"nhap-eyebrow\"\u003e✨ Mineral-Inspired Oral Care\u003c\/span\u003e\n\u003ch1 id=\"nhap-main-title\"\u003eA Fresher Daily Routine Starts Here\u003c\/h1\u003e\n\u003cp\u003eMeet a \u003cstrong\u003efluoride-free mint toothpaste\u003c\/strong\u003e powered by \u003cstrong\u003e7.5% nano-hydroxyapatite\u003c\/strong\u003e—made for clean, comfortable everyday brushing.\u003c\/p\u003e\n\u003cul class=\"nhap-bullets\"\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e \u003cstrong\u003e7.5% nHAP formula\u003c\/strong\u003e for mineral-inspired daily care\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e \u003cstrong\u003eFluoride-free\u003c\/strong\u003e for shoppers who prefer an alternative\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e \u003cstrong\u003eFresh mint finish\u003c\/strong\u003e that leaves your mouth feeling refreshed\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. 2×2 BENEFIT NAVIGATION --\u003e\n\u003csection class=\"nhap-section\"\u003e\u003cspan class=\"nhap-eyebrow\"\u003eExplore the Benefits\u003c\/span\u003e\n\u003ch2 id=\"nhap-nav-title\"\u003eWhat Makes It Different?\u003c\/h2\u003e\n\u003cp\u003eTap a card to jump directly to the benefit that matters most to you.\u003c\/p\u003e\n\u003cnav class=\"nhap-nav\"\u003e\u003ca class=\"nhap-nav-card\" href=\"#nhap-benefit-formula\"\u003e \u003cspan class=\"nhap-nav-icon\"\u003e💎\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003e7.5% nHAP\u003c\/strong\u003e \u003csmall\u003eMineral-inspired care in every brush.\u003c\/small\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nhap-nav-card\" href=\"#nhap-benefit-fluoride-free\"\u003e \u003cspan class=\"nhap-nav-icon\"\u003e✨\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eFluoride-Free\u003c\/strong\u003e \u003csmall\u003eA simple formula choice for your routine.\u003c\/small\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nhap-nav-card\" href=\"#nhap-benefit-gentle\"\u003e \u003cspan class=\"nhap-nav-icon\"\u003e🦷\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eGentle Care\u003c\/strong\u003e \u003csmall\u003eDesigned for sensitivity-conscious smiles.\u003c\/small\u003e \u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nhap-nav-card\" href=\"#nhap-benefit-mint\"\u003e \u003cspan class=\"nhap-nav-icon\"\u003e🌿\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eFresh Mint\u003c\/strong\u003e \u003csmall\u003eA clean, cool finish after brushing.\u003c\/small\u003e \u003c\/span\u003e \u003c\/a\u003e\u003c\/nav\u003e\u003c\/section\u003e\n\u003c!-- 3. CORE BENEFITS --\u003e\n\u003csection class=\"nhap-section\"\u003e\u003cspan class=\"nhap-eyebrow\"\u003eCore Benefits\u003c\/span\u003e\n\u003ch2 id=\"nhap-benefits-title\"\u003eMore Benefit in Every Brush\u003c\/h2\u003e\n\u003carticle class=\"nhap-benefit\" id=\"nhap-benefit-formula\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/02-benefit-7-5-nhap-square.png?v=1787390685\" alt=\"7.5% nano-hydroxyapatite mineral-inspired daily care\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-benefit-copy\"\u003e\n\u003ch3\u003e💎 7.5% Nano-Hydroxyapatite\u003c\/h3\u003e\n\u003cp\u003eA clearly stated \u003cstrong\u003e7.5% nHAP concentration\u003c\/strong\u003e gives ingredient-conscious shoppers an easy way to understand what makes this formula different.\u003c\/p\u003e\n\u003cspan class=\"nhap-proof\"\u003e ✓ Clearly labeled formula strength \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nhap-benefit\" id=\"nhap-benefit-fluoride-free\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/03-benefit-fluoride-free-square.png?v=1787390685\" alt=\"Fluoride-free toothpaste formula for everyday brushing\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-benefit-copy\"\u003e\n\u003ch3\u003e✨ A Fluoride-Free Alternative\u003c\/h3\u003e\n\u003cp\u003ePrefer a fluoride-free oral-care routine? This formula makes that choice simple—without turning your daily brushing ritual into a complicated process.\u003c\/p\u003e\n\u003cspan class=\"nhap-proof\"\u003e ✓ Straightforward daily-use positioning \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nhap-benefit\" id=\"nhap-benefit-gentle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/04-benefit-gentle-daily-care-square.png?v=1787390685\" alt=\"Gentle everyday toothpaste for sensitivity-conscious smiles\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-benefit-copy\"\u003e\n\u003ch3\u003e🦷 Gentle Everyday Care\u003c\/h3\u003e\n\u003cp\u003eBuilt for people who want a more comfortable-feeling brushing experience, with a gentle daily-care message that fits naturally into morning and evening routines.\u003c\/p\u003e\n\u003cspan class=\"nhap-proof\"\u003e ✓ Made for sensitivity-conscious shoppers \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nhap-benefit\" id=\"nhap-benefit-mint\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/05-benefit-fresh-mint-square.png?v=1787390685\" alt=\"Fresh mint toothpaste with a clean cool finish\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-benefit-copy\"\u003e\n\u003ch3\u003e🌿 Fresh Mint Finish\u003c\/h3\u003e\n\u003cp\u003eA clean mint flavor helps every brushing session feel fresher—so you can step into the day or wind down at night feeling ready.\u003c\/p\u003e\n\u003cspan class=\"nhap-proof\"\u003e ✓ Clean, cool everyday experience \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- 4. PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"nhap-section\"\u003e\u003cspan class=\"nhap-eyebrow\"\u003eProduct Details\u003c\/span\u003e\n\u003ch2 id=\"nhap-spec-title\"\u003eSimple, Clear Specifications\u003c\/h2\u003e\n\u003cdiv class=\"nhap-spec-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/06-detail-4-23oz-120g-square.png?v=1787390684\" alt=\"Full-size toothpaste tube with 4.23 ounce and 120 gram net weight detail\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-spec-copy\"\u003e\n\u003cul class=\"nhap-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eFormula highlight\u003c\/span\u003e \u003cstrong\u003e7.5% nHAP\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFluoride\u003c\/span\u003e \u003cstrong\u003eFluoride-Free\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFlavor\u003c\/span\u003e \u003cstrong\u003eFresh Mint\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eNet weight\u003c\/span\u003e \u003cstrong\u003e4.23 oz \/ 120g\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eUse\u003c\/span\u003e \u003cstrong\u003eDaily Oral Care\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nhap-lifestyle\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/07-lifestyle-everyday-routine-square.png?v=1787390685\" alt=\"Adult using nano-hydroxyapatite toothpaste during a morning bathroom routine\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-lifestyle-copy\"\u003e\n\u003ch3\u003e🚀 Made to Fit Your Routine\u003c\/h3\u003e\n\u003cp\u003eUse it as part of your regular brushing routine and follow the package directions or guidance from your dental professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. FAQ --\u003e\n\u003csection class=\"nhap-section\"\u003e\u003cspan class=\"nhap-eyebrow\"\u003eQuick Answers\u003c\/span\u003e\n\u003ch2 id=\"nhap-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"nhap-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is nano-hydroxyapatite?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eNano-hydroxyapatite, often shortened to nHAP, is a mineral-inspired ingredient used in modern oral-care formulas. This toothpaste is labeled with a 7.5% concentration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this toothpaste contain fluoride?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eNo. It is positioned as a fluoride-free option for shoppers who prefer a fluoride-free daily oral-care routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it intended for sensitive teeth?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eIt is designed for sensitivity-conscious everyday brushing. Persistent pain or sensitivity should always be discussed with a qualified dental professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does it taste like?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eIt has a fresh mint flavor designed to leave your mouth feeling clean and refreshed after brushing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is each tube?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eEach full-size tube contains 4.23 oz \/ 120g of toothpaste.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I use it?\u003c\/summary\u003e\n\u003cdiv class=\"nhap-faq-answer\"\u003e\n\u003cdiv\u003e\n\u003cp\u003eUse it as directed on the product packaging and follow the oral-care advice provided by your dentist. Children should use oral-care products only with appropriate adult or professional guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. SERVICE ASSURANCES --\u003e\n\u003csection class=\"nhap-section\"\u003e\u003cspan class=\"nhap-eyebrow\"\u003eShop With Confidence\u003c\/span\u003e\n\u003ch2 id=\"nhap-assurance-title\"\u003eSupport From Click to Delivery\u003c\/h2\u003e\n\u003cdiv class=\"nhap-assurance-list\"\u003e\n\u003cdiv class=\"nhap-assurance\"\u003e\n\u003cspan class=\"nhap-assurance-icon\"\u003e📦\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProtected Delivery\u003c\/h3\u003e\n\u003cp\u003eYour order is prepared for safer, cleaner transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nhap-assurance\"\u003e\n\u003cspan class=\"nhap-assurance-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eQuality Checked\u003c\/h3\u003e\n\u003cp\u003ePackaging condition is checked before fulfillment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nhap-assurance\"\u003e\n\u003cspan class=\"nhap-assurance-icon\"\u003e💬\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHelpful Customer Support\u003c\/h3\u003e\n\u003cp\u003eQuestions about your order? Our support team is ready to help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. PURCHASE CTA --\u003e\n\u003csection class=\"nhap-section nhap-cta\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/08-summary-upgrade-daily-brush-square.png?v=1787390684\" alt=\"7.5% nHAP fluoride-free fresh mint toothpaste purchase summary\" width=\"1254\" height=\"1254\" loading=\"lazy\"\u003e\n\u003cdiv class=\"nhap-cta-copy\"\u003e\n\u003ch2 id=\"nhap-cta-title\"\u003eUpgrade Your Daily Brush\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003e7.5% nHAP.\u003c\/strong\u003e Fluoride-free. Fresh mint. One easy addition to your everyday routine.\u003c\/p\u003e\n\u003c!-- Replace #product-form if your Shopify theme uses another form ID. --\u003e \u003ca class=\"nhap-buy-button\" href=\"#product-form\"\u003e Buy Now → \u003c\/a\u003e\n\u003cp class=\"nhap-note\"\u003eFor daily oral hygiene only. Individual experiences may vary. This product is not a substitute for professional dental diagnosis or treatment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0186","offers":[{"title":"Buy 1","offer_id":53754745094507,"sku":"NC01862608165164-灰色英文版7.5%","price":22.99,"currency_code":"USD","in_stock":true},{"title":"BUY 2 GET 1 FREE (3 Pcs)","offer_id":53754745127275,"sku":"NC01862608165164-灰色英文版7.5%*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"BUY 3 GET 2 FREE (5 Pcs)","offer_id":53754745160043,"sku":"NC01862608165164-灰色英文版7.5%*5","price":55.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/01-hero-7-5-nhap-daily-care-square.png?v=1787392799","url":"https:\/\/zavrlynia.com\/products\/7-5-nano-hydroxyapatite-toothpaste","provider":"zavrlynia","version":"1.0","type":"link"}