{"product_id":"sit-to-stand-mobility-support","title":"Sit-to-Stand Mobility Support","description":"\u003cstyle\u003e\n  .mobility-page {\n    font-family: Arial, Helvetica, sans-serif;\n    color: #172033;\n    line-height: 1.6;\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .mobility-page * {\n    box-sizing: border-box;\n  }\n\n  .mobility-hero {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 36px;\n    align-items: center;\n    padding: 40px 0;\n  }\n\n  .mobility-hero img,\n  .mobility-img-block img,\n  .mobility-full-img img {\n    width: 100%;\n    border-radius: 18px;\n    display: block;\n  }\n\n  .mobility-badge {\n    display: inline-block;\n    background: #eef5ff;\n    color: #1f6fc7;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 14px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .mobility-title {\n    font-size: 42px;\n    line-height: 1.15;\n    margin: 0 0 18px;\n    color: #0d1b2f;\n    letter-spacing: -0.5px;\n  }\n\n  .mobility-subtitle {\n    font-size: 18px;\n    color: #4b5563;\n    margin-bottom: 24px;\n  }\n\n  .mobility-points {\n    display: grid;\n    gap: 12px;\n    margin: 24px 0;\n  }\n\n  .mobility-point {\n    background: #f7f9fc;\n    border: 1px solid #e7edf5;\n    border-radius: 14px;\n    padding: 14px 16px;\n    font-size: 15px;\n  }\n\n  .mobility-point strong {\n    color: #0d1b2f;\n  }\n\n  .mobility-section {\n    padding: 42px 0;\n  }\n\n  .mobility-section-title {\n    font-size: 32px;\n    line-height: 1.25;\n    margin: 0 0 12px;\n    color: #0d1b2f;\n  }\n\n  .mobility-section-desc {\n    font-size: 17px;\n    color: #5b6472;\n    max-width: 760px;\n    margin: 0 auto 28px;\n    text-align: center;\n  }\n\n  .mobility-center {\n    text-align: center;\n  }\n\n  .mobility-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .mobility-card {\n    background: #ffffff;\n    border: 1px solid #e6ebf2;\n    border-radius: 18px;\n    padding: 24px;\n    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);\n  }\n\n  .mobility-card h3 {\n    font-size: 20px;\n    margin: 0 0 10px;\n    color: #0d1b2f;\n  }\n\n  .mobility-card p {\n    margin: 0;\n    color: #5b6472;\n    font-size: 15px;\n  }\n\n  .mobility-img-block {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    align-items: center;\n    padding: 28px 0;\n  }\n\n  .mobility-img-block.reverse .mobility-text {\n    order: 2;\n  }\n\n  .mobility-img-block.reverse .mobility-image {\n    order: 1;\n  }\n\n  .mobility-text h2 {\n    font-size: 30px;\n    line-height: 1.25;\n    margin: 0 0 14px;\n    color: #0d1b2f;\n  }\n\n  .mobility-text p {\n    color: #5b6472;\n    font-size: 16px;\n    margin: 0 0 16px;\n  }\n\n  .mobility-list {\n    padding-left: 0;\n    list-style: none;\n    margin: 18px 0 0;\n  }\n\n  .mobility-list li {\n    margin-bottom: 10px;\n    padding-left: 28px;\n    position: relative;\n    color: #344054;\n  }\n\n  .mobility-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: #1f6fc7;\n    font-weight: 800;\n  }\n\n  .mobility-specs {\n    width: 100%;\n    border-collapse: collapse;\n    overflow: hidden;\n    border-radius: 16px;\n    border: 1px solid #e6ebf2;\n    margin-top: 20px;\n  }\n\n  .mobility-specs th,\n  .mobility-specs td {\n    padding: 15px 18px;\n    border-bottom: 1px solid #e6ebf2;\n    text-align: left;\n    font-size: 15px;\n  }\n\n  .mobility-specs th {\n    background: #f4f7fb;\n    color: #0d1b2f;\n    width: 34%;\n  }\n\n  .mobility-specs tr:last-child th,\n  .mobility-specs tr:last-child td {\n    border-bottom: none;\n  }\n\n  .mobility-note {\n    background: #fff8ec;\n    border: 1px solid #f4d7a1;\n    color: #62430b;\n    padding: 18px 20px;\n    border-radius: 16px;\n    font-size: 14px;\n    margin-top: 24px;\n  }\n\n  .mobility-faq {\n    border-top: 1px solid #e6ebf2;\n    margin-top: 22px;\n  }\n\n  .mobility-faq-item {\n    border-bottom: 1px solid #e6ebf2;\n    padding: 18px 0;\n  }\n\n  .mobility-faq-item h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n    color: #0d1b2f;\n  }\n\n  .mobility-faq-item p {\n    margin: 0;\n    color: #5b6472;\n    font-size: 15px;\n  }\n\n  .mobility-cta {\n    background: linear-gradient(135deg, #0d1b2f, #173a63);\n    color: #ffffff;\n    border-radius: 24px;\n    padding: 42px 28px;\n    text-align: center;\n    margin: 40px 0;\n  }\n\n  .mobility-cta h2 {\n    font-size: 32px;\n    margin: 0 0 12px;\n    color: #ffffff;\n  }\n\n  .mobility-cta p {\n    margin: 0 auto;\n    max-width: 680px;\n    color: #dbeafe;\n    font-size: 16px;\n  }\n\n  @media (max-width: 768px) {\n    .mobility-hero,\n    .mobility-img-block,\n    .mobility-grid-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .mobility-title {\n      font-size: 32px;\n    }\n\n    .mobility-section-title,\n    .mobility-text h2,\n    .mobility-cta h2 {\n      font-size: 26px;\n    }\n\n    .mobility-img-block.reverse .mobility-text,\n    .mobility-img-block.reverse .mobility-image {\n      order: initial;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mobility-page\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003csection class=\"mobility-hero\"\u003e\n    \u003cdiv\u003e\n      \u003cspan class=\"mobility-badge\"\u003eSit-to-Stand Mobility Support\u003c\/span\u003e\n      \u003ch1 class=\"mobility-title\"\u003eMove More Comfortably Through Everyday Life\u003c\/h1\u003e\n      \u003cp class=\"mobility-subtitle\"\u003e\n        A modern mobility-assist chair designed to support seated movement, sit-to-stand transitions, forward resting, and everyday indoor or outdoor use.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mobility-points\"\u003e\n        \u003cdiv class=\"mobility-point\"\u003e\n\u003cstrong\u003eSeated mobility:\u003c\/strong\u003e Move while staying comfortably supported.\u003c\/div\u003e\n        \u003cdiv class=\"mobility-point\"\u003e\n\u003cstrong\u003eSit-to-stand assist:\u003c\/strong\u003e Helps support controlled transitions from sitting to standing.\u003c\/div\u003e\n        \u003cdiv class=\"mobility-point\"\u003e\n\u003cstrong\u003eFoldable design:\u003c\/strong\u003e Compact structure for easier storage and transport.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/ScreenShot_2026-06-24_162738_124.png?v=1782290441\" alt=\"Black mobility assist rolling chair with seat, backrest, wheels, and support handles\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Key Benefits --\u003e\n  \u003csection class=\"mobility-section mobility-center\"\u003e\n    \u003ch2 class=\"mobility-section-title\"\u003eDesigned for Daily Confidence\u003c\/h2\u003e\n    \u003cp class=\"mobility-section-desc\"\u003e\n      From home routines to shared spaces and outdoor paths, this mobility support device is made to help users move with greater comfort and stability.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mobility-grid-3\"\u003e\n      \u003cdiv class=\"mobility-card\"\u003e\n        \u003ch3\u003eComfortable Seated Support\u003c\/h3\u003e\n        \u003cp\u003eAllows users to remain seated while moving through indoor spaces with supportive handles and a stable frame.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-card\"\u003e\n        \u003ch3\u003eForward Resting Position\u003c\/h3\u003e\n        \u003cp\u003eProvides a supportive position for leaning forward and resting when needed during daily movement.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-card\"\u003e\n        \u003ch3\u003eEveryday Independence\u003c\/h3\u003e\n        \u003cp\u003eSupports active daily routines such as dining, social spaces, light outdoor use, and movement around the home.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Image Text Block 1 --\u003e\n  \u003csection class=\"mobility-img-block\"\u003e\n    \u003cdiv class=\"mobility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/f3033dd9-64ea-42a7-8cf5-f7c10cbc8190.png?v=1782290441\" alt=\"User seated in mobility assist chair indoors\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-text\"\u003e\n      \u003ch2\u003eComfortable Seated Mobility\u003c\/h2\u003e\n      \u003cp\u003e\n        The seated design helps users move with support while remaining comfortably positioned. It is ideal for everyday indoor routines, room-to-room movement, and moments when seated mobility is preferred.\n      \u003c\/p\u003e\n      \u003cul class=\"mobility-list\"\u003e\n        \u003cli\u003eSupportive seat and backrest\u003c\/li\u003e\n        \u003cli\u003eEasy-to-reach handle position\u003c\/li\u003e\n        \u003cli\u003eSmooth rolling wheel structure\u003c\/li\u003e\n        \u003cli\u003eDesigned for daily home and shared-space use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Image Text Block 2 --\u003e\n  \u003csection class=\"mobility-img-block reverse\"\u003e\n    \u003cdiv class=\"mobility-text\"\u003e\n      \u003ch2\u003eSit-to-Stand Support\u003c\/h2\u003e\n      \u003cp\u003e\n        Built to help users transition more confidently between sitting and standing, the supportive frame gives an added sense of control during movement.\n      \u003c\/p\u003e\n      \u003cul class=\"mobility-list\"\u003e\n        \u003cli\u003eSupports upright positioning\u003c\/li\u003e\n        \u003cli\u003eHelps users transition from seated to standing\u003c\/li\u003e\n        \u003cli\u003eStable hand support for controlled movement\u003c\/li\u003e\n        \u003cli\u003ePractical for daily mobility routines\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/d8bc7d5e-3a04-4353-a8cf-fa0345626b72.png?v=1782290441\" alt=\"User standing with sit-to-stand mobility support device\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Image Text Block 3 --\u003e\n  \u003csection class=\"mobility-img-block\"\u003e\n    \u003cdiv class=\"mobility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/8a98974b-49a7-46ee-952b-4f577f4449ac.png?v=1782290441\" alt=\"Mobility assist chair used at dining table\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-text\"\u003e\n      \u003ch2\u003eFits Into Everyday Living\u003c\/h2\u003e\n      \u003cp\u003e\n        Whether at a table, in the living room, or moving around a shared space, the design supports natural daily routines without feeling bulky or overly medical.\n      \u003c\/p\u003e\n      \u003cul class=\"mobility-list\"\u003e\n        \u003cli\u003eSuitable for dining and social settings\u003c\/li\u003e\n        \u003cli\u003eComfortable seated position near tables\u003c\/li\u003e\n        \u003cli\u003eModern appearance for home environments\u003c\/li\u003e\n        \u003cli\u003eDesigned for real-life daily use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Full Width Lifestyle Image --\u003e\n  \u003csection class=\"mobility-section mobility-center\"\u003e\n    \u003ch2 class=\"mobility-section-title\"\u003eIndoor \u0026amp; Outdoor Mobility\u003c\/h2\u003e\n    \u003cp class=\"mobility-section-desc\"\u003e\n      Move from room to room, enjoy shared spaces, or take light outdoor paths with a supportive structure designed for everyday environments.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mobility-full-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/1ba4280d-5718-4473-b35c-6e1e74f611ce.png?v=1782290441\" alt=\"User walking outdoors with mobility support device\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Image Blocks --\u003e\n  \u003csection class=\"mobility-img-block\"\u003e\n    \u003cdiv class=\"mobility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/07c26ea0-578d-4a9f-b586-72dea8ccffae.png?v=1782290441\" alt=\"User leaning forward on mobility support device\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-text\"\u003e\n      \u003ch2\u003eForward Support Position\u003c\/h2\u003e\n      \u003cp\u003e\n        The forward support position gives users a comfortable place to lean and rest when needed, helping reduce strain during daily movement.\n      \u003c\/p\u003e\n      \u003cul class=\"mobility-list\"\u003e\n        \u003cli\u003eSupportive forward resting posture\u003c\/li\u003e\n        \u003cli\u003eHelpful during pauses or transitions\u003c\/li\u003e\n        \u003cli\u003eDesigned for comfort and stability\u003c\/li\u003e\n        \u003cli\u003eIdeal for users who need flexible support positions\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mobility-img-block reverse\"\u003e\n    \u003cdiv class=\"mobility-text\"\u003e\n      \u003ch2\u003eCompact Foldable Design\u003c\/h2\u003e\n      \u003cp\u003e\n        The foldable frame makes the device easier to store when not in use and more convenient for transport around the home or on the go.\n      \u003c\/p\u003e\n      \u003cul class=\"mobility-list\"\u003e\n        \u003cli\u003eCompact folding structure\u003c\/li\u003e\n        \u003cli\u003eDesigned for easier storage\u003c\/li\u003e\n        \u003cli\u003eConvenient for transport\u003c\/li\u003e\n        \u003cli\u003ePractical for daily living spaces\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/adba4a61-3502-460e-91e4-7848984bbda5.png?v=1782290442\" alt=\"Compact foldable mobility support device\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Everyday Independence --\u003e\n  \u003csection class=\"mobility-section mobility-center\"\u003e\n    \u003ch2 class=\"mobility-section-title\"\u003eBuilt for Everyday Independence\u003c\/h2\u003e\n    \u003cp class=\"mobility-section-desc\"\u003e\n      A supportive mobility solution for users who want to maintain confidence, comfort, and movement in daily life.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mobility-full-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/0877\/4521\/files\/0a19df95-d090-4db5-8ada-aa338f7ee0a3.png?v=1782290441\" alt=\"Two users walking outdoors with mobility assist devices\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Details --\u003e\n  \u003csection class=\"mobility-section\"\u003e\n    \u003cdiv class=\"mobility-center\"\u003e\n      \u003ch2 class=\"mobility-section-title\"\u003eProduct Details\u003c\/h2\u003e\n      \u003cp class=\"mobility-section-desc\"\u003e\n        A thoughtfully designed mobility support device with a seated frame, supportive handles, rolling wheels, and compact folding capability.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"mobility-specs\"\u003e\n      \u003ctr\u003e\n        \u003cth\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003eSit-to-stand mobility support chair \/ rolling mobility assist device\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003ePrimary Use\u003c\/th\u003e\n        \u003ctd\u003eSeated mobility, sit-to-stand support, forward resting, indoor and light outdoor movement\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eDesign\u003c\/th\u003e\n        \u003ctd\u003eSupportive seat, backrest, curved frame, hand supports, rolling wheels, foldable structure\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eRecommended Spaces\u003c\/th\u003e\n        \u003ctd\u003eHome, dining areas, shared living spaces, offices, care environments, smooth outdoor paths\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003eStorage\u003c\/th\u003e\n        \u003ctd\u003eCompact foldable design for easier storage and transport\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth\u003ePackage Includes\u003c\/th\u003e\n        \u003ctd\u003e1 × Mobility support device, user guide, standard accessories\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"mobility-note\"\u003e\n      \u003cstrong\u003eImportant Note:\u003c\/strong\u003e This product is designed as a mobility support aid. Always follow the user manual and safety instructions before use. For users with medical conditions, limited balance, or post-surgery needs, consult a healthcare professional before use.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQs --\u003e\n  \u003csection class=\"mobility-section\"\u003e\n    \u003cdiv class=\"mobility-center\"\u003e\n      \u003ch2 class=\"mobility-section-title\"\u003eFAQs\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mobility-faq\"\u003e\n      \u003cdiv class=\"mobility-faq-item\"\u003e\n        \u003ch3\u003eCan this be used while seated?\u003c\/h3\u003e\n        \u003cp\u003eYes. The device is designed to support seated mobility, allowing users to move while staying comfortably positioned.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-faq-item\"\u003e\n        \u003ch3\u003eDoes it help with standing up?\u003c\/h3\u003e\n        \u003cp\u003eIt is designed to provide support during sit-to-stand transitions. Users should always move slowly and follow the safety instructions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-faq-item\"\u003e\n        \u003ch3\u003eCan it be used outdoors?\u003c\/h3\u003e\n        \u003cp\u003eIt can be used in suitable everyday environments, including smooth outdoor paths. Avoid uneven, slippery, steep, or unsafe surfaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-faq-item\"\u003e\n        \u003ch3\u003eIs it foldable?\u003c\/h3\u003e\n        \u003cp\u003eYes. The compact foldable design makes it easier to store and transport when not in use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mobility-faq-item\"\u003e\n        \u003ch3\u003eWho is this product suitable for?\u003c\/h3\u003e\n        \u003cp\u003eIt is suitable for users who need additional support for seated movement, standing transitions, and daily mobility routines.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mobility-cta\"\u003e\n    \u003ch2\u003eSupport Every Step of Daily Living\u003c\/h2\u003e\n    \u003cp\u003e\n      Designed for comfort, movement, and everyday confidence — a practical mobility support solution for home, shared spaces, and daily routines.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"50-130 pounds (23-59 kgs) \/ 23\" - 36\" (58-91 cm)","offer_id":58133758673244,"sku":"Z1SFL0","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"130-190 pounds (59-86 kgs) \/ 23\" - 36\" (58-91 cm)","offer_id":58133758706012,"sku":"Z1SFM0","price":109.0,"currency_code":"GBP","in_stock":true},{"title":"190-250 pounds (86-113 kgs) \/ 23\" - 36\" (58-91 cm)","offer_id":58133758738780,"sku":"Z1SFM0","price":129.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1017\/2412\/7580\/files\/ScreenShot_2026-06-24_162738_124.png?v=1782312873","url":"https:\/\/merivelle.shop\/products\/sit-to-stand-mobility-support","provider":"My Store","version":"1.0","type":"link"}