{"product_id":"cleandental_toothpaste","title":"Clean Dental","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * { box-sizing: border-box; }\n.pd-wrap {\n  --acc: #1a7a3c;\n  --acc-dark: #145a2c;\n  --acc-light: #e8f5ec;\n  --acc-mid: #4a9d5f;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  line-height: 1.7;\n  color: #2c3e50;\n  margin: 0;\n  padding: 0;\n}\n.pd-wrap h1, .pd-wrap h2, .pd-wrap h3, .pd-wrap h4, .pd-wrap h5, .pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 700;\n  line-height: 1.3;\n}\n.pd-wrap p { margin: 0 0 1em 0; }\n.pd-wrap ul, .pd-wrap ol { margin: 0 0 1em 0; padding-left: 1.5em; }\n.pd-wrap li { margin-bottom: 0.5em; }\n\n.pd-wrap .hero {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  color: #fff;\n  padding: 3rem 1.5rem;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap .hero-badge {\n  display: inline-block;\n  background: rgba(255,255,255,0.25);\n  backdrop-filter: blur(10px);\n  padding: 0.4rem 1rem;\n  border-radius: 50px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  margin-bottom: 1rem;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n.pd-wrap .hero h1 {\n  font-size: 2.5rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);\n}\n.pd-wrap .hero-tagline {\n  font-size: 1.1rem;\n  opacity: 0.95;\n  margin-bottom: 1.25rem;\n  font-weight: 400;\n}\n.pd-wrap .hero-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.6rem;\n  justify-content: center;\n  margin-top: 1.5rem;\n}\n.pd-wrap .hero-pill {\n  background: rgba(255,255,255,0.2);\n  backdrop-filter: blur(8px);\n  padding: 0.4rem 1rem;\n  border-radius: 50px;\n  font-size: 0.9rem;\n  border: 1px solid rgba(255,255,255,0.3);\n}\n\n.pd-wrap .section {\n  padding: 2.5rem 1.5rem;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n.pd-wrap .section-title {\n  font-size: 1.75rem;\n  margin-bottom: 1.5rem;\n  color: var(--acc);\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n\n.pd-wrap .overview-card {\n  background: #fff;\n  border-radius: 12px;\n  padding: 2rem;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.08);\n  margin-bottom: 2rem;\n}\n.pd-wrap .overview-card p {\n  font-size: 1.05rem;\n  line-height: 1.8;\n}\n\n.pd-wrap .feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-top: 2rem;\n}\n@media (max-width: 768px) {\n  .pd-wrap .feature-grid {\n    grid-template-columns: 1fr;\n  }\n}\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  border-radius: 12px;\n  padding: 1.75rem;\n  border: 2px solid var(--acc-mid);\n  position: relative;\n}\n.pd-wrap .feature-number {\n  position: absolute;\n  top: -12px;\n  left: 1.5rem;\n  background: var(--acc);\n  color: #fff;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 1.1rem;\n}\n.pd-wrap .feature-card h3 {\n  font-size: 1.3rem;\n  margin-bottom: 0.75rem;\n  color: var(--acc-dark);\n  margin-top: 0.5rem;\n}\n.pd-wrap .feature-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.5rem;\n  margin-bottom: 1rem;\n}\n.pd-wrap .feature-pill {\n  background: #fff;\n  padding: 0.3rem 0.8rem;\n  border-radius: 50px;\n  font-size: 0.85rem;\n  border: 1px solid var(--acc-mid);\n  color: var(--acc-dark);\n  font-weight: 600;\n}\n.pd-wrap .feature-card p {\n  color: #2c3e50;\n  line-height: 1.7;\n}\n\n.pd-wrap .table-wrap {\n  overflow-x: auto;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  min-width: 500px;\n}\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n.pd-wrap .ing-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e0e0e0;\n  font-size: 0.95rem;\n}\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background-color: #f9f9f9;\n}\n\n.pd-wrap .efficacy-list {\n  background: var(--acc-light);\n  border-radius: 12px;\n  padding: 1.75rem;\n  margin-top: 1.5rem;\n}\n.pd-wrap .efficacy-tag {\n  display: inline-block;\n  background: #fff;\n  padding: 0.5rem 1rem;\n  margin: 0.4rem;\n  border-radius: 8px;\n  border: 2px solid var(--acc-mid);\n  font-size: 0.95rem;\n  font-weight: 500;\n  color: var(--acc-dark);\n}\n\n.pd-wrap .dosage-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 1.5rem 0;\n  background: #fff;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n}\n.pd-wrap .dosage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n}\n.pd-wrap .dosage-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e0e0e0;\n}\n.pd-wrap .dosage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .note-box {\n  background: #f0f9ff;\n  border-left: 4px solid #3b82f6;\n  padding: 1.25rem;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n  font-size: 0.95rem;\n}\n.pd-wrap .note-box strong {\n  color: #1e40af;\n  display: block;\n  margin-bottom: 0.5rem;\n}\n\n.pd-wrap .warning-box {\n  background: #fff8e1;\n  border-left: 4px solid #f59e0b;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n}\n.pd-wrap .warning-box h3 {\n  color: #d97706;\n  margin-bottom: 1rem;\n  font-size: 1.2rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n.pd-wrap .warning-box ul {\n  margin-bottom: 0;\n}\n.pd-wrap .warning-box li {\n  margin-bottom: 0.75rem;\n  line-height: 1.7;\n}\n\n.pd-wrap .storage-box {\n  background: #f0f4ff;\n  border-left: 4px solid #4a6fa5;\n  padding: 1.5rem;\n  margin: 1.5rem 0;\n  border-radius: 8px;\n}\n.pd-wrap .storage-box h3 {\n  color: #4a6fa5;\n  margin-bottom: 1rem;\n  font-size: 1.2rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eQuasi-drug\u003c\/div\u003e\n    \u003ch1\u003eClean Dental\u003c\/h1\u003e\n    \u003cdiv class=\"hero-tagline\"\u003eQuasi-drug toothpaste that prevents periodontitis and gingivitis\u003c\/div\u003e\n    \u003cdiv class=\"hero-pills\"\u003e\n      \u003cspan class=\"hero-pill\"\u003ePeriodontitis prevention\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eGingivitis prevention\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003ePrevent bad breath\u003c\/span\u003e\n      \u003cspan class=\"hero-pill\"\u003eAntibacterial action\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"overview-card\"\u003e\n      \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n      \u003cp\u003eClean Dental is a Quasi-drug toothpaste aimed at preventing periodontitis and gingivitis. Ten medicinal ingredients protect gums and teeth and support oral health.\u003c\/p\u003e\n      \u003cp\u003eAntibacterial ingredients kill periodontal bacteria, anti-inflammatory ingredients suppress gum swelling and bleeding. Fluoride also effectively prevents cavities. Maintain a healthy oral environment with daily brushing.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eFour Features\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eContains 10 medicinal ingredients\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003eAntibacterial\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003eAnti-inflammatory\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003eAstringent\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eTen active ingredients including zeolite, ε-aminocaproic acid, cetylpyridinium chloride, and tranexamic acid provide comprehensive care for periodontal disease.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003ePrevents periodontitis and gingivitis\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003ePeriodontal disease prevention\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eKills periodontal bacteria and suppresses gum inflammation. Prevents gum swelling and bleeding, and prevents periodontitis and gingivitis.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eContains fluoride for cavity prevention\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003eFluoride\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003eFluoride (sodium fluoride) strengthens tooth enamel and prevents the occurrence and progression of cavities.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n        \u003ch3\u003eBad breath and plaque removal\u003c\/h3\u003e\n        \u003cdiv class=\"feature-pills\"\u003e\n          \u003cspan class=\"feature-pill\"\u003ePrevent bad breath\u003c\/span\u003e\n          \u003cspan class=\"feature-pill\"\u003eWhiten teeth\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp\u003ePrevents bad breath and removes plaque. Whitens teeth and cleanses and refreshes the mouth.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eMain Medicinal Ingredients\u003c\/h2\u003e\n    \u003cdiv class=\"table-wrap\"\u003e\n      \u003ctable class=\"ing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eIngredient Names\u003c\/th\u003e\n            \u003cth\u003eFunctions\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eZeolite\u003c\/td\u003e\n            \u003ctd\u003eRemove plaque and prevent tartar buildup\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eε-Aminocaproic acid\u003c\/td\u003e\n            \u003ctd\u003eSuppress gum inflammation and bleeding\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCetylpyridinium chloride\u003c\/td\u003e\n            \u003ctd\u003eKill periodontal bacteria\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTranexamic acid\u003c\/td\u003e\n            \u003ctd\u003eSuppress gum bleeding and inflammation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium fluoride (fluoride)\u003c\/td\u003e\n            \u003ctd\u003eStrengthen tooth enamel and prevent cavities\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSodium chloride\u003c\/td\u003e\n            \u003ctd\u003eTighten the gums\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTocopherol acetate (Vitamin E)\u003c\/td\u003e\n            \u003ctd\u003ePromote blood circulation in the gums\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eIsopropyl methylphenol\u003c\/td\u003e\n            \u003ctd\u003eSterilize and disinfect the oral cavity\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCopper chlorophyllin sodium\u003c\/td\u003e\n            \u003ctd\u003ePrevent bad breath\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eEfficacy and Effects\u003c\/h2\u003e\n    \u003cdiv class=\"efficacy-list\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevent periodontitis\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevent gingivitis\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevent tartar buildup\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevent the occurrence and progression of cavities\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003ePrevent bad breath\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eWhiten teeth\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eCleanse the mouth\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003eRefresh the mouth\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eDirections for Use and Dosage\u003c\/h2\u003e\n    \u003cp\u003eTake an appropriate amount on your toothbrush, clean your teeth and oral cavity, and massage your gums.\u003c\/p\u003e\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cstrong\u003eUsage Tips\u003c\/strong\u003e\n      \u003cp\u003eBrushing carefully along the gum line can more effectively prevent periodontal disease. It is recommended to use 2 to 3 times a day after each meal.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"warning-box\"\u003e\n      \u003ch3\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003eUsage Precautions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDo not use if you have wounds or other injuries as it may worsen them.\u003c\/li\u003e\n        \u003cli\u003eIf abnormalities such as rash appear, discontinue use and consult a doctor, dentist, or pharmacist.\u003c\/li\u003e\n        \u003cli\u003eWhen used by children, use under the guidance and supervision of a guardian.\u003c\/li\u003e\n        \u003cli\u003eDo not swallow. If swallowed, take measures such as drinking water.\u003c\/li\u003e\n        \u003cli\u003eBe careful not to get it in your eyes. If it gets into your eyes, do not rub and rinse immediately with water or lukewarm water.\u003c\/li\u003e\n        \u003cli\u003eIf symptoms persist or abnormalities occur, please consult a doctor or pharmacist.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"storage-box\"\u003e\n      \u003ch3\u003e\n\u003cspan\u003e📦\u003c\/span\u003eStorage Precautions\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eStore in a cool place away from direct sunlight.\u003c\/li\u003e\n        \u003cli\u003eKeep out of reach of children.\u003c\/li\u003e\n        \u003cli\u003eDo not transfer to other containers (this may cause misuse or change the quality).\u003c\/li\u003e\n        \u003cli\u003ePlease close the cap after use.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"DAIICHI SANKYO","offers":[{"title":"L Total Care 100g","offer_id":50208751878460,"sku":"4987107673930","price":1873.0,"currency_code":"JPY","in_stock":true},{"title":"S Non-Irritating Care 100g","offer_id":50208751911228,"sku":"4987107623041","price":1873.0,"currency_code":"JPY","in_stock":true},{"title":"M Breath Care 100g","offer_id":50208751943996,"sku":"4987107622976","price":1873.0,"currency_code":"JPY","in_stock":true},{"title":"W dullness care 100g","offer_id":50208751976764,"sku":"4987107623119","price":1873.0,"currency_code":"JPY","in_stock":true},{"title":"Non-abrasive 90g","offer_id":50208752009532,"sku":"4987107623171","price":1873.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/cleandental_toothpaste.jpg?v=1767573127","url":"https:\/\/mamigo.jp\/en-ph\/products\/cleandental_toothpaste","provider":"MamiGo","version":"1.0","type":"link"}