{"product_id":"recoverglide-foldable-knee-walker","title":"RecoverGlide – Foldable Adjustable Knee Walker","description":"\u003cstyle\u003e\n  .nm-product-description {\n    --nm-navy: #102a43;\n    --nm-blue: #1769aa;\n    --nm-lavender: #f6f2fa;\n    --nm-lavender-border: #e4dcef;\n    --nm-cream: #fbf8f2;\n    --nm-text: #273444;\n    --nm-muted: #5f6b76;\n    --nm-white: #ffffff;\n    width: calc(100% - 48px);\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--nm-text);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .nm-product-description,\n  .nm-product-description * {\n    box-sizing: border-box;\n  }\n\n  .nm-product-description h2,\n  .nm-product-description h3,\n  .nm-product-description p {\n    margin-top: 0;\n  }\n\n  .nm-product-description h2 {\n    color: var(--nm-navy);\n    font-size: clamp(27px, 2.4vw, 34px);\n    line-height: 1.2;\n    margin-bottom: 12px;\n  }\n\n  .nm-product-description h3 {\n    color: var(--nm-navy);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .nm-product-description p:last-child,\n  .nm-product-description ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .nm-intro {\n    padding: clamp(24px, 4vw, 40px);\n    border-radius: 18px;\n    background: linear-gradient(135deg, var(--nm-lavender) 0%, var(--nm-cream) 100%);\n    border: 1px solid var(--nm-lavender-border);\n    margin-bottom: clamp(32px, 5vw, 52px);\n  }\n\n  .nm-eyebrow {\n    margin-bottom: 9px;\n    color: var(--nm-blue);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .nm-intro-copy {\n    max-width: 850px;\n    margin-bottom: 0;\n    color: #334155;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .nm-section {\n    margin-bottom: clamp(32px, 5vw, 52px);\n  }\n\n  .nm-section-heading {\n    margin-bottom: 18px;\n  }\n\n  .nm-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .nm-spec-card {\n    min-height: 150px;\n    padding: 24px 18px;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 14px;\n    background: var(--nm-white);\n    box-shadow: 0 6px 20px rgba(16, 42, 67, 0.06);\n    text-align: center;\n  }\n\n  .nm-spec-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin: 0 auto 10px;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 50%;\n    background: var(--nm-lavender);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .nm-spec-value {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--nm-navy);\n    font-size: 18px;\n    font-weight: 750;\n    line-height: 1.3;\n  }\n\n  .nm-spec-label {\n    display: block;\n    color: #465568;\n    font-size: 15px;\n    line-height: 1.45;\n  }\n\n  .nm-suited-box {\n    padding: clamp(22px, 4vw, 36px);\n    border-radius: 16px;\n    background: var(--nm-cream);\n    border-left: 5px solid var(--nm-blue);\n  }\n\n  .nm-check-list,\n  .nm-detail-list,\n  .nm-included-list {\n    padding: 0;\n    margin: 16px 0 0;\n    list-style: none;\n  }\n\n  .nm-check-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px 24px;\n  }\n\n  .nm-check-list li,\n  .nm-detail-list li,\n  .nm-included-list li {\n    position: relative;\n    padding-left: 27px;\n  }\n\n  .nm-check-list li::before,\n  .nm-detail-list li::before,\n  .nm-included-list li::before {\n    position: absolute;\n    left: 0;\n    color: var(--nm-blue);\n    font-weight: 700;\n  }\n\n  .nm-check-list li::before,\n  .nm-included-list li::before {\n    content: \"✓\";\n  }\n\n  .nm-detail-list li::before {\n    content: \"•\";\n  }\n\n  .nm-check-list li,\n  .nm-detail-list li,\n  .nm-included-list li {\n    margin-bottom: 10px;\n  }\n\n  .nm-lifting-note {\n    margin-top: 20px;\n    padding: 16px 18px;\n    border: 1px solid #eadfbd;\n    border-radius: 10px;\n    background: #fffaf0;\n    color: #5a4b23;\n  }\n\n  .nm-accordion-group {\n    display: grid;\n    gap: 12px;\n  }\n\n  .nm-accordion {\n    overflow: hidden;\n    border: 1px solid var(--nm-lavender-border);\n    border-radius: 12px;\n    background: var(--nm-white);\n  }\n\n  .nm-accordion summary {\n    position: relative;\n    padding: 18px 52px 18px 20px;\n    color: var(--nm-navy);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.35;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .nm-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .nm-accordion summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--nm-lavender);\n    color: var(--nm-blue);\n    font-size: 20px;\n    font-weight: 600;\n    line-height: 26px;\n    text-align: center;\n    transform: translateY(-50%);\n  }\n\n  .nm-accordion[open] summary {\n    background: var(--nm-lavender);\n  }\n\n  .nm-accordion[open] summary::after {\n    content: \"−\";\n  }\n\n  .nm-accordion-content {\n    padding: 20px;\n    border-top: 1px solid var(--nm-lavender-border);\n  }\n\n  .nm-spec-table-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .nm-spec-table {\n    width: 100%;\n    min-width: 540px;\n    border-collapse: collapse;\n  }\n\n  .nm-spec-table th,\n  .nm-spec-table td {\n    padding: 12px 10px;\n    border-bottom: 1px solid #ece8f0;\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .nm-spec-table th {\n    width: 45%;\n    color: var(--nm-navy);\n    font-weight: 650;\n  }\n\n  .nm-spec-table tr:last-child th,\n  .nm-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .nm-small-print {\n    margin-top: 16px;\n    color: var(--nm-muted);\n    font-size: 14px;\n  }\n\n  .nm-support-note {\n    margin-top: 16px;\n    padding: 16px 18px;\n    border-radius: 10px;\n    background: var(--nm-lavender);\n  }\n\n  @media (max-width: 749px) {\n    .nm-product-description {\n      width: calc(100% - 30px);\n      font-size: 16px;\n    }\n\n    .nm-product-description h2 {\n      font-size: 27px;\n    }\n\n    .nm-intro {\n      padding: 24px 20px;\n    }\n\n    .nm-intro-copy {\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    .nm-spec-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 12px;\n    }\n\n    .nm-spec-card {\n      min-height: 158px;\n      padding: 20px 10px;\n    }\n\n    .nm-spec-icon {\n      width: 42px;\n      height: 42px;\n      font-size: 23px;\n    }\n\n    .nm-spec-value {\n      font-size: 17px;\n    }\n\n    .nm-spec-label {\n      font-size: 14px;\n    }\n\n    .nm-check-list {\n      grid-template-columns: 1fr;\n      gap: 3px;\n    }\n\n    .nm-accordion summary {\n      padding-left: 16px;\n    }\n\n    .nm-accordion-content {\n      padding: 16px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nm-product-description\"\u003e\n  \u003csection class=\"nm-intro\" aria-labelledby=\"recoverglide-introduction\"\u003e\n    \u003cp class=\"nm-eyebrow\"\u003eRecoverGlide Adjustable Knee Walker\u003c\/p\u003e\n    \u003ch2 id=\"recoverglide-introduction\"\u003eA steadier, more comfortable way through recovery\u003c\/h2\u003e\n    \u003cp class=\"nm-intro-copy\"\u003e\n      The \u003cstrong\u003eNewbi Move RecoverGlide\u003c\/strong\u003e is a manually propelled four-wheel knee walker designed to support adults recovering from a foot, ankle or lower-leg injury when a healthcare professional considers this type of aid suitable. Its \u003cstrong\u003eadjustable padded knee rest\u003c\/strong\u003e, steerable handlebar, hand-operated brakes, folding frame and detachable storage bag offer a practical way to move through everyday recovery without relying entirely on crutches.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"nm-section\" aria-labelledby=\"recoverglide-at-a-glance\"\u003e\n    \u003cdiv class=\"nm-section-heading\"\u003e\n      \u003ch2 id=\"recoverglide-at-a-glance\"\u003eRecoverGlide at a glance\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nm-spec-grid\"\u003e\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🦵\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eAdjustable knee rest\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003ePadded support can be set to a suitable working height\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🛞\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eFour-wheel support\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003eStable layout for firm, level and suitable paved surfaces\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🛑\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eHand brakes\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003eHandle-mounted controls for slowing and stopping\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e📦\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eFolding frame\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003eFolds for more convenient transport and home storage\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e👜\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003eDetachable bag\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003eFront storage keeps small everyday essentials close by\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nm-spec-card\"\u003e\n        \u003cspan class=\"nm-spec-icon\" aria-hidden=\"true\"\u003e🛡️\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-value\"\u003e1-year warranty\u003c\/span\u003e\n        \u003cspan class=\"nm-spec-label\"\u003eLimited supplier warranty, subject to the applicable terms\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"nm-section nm-suited-box\" aria-labelledby=\"recoverglide-best-suited\"\u003e\n    \u003ch2 id=\"recoverglide-best-suited\"\u003eWho is the RecoverGlide best suited for?\u003c\/h2\u003e\n    \u003cp\u003e\n      The RecoverGlide may suit adults who have been advised to keep weight off one foot or lower leg and who can safely balance, steer, brake and propel a knee walker using their unaffected leg.\n    \u003c\/p\u003e\n\n    \u003cul class=\"nm-check-list\"\u003e\n      \u003cli\u003eFoot, ankle or lower-leg recovery\u003c\/li\u003e\n      \u003cli\u003ePost-operative non-weight-bearing plans\u003c\/li\u003e\n      \u003cli\u003eEveryday movement at home\u003c\/li\u003e\n      \u003cli\u003eAppointments and short shopping trips\u003c\/li\u003e\n      \u003cli\u003eFirm, level indoor and suitable paved outdoor surfaces\u003c\/li\u003e\n      \u003cli\u003ePeople seeking a possible alternative to crutches\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"nm-lifting-note\"\u003e\n      \u003cstrong\u003eBefore ordering:\u003c\/strong\u003e ask your surgeon, physiotherapist or another qualified healthcare professional whether a knee walker is appropriate for your injury and recovery plan. The injured knee must tolerate resting on the pad, and the user must have sufficient balance, strength, coordination and braking control. A knee walker is not suitable for every injury or user.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"nm-section\" aria-labelledby=\"recoverglide-details\"\u003e\n    \u003cdiv class=\"nm-section-heading\"\u003e\n      \u003ch2 id=\"recoverglide-details\"\u003eProduct details\u003c\/h2\u003e\n      \u003cp\u003eOpen each section below for full information.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nm-accordion-group\"\u003e\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eKey features\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cul class=\"nm-detail-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eAdjustable padded knee support:\u003c\/strong\u003e helps support the affected leg while the unaffected leg provides propulsion.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFour-wheel layout:\u003c\/strong\u003e designed to provide stable support on suitable firm and level surfaces.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSteerable handlebar:\u003c\/strong\u003e offers straightforward directional control while moving.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eHand-operated braking:\u003c\/strong\u003e handle-mounted brake levers help the user slow down and stop in a controlled manner.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eFolding construction:\u003c\/strong\u003e the frame folds for more convenient car transport and compact storage.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eDetachable front bag:\u003c\/strong\u003e keeps lightweight personal belongings within easy reach.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eManual operation:\u003c\/strong\u003e no motor, battery or charging is required.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eDurable everyday frame:\u003c\/strong\u003e built as a practical temporary mobility aid for suitable recovery plans.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eFull specifications\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cdiv class=\"nm-spec-table-wrap\"\u003e\n            \u003ctable class=\"nm-spec-table\"\u003e\n              \u003ctbody\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n                  \u003ctd\u003eManually propelled four-wheel knee walker\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003ePower\u003c\/th\u003e\n                  \u003ctd\u003eManual; no motor or battery\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n                  \u003ctd\u003eDurable structural frame\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eKnee support\u003c\/th\u003e\n                  \u003ctd\u003ePadded and height-adjustable\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eSteering\u003c\/th\u003e\n                  \u003ctd\u003eAdjustable handlebar steering\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eBrakes\u003c\/th\u003e\n                  \u003ctd\u003eHandle-mounted hand-brake system\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eWheels\u003c\/th\u003e\n                  \u003ctd\u003eFour-wheel stability layout\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eFolding\u003c\/th\u003e\n                  \u003ctd\u003eFolding frame with locking mechanism\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n                  \u003ctd\u003eDetachable front storage bag\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n                  \u003ctd\u003eBlack\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n                  \u003ctd\u003ePartial assembly required; supplier guidance estimates approximately five minutes\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n                  \u003ctd\u003eOne-year limited supplier warranty; terms and exclusions apply\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                  \u003cth scope=\"row\"\u003eSuitable surfaces\u003c\/th\u003e\n                  \u003ctd\u003eFirm, level indoor and suitable paved outdoor surfaces\u003c\/td\u003e\n                \u003c\/tr\u003e\n              \u003c\/tbody\u003e\n            \u003c\/table\u003e\n          \u003c\/div\u003e\n\n          \u003cp class=\"nm-small-print\"\u003e\n            The supplier does not currently publish a confirmed total product weight, overall dimensions or maximum user weight. If any of these measurements are essential to your decision, please contact Newbi Move before ordering so we can confirm the current specification.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eCorrect setup and fit\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cul class=\"nm-detail-list\"\u003e\n            \u003cli\u003eAsk a qualified healthcare professional to confirm that this type of aid is suitable for your injury, abilities and recovery instructions.\u003c\/li\u003e\n            \u003cli\u003eAdjust the padded knee rest so the affected leg is supported comfortably without forcing the hip, knee or back into an awkward position.\u003c\/li\u003e\n            \u003cli\u003eSet the handlebar at a height that allows upright posture, comfortable steering and easy access to both brake levers.\u003c\/li\u003e\n            \u003cli\u003eMake sure every height adjustment, fixing, star knob and locking point is fully secured before use.\u003c\/li\u003e\n            \u003cli\u003eTest the steering and brakes in a clear, controlled area before beginning everyday use.\u003c\/li\u003e\n            \u003cli\u003eWear secure footwear on the unaffected foot and keep clothing, bags and loose items clear of the wheels.\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"nm-support-note\"\u003e\n            Stop using the knee walker and seek professional advice if it causes new pain, numbness, swelling, skin pressure or instability, or if your recovery instructions change.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eFolding, assembly and safe use\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cp\u003e\n            The RecoverGlide arrives partially assembled. Follow the supplied instructions carefully when fitting the wheel assemblies, steering column, padded knee rest and storage bag. The supplier estimates that initial assembly takes approximately five minutes.\n          \u003c\/p\u003e\n          \u003cul class=\"nm-detail-list\"\u003e\n            \u003cli\u003eBefore every use, make sure the frame is fully unfolded and the locking lever is securely engaged.\u003c\/li\u003e\n            \u003cli\u003eCheck that all fasteners are tight and inspect the frame, wheels, knee pad, brake cables and folding mechanism for wear or damage.\u003c\/li\u003e\n            \u003cli\u003eTest both hand brakes before moving and travel at a controlled walking pace.\u003c\/li\u003e\n            \u003cli\u003eUse only on firm, level ground and take particular care around kerbs, thresholds, slopes and changes in surface.\u003c\/li\u003e\n            \u003cli\u003eDo not use on stairs, escalators, steep slopes or loose, wet, icy or badly uneven ground.\u003c\/li\u003e\n            \u003cli\u003eDo not sit or stand on the knee pad, carry a passenger or hang heavy items from the handlebar.\u003c\/li\u003e\n            \u003cli\u003eKeep fingers and clothing clear of hinges and locking points when folding or unfolding the frame.\u003c\/li\u003e\n            \u003cli\u003eClean with a damp cloth, avoid abrasive or caustic cleaners and store the product in a cool, dry place.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eWhat’s included\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cul class=\"nm-included-list\"\u003e\n            \u003cli\u003eNewbi Move RecoverGlide foldable knee walker\u003c\/li\u003e\n            \u003cli\u003eAdjustable padded knee rest\u003c\/li\u003e\n            \u003cli\u003eDetachable front storage bag\u003c\/li\u003e\n            \u003cli\u003eWheel and fixing components for initial assembly\u003c\/li\u003e\n            \u003cli\u003eAssembly tools supplied with the product\u003c\/li\u003e\n            \u003cli\u003eUser manual and assembly guidance\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp class=\"nm-small-print\"\u003e\n            The storage bag may carry visible supplier branding. Product colour and finish may appear slightly different in person because of lighting, screen settings and product photography.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"nm-accordion\"\u003e\n        \u003csummary\u003eSupplier and fulfilment information\u003c\/summary\u003e\n        \u003cdiv class=\"nm-accordion-content\"\u003e\n          \u003cp\u003e\n            \u003cstrong\u003eRecoverGlide\u003c\/strong\u003e is the Newbi Move retail name for this knee walker. It is supplied as an iCAN model, so iCAN branding may be visible on the storage bag and may also appear on the user manual and\/or original outer packaging.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Your purchase is made from \u003cstrong\u003eNewbi Move\u003c\/strong\u003e. Orders are dispatched directly from the iCAN UK warehouse on our behalf.\n          \u003c\/p\u003e\n          \u003cp class=\"nm-support-note\"\u003e\n            For delivery, assembly, product questions, warranty or after-sales support, please contact \u003cstrong\u003eNewbi Move first\u003c\/strong\u003e. We will manage your query and liaise with iCAN where needed.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Newbi Move","offers":[{"title":"Black","offer_id":53050750697814,"sku":null,"price":84.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/6200\/8406\/files\/2_20260407_080621_0001.png?v=1775594122","url":"https:\/\/newbimove.co.uk\/products\/recoverglide-foldable-knee-walker","provider":"Newbi Move","version":"1.0","type":"link"}