{"product_id":"skyhawk-bariatric-reclining-folding-electric-wheelchair","title":"SkyHawk Bariatric Reclining Folding Electric Wheelchair","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --navy: #141414;\n    --navy-2: #1f1f1f;\n    --blue: #c8102e;\n    --blue-light: #fdecee;\n    --gold: #ff3b4e;\n    --ink: #232323;\n    --muted: #5c5c5c;\n    --bg: #f7f6f6;\n    --card: #ffffff;\n    --line: #e8e2e2;\n    --green: #c8102e;\n    --radius: 16px;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: \"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;\n    background: var(--bg);\n    color: var(--ink);\n    font-size: 18px;\n    line-height: 1.65;\n  }\n  .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }\n\n  \/* ============ HERO ============ *\/\n  .hero {\n    background: linear-gradient(135deg, #0d0d0d 0%, var(--navy-2) 55%, #4a0a12 100%);\n    color: #fff;\n    padding: 64px 0 56px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 80% 10%, rgba(200,16,46,.25), transparent 55%);\n    pointer-events: none;\n  }\n  .hero .wrap { position: relative; z-index: 1; }\n  .eyebrow {\n    display: inline-block;\n    background: rgba(255,59,78,.14);\n    border: 1px solid rgba(255,59,78,.5);\n    color: var(--gold);\n    font-weight: 700;\n    font-size: 15px;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    border-radius: 999px;\n    margin-bottom: 22px;\n  }\n  .hero h1 {\n    font-size: clamp(34px, 5vw, 54px);\n    font-weight: 800;\n    line-height: 1.15;\n    margin-bottom: 16px;\n  }\n  .hero h1 span { color: var(--gold); }\n  .hero p.sub {\n    font-size: clamp(18px, 2.3vw, 22px);\n    max-width: 720px;\n    margin: 0 auto 30px;\n    color: #e6dcdc;\n  }\n  .badges { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 34px; }\n  .badge {\n    background: rgba(255,255,255,.10);\n    border: 1px solid rgba(255,255,255,.25);\n    border-radius: 999px;\n    padding: 9px 18px;\n    font-size: 15.5px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .badge .dot { color: var(--gold); }\n  .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n  .btn {\n    display: inline-block;\n    padding: 16px 36px;\n    border-radius: 12px;\n    font-size: 19px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: transform .15s ease, box-shadow .15s ease;\n  }\n  .btn:hover { transform: translateY(-2px); }\n  .btn-gold { background: var(--blue); color: #ffffff; box-shadow: 0 8px 24px rgba(200,16,46,.4); }\n  .btn-gold:hover { background: #e01535; }\n  .btn-ghost { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }\n  .hero .note { margin-top: 18px; font-size: 15.5px; color: #c9baba; }\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 40px;\n    align-items: center;\n    text-align: left;\n  }\n  .hero-grid .badges, .hero-grid .cta-row { justify-content: flex-start; }\n  .hero-img {\n    background: #fff;\n    border-radius: 22px;\n    padding: 18px;\n    box-shadow: 0 24px 60px rgba(0,0,0,.45);\n    border: 3px solid rgba(255,59,78,.35);\n  }\n  .hero-img img { width: 100%; height: auto; display: block; border-radius: 14px; }\n  @media (max-width: 860px) {\n    .hero-grid { grid-template-columns: 1fr; text-align: center; }\n    .hero-grid .badges, .hero-grid .cta-row { justify-content: center; }\n  }\n\n  \/* card photos *\/\n  .card .photo {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    border: 1px solid var(--line);\n    background: #fff;\n  }\n  .travel .photo-side {\n    width: 240px;\n    border-radius: 14px;\n    border: 2px solid rgba(255,255,255,.25);\n    display: block;\n  }\n\n  \/* gallery *\/\n  .gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }\n  .gallery figure {\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 10px rgba(20,20,20,.05);\n  }\n  .gallery img { width: 100%; height: 220px; object-fit: cover; display: block; }\n  .gallery figcaption {\n    padding: 12px 16px;\n    font-size: 15.5px;\n    font-weight: 600;\n    color: var(--navy);\n    border-top: 3px solid var(--blue);\n  }\n\n  \/* ============ STAT STRIP ============ *\/\n  .stats {\n    background: var(--card);\n    border-bottom: 1px solid var(--line);\n    padding: 34px 0;\n  }\n  .stats .wrap {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 20px;\n    text-align: center;\n  }\n  .stat .num { font-size: 34px; font-weight: 800; color: #141414; line-height: 1.1; }\n  .stat .num em { font-style: normal; color: var(--blue); }\n  .stat .lbl { font-size: 15px; color: var(--muted); margin-top: 6px; font-weight: 600; }\n\n  \/* ============ SECTIONS ============ *\/\n  section.block { padding: 64px 0; }\n  section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }\n  .kicker {\n    color: var(--blue);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .12em;\n    font-size: 14.5px;\n    margin-bottom: 10px;\n  }\n  h2.title { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; color: var(--navy); margin-bottom: 14px; line-height: 1.2; }\n  p.lede { font-size: 19px; color: var(--muted); max-width: 780px; margin-bottom: 36px; }\n\n  .grid { display: grid; gap: 22px; }\n  .grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }\n  .grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }\n\n  .card {\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: var(--radius);\n    padding: 28px;\n    box-shadow: 0 2px 10px rgba(20,20,20,.05);\n    transition: box-shadow .2s ease, transform .2s ease;\n  }\n  .card:hover { box-shadow: 0 10px 28px rgba(200,16,46,.12); transform: translateY(-3px); border-color: #f0c8ce; }\n  .icon {\n    width: 52px; height: 52px;\n    border-radius: 14px;\n    background: var(--blue-light);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 26px;\n    margin-bottom: 16px;\n  }\n  .card h3 { font-size: 20.5px; color: var(--navy); margin-bottom: 8px; font-weight: 700; }\n  .card p { font-size: 17px; color: var(--muted); }\n\n  \/* checklist *\/\n  ul.check { list-style: none; }\n  ul.check li {\n    padding: 12px 0 12px 40px;\n    position: relative;\n    font-size: 17.5px;\n    border-bottom: 1px dashed var(--line);\n  }\n  ul.check li:last-child { border-bottom: none; }\n  ul.check li::before {\n    content: \"✓\";\n    position: absolute; left: 0; top: 10px;\n    width: 27px; height: 27px;\n    background: var(--green);\n    color: #fff;\n    border-radius: 50%;\n    font-size: 15px; font-weight: 800;\n    display: flex; align-items: center; justify-content: center;\n  }\n  ul.check b { color: var(--navy); }\n\n  \/* travel banner *\/\n  .travel {\n    background: linear-gradient(120deg, #0d0d0d 0%, #6b0f1a 100%);\n    border-radius: 20px;\n    color: #fff;\n    padding: 44px 40px;\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 28px;\n    box-shadow: 0 16px 40px rgba(20,20,20,.3);\n  }\n  .travel .plane { font-size: 58px; line-height: 1; }\n  .travel h3 { font-size: 26px; font-weight: 800; margin-bottom: 8px; }\n  .travel h3 span { color: var(--gold); }\n  .travel p { color: #e6dcdc; font-size: 17.5px; max-width: 640px; }\n  .travel .content { flex: 1; min-width: 280px; }\n\n  \/* spec table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--card);\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid var(--line);\n    font-size: 17px;\n  }\n  .spec-table th, .spec-table td { padding: 14px 20px; text-align: left; }\n  .spec-table thead th {\n    background: var(--navy);\n    color: #fff;\n    font-size: 15px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n  }\n  .spec-table tbody tr:nth-child(even) { background: #faf3f4; }\n  .spec-table td.k { font-weight: 700; color: var(--navy); width: 46%; }\n  .spec-table td.v { color: var(--ink); }\n\n  \/* accessories *\/\n  .acc-price {\n    display: inline-block;\n    background: var(--blue-light);\n    color: var(--blue);\n    font-weight: 800;\n    border-radius: 999px;\n    padding: 4px 14px;\n    font-size: 15.5px;\n    margin-top: 12px;\n  }\n\n  \/* ordering *\/\n  .order-note {\n    background: #fdeff1;\n    border: 1px solid #f2c6cd;\n    border-left: 6px solid var(--blue);\n    border-radius: 12px;\n    padding: 18px 22px;\n    font-size: 16.5px;\n    color: #6b1f2a;\n    margin-top: 28px;\n  }\n\n  \/* final cta *\/\n  .final {\n    background: linear-gradient(135deg, #0d0d0d 0%, var(--navy-2) 60%, #4a0a12 100%);\n    color: #fff;\n    text-align: center;\n    padding: 72px 0;\n  }\n  .final h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 14px; }\n  .final h2 span { color: var(--gold); }\n  .final p { color: #e6dcdc; font-size: 19px; max-width: 640px; margin: 0 auto 32px; }\n  .final .phone { margin-top: 22px; font-size: 17px; color: #c9baba; }\n  .final .phone b { color: #fff; font-size: 20px; }\n\n  footer { background: #0d0d0d; color: #a89a9a; text-align: center; padding: 26px 0; font-size: 14.5px; }\n\n  @media (max-width: 640px) {\n    body { font-size: 17px; }\n    section.block { padding: 46px 0; }\n    .travel { padding: 32px 24px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ================= HERO ================= --\u003e\u003cheader class=\"hero\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"eyebrow\"\u003eAll New 2026 Sky Hawk power Chair\u003c\/div\u003e\n\u003ch2\u003eSkyHawk \u003cspan\u003eBariatric\u003c\/span\u003e Reclining Folding Electric Wheelchair\u003c\/h2\u003e\n\u003cp class=\"sub\"\u003eLightweight. Powerful. Cleared for air travel. Freedom that folds up and goes wherever life takes you — delivered fully assembled to your door.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e✈\u003c\/span\u003e Cleared for Air Travel — FAA Approved\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e✚\u003c\/span\u003e FDA  Cleared\u003c\/span\u003e\u003cspan class=\"badge\"\u003e 1-Year Parts Warranty\u003c\/span\u003e \u003cspan class=\"badge\"\u003e\u003cspan class=\"dot\"\u003e⚖\u003c\/span\u003e Holds Up to 400 Lbs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-row\"\u003e\n\u003ca href=\"#order\" class=\"btn btn-gold\"\u003eOrder Your SkyHawk\u003c\/a\u003e \u003ca href=\"#specs\" class=\"btn btn-ghost\"\u003eSee Full Specs\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp class=\"note\"\u003eA doctor's prescription is NOT needed — order when you are ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPTImageJul31_2026_01_11_33PM.png?v=1785518191\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ================= STAT STRIP ================= --\u003e\n\u003cdiv class=\"stats\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"num\"\u003e50\u003cem\u003e lbs\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eWeight Without Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"num\"\u003e400\u003cem\u003e lbs\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eWeight Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"num\"\u003e22\u003cem\u003e mi\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eRange with Two Batteries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"num\"\u003e23.5\u003cem\u003e\"\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eFits Most Doorways\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"num\"\u003e90\u003cem\u003e min\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eFast Battery Charge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= WHY ================= --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eWhy the SkyHawk\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eA Smart Choice for Everyday Independence\u003c\/h2\u003e\n\u003cp class=\"lede\"\u003eThe SkyHawk was reimagined for 2026 with one goal: make getting around easier, safer, and more comfortable — at home, around town, and on your travels.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🪶\u003c\/div\u003e\n\u003ch3\u003eRemarkably Light, Remarkably Strong\u003c\/h3\u003e\n\u003cp\u003eJust 50 lbs without the battery (54 lbs with one, 58 lbs with two), yet the aircraft-grade aluminum frame comfortably supports riders up to 400 lbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🧳\u003c\/div\u003e\n\u003ch3\u003eFolds in Seconds\u003c\/h3\u003e\n\u003cp\u003eOne easy motion folds the SkyHawk to about the size of a medium suitcase. It fits in the trunk of almost any car, van, truck, or SUV.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚪\u003c\/div\u003e\n\u003ch3\u003eFits Through Your Doorways\u003c\/h3\u003e\n\u003cp\u003eAt just 23½ inches wide overall, the SkyHawk glides through most standard doorways in your home with room to spare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌳\u003c\/div\u003e\n\u003ch3\u003eIndoors \u0026amp; Outdoors\u003c\/h3\u003e\n\u003cp\u003eRated for grass, gravel, pavement, plush carpet, and more. Flat-free tires mean you never have to worry about a flat — ever.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eArrives Fully Assembled\u003c\/h3\u003e\n\u003cp\u003eNo tools, no setup, no stress. Take your SkyHawk out of the box and you're ready to ride. It's as simple as 1-2-3.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003e1-Year Parts Warranty\u003c\/h3\u003e\n\u003cp\u003eDrive worry-free with a 1-year parts warranty and easy, friendly customer service whenever you need a hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= AIR TRAVEL ================= --\u003e\n\u003csection class=\"block\" style=\"padding-top: 0;\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"travel\"\u003e\n\u003cdiv class=\"plane\"\u003e✈️\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch3\u003eCleared for \u003cspan\u003eAir Travel\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe SkyHawk is FAA approved and ready to fly with you. Its lithium batteries are FAA travel approved, with all required information printed directly on each battery — no extra paperwork needed at the airport. Fold it, board it, and go see the people and places you love.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg class=\"photo-side\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPT_Image_Jul_31_2026_01_17_49_PM.png?v=1785518299\" alt=\"SkyHawk Bariatric wheelchair — travel ready\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= POWER \u0026 RIDE ================= --\u003e\n\u003csection class=\"block alt\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003ePower \u0026amp; Performance\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eBuilt to Handle Real Life\u003c\/h2\u003e\n\u003cp class=\"lede\"\u003eThe SkyHawk doesn't sacrifice quality for a rock-bottom price tag. Underneath the comfortable seat is serious, dependable engineering.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e⚙️ Two 250-Watt Brushless Motors\u003c\/h3\u003e\n\u003cp\u003eBrushless motors last longer and are easier to control than the cheaper brushed motors found in many chairs today. Most importantly, they keep \u003cb style=\"color: var(--navy);\"\u003eyou\u003c\/b\u003e in control — the SkyHawk will not run away down a hill. You command the speed at all times, up to a smooth 4 mph, backed by intelligent electromagnetic brakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🛞 Flat-Free, Multi-Terrain Tires\u003c\/h3\u003e\n\u003cp\u003e12-inch solid rear tires and 7-inch wide-style front wheels with multi-terrain tread handle a wide variety of surfaces. Rear fenders keep dirt and water off your clothing — even the smallest details were considered for 2026.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🌊 A Smoother, Gentler Ride\u003c\/h3\u003e\n\u003cp\u003eTwo Dura Shocks built into the rear of the frame absorb bumps and uneven ground, doing wonders for your riding comfort wherever you travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🔀 Power Mode or Push Mode\u003c\/h3\u003e\n\u003cp\u003eA simple red switch on each rear wheel toggles between Locked (motorized driving) and Freewheel (push chair mode) — so a caregiver or family member can push the chair manually whenever needed. You get to choose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e♿ Ramps \u0026amp; Thresholds, No Problem\u003c\/h3\u003e\n\u003cp\u003eADA ramp compliant and beyond, with the ability to climb obstacles up to about 1½ inches — like door thresholds and sidewalk edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e🔋 Easy In-Frame Batteries\u003c\/h3\u003e\n\u003cp\u003ePress the release button and the battery slides right out of the frame — no fiddling around behind the chair. Charge both batteries at once through the joystick, or charge each battery separately anywhere in your home. Full charge in as little as 90 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= COMFORT ================= --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eComfort \u0026amp; Safety\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eComfort That's Made for You\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-2\" style=\"align-items: start;\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cul class=\"check\"\u003e\n\u003cli\u003e\n\u003cb\u003eInfinity Reclining Lever\u003c\/b\u003e — recline up to 40° to any position you like. No preset notches. Just pull the lever while seated and find your perfect angle.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBreathable memory foam cushion\u003c\/b\u003e — washable cover designed for comfort in warm and cool weather alike.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAdjustable firmness\u003c\/b\u003e — straps behind the backrest and under the seat let you fine-tune your seating, softer or firmer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAdjustable lumbar support\u003c\/b\u003e — position the Velcro-attached cushion exactly where your lower back needs it.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cul class=\"check\"\u003e\n\u003cli\u003e\n\u003cb\u003eEasy entry \u0026amp; exit\u003c\/b\u003e — the 13\" wide footrest flips up out of the way, and armrests unlock at the touch of a button.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAdjustable seatbelt\u003c\/b\u003e — not fixed to one spot. Wear it at your waist or chest, wherever you feel most secure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003e19\" between the armrests\u003c\/b\u003e — expandable to a generous 22\" with the optional HD Spacer Kit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eStorage included\u003c\/b\u003e — removable under-seat basket, rear storage pouch, and a complete tool kit with every chair.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= JOYSTICK ================= --\u003e\n\u003csection class=\"block alt\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eNew for 2026\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eDigital Joystick with Remote Control\u003c\/h2\u003e\n\u003cp class=\"lede\"\u003eThe 2026 SkyHawk comes standard with an all-new digital joystick — and a remote controller.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎮\u003c\/div\u003e\n\u003ch3\u003eDrive It — or Send It\u003c\/h3\u003e\n\u003cp\u003eThe included remote control operates your chair from up to 50 feet away. Bring the chair to you across the room without taking a step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e📟\u003c\/div\u003e\n\u003ch3\u003eClear Digital Display\u003c\/h3\u003e\n\u003cp\u003eSee your information at a glance, and lock the joystick for peace of mind when the chair isn't in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e↔️\u003c\/div\u003e\n\u003ch3\u003eAdjustable \u0026amp; Removable\u003c\/h3\u003e\n\u003cp\u003eExtend the joystick for wrist relief on longer drives, mount it on either side of the chair, and pop it off in seconds for travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= ACCESSORIES ================= --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eOptional Accessories\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eMake The Sky Hawlk Electric Wheelchair Truly Yours\u003c\/h2\u003e\n\u003cp class=\"lede\"\u003eThe SkyHawk is one of the few lightweight power wheelchairs on the market that can be fully accessorized.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛋️\u003c\/div\u003e\n\u003ch3\u003eAdjustable Headrest\u003c\/h3\u003e\n\u003cp\u003eMoves up and down for personalized head and neck support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🦵\u003c\/div\u003e\n\u003ch3\u003eElevating Leg Extension Kit\u003c\/h3\u003e\n\u003cp\u003eSwing-away leg rests adjustable in height and length. Posts slide into place without tools, and swing out to the sides for simple entry and exit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e↔️\u003c\/div\u003e\n\u003ch3\u003eHD Armrest Spacer Kit\u003c\/h3\u003e\n\u003cp\u003eExpands the space between the armrests from 19\" to a full 22\" while maintaining heavy-duty structural integrity. Perfect for the wide seat option.\u003c\/p\u003e\n\u003cspan class=\"acc-price\"\u003eJust $147\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= GALLERY ================= --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eUp Close\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eSee the SkyHawk Power Chair from Every Angle\u003c\/h2\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPTImageJul31_2026_01_00_41PM.png?v=1785518191\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPTImageJul31_2026_12_52_59PM.png?v=1785518191\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPTImageJul31_2026_12_48_38PM.png?v=1785518191\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPTImageJul31_2026_12_44_36PM.png?v=1785518190\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPT_Image_Jul_31_2026_01_23_43_PM.png?v=1785518679\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003cfigure\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/ChatGPT_Image_Jul_31_2026_01_29_14_PM.png?v=1785518966\" alt=\"SkyHawk Bariatric Reclining Folding Electric Wheelchair\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= SPECS ================= --\u003e\n\u003csection class=\"block alt\" id=\"specs\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eStats \u0026amp; Measurements\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eSee How the SkyHawk Measures Up\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eWeight (without battery)\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e50 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eWeight (with two batteries)\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e58 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eWeight capacity\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e400 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eOverall width\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e23½\" — fits through most doorways\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eUnfolded size\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e34\" L × 24\" W × 36\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eFolded size\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e23\" L × 13\" W × 31\" H — about the size of a medium suitcase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eSeat width\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e19\" (expandable to 22\" with Spacer Kit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eSeat depth\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e17\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eBack height\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e15.75\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eRecline\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eUp to 40° — infinite positions, no presets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eMotors\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eTwo 250W brushless DC motors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eBrakes\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eIntelligent electromagnetic braking\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eBatteries\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eTwo 6Ah lithium batteries — FAA travel approved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eCharging time\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eAs little as 90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eDriving range\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eUp to 22 miles with two batteries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eTop speed\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e4 mph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eTurning radius\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e32\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eObstacle clearance\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eUp to 1.57\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eRear tires\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e12.5\" solid, flat-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eFront wheels\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e7\" solid, flat-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eTerrain rating\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eIndoors \u0026amp; outdoors — grass, gravel, pavement, plush carpet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"v\"\u003e1-year parts warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"k\"\u003eAir travel\u003c\/td\u003e\n\u003ctd class=\"v\"\u003eCleared for air travel — FAA approved\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= ORDERING ================= --\u003e\n\u003csection class=\"block\" id=\"order\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"kicker\"\u003eOrdering Is Easy\u003c\/div\u003e\n\u003ch2 class=\"title\"\u003eFrom Our Warehouse to Your Door in Days\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e📝\u003c\/div\u003e\n\u003ch3\u003eNo Prescription Required\u003c\/h3\u003e\n\u003cp\u003eYou don't need a doctor's note to order your SkyHawk. Order whenever you're ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚚\u003c\/div\u003e\n\u003ch3\u003eFast, Fully Assembled Delivery\u003c\/h3\u003e\n\u003cp\u003eWhen in stock, your SkyHawk arrives in about 4–7 days, fully assembled. Tracking information is typically available within 1–3 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💳\u003c\/div\u003e\n\u003ch3\u003eFlexible Ways to Pay\u003c\/h3\u003e\n\u003cp\u003eWe accept Visa, MasterCard, and Discover. Use your HSA, mail a check (call (888) 217-1606), or finance through Pay Tommorow — just click the box under the \"Add to Cart\" button.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"order-note\"\u003e\n\u003cb\u003ePlease note:\u003c\/b\u003e Medicare does not pay for foldable motorized wheelchairs. We're sorry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= FINAL CTA ================= --\u003e\n\u003csection class=\"final\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eThe SkyHawk — Ready to Take You \u003cspan\u003eWhere You Want to Go\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eLightweight enough to travel with you. Strong enough to depend on. Comfortable enough to enjoy every mile. Never choose between quality and independence again.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"btn btn-gold\"\u003eOrder Your SkyHawk Today\u003c\/a\u003e\n\u003cp class=\"phone\"\u003eQuestions? Call us during business hours: \u003cb\u003e(888) 217-1606\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003e\n\u003cdiv class=\"wrap\"\u003eSkyHawk Bariatric Reclining Folding Electric Wheelchair · Mobility Department · FAA \u0026amp; FDA Approved · 1-Year Parts Warranty\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Elevate Home Mobility","offers":[{"title":"Default Title","offer_id":44282571587649,"sku":null,"price":2787.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0565\/3115\/7057\/files\/elevate-home-mobility-skyhawk-bariatric-reclining-folding-electric-wheelchair-1251852609.png?v=1785524467","url":"https:\/\/mobilitydepartment.com\/products\/skyhawk-bariatric-reclining-folding-electric-wheelchair","provider":"Mobility Department","version":"1.0","type":"link"}