{"product_id":"fursociety-mobility-wand","title":"FurSociety Mobility Wand","description":"\u003cstyle\u003e\n  .fs-wand-section {\n    --fs-white: #ffffff;\n    --fs-soft: #f6f6f6;\n    --fs-black: #111111;\n    --fs-red: #b40000;\n    --fs-border: rgba(0,0,0,0.12);\n    width: 100%;\n    padding: 28px 0;\n    background: radial-gradient(circle at 12% 8%, rgba(180,0,0,0.06), transparent 28%),\n                radial-gradient(circle at 90% 12%, rgba(0,0,0,0.07), transparent 30%),\n                linear-gradient(135deg, var(--fs-white), var(--fs-soft));\n    color: var(--fs-black);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n  .fs-wand-section * { box-sizing: border-box; }\n  .fs-wand-wrap {\n    width: 100%;\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 0 16px;\n  }\n  \/* BADGE *\/\n  .fs-wand-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    border: 1px solid var(--fs-border);\n    background: rgba(255,255,255,0.76);\n    color: var(--fs-red);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  \/* HERO *\/\n  .fs-wand-hero {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n  .fs-wand-title {\n    margin: 0 0 12px;\n    color: var(--fs-black);\n    font-size: clamp(28px, 8vw, 52px);\n    line-height: 1.04;\n    letter-spacing: -0.04em;\n    font-weight: 950;\n  }\n  .fs-wand-title .accent { color: var(--fs-red); }\n  .fs-wand-subtitle {\n    margin: 0 auto 18px;\n    max-width: 700px;\n    color: rgba(17,17,17,0.76);\n    font-size: 15px;\n    line-height: 1.58;\n  }\n  \/* PILLS *\/\n  .fs-wand-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-bottom: 4px;\n  }\n  .fs-wand-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 10px 16px;\n    border-radius: 14px;\n    background: var(--fs-black);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 900;\n    white-space: nowrap;\n  }\n  .fs-wand-pill.light {\n    background: rgba(255,255,255,0.85);\n    color: var(--fs-black);\n    border: 1px solid var(--fs-border);\n  }\n  \/* PANELS *\/\n  .fs-wand-panel {\n    margin-top: 20px;\n    padding: 20px 16px;\n    border-radius: 26px;\n    background: rgba(255,255,255,0.84);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-panel.dark {\n    background: linear-gradient(135deg, #090909, #262626);\n    color: #fff;\n    border: 1px solid rgba(255,255,255,0.12);\n  }\n  .fs-wand-panel h2 {\n    margin: 0 0 10px;\n    color: var(--fs-black);\n    font-size: clamp(22px, 5.5vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.035em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fs-wand-panel.dark h2 { color: #fff; }\n  .fs-wand-panel h2 .accent { color: var(--fs-red); }\n  .fs-wand-panel.dark h2 .accent { color: #ff2a2a; }\n  .fs-wand-panel-intro {\n    max-width: 780px;\n    margin: 0 auto 14px;\n    color: rgba(17,17,17,0.72);\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.55;\n  }\n  .fs-wand-panel.dark .fs-wand-panel-intro { color: rgba(255,255,255,0.82); }\n  \/* FEATURES *\/\n  .fs-wand-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 14px;\n  }\n  .fs-wand-feature {\n    display: grid;\n    grid-template-columns: 46px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 15px;\n    border-radius: 18px;\n    background: rgba(245,245,245,0.96);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-feature.dark-card {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.16);\n  }\n  .fs-wand-icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 14px;\n    background: rgba(180,0,0,0.10);\n    color: var(--fs-red);\n    display: grid;\n    place-items: center;\n    font-size: 22px;\n    flex-shrink: 0;\n  }\n  .fs-wand-feature.dark-card .fs-wand-icon {\n    background: rgba(255,42,42,0.16);\n    color: #ff4a4a;\n  }\n  .fs-wand-feature h3 {\n    margin: 0 0 5px;\n    color: var(--fs-black);\n    font-size: 15px;\n    line-height: 1.2;\n    font-weight: 950;\n  }\n  .fs-wand-feature.dark-card h3 { color: #fff; }\n  .fs-wand-feature p {\n    margin: 0;\n    color: rgba(17,17,17,0.70);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n  .fs-wand-feature.dark-card p { color: rgba(255,255,255,0.78); }\n  \/* VERSUS *\/\n  .fs-wand-versus {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 14px;\n  }\n  .fs-wand-vs-card {\n    padding: 16px;\n    border-radius: 18px;\n    background: rgba(245,245,245,0.96);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-vs-card.black {\n    background: linear-gradient(135deg, #070707, #1f1f1f);\n    color: #fff;\n    border: 1px solid rgba(0,0,0,0.35);\n  }\n  .fs-wand-vs-card h3 {\n    margin: 0 0 12px;\n    color: var(--fs-black);\n    font-size: 18px;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    font-weight: 950;\n    text-transform: uppercase;\n  }\n  .fs-wand-vs-card.black h3 { color: #fff; }\n  .fs-wand-vs-list {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .fs-wand-vs-list li {\n    display: grid;\n    grid-template-columns: 26px 1fr;\n    gap: 10px;\n    align-items: start;\n    font-size: 13px;\n    line-height: 1.42;\n  }\n  .fs-wand-x, .fs-wand-check {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    font-weight: 950;\n    font-size: 13px;\n    flex-shrink: 0;\n  }\n  .fs-wand-x { background: #2d2d2d; color: #fff; }\n  .fs-wand-check { background: var(--fs-red); color: #fff; }\n  \/* RESEARCH *\/\n  .fs-wand-research-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 14px;\n  }\n  .fs-wand-research-card {\n    padding: 15px;\n    border-radius: 18px;\n    background: rgba(245,245,245,0.96);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-research-card h3 {\n    margin: 0 0 6px;\n    color: var(--fs-black);\n    font-size: 14px;\n    line-height: 1.2;\n    font-weight: 950;\n    text-transform: uppercase;\n  }\n  .fs-wand-research-card p {\n    margin: 0;\n    color: rgba(17,17,17,0.72);\n    font-size: 13px;\n    line-height: 1.52;\n  }\n  \/* REVIEWS *\/\n  .fs-wand-reviews {\n    margin-top: 20px;\n    padding: 20px 16px;\n    border-radius: 26px;\n    background: rgba(255,255,255,0.84);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-reviews h2 {\n    margin: 0 0 14px;\n    color: var(--fs-black);\n    text-align: center;\n    font-size: clamp(22px, 5.5vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n  }\n  .fs-wand-review-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n  .fs-wand-review-card {\n    padding: 15px;\n    border-radius: 18px;\n    background: rgba(245,245,245,0.96);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-stars {\n    color: var(--fs-red);\n    font-size: 14px;\n    font-weight: 900;\n    margin-bottom: 7px;\n  }\n  .fs-wand-review-card p {\n    margin: 0;\n    color: rgba(17,17,17,0.72);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n  \/* FAQ *\/\n  .fs-wand-faq {\n    margin-top: 20px;\n    padding: 20px 16px;\n    border-radius: 26px;\n    background: rgba(255,255,255,0.84);\n    border: 1px solid var(--fs-border);\n  }\n  .fs-wand-faq h2 {\n    margin: 0 0 14px;\n    color: var(--fs-black);\n    font-size: clamp(22px, 5.5vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fs-wand-faq h2 .accent { color: var(--fs-red); }\n  .fs-wand-faq-item {\n    padding: 14px;\n    border-radius: 16px;\n    background: rgba(245,245,245,0.96);\n    border: 1px solid var(--fs-border);\n    margin-bottom: 8px;\n  }\n  .fs-wand-faq-item:last-child { margin-bottom: 0; }\n  .fs-wand-faq-item strong {\n    display: block;\n    color: var(--fs-black);\n    font-size: 14px;\n    font-weight: 950;\n    margin-bottom: 5px;\n  }\n  .fs-wand-faq-item p {\n    margin: 0;\n    color: rgba(17,17,17,0.72);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n  \/* CLOSING *\/\n  .fs-wand-closing {\n    margin-top: 20px;\n    border-radius: 26px;\n    padding: 24px 16px;\n    background: linear-gradient(135deg, #090909, #242424);\n    color: white;\n    text-align: center;\n  }\n  .fs-wand-closing h2 {\n    margin: 0 0 10px;\n    font-size: clamp(22px, 6vw, 34px);\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n  }\n  .fs-wand-closing \u003e p {\n    max-width: 720px;\n    margin: 0 auto 12px;\n    color: rgba(255,255,255,0.86);\n    font-size: 14px;\n    line-height: 1.58;\n  }\n  .fs-wand-price {\n    margin: 10px 0 4px;\n    color: #fff;\n    font-size: clamp(32px, 9vw, 52px);\n    line-height: 1;\n    font-weight: 950;\n    letter-spacing: -0.04em;\n  }\n  .fs-wand-price s {\n    color: rgba(255,255,255,0.48);\n    font-size: 18px;\n    font-weight: 700;\n    margin-left: 8px;\n  }\n  .fs-wand-closing-note {\n    margin-top: 14px;\n    color: rgba(255,255,255,0.52);\n    font-size: 11px;\n    line-height: 1.45;\n  }\n  \/* DESKTOP *\/\n  @media (min-width: 768px) {\n    .fs-wand-section { padding: clamp(44px, 5vw, 72px) 0; }\n    .fs-wand-wrap { padding: 0 clamp(20px, 3vw, 28px); }\n    .fs-wand-hero { text-align: left; }\n    .fs-wand-subtitle { margin-left: 0; }\n    .fs-wand-pills { justify-content: flex-start; }\n    .fs-wand-features {\n      grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));\n      gap: 14px;\n    }\n    .fs-wand-feature { display: block; padding: 20px; }\n    .fs-wand-icon { margin-bottom: 12px; }\n    .fs-wand-versus { grid-template-columns: 1fr 1fr; gap: 14px; }\n    .fs-wand-research-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }\n    .fs-wand-review-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n  }\n  \/* SMALL MOBILE *\/\n  @media (max-width: 360px) {\n    .fs-wand-wrap { padding: 0 12px; }\n    .fs-wand-feature { grid-template-columns: 1fr; }\n    .fs-wand-icon { width: 40px; height: 40px; font-size: 18px; }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"fs-wand-section\" aria-label=\"FurSociety Mobility Wand product information\"\u003e\n  \u003cdiv class=\"fs-wand-wrap\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003cdiv class=\"fs-wand-hero\"\u003e\n      \u003cdiv class=\"fs-wand-badge\"\u003e🔴 Near-Infrared Light Therapy For Dogs\u003c\/div\u003e\n      \u003ch1 class=\"fs-wand-title\"\u003eFurSociety \u003cspan class=\"accent\"\u003eMobility Wand\u003c\/span\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"fs-wand-subtitle\"\u003eA premium at-home mobility support device for dogs with stiffness, joint discomfort and everyday movement struggles. Designed for pet parents who want a once-off support tool instead of another monthly supplement routine.\u003c\/p\u003e\n      \u003cdiv class=\"fs-wand-pills\"\u003e\n        \u003cdiv class=\"fs-wand-pill\"\u003e✓ Once-Off Purchase\u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-pill light\"\u003e✓ Drug-Free Support\u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-pill light\"\u003e✓ At-Home Routine\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DUAL LIGHT TECHNOLOGY --\u003e\n    \u003cdiv class=\"fs-wand-panel dark\"\u003e\n      \u003ch2\u003eDual Light \u003cspan class=\"accent\"\u003eTechnology\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"fs-wand-panel-intro\"\u003eThe FurSociety Mobility Wand combines visible 650nm red light with invisible 808nm near-infrared light for targeted at-home support.\u003c\/p\u003e\n      \u003cdiv class=\"fs-wand-features\"\u003e\n        \u003cdiv class=\"fs-wand-feature dark-card\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e🔴\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003e16pcs 650nm Red Light\u003c\/h3\u003e\n            \u003cp\u003eVisible red light designed to support surface-level care, blood circulation and skin care.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-feature dark-card\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e●\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003e3pcs 808nm Near-Infrared\u003c\/h3\u003e\n            \u003cp\u003eInvisible near-infrared light designed to support deeper tissue areas, muscle relaxation and joint comfort.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHY CHOOSE IT --\u003e\n    \u003cdiv class=\"fs-wand-panel\"\u003e\n      \u003ch2\u003eWhy Dog Owners \u003cspan class=\"accent\"\u003eChoose It\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"fs-wand-features\"\u003e\n        \u003cdiv class=\"fs-wand-feature\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e🐾\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSupports Joint Comfort\u003c\/h3\u003e\n            \u003cp\u003eHelps support stiffness, comfort and everyday movement as part of a consistent mobility routine.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-feature\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e🏠\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eEasy At-Home Use\u003c\/h3\u003e\n            \u003cp\u003eUse at home on your schedule without adding another daily tablet, powder or chew routine.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-feature\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e🔋\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRechargeable \u0026amp; Portable\u003c\/h3\u003e\n            \u003cp\u003eDesigned for convenient use around the home, on the sofa, bed or mat.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-feature\"\u003e\n          \u003cdiv class=\"fs-wand-icon\"\u003e🛡️\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eDrug-Free \u0026amp; Non-Invasive\u003c\/h3\u003e\n            \u003cp\u003eNo pills, powders or invasive treatment. Just targeted light support for your pet's routine.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- VERSUS --\u003e\n    \u003cdiv class=\"fs-wand-panel\"\u003e\n      \u003ch2\u003eSupplements vs \u003cspan class=\"accent\"\u003eMobility Wand\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"fs-wand-versus\"\u003e\n        \u003cdiv class=\"fs-wand-vs-card\"\u003e\n          \u003ch3\u003eMonthly Supplements\u003c\/h3\u003e\n          \u003cul class=\"fs-wand-vs-list\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-x\"\u003e×\u003c\/span\u003e\u003cspan\u003eRecurring monthly cost that adds up over time.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-x\"\u003e×\u003c\/span\u003e\u003cspan\u003eNeeds daily use to stay consistent.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-x\"\u003e×\u003c\/span\u003e\u003cspan\u003eEasy to forget doses in busy homes.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-x\"\u003e×\u003c\/span\u003e\u003cspan\u003eResults can be difficult to measure clearly.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-vs-card black\"\u003e\n          \u003ch3\u003eFurSociety Mobility Wand\u003c\/h3\u003e\n          \u003cul class=\"fs-wand-vs-list\"\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eOnce-off purchase with no monthly subscription.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eUse as part of a simple at-home mobility routine.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003e808nm + 650nm targeted light technology.\u003c\/span\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cspan class=\"fs-wand-check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eDrug-free, non-invasive support for comfort and movement.\u003c\/span\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- RESEARCH --\u003e\n    \u003cdiv class=\"fs-wand-panel\"\u003e\n      \u003ch2\u003eBacked by \u003cspan class=\"accent\"\u003ePhotobiomodulation Research\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"fs-wand-panel-intro\"\u003ePhotobiomodulation therapy, also called PBMT or low-level light therapy, has been studied in dogs with osteoarthritis. Results are promising, but outcomes vary by dog, condition and consistency of use.\u003c\/p\u003e\n      \u003cdiv class=\"fs-wand-research-grid\"\u003e\n        \u003cdiv class=\"fs-wand-research-card\"\u003e\n          \u003ch3\u003eCanine Elbow OA Study\u003c\/h3\u003e\n          \u003cp\u003eA canine study reported improved pain and lameness scores in dogs with elbow osteoarthritis after PBMT treatment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-research-card\"\u003e\n          \u003ch3\u003eCanine Hip OA Study\u003c\/h3\u003e\n          \u003cp\u003ePBMT studies in dogs with naturally occurring osteoarthritis have reported improvements in pain and clinical mobility findings.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-research-card\"\u003e\n          \u003ch3\u003eAAHA Pain Guidelines\u003c\/h3\u003e\n          \u003cp\u003eAAHA lists photobiomodulation or laser therapy as a physical modality that may be useful as part of multimodal pain-management care.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- REVIEWS --\u003e\n    \u003cdiv class=\"fs-wand-reviews\"\u003e\n      \u003ch2\u003e⭐ Owner-Reported Results\u003c\/h2\u003e\n      \u003cdiv class=\"fs-wand-review-grid\"\u003e\n        \u003cdiv class=\"fs-wand-review-card\"\u003e\n          \u003cdiv class=\"fs-wand-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“After consistent use, my dog seemed more comfortable and moved more freely around the house.”\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fs-wand-review-card\"\u003e\n          \u003cdiv class=\"fs-wand-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cp\u003e“The best part was using it at home. No tablets, no stress, and my senior pet relaxed during the session.”\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003cdiv class=\"fs-wand-faq\"\u003e\n      \u003ch2\u003eQuestions Before \u003cspan class=\"accent\"\u003eYou Buy\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eWill this cure my dog’s arthritis?\u003c\/strong\u003e\n        \u003cp\u003eNo. This product should not be marketed as a cure. It is designed as an at-home support tool for comfort, stiffness and mobility. For diagnosed arthritis, injury, sudden lameness or severe pain, consult your vet.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eWhy choose this instead of monthly supplements?\u003c\/strong\u003e\n        \u003cp\u003eSupplements can become a recurring monthly cost and must be given consistently every day. The Mobility Wand is a once-off purchase that gives you a reusable, drug-free support tool for your dog’s home routine.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eWhat is the difference between 808nm and 650nm light?\u003c\/strong\u003e\n        \u003cp\u003eThe device has 3pcs of 808nm invisible near-infrared light and 16pcs of 650nm visible red light. 808nm is designed for deeper support around muscles and joints, while 650nm red light is designed for surface-level support, circulation and skin care.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eHow often should I use it?\u003c\/strong\u003e\n        \u003cp\u003eA practical routine is 3–5 times per week, depending on your dog’s tolerance and your vet’s advice. Keep sessions calm, consistent and comfortable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eWhere should I aim the wand?\u003c\/strong\u003e\n        \u003cp\u003eAim the light face toward the area you want to support, such as the elbow, hip, shoulder or back area. Never shine it into your dog’s eyes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fs-wand-faq-item\"\u003e\n        \u003cstrong\u003eWhen will I see results?\u003c\/strong\u003e\n        \u003cp\u003eResults vary. Some owners notice relaxation or improved comfort sooner, while others need a few weeks of consistent use. This is not an instant fix.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CLOSING --\u003e\n    \u003cdiv class=\"fs-wand-closing\"\u003e\n      \u003ch2\u003eSupport Their Movement At Home\u003c\/h2\u003e\n      \u003cp\u003eA once-off mobility support tool for dogs with stiffness, joint discomfort and slower movement.\u003c\/p\u003e\n      \u003cdiv class=\"fs-wand-price\"\u003eR2,999 \u003cs\u003eR3,499\u003c\/s\u003e\n\u003c\/div\u003e\n      \u003cp\u003e🚚 Free delivery 5–7 days across South Africa\u003c\/p\u003e\n      \u003cdiv class=\"fs-wand-closing-note\"\u003eResponsible use: Do not shine into eyes. This product is intended for at-home support and does not replace veterinary diagnosis, prescribed medication, surgery or rehabilitation advice.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"FurSociety","offers":[{"title":"Default Title","offer_id":48602492207329,"sku":null,"price":2999.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/2458\/4673\/files\/FURSOCIETYMOBILITYWAND6.png?v=1784443511","url":"https:\/\/fursociety.co.za\/products\/fursociety-mobility-wand","provider":"FurSociety","version":"1.0","type":"link"}