{"product_id":"paiseec-2-in-1-electric-wheelchair-w1","title":"Paiseec 2-in-1 Electric Wheelchair W1","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght=300;400;500;600;700\u0026display=swap');\n\n  :root { \n    --primary: #0A4275; \n    --primary-light: #1A5F96;\n    --primary-dark: #052644;\n    --accent-success: #16A34A; \/* Premium Green checkmarks *\/\n    --accent-success-hover: #15803D;\n    --text: #334155; \n    --text-muted: #64748B;\n    --bg-light: #F8FAFC; \n    --border: #E2E8F0;\n    --glass-bg: rgba(255, 255, 255, 0.95);\n    --glass-shadow: 0 12px 24px -10px rgba(10, 66, 117, 0.04);\n    --radius-lg: 14px;\n    --radius-md: 10px;\n    --radius-sm: 6px;\n    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n    \n    \/* Luxury Card Variables *\/\n    --card-bg: linear-gradient(145deg, #FFFFFF 0%, #F1F5F9 100%);\n    --card-border: 1px solid rgba(10, 66, 117, 0.09);\n    --card-shadow: 0 4px 12px -1px rgba(10, 66, 117, 0.05), 0 2px 4px -1px rgba(10, 66, 117, 0.03);\n    --card-shadow-hover: 0 20px 32px -8px rgba(10, 66, 117, 0.12), 0 8px 16px -4px rgba(10, 66, 117, 0.06);\n    --card-border-hover: 1px solid rgba(26, 95, 150, 0.35);\n  }\n\n  \/* Compact Premium Layout Structure *\/\n  .fm-page { \n    font-family: 'Inter', -apple-system, system-ui, sans-serif; \n    color: var(--text); \n    max-width: 970px; \n    margin: 0 auto; \n    line-height: 1.55; \n    padding: 0;\n    background-color: #FFFFFF;\n    -webkit-font-smoothing: antialiased;\n    overflow-x: hidden;\n  }\n\n  \/* Tightened Structural Sections *\/\n  .fm-section {\n    padding: 24px 20px;\n    margin-bottom: 4px;\n  }\n  @media (max-width: 768px) {\n    .fm-section { padding: 16px 12px; margin-bottom: 2px; }\n  }\n\n  \/* Refined Typography Hierarchy *\/\n  .fm-headline { \n    font-size: 2rem; \n    font-weight: 700; \n    line-height: 1.2; \n    margin-bottom: 14px; \n    color: var(--primary-dark); \n    letter-spacing: -0.015em; \n  }\n  @media (max-width: 768px) { .fm-headline { font-size: 1.6rem; } }\n\n  .fm-tagline { \n    font-size: 0.8rem; \n    color: var(--primary-light); \n    font-weight: 600; \n    margin-bottom: 6px; \n    text-transform: uppercase; \n    letter-spacing: 0.08em; \n  }\n  \n  .fm-section-title { \n    font-size: 1.5rem; \n    font-weight: 700; \n    color: var(--primary-dark); \n    margin: 16px 0 6px 0; \n    letter-spacing: -0.01em; \n    text-align: center; \n  }\n  .fm-section-subtitle { \n    font-size: 0.9rem; \n    color: var(--text-muted); \n    margin: 0 0 24px 0; \n    text-align: center; \n    max-width: 650px; \n    margin-left: auto; \n    margin-right: auto;\n    font-weight: 400;\n  }\n  @media (max-width: 768px) {\n    .fm-section-title { font-size: 1.3rem; margin-top: 12px; }\n    .fm-section-subtitle { margin-bottom: 16px; font-size: 0.85rem; }\n  }\n\n  p {\n    font-weight: 400;\n    color: var(--text);\n  }\n\n  \/* PREMIUM OPEN TRUST BADGE STRIP *\/\n  .fm-trust-badge-row {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr)); \n    align-items: center;\n    justify-content: center;\n    padding: 20px 16px;\n    background-color: transparent;\n    border: none;\n    box-shadow: none;\n    gap: 12px;\n  }\n  \n  .fm-trust-badge-item {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center; \n    gap: 8px; \n    font-size: 0.84rem; \n    font-weight: 600;\n    color: var(--primary-dark);\n    text-align: center;\n    white-space: nowrap;\n  }\n\n  @media (max-width: 768px) {\n    .fm-trust-badge-row {\n      grid-template-columns: repeat(2, minmax(0, 1fr)); \n      gap: 12px 16px;\n      padding: 14px;\n    }\n    .fm-trust-badge-item:last-child {\n      grid-column: span 2;\n    }\n  }\n\n  .fm-icon-circle {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 20px; \n    height: 20px; \n    flex-shrink: 0;\n    transition: var(--transition);\n    color: var(--accent-success);\n  }\n  .fm-icon-circle svg {\n    width: 100%;\n    height: 100%;\n  }\n  .fm-icon-circle:hover {\n    transform: scale(1.08);\n    color: var(--accent-success-hover);\n  }\n\n  \/* Compact Stats Bar *\/\n  .fm-stats-bar { \n    display: grid; \n    grid-template-columns: repeat(4, 1fr); \n    background: #FFFFFF;\n    padding: 16px; \n    border-radius: var(--radius-md); \n    border: 1px solid var(--border); \n    box-shadow: var(--glass-shadow); \n    margin-bottom: 16px; \n    text-align: center; \n  }\n  @media (max-width: 768px) { .fm-stats-bar { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 14px 8px; } }\n  .stat-val { display: block; font-size: 1.6rem; font-weight: 700; color: var(--primary); margin-bottom: 2px; letter-spacing: -0.015em; }\n  .stat-lbl { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 500; }\n\n  \/* Hero Layout *\/\n  .fm-hero { \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: 32px; \n    align-items: center; \n    margin-bottom: 16px; \n  }\n  @media (max-width: 768px) { .fm-hero { grid-template-columns: 1fr; gap: 20px; text-align: center; } }\n  \n  .fm-hero-visuals {\n    position: relative;\n    width: 100%;\n  }\n  .fm-hero-img { \n    width: 100%; \n    border-radius: var(--radius-md); \n    box-shadow: 0 10px 25px rgba(10,66,117,0.03); \n    object-fit: cover; \n    display: block;\n  }\n  \n  \/* Floating Benefit Cards *\/\n  .fm-floating-card {\n    position: absolute;\n    background: rgba(255, 255, 255, 0.96);\n    backdrop-filter: blur(6px);\n    -webkit-backdrop-filter: blur(6px);\n    border: 1px solid rgba(226, 232, 240, 0.8);\n    padding: 8px 12px;\n    border-radius: var(--radius-sm);\n    box-shadow: 0 6px 14px rgba(0,0,0,0.03);\n    font-weight: 600;\n    font-size: 0.75rem;\n    color: var(--primary-dark);\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    pointer-events: none;\n    z-index: 2;\n  }\n  .fc-1 { top: 8%; left: -1%; }\n  .fc-2 { bottom: 12%; left: -2%; }\n  .fc-3 { bottom: 8%; right: -1%; }\n  @media (max-width: 900px) { .fm-floating-card { display: none; } }\n  \n  \/* Global Luxury Shopify A+ Card Configuration *\/\n  .fm-feature-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); \n    gap: 20px; \n  }\n  \n  .fm-feature-card { \n    padding: 24px; \n    background: var(--card-bg); \n    border: var(--card-border);\n    border-radius: var(--radius-lg); \n    box-shadow: var(--card-shadow);\n    transition: var(--transition); \n    position: relative; \n  }\n  \n  .fm-feature-card:hover { \n    transform: translateY(-6px);\n    border: var(--card-border-hover);\n    box-shadow: var(--card-shadow-hover);\n  }\n  \n  .fm-feature-card h3 { \n    margin-top: 0; \n    font-size: 1.15rem; \n    font-weight: 600; \n    color: var(--primary-dark); \n    margin-bottom: 10px; \n    display: flex; \n    align-items: center; \n    justify-content: center;\n    gap: 8px; \n    text-align: center;\n    width: 100%;\n  }\n  \n  .fm-feature-card p { \n    margin: 0; \n    color: var(--text); \n    font-size: 0.88rem; \n    line-height: 1.55;\n    text-align: left;\n  }\n\n  \/* OPEN TECHNICAL SPECIFICATIONS CARDS *\/\n  .fm-spec-container { \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: 20px; \n    margin-top: 4px;\n  }\n  @media (max-width: 768px) { .fm-spec-container { grid-template-columns: 1fr; gap: 16px; } }\n\n  .fm-spec-card {\n    background: var(--card-bg);\n    border-radius: var(--radius-lg);\n    border: var(--card-border);\n    box-shadow: var(--card-shadow);\n    padding: 20px 24px;\n    transition: var(--transition);\n  }\n  .fm-spec-card:hover {\n    transform: translateY(-4px);\n    border: var(--card-border-hover);\n    box-shadow: var(--card-shadow-hover);\n  }\n  @media (max-width: 480px) { .fm-spec-card { padding: 16px; } }\n\n  .fm-specs-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }\n  .fm-specs-table tr { border-bottom: 1px solid #E2E8F0; }\n  .fm-specs-table tr:last-child { border-bottom: none; }\n  .fm-specs-table td { padding: 10px 0; }\n  .fm-specs-table td:first-child {\n    color: var(--text-muted);\n    font-weight: 500;\n    width: 45%;\n    padding-right: 8px;\n  }\n  .fm-specs-table td:last-child {\n    color: var(--primary-dark);\n    font-weight: 500;\n  }\n  \n  \/* Unboxing Grid System *\/\n  .fm-unboxing-grid { \n    display: grid; \n    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); \n    gap: 16px; \n  }\n  \n  \/* Premium Luxury Item Cards *\/\n  .fm-unboxing-card { \n    background: var(--card-bg); \n    border: var(--card-border);\n    border-radius: var(--radius-lg); \n    padding: 24px 16px; \n    text-align: center; \n    box-shadow: var(--card-shadow);\n    transition: var(--transition); \n  }\n  .fm-unboxing-card:hover { \n    transform: translateY(-6px);\n    border: var(--card-border-hover);\n    box-shadow: var(--card-shadow-hover);\n  }\n  \n  .fm-unboxing-icon { font-size: 1.6rem; margin-bottom: 10px; display: inline-block; }\n  .fm-unboxing-card h4 { font-size: 1rem; font-weight: 600; color: var(--primary-dark); margin: 0 0 6px 0; }\n  .fm-unboxing-card p { font-size: 0.84rem; color: var(--text-muted); margin: 0; line-height: 1.45; font-weight: 400; }\n\n  \/* Compact Closing Banner *\/\n  .fm-cta-banner { \n    background: linear-gradient(135deg, #052644 0%, #0A4275 100%); \n    color: #FFFFFF; \n    border-radius: var(--radius-md); \n    padding: 36px 24px; \n    text-align: center; \n    margin-top: 24px; \n    margin-bottom: 16px; \n  }\n  .fm-cta-banner h2 { margin: 0 0 8px 0; font-size: 1.6rem; font-weight: 700; color: #FFFFFF; letter-spacing: -0.01em; }\n  .fm-cta-banner p { color: #E2E8F0; max-width: 640px; margin: 0 auto; font-size: 0.95rem; line-height: 1.5; font-weight: 400; opacity: 0.9; }\n  \n  .fm-cta-trust-footer {\n    margin-top: 24px;\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 12px 24px;\n    border-top: 1px solid rgba(255,255,255,0.1);\n    padding-top: 20px;\n  }\n  .fm-cta-trust-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.82rem;\n    color: #E2E8F0;\n    font-weight: 500;\n  }\n  .fm-cta-trust-item .fm-icon-circle { width: 14px; height: 14px; color: #FFFFFF; }\n\u003c\/style\u003e\n\u003cdiv class=\"fm-page\"\u003e\n\u003c!-- PREMIUM OPEN TRUST BADGE STRIP --\u003e\n\u003cdiv class=\"fm-trust-badge-row\"\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nSecure Checkout\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nWarranty Protection\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nCustomer Support\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n          \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n          \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\nEasy Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-section\" style=\"padding-top: 12px; padding-bottom: 8px;\"\u003e\n\u003c!-- HIGH-CONVERSION SCOOTER STATS BAR --\u003e\n\u003cdiv class=\"fm-stats-bar\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e42 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eLightweight Frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e2 in 1\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eHybrid System\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eUp to 18.6 mi\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eMax Range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e3.75 mph\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eTop Speed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"fm-section\" style=\"padding-top: 4px;\"\u003e\n\u003cdiv class=\"fm-hero\"\u003e\n\u003cdiv class=\"fm-hero-visuals\"\u003e\n\u003cdiv class=\"fm-floating-card fc-1\"\u003e🔄 Power \u0026amp; Walking Hybrid\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003e🛫 Airline Approved Battery\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003e🧠 Smart Slope Assist\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/477d1760907049ad1b509fa14b350374_1000x1000_707fcc6c-46eb-4407-a50f-13d7ae0b68c0.webp?v=1782110804\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eThe Ultimate Dual Purpose Mobility\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003ePaiseec 2 in 1 Electric Wheelchair W1\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.95rem; color: var(--text); margin-bottom: 12px; font-weight: 400; line-height: 1.55;\"\u003eThe Paiseec W1 is a revolutionary, versatile 2 in 1 mobility solution that seamlessly integrates a full powered electric wheelchair and an active walking assist rollator into a single, intelligent layout. Whether you prefer reliable motorized travel or manual, self paced physical support, the W1 adapts instantly to your needs.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; font-weight: 400;\"\u003eExtremely lightweight, rapidly foldable, and completely travel ready, it is built to deliver unparalleled flexibility, plush comfort, and total independence every single day indoors or outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY SCOOTER FEATURES --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eKey Hybrid Features\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAdaptive engineering designed around shifting active routines and daily multi mode tracking.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eTrue 2 in 1 Design Core\u003c\/h3\u003e\n\u003cp\u003eTransition instantly between a premium electric power wheelchair and a secure walking assist rollator without any complex mechanical adjustments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSmart Slope Detection\u003c\/h3\u003e\n\u003cp\u003eIntelligent built in sensors automatically detect incline angles to supply intuitive anti slip braking and managed support during walking modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSmooth, Whisper Quiet Motor\u003c\/h3\u003e\n\u003cp\u003eEquipped with a powerful 400W brushless motor system that drives exceptionally responsive, near silent transitions up to a safe 3.75 mph speed threshold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BUILT FOR CONFIDENCE --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eBuilt For Confidence\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003ePremium structural defenses chosen to optimize global vacation transits and diverse paths.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eHigh Endurance Lithium\u003c\/h3\u003e\n\u003cp\u003eTravel extended distances cleanly with a premium 24V 12Ah lithium array that maps up to an impressive 18 miles of driving per single charge cycling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eFlight Approved Framework\u003c\/h3\u003e\n\u003cp\u003eFeatures a highly secure, removable battery cell structure engineered to cleanly pass standard aviation weight and security regulations for worry free flights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003ePneumatic Terrain Wheels\u003c\/h3\u003e\n\u003cp\u003eOutfitted with 8\" front and 9\" rear pneumatic tires that act as integrated shock absorbers over street dividers, thresholds, and brick walkways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLEAN TECHNICAL SPECIFICATIONS SECTION --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAll primary power metrics and structural measurements detailed for simple evaluation.\u003c\/p\u003e\n\u003cdiv class=\"fm-spec-container\"\u003e\n\u003cdiv class=\"fm-spec-card\"\u003e\n\u003ctable class=\"fm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eModel Name\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003ePaiseec 2-in-1 Hybrid W1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eNet Chassis Weight\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eApprox. 42 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eRemovable Battery Weight\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e8 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eSafe Climbing Incline\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eUp to an 8° Angle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eFront Wheel Profile\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e8 inches (Pneumatic)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eRear Wheel Profile\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e9 inches (Pneumatic)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-spec-card\"\u003e\n\u003ctable class=\"fm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eMotor Configuration\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e400W High-Efficiency Brushless\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eTop Driving Speed\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e3.75 mph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eLithium Battery Cell\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e24V 12Ah (Removable Structure)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eRecharge Turnaround Time\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003e6 to 8 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eMaximum Travel Range\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eUp to 18.6 Miles per full charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EVERYTHING INCLUDED SECTION --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eEverything Included\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eYour total unboxing bundle arrives ready to configure with multiple integrated traveling accessories.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eWheelchair\u003c\/h4\u003e\n\u003cp\u003eElectric Wheelchair\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eLithium Battery Module\u003c\/h4\u003e\n\u003cp\u003eHigh capacity 24V 12Ah flight safe energy cell.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eUnder Seat Basket\u003c\/h4\u003e\n\u003cp\u003eSecure, low profile storage compartment for valuables.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eSmart Charger\u003c\/h4\u003e\n\u003cp\u003eRapid wall connection cord with auto cutoff limiters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eTravel Backpack\u003c\/h4\u003e\n\u003cp\u003eCustom accessory bag that clips neatly onto the frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eUser Manual\u003c\/h4\u003e\n\u003cp\u003eComprehensive layout and operational guiding instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGH-TRUST CLOSING BANNER --\u003e\n\u003csection class=\"fm-section\" style=\"padding-bottom: 2px;\"\u003e\n\u003cdiv class=\"fm-cta-banner\"\u003e\n\u003ch2\u003eTwo Crucial Independence Solutions. One Smart Design.\u003c\/h2\u003e\n\u003cp\u003eWhy force yourself to choose between a walking rollator and a standard electric wheelchair when you travel? The intelligent hybrid Paiseec W1 gives you the seamless flexibility to walk whenever you want the exercise, and ride comfortably whenever you need a rest. Reclaim full, uncompromised control over your schedule today.\u003c\/p\u003e\n\u003cdiv class=\"fm-cta-trust-footer\"\u003e\n\u003cdiv class=\"fm-cta-trust-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\" style=\"width: 14px; height: 14px; color: #ffffff;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n              \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n              \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\nFull Quality \u0026amp; Product Assurance Protection Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Paiseec","offers":[{"title":"Gray \/ Right Hand","offer_id":42658664415326,"sku":"PAI-W1-GRAY-RIGHT","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"Gray \/ Left Hand","offer_id":42658664448094,"sku":"PAI-W1-GRAY-LEFT","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ Right Hand","offer_id":42658664480862,"sku":"PAI-W1-RED-RIGHT","price":1299.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ Left Hand","offer_id":42658664513630,"sku":"PAI-W1-RED-LEFT","price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/W1_28acd7eb-23b4-4882-b39e-97296154b67b.webp?v=1776410089","url":"https:\/\/mobilityqueens.com\/products\/paiseec-2-in-1-electric-wheelchair-w1","provider":"Mobility Queens","version":"1.0","type":"link"}