{"product_id":"powerdot-2-0-duo-4-channel-tens-nmes-unit","title":"PowerDot 2.0 Duo 4-Channel TENS\/NMES Unit","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:wght@400;500;600;700\u0026family=IBM+Plex+Mono:wght@400;500;600\u0026display=swap');\n\n.pvdqt-wrap {\n  --brand-tech: #2563eb;\n  --brand-tech-dark: #1e40af;\n  --brand-tech-light: #eff6ff;\n  --brand-tech-surface: #f8fafc;\n  --text-primary: #0f172a;\n  --text-secondary: #64748b;\n  --border: #e2e8f0;\n  --border-strong: #cbd5e1;\n  max-width: 960px;\n  margin: 0 auto;\n  padding: 0 20px;\n  font-family: 'IBM Plex Sans', -apple-system, sans-serif !important;\n  font-size: 15px !important;\n  line-height: 1.6 !important;\n  color: var(--text-primary);\n}\n.pvdqt-wrap * { box-sizing: border-box; }\n.pvdqt-wrap img { max-width: 100%; height: auto; }\n.pvdqt-wrap h1, .pvdqt-wrap h2, .pvdqt-wrap h3, .pvdqt-wrap h4 {\n  font-family: 'IBM Plex Sans', -apple-system, sans-serif !important;\n  line-height: 1.2 !important;\n  margin: 0;\n}\n.pvdqt-wrap p { margin: 0 0 12px; }\n\n\/* === ANIMATIONS === *\/\n@keyframes pvdqtHeroIn {\n  from { opacity: 0; transform: translateY(16px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes pvdqtFadeUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes pvdqtScaleIn {\n  from { opacity: 0; transform: scale(0.95); }\n  to { opacity: 1; transform: scale(1); }\n}\n\n\/* === HERO === *\/\n.pvdqt-hero {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 48px;\n  padding: 48px 0;\n  border-bottom: 2px solid var(--text-primary);\n  align-items: center;\n  animation: pvdqtHeroIn 0.6s ease-out both;\n}\n.pvdqt-hero-img {\n  background: var(--brand-tech-surface);\n  border-radius: 12px;\n  padding: 40px;\n  text-align: center;\n}\n.pvdqt-hero-img img {\n  max-height: 340px;\n  object-fit: contain;\n  filter: drop-shadow(0 8px 24px rgba(37,99,235,0.15));\n  animation: pvdqtHeroIn 0.8s ease-out 0.2s both;\n}\n.pvdqt-hero-model {\n  font-family: 'IBM Plex Mono', monospace !important;\n  font-size: 11px !important;\n  font-weight: 500 !important;\n  color: var(--brand-tech);\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n.pvdqt-hero h1 {\n  font-size: clamp(28px, 4vw, 42px) !important;\n  font-weight: 700 !important;\n  color: var(--text-primary);\n  margin: 0 0 16px !important;\n}\n.pvdqt-hero h1 span {\n  color: var(--brand-tech);\n}\n.pvdqt-hero-tagline {\n  font-size: 16px !important;\n  font-weight: 400 !important;\n  line-height: 1.6 !important;\n  color: var(--text-secondary);\n  margin-bottom: 20px;\n}\n.pvdqt-hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.pvdqt-hero-badge {\n  font-family: 'IBM Plex Mono', monospace !important;\n  font-size: 11px !important;\n  font-weight: 500 !important;\n  letter-spacing: 0.5px;\n  padding: 6px 14px;\n  border-radius: 6px;\n  background: var(--brand-tech-light);\n  color: var(--brand-tech-dark);\n  border: 1px solid rgba(37,99,235,0.15);\n  transition: transform 0.2s ease;\n}\n.pvdqt-hero-badge:hover { transform: scale(1.05); }\n\n\/* === SPEC GRID === *\/\n.pvdqt-specs {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: var(--border);\n  border-radius: 12px;\n  overflow: hidden;\n  margin: 48px 0;\n  animation: pvdqtFadeUp 0.8s ease-out 0.1s both;\n}\n.pvdqt-spec {\n  background: white;\n  padding: 16px 20px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.pvdqt-spec-label {\n  font-family: 'IBM Plex Sans', sans-serif !important;\n  font-size: 13px !important;\n  font-weight: 500 !important;\n  color: var(--text-secondary);\n}\n.pvdqt-spec-value {\n  font-family: 'IBM Plex Mono', monospace !important;\n  font-size: 14px !important;\n  font-weight: 600 !important;\n  color: var(--text-primary);\n}\n\n\/* === SECTION HEADERS === *\/\n.pvdqt-section-header {\n  margin: 56px 0 24px;\n  animation: pvdqtFadeUp 0.8s ease-out 0.2s both;\n}\n.pvdqt-section-label {\n  font-family: 'IBM Plex Mono', monospace !important;\n  font-size: 11px !important;\n  font-weight: 500 !important;\n  color: var(--brand-tech);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n.pvdqt-section-header h2 {\n  font-size: clamp(24px, 3vw, 32px) !important;\n  font-weight: 700 !important;\n  color: var(--text-primary);\n}\n.pvdqt-section-header h2 span { color: var(--brand-tech); }\n\n\/* === FEATURE BLOCKS === *\/\n.pvdqt-features {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  animation: pvdqtFadeUp 0.8s ease-out 0.2s both;\n}\n.pvdqt-feature {\n  display: flex;\n  gap: 20px;\n  padding: 24px;\n  border: 1px solid var(--border);\n  border-left: 3px solid var(--brand-tech);\n  border-radius: 8px;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n.pvdqt-feature:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 12px 32px rgba(0,0,0,0.08);\n}\n.pvdqt-feature-icon {\n  width: 40px;\n  height: 40px;\n  background: var(--brand-tech-light);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-size: 18px;\n}\n.pvdqt-feature-content h3 {\n  font-size: 16px !important;\n  font-weight: 600 !important;\n  color: var(--text-primary);\n  margin-bottom: 6px !important;\n}\n.pvdqt-feature-content p {\n  font-size: 14px !important;\n  line-height: 1.6 !important;\n  color: var(--text-secondary);\n  margin: 0;\n}\n\n\/* === SPLIT CONTENT === *\/\n.pvdqt-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 48px;\n  padding: 48px 0;\n  align-items: center;\n  border-top: 1px solid var(--border);\n  animation: pvdqtFadeUp 0.8s ease-out 0.3s both;\n}\n.pvdqt-split.pvdqt-reversed { direction: rtl; }\n.pvdqt-split.pvdqt-reversed \u003e * { direction: ltr; }\n.pvdqt-split-img {\n  border-radius: 12px;\n  overflow: hidden;\n}\n.pvdqt-split-img img {\n  width: 100%;\n  border-radius: 12px;\n  animation: pvdqtScaleIn 0.7s ease-out both;\n}\n.pvdqt-split-text h2 {\n  font-size: clamp(22px, 3vw, 28px) !important;\n  font-weight: 700 !important;\n  color: var(--text-primary);\n  margin-bottom: 16px !important;\n}\n.pvdqt-split-text h2 span { color: var(--brand-tech); }\n.pvdqt-split-text p {\n  font-size: 15px !important;\n  line-height: 1.7 !important;\n  color: var(--text-secondary);\n}\n.pvdqt-split-text ul {\n  list-style: none;\n  padding: 0;\n  margin: 16px 0 0;\n}\n.pvdqt-split-text ul li {\n  font-size: 14px !important;\n  line-height: 1.6 !important;\n  color: var(--text-secondary);\n  padding: 6px 0 6px 24px;\n  position: relative;\n}\n.pvdqt-split-text ul li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 13px;\n  width: 8px;\n  height: 8px;\n  background: var(--brand-tech);\n  border-radius: 2px;\n}\n\n\/* === IMAGE STRIP === *\/\n.pvdqt-strip {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  margin: 48px 0;\n  animation: pvdqtFadeUp 0.8s ease-out 0.4s both;\n}\n.pvdqt-strip img {\n  width: 100%;\n  height: 240px;\n  object-fit: cover;\n  border-radius: 10px;\n  transition: transform 0.4s ease;\n}\n.pvdqt-strip img:hover { transform: scale(1.03); }\n\n\/* === FAQ ACCORDION === *\/\n.pvdqt-faq {\n  margin: 56px 0 48px;\n  animation: pvdqtFadeUp 0.8s ease-out 0.5s both;\n}\n.pvdqt-faq details {\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  margin-bottom: 8px;\n  overflow: hidden;\n  transition: box-shadow 0.25s ease;\n}\n.pvdqt-faq details:hover {\n  box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n}\n.pvdqt-faq details[open] {\n  border-color: var(--brand-tech);\n  border-left-width: 3px;\n}\n.pvdqt-faq summary {\n  font-family: 'IBM Plex Sans', sans-serif !important;\n  font-size: 15px !important;\n  font-weight: 600 !important;\n  line-height: 1.4 !important;\n  color: var(--text-primary);\n  padding: 18px 48px 18px 20px;\n  cursor: pointer;\n  list-style: none;\n  position: relative;\n}\n.pvdqt-faq summary::-webkit-details-marker { display: none; }\n.pvdqt-faq summary::after {\n  content: '+';\n  font-family: 'IBM Plex Mono', monospace !important;\n  font-size: 20px !important;\n  font-weight: 400 !important;\n  color: var(--brand-tech);\n  position: absolute;\n  right: 20px;\n  top: 50%;\n  transform: translateY(-50%);\n  transition: transform 0.3s ease;\n}\n.pvdqt-faq details[open] summary::after {\n  transform: translateY(-50%) rotate(45deg);\n}\n.pvdqt-faq .pvdqt-faq-body {\n  padding: 0 20px 20px;\n  font-size: 14px !important;\n  line-height: 1.7 !important;\n  color: var(--text-secondary);\n}\n.pvdqt-faq .pvdqt-faq-body ul {\n  padding-left: 20px;\n  margin: 8px 0;\n}\n.pvdqt-faq .pvdqt-faq-body li {\n  margin-bottom: 4px;\n}\n\n\/* === MOBILE === *\/\n@media (max-width: 680px) {\n  .pvdqt-hero {\n    grid-template-columns: 1fr;\n    gap: 24px;\n    padding: 32px 0;\n  }\n  .pvdqt-hero-img { padding: 24px; }\n  .pvdqt-specs { grid-template-columns: 1fr; }\n  .pvdqt-split {\n    grid-template-columns: 1fr;\n    gap: 24px;\n    padding: 32px 0;\n  }\n  .pvdqt-split.pvdqt-reversed { direction: ltr; }\n  .pvdqt-strip {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n  .pvdqt-strip img { height: 200px; }\n  .pvdqt-feature { padding: 16px; gap: 14px; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .pvdqt-wrap * {\n    animation-duration: 0.01ms !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pvdqt-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"pvdqt-hero\"\u003e\n    \u003cdiv class=\"pvdqt-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/hero_nobg.png?v=1775210323\u0026amp;width=680\" alt=\"PowerDot 2.0 Duo smart TENS NMES muscle stimulator with 4-channel pods and lead cables\" width=\"560\" height=\"560\" loading=\"eager\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-hero-text\"\u003e\n      \u003cdiv class=\"pvdqt-hero-model\"\u003eTherabody - PowerDot 2.0 Duo\u003c\/div\u003e\n      \u003ch1\u003eSmart \u003cspan\u003eTENS\/NMES\u003c\/span\u003e Muscle Stimulator for Pain Relief and Recovery\u003c\/h1\u003e\n      \u003cp class=\"pvdqt-hero-tagline\"\u003eA professional-grade 4-channel electrical muscle stimulation system controlled entirely from your phone. Designed for athletes, active individuals, and anyone seeking drug-free pain relief and faster muscle recovery.\u003c\/p\u003e\n      \u003cdiv class=\"pvdqt-hero-badges\"\u003e\n        \u003cspan class=\"pvdqt-hero-badge\"\u003eFDA Cleared\u003c\/span\u003e\n        \u003cspan class=\"pvdqt-hero-badge\"\u003e4 Channels\u003c\/span\u003e\n        \u003cspan class=\"pvdqt-hero-badge\"\u003e20hr Battery\u003c\/span\u003e\n        \u003cspan class=\"pvdqt-hero-badge\"\u003eFSA Eligible\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPEC GRID --\u003e\n  \u003cdiv class=\"pvdqt-specs\"\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eTechnology\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003eTENS + NMES\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eChannels\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003e4-Channel\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eBattery Life\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003e20 Hours\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eCharge Time\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003e60 min\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eConnectivity\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003eBluetooth\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003ePod Weight\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003e25g each\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003ePods Included\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003e2 Pods\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-spec\"\u003e\n      \u003cspan class=\"pvdqt-spec-label\"\u003eControl\u003c\/span\u003e\n      \u003cspan class=\"pvdqt-spec-value\"\u003eApp-Based\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003cdiv class=\"pvdqt-section-header\"\u003e\n    \u003cdiv class=\"pvdqt-section-label\"\u003eKey Features\u003c\/div\u003e\n    \u003ch2\u003eWhy the PowerDot 2.0 Duo \u003cspan\u003eOutperforms\u003c\/span\u003e Standard TENS Units\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pvdqt-features\"\u003e\n    \u003cdiv class=\"pvdqt-feature\"\u003e\n      \u003cdiv class=\"pvdqt-feature-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cdiv class=\"pvdqt-feature-content\"\u003e\n        \u003ch3\u003eDual TENS and NMES Technology\u003c\/h3\u003e\n        \u003cp\u003eCombines two proven therapies in one device. TENS targets sensory nerves for temporary pain relief, while NMES creates targeted muscle contractions to speed recovery and build strength.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-feature\"\u003e\n      \u003cdiv class=\"pvdqt-feature-icon\"\u003e📱\u003c\/div\u003e\n      \u003cdiv class=\"pvdqt-feature-content\"\u003e\n        \u003ch3\u003eBluetooth App Control with Smart Guidance\u003c\/h3\u003e\n        \u003cp\u003eThe PowerDot app eliminates guesswork by guiding pad placement and customizing intensity for every session. Integrates with popular fitness apps to tailor treatment to your activity level.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-feature\"\u003e\n      \u003cdiv class=\"pvdqt-feature-icon\"\u003e🔋\u003c\/div\u003e\n      \u003cdiv class=\"pvdqt-feature-content\"\u003e\n        \u003ch3\u003e4-Channel Coverage for Full-Body Treatment\u003c\/h3\u003e\n        \u003cp\u003eThe Duo system includes two wireless pods, allowing you to stimulate both sides of a muscle group simultaneously for more comprehensive, balanced treatment sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-feature\"\u003e\n      \u003cdiv class=\"pvdqt-feature-icon\"\u003e⏱\u003c\/div\u003e\n      \u003cdiv class=\"pvdqt-feature-content\"\u003e\n        \u003ch3\u003e20-Hour Battery with 60-Minute Charging\u003c\/h3\u003e\n        \u003cp\u003eExtended battery life supports multiple sessions between charges. A full recharge takes just one hour via Micro USB, so downtime never gets in the way of your recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-feature\"\u003e\n      \u003cdiv class=\"pvdqt-feature-icon\"\u003e🏃\u003c\/div\u003e\n      \u003cdiv class=\"pvdqt-feature-content\"\u003e\n        \u003ch3\u003eWireless and Hands-Free at Just 25 Grams\u003c\/h3\u003e\n        \u003cp\u003eEach pod weighs only 25 grams and operates wirelessly, so you can move freely during treatment. Use it at home, in the gym, or on the go without being tethered to a controller.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT: APP CONTROL --\u003e\n  \u003cdiv class=\"pvdqt-split pvdqt-reversed\"\u003e\n    \u003cdiv class=\"pvdqt-split-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/rehabmart_2.png?v=1775210325\u0026amp;width=960\" alt=\"PowerDot 2.0 Duo muscle stimulator connected to smartphone app via Bluetooth showing treatment controls\" width=\"480\" height=\"360\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-split-text\"\u003e\n      \u003ch2\u003eIntelligent \u003cspan\u003eApp-Controlled\u003c\/span\u003e Muscle Stimulation\u003c\/h2\u003e\n      \u003cp\u003eThe PowerDot app takes the complexity out of electrical muscle stimulation. Connect via Bluetooth to access guided pad placement, customizable intensity levels, and pre-built treatment protocols - all from your phone.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eVisual pad placement guides for every muscle group\u003c\/li\u003e\n        \u003cli\u003eAdjustable intensity for personalized comfort\u003c\/li\u003e\n        \u003cli\u003eSyncs with fitness apps to adapt programs to your workouts\u003c\/li\u003e\n        \u003cli\u003ePre-built TENS and NMES protocols ready to use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPLIT: WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"pvdqt-split\"\u003e\n    \u003cdiv class=\"pvdqt-split-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/rehabmart_3.png?v=1775210326\u0026amp;width=960\" alt=\"PowerDot 2.0 Duo complete kit in protective carrying case showing pods electrode pads and cables\" width=\"480\" height=\"360\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pvdqt-split-text\"\u003e\n      \u003ch2\u003eEverything You Need in \u003cspan\u003eOne Kit\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eThe PowerDot 2.0 Duo ships as a complete system with everything required to start treatment immediately. The protective carrying case keeps all components organized for travel.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e2 PowerDot wireless stimulator pods\u003c\/li\u003e\n        \u003cli\u003e2 rectangular electrode pads (3.5\" x 2\")\u003c\/li\u003e\n        \u003cli\u003e4 round electrode pads (2.1\" diameter)\u003c\/li\u003e\n        \u003cli\u003e2 sets of lead cables\u003c\/li\u003e\n        \u003cli\u003e2 Micro USB charging cables\u003c\/li\u003e\n        \u003cli\u003eProtective zippered carrying case\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- IMAGE STRIP --\u003e\n  \u003cdiv class=\"pvdqt-section-header\"\u003e\n    \u003cdiv class=\"pvdqt-section-label\"\u003eIn Use\u003c\/div\u003e\n    \u003ch2\u003eHow Athletes and Patients Use the \u003cspan\u003ePowerDot\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pvdqt-strip\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/rehabmart_5.png?v=1775210328\u0026amp;width=600\" alt=\"Athlete using PowerDot 2.0 Duo TENS unit on knee during gym workout for muscle recovery\" width=\"400\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/rehabmart_6.png?v=1775210330\u0026amp;width=600\" alt=\"Woman using PowerDot 2.0 Duo for abdominal pain relief while relaxing at home\" width=\"400\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/rehabmart_1.png?v=1775210332\u0026amp;width=600\" alt=\"Woman applying PowerDot 2.0 Duo electrode pads on shoulders for TENS pain therapy\" width=\"400\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ ACCORDION --\u003e\n  \u003cdiv class=\"pvdqt-section-header\"\u003e\n    \u003cdiv class=\"pvdqt-section-label\"\u003eFAQ\u003c\/div\u003e\n    \u003ch2\u003eFrequently Asked Questions About the \u003cspan\u003ePowerDot 2.0 Duo\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pvdqt-faq\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between TENS and NMES on the PowerDot?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eTENS (Transcutaneous Electrical Nerve Stimulation) targets sensory nerves to provide temporary pain relief in the applied area. NMES (Neuromuscular Electrical Stimulation) targets motor nerves to create muscle contractions, helping speed recovery, reduce soreness, and build muscular strength and endurance. The PowerDot 2.0 Duo includes both technologies so you can address pain and recovery with a single device.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use the PowerDot 2.0 Duo on both legs or arms at the same time?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eYes. The Duo edition includes two wireless pods, giving you 4 channels total. This allows you to stimulate both sides of a muscle group simultaneously - for example, both quads, both calves, or both shoulders - for a more balanced and time-efficient treatment session.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the PowerDot 2.0 FDA cleared and FSA eligible?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eYes, the PowerDot 2.0 is a Class II FDA cleared medical device. It is also FSA (Flexible Spending Account) eligible, meaning you may be able to purchase it with pre-tax healthcare funds. Check with your FSA administrator for specific plan details.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow long does the PowerDot battery last and how do I charge it?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eEach PowerDot pod provides up to 20 hours of use on a single charge. Charging is done via the included Micro USB cables and takes approximately 60 minutes for a full charge. Two charging cables are included so both pods can charge simultaneously.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat electrode pad sizes are included and where do I place them?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eThe kit includes 2 rectangular pads (3.5\" x 2\") and 4 round pads (2.1\" diameter). Rectangular pads are designed for larger muscle groups like quads and hamstrings, while round pads work well on smaller areas like shoulders, calves, and forearms. The PowerDot app provides visual placement guides specific to each muscle group, so you always know exactly where to position them.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDo I need a phone to use the PowerDot 2.0?\u003c\/summary\u003e\n      \u003cdiv class=\"pvdqt-faq-body\"\u003e\n        \u003cp\u003eYes, the PowerDot 2.0 is controlled entirely through the PowerDot app via Bluetooth. The app is available for iOS and Android and is required to select programs, adjust intensity, and follow pad placement guides. This app-based approach allows Therabody to deliver updates and new treatment protocols over time without needing new hardware.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"THERABODY INC","offers":[{"title":"Each","offer_id":40606950686849,"sku":"MCK_1260521_1-EA","price":487.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0045\/1959\/2065\/files\/1260521.jpg?v=1770232380","url":"https:\/\/wellbefore.com\/products\/powerdot-2-0-duo-4-channel-tens-nmes-unit","provider":"WellBefore","version":"1.0","type":"link"}