{"product_id":"medline-foam-swab-with-dentifrice-10-per-bag","title":"Medline Foam Swab with Dentifrice","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display\u0026family=DM+Sans:wght@400;500;600;700\u0026display=swap');\n\n.dntps-wrap {\n  --brand-rich: #0d8a6a;\n  --brand-mid: #2daa84;\n  --brand-soft: #e4f5ed;\n  --brand-cream: #faf9f5;\n  --text-primary: #2c2c2a;\n  --text-secondary: #6b6963;\n  --border: #e5e2db;\n  max-width: 960px;\n  margin: 0 auto;\n  font-family: 'DM Sans', -apple-system, sans-serif !important;\n  font-size: 16px !important;\n  line-height: 1.65 !important;\n  color: var(--text-primary);\n}\n.dntps-wrap * { box-sizing: border-box; }\n.dntps-wrap img { max-width: 100%; height: auto; }\n\n\/* Hero *\/\n.dntps-hero {\n  display: grid;\n  grid-template-columns: 1fr 320px;\n  gap: 48px;\n  align-items: center;\n  padding: 64px 0 48px;\n  border-bottom: 2px solid var(--text-primary);\n  animation: dntpsHeroIn 0.6s ease-out both;\n}\n.dntps-hero-overline {\n  font-family: 'DM Sans', sans-serif !important;\n  font-size: 12px !important;\n  font-weight: 600 !important;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  color: var(--brand-rich);\n  margin-bottom: 12px;\n}\n.dntps-hero h1 {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: clamp(32px, 4.5vw, 48px) !important;\n  font-weight: 400 !important;\n  line-height: 1.1 !important;\n  color: var(--text-primary);\n  margin: 0 0 16px;\n}\n.dntps-hero h1 em {\n  font-style: italic;\n  color: var(--brand-rich);\n}\n.dntps-hero-intro {\n  font-size: 17px !important;\n  line-height: 1.65 !important;\n  color: var(--text-secondary);\n  max-width: 480px;\n  margin: 0;\n}\n.dntps-hero-product {\n  position: relative;\n  text-align: center;\n}\n.dntps-hero-product img {\n  max-width: 340px;\n  max-height: 400px;\n  object-fit: contain;\n  display: block;\n  margin: 0 auto;\n  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.1));\n  animation: dntpsHeroIn 0.8s ease-out 0.2s both;\n}\n\n\/* Credential Strip *\/\n.dntps-creds {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 32px;\n  padding: 28px 0;\n  border-bottom: 1px solid var(--border);\n  animation: dntpsFadeUp 0.8s ease-out 0.1s both;\n}\n.dntps-cred {\n  font-family: 'DM Sans', sans-serif !important;\n  font-size: 13px !important;\n  font-weight: 600 !important;\n  color: var(--text-secondary);\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.dntps-cred-dot {\n  width: 8px; height: 8px;\n  background: var(--brand-mid);\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n\/* Section *\/\n.dntps-section { padding: 56px 0 0; animation: dntpsFadeUp 0.8s ease-out 0.2s both; }\n.dntps-section-label {\n  font-family: 'DM Sans', sans-serif !important;\n  font-size: 11px !important;\n  font-weight: 600 !important;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--brand-rich);\n  margin-bottom: 12px;\n}\n.dntps-section h2 {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: clamp(26px, 3.5vw, 36px) !important;\n  font-weight: 400 !important;\n  line-height: 1.15 !important;\n  margin: 0 0 20px;\n  color: var(--text-primary);\n}\n.dntps-section h2 em { font-style: italic; color: var(--brand-rich); }\n\n\/* Duo Features *\/\n.dntps-duo {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  padding: 40px 0 56px;\n  border-bottom: 1px solid var(--border);\n  animation: dntpsFadeUp 0.8s ease-out 0.2s both;\n}\n.dntps-num {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: 48px !important;\n  font-weight: 400 !important;\n  line-height: 1 !important;\n  color: var(--brand-soft);\n  margin-bottom: 8px;\n}\n.dntps-duo-item h3 {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: 22px !important;\n  font-weight: 400 !important;\n  line-height: 1.25 !important;\n  margin: 0 0 10px;\n  color: var(--text-primary);\n}\n.dntps-duo-item p {\n  font-size: 15px !important;\n  line-height: 1.65 !important;\n  color: var(--text-secondary);\n  margin: 0;\n}\n\n\/* Content Mosaic *\/\n.dntps-mosaic {\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 48px;\n  align-items: center;\n  padding: 48px 0;\n  animation: dntpsFadeUp 0.8s ease-out 0.3s both;\n}\n.dntps-mosaic.dntps-flip { direction: ltr; }\n.dntps-mosaic.dntps-flip .dntps-mosaic-img { order: 2; }\n.dntps-mosaic.dntps-flip .dntps-mosaic-text { order: 1; }\n.dntps-mosaic-img img {\n  width: 100%;\n  border-radius: 4px;\n  border: 1px solid var(--border);\n  display: block;\n  animation: dntpsScaleIn 0.7s ease-out both;\n}\n.dntps-mosaic h3 {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: 24px !important;\n  font-weight: 400 !important;\n  line-height: 1.25 !important;\n  margin: 0 0 14px;\n  color: var(--text-primary);\n}\n.dntps-mosaic p {\n  font-size: 15px !important;\n  line-height: 1.65 !important;\n  color: var(--text-secondary);\n  margin: 0 0 14px;\n}\n.dntps-list { list-style: none; padding: 0; margin: 0; }\n.dntps-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 8px 0;\n  border-bottom: 1px solid var(--border);\n  font-size: 14px !important;\n  line-height: 1.5 !important;\n  color: var(--text-primary);\n}\n.dntps-list li:last-child { border-bottom: none; }\n.dntps-list-dot {\n  width: 7px; height: 7px; min-width: 7px;\n  background: var(--brand-mid);\n  border-radius: 50%;\n  margin-top: 6px;\n}\n\n\/* Accordion *\/\n.dntps-faq {\n  padding: 56px 0 48px;\n  animation: dntpsFadeUp 0.8s ease-out 0.4s both;\n}\n.dntps-faq-heading {\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: clamp(24px, 3vw, 32px) !important;\n  font-weight: 400 !important;\n  line-height: 1.2 !important;\n  margin: 0 0 24px;\n  color: var(--text-primary);\n}\n.dntps-faq details {\n  border-top: 1px solid var(--border);\n  overflow: hidden;\n}\n.dntps-faq details:last-of-type {\n  border-bottom: 1px solid var(--border);\n}\n.dntps-faq summary {\n  font-family: 'DM Sans', sans-serif !important;\n  font-size: 15px !important;\n  font-weight: 600 !important;\n  line-height: 1.5 !important;\n  padding: 18px 0;\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: var(--text-primary);\n  transition: color 0.2s ease;\n}\n.dntps-faq summary:hover { color: var(--brand-rich); }\n.dntps-faq summary::-webkit-details-marker { display: none; }\n.dntps-faq summary::after {\n  content: '+';\n  font-family: 'DM Serif Display', Georgia, serif !important;\n  font-size: 22px !important;\n  font-weight: 400 !important;\n  color: var(--brand-rich);\n  transition: transform 0.3s ease;\n}\n.dntps-faq details[open] summary::after { content: '-'; }\n.dntps-faq-body {\n  padding: 0 0 18px;\n  font-size: 14px !important;\n  line-height: 1.65 !important;\n  color: var(--text-secondary);\n}\n.dntps-faq-body p {\n  font-size: 14px !important;\n  line-height: 1.65 !important;\n  margin: 0;\n}\n\n\/* Animations *\/\n@keyframes dntpsHeroIn {\n  from { opacity: 0; transform: translateY(16px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes dntpsFadeUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes dntpsScaleIn {\n  from { opacity: 0; transform: scale(0.95); }\n  to { opacity: 1; transform: scale(1); }\n}\n\n\/* Mobile *\/\n@media (max-width: 680px) {\n  .dntps-hero { grid-template-columns: 1fr; gap: 24px; padding: 40px 0 36px; }\n  .dntps-hero-product { order: -1; }\n  .dntps-hero-product img { max-width: 140px; }\n  .dntps-duo { grid-template-columns: 1fr; gap: 40px; }\n  .dntps-mosaic { grid-template-columns: 1fr; gap: 24px; }\n  .dntps-mosaic.dntps-flip .dntps-mosaic-img { order: 0; }\n  .dntps-mosaic.dntps-flip .dntps-mosaic-text { order: 0; }\n  .dntps-creds { gap: 16px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .dntps-wrap * {\n    animation-duration: 0.01ms !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"dntps-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"dntps-hero\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"dntps-hero-overline\"\u003eMEDLINE DENTIPS\u003c\/div\u003e\n      \u003ch1\u003eOral Care Made \u003cem\u003eSimple\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"dntps-hero-intro\"\u003ePre-treated disposable foam swabs with dentifrice - originally developed for hospital patient care, now available for home healthcare, assisted living, and anyone who needs a gentler alternative to a toothbrush.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dntps-hero-product\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/medline-dentips-10pack-bag-nobg.png?v=1775644597\u0026amp;width=680\" alt=\"Medline Dentips 10-pack bag with green foam oral swabs\" width=\"560\" height=\"560\" loading=\"eager\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Credential Strip --\u003e\n  \u003cdiv class=\"dntps-creds\"\u003e\n    \u003cspan class=\"dntps-cred\"\u003e\u003cspan class=\"dntps-cred-dot\"\u003e\u003c\/span\u003e Pre-Treated with Dentifrice\u003c\/span\u003e\n    \u003cspan class=\"dntps-cred\"\u003e\u003cspan class=\"dntps-cred-dot\"\u003e\u003c\/span\u003e Non-Sterile, Single Use\u003c\/span\u003e\n    \u003cspan class=\"dntps-cred\"\u003e\u003cspan class=\"dntps-cred-dot\"\u003e\u003c\/span\u003e Latex-Free\u003c\/span\u003e\n    \u003cspan class=\"dntps-cred\"\u003e\u003cspan class=\"dntps-cred-dot\"\u003e\u003c\/span\u003e 10 Swabs per Pack\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features Section --\u003e\n  \u003cdiv class=\"dntps-section\"\u003e\n    \u003cdiv class=\"dntps-section-label\"\u003eWHY DENTIPS\u003c\/div\u003e\n    \u003ch2\u003eDesigned for Patients, \u003cem\u003eUsed by Caregivers\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dntps-duo\"\u003e\n    \u003cdiv class=\"dntps-duo-item\"\u003e\n      \u003cdiv class=\"dntps-num\"\u003e01\u003c\/div\u003e\n      \u003ch3\u003ePre-Saturated with Toothpaste\u003c\/h3\u003e\n      \u003cp\u003eEach swab comes ready to use - no separate toothpaste needed. Just moisten with water and clean. This eliminates the mess and guesswork of applying paste to a foam tip, especially helpful for caregivers managing multiple patients.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dntps-duo-item\"\u003e\n      \u003cdiv class=\"dntps-num\"\u003e02\u003c\/div\u003e\n      \u003ch3\u003eRidged Foam for Effective Cleaning\u003c\/h3\u003e\n      \u003cp\u003eThe flat, textured green foam head reaches teeth, gums, tongue, and the roof of the mouth. The ridged surface gently loosens debris and plaque, delivering a more thorough clean than smooth-tipped swabs.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dntps-duo\"\u003e\n    \u003cdiv class=\"dntps-duo-item\"\u003e\n      \u003cdiv class=\"dntps-num\"\u003e03\u003c\/div\u003e\n      \u003ch3\u003eCompact, Ergonomic Handle\u003c\/h3\u003e\n      \u003cp\u003eSmaller than a standard toothbrush, the sturdy plastic handle provides excellent control during oral care. The compact size is ideal for patients with limited jaw opening or facial sensitivity following surgery.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dntps-duo-item\"\u003e\n      \u003cdiv class=\"dntps-num\"\u003e04\u003c\/div\u003e\n      \u003ch3\u003eResealable Hygienic Packaging\u003c\/h3\u003e\n      \u003cp\u003eThe plastic bag seals between uses to keep remaining swabs clean and ready. Compact enough for a bedside drawer, travel bag, or emergency kit without taking up storage space.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Content Mosaic --\u003e\n  \u003cdiv class=\"dntps-section\"\u003e\n    \u003cdiv class=\"dntps-section-label\"\u003eUSE CASES\u003c\/div\u003e\n    \u003ch2\u003eWho Benefits from \u003cem\u003eFoam Oral Swabs\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"dntps-mosaic\"\u003e\n    \u003cdiv class=\"dntps-mosaic-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/61JZh2ltn1L.jpg?v=1770677657\u0026amp;width=600\" alt=\"Medline Dentips 10-pack in resealable bag showing green foam swabs\" width=\"480\" height=\"360\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dntps-mosaic-text\"\u003e\n      \u003ch3\u003eHospital and Home Healthcare Settings\u003c\/h3\u003e\n      \u003cp\u003eDentips are a clinical staple for bedside oral care. When patients cannot sit up, hold a toothbrush, or rinse and spit, foam swabs provide a safe and effective alternative.\u003c\/p\u003e\n      \u003cul class=\"dntps-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Post-surgical patients with restricted jaw movement\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Intubated or ventilated patients in ICU\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Elderly patients in home care or assisted living\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Individuals with limited hand dexterity\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dntps-mosaic dntps-flip\"\u003e\n    \u003cdiv class=\"dntps-mosaic-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/61lro7YwOoL.jpg?v=1770677657\u0026amp;width=600\" alt=\"Medline Dentips 500-count dispenser box with foam swabs\" width=\"480\" height=\"360\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dntps-mosaic-text\"\u003e\n      \u003ch3\u003eBeyond the Bedside\u003c\/h3\u003e\n      \u003cp\u003eWhile developed for clinical environments, Dentips have found practical use well beyond hospitals. Their disposable, pre-treated design makes them useful in everyday situations.\u003c\/p\u003e\n      \u003cul class=\"dntps-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Travel and camping oral hygiene\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Emergency preparedness and first aid kits\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Dental procedure recovery at home\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"dntps-list-dot\"\u003e\u003c\/span\u003e Quick oral freshening when a toothbrush is not available\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"dntps-faq\"\u003e\n    \u003ch2 class=\"dntps-faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan Dentips foam swabs replace regular toothbrushing?\u003c\/summary\u003e\n      \u003cdiv class=\"dntps-faq-body\"\u003e\n        \u003cp\u003eFoam swabs are designed as a supplementary oral care tool, not a permanent replacement for brushing. They are best suited for patients who temporarily or permanently cannot use a standard toothbrush. For daily oral hygiene in able-bodied individuals, a toothbrush remains more effective at removing plaque.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre Medline Dentips safe for patients on ventilators?\u003c\/summary\u003e\n      \u003cdiv class=\"dntps-faq-body\"\u003e\n        \u003cp\u003eYes. Dentips are widely used in ICU settings for ventilator-associated pneumonia (VAP) prevention oral care protocols. The foam head is secured to the handle and will not detach during use. Follow your facility's oral care protocol for ventilated patients.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I use a foam swab with dentifrice?\u003c\/summary\u003e\n      \u003cdiv class=\"dntps-faq-body\"\u003e\n        \u003cp\u003eMoisten the foam tip with a small amount of water to activate the dentifrice. Gently swab the teeth, gums, tongue, and roof of the mouth. Use a light back-and-forth or circular motion. Dispose of the swab after a single use. No rinsing is required, though a small sip of water afterward helps clear residue.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo Dentips contain latex or common allergens?\u003c\/summary\u003e\n      \u003cdiv class=\"dntps-faq-body\"\u003e\n        \u003cp\u003eNo. Medline Dentips are latex-free. The foam head and plastic handle are made from hypoallergenic materials. The dentifrice formulation is a mild toothpaste. If a patient has known sensitivities to specific toothpaste ingredients, consult the product packaging for the full ingredient list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I store unused foam swabs?\u003c\/summary\u003e\n      \u003cdiv class=\"dntps-faq-body\"\u003e\n        \u003cp\u003eKeep the pack sealed between uses. Store at room temperature in a clean, dry location away from direct sunlight. The resealable bag is designed to maintain freshness of the pre-treated foam tips. Do not use swabs if the foam appears dried out or discolored.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"Medline","offers":[{"title":"Each","offer_id":40657463017601,"sku":"CAH_60096502_1-EA","price":0.99,"currency_code":"USD","in_stock":true},{"title":"Box","offer_id":40716081954945,"sku":"CAH_60096502_1-BX","price":0.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/61JZh2ltn1L.jpg?v=1770677657","url":"https:\/\/wellbefore.com\/products\/medline-foam-swab-with-dentifrice-10-per-bag","provider":"WellBefore","version":"1.0","type":"link"}