{"product_id":"paiseec-3-in-1-electric-wheelchair-w3","title":"Paiseec 3-in-1 Electric Wheelchair W3","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\nAirline Approved\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\"\u003e3 in1\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eMulti-Solution\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e16 mi\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eLong Distance Range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e3.7 mph\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eTop Speed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e300 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eMax Capacity\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🔄 Wheelchair • Transport • Rollator\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003e✈️ Airline Approved Power\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003e🪵 Multi-Terrain Smoothness\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/04_1000x1000_01e4a729-b4ed-4c36-a9f7-c3117c078384.webp?v=1782118006\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eMaximum Independence \u0026amp; Flexibility\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003ePaiseec 3 in 1 Electric Wheelchair W3\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 W3 is a premium 3 in 1 mobility solution engineered for ultimate adaptable independence. Seamlessly blending a fully powered electric wheelchair, a caregiver assisted transport chair, and an intelligent walking assist rollator into one compact structure, it adjusts immediately to meet your changing daily requirements.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; font-weight: 400;\"\u003eWhether you want self directed powered mobility, comfortable assisted transport, or stable physical walking support, the W3 delivers a consistently smooth, safe, and elite transition experience across both indoor rooms and outdoor pathways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY WHEELCHAIR FEATURES --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eKey Engineering Benefits\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAdaptive architectural mechanics built to transition seamlessly between physical routines.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eAdaptive 3 in 1 Conversion\u003c\/h3\u003e\n\u003cp\u003eEffortlessly switches structural configurations to operate as an independent power chair, a caregiver-pushed transport unit, or a smart walking assist frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eDual Brushless Motor Stability\u003c\/h3\u003e\n\u003cp\u003eOutfitted with dual 180W brushless motors that deliver highly balanced power and whisper quiet performance up to a safe, steady 3.7 mph pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eMulti Terrain Tracking\u003c\/h3\u003e\n\u003cp\u003eEquipped with front 8\" and rear 9\" pneumatic air filled wheels that grip and smooth over uneven surfaces effortlessly indoors and outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRAVEL \u0026 COMPACT CARDS --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eLong Distance Exploration\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eExtended tracking capabilities and flight protection built directly into a foldable core.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eExtended Long Distance Range\u003c\/h3\u003e\n\u003cp\u003eRoam much further with a high capacity power system that covers up to 16 miles of exploration on a single efficient charge loop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eApproved Removable Battery\u003c\/h3\u003e\n\u003cp\u003eFeatures a premium 24V 12Ah removable lithium battery pack fully approved by global airlines for simple, stress free vacation travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eFoldable Travel Ready Build\u003c\/h3\u003e\n\u003cp\u003eEngineered with a quick collapsing layout that folds down swiftly into a compact silhouette for easy management inside trunks and closets.\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 performance measurements and engineering benchmarks listed for clear review.\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 3-in-1 W3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eWeight\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eApprox. 49 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eLoading Weight Capacity\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eUp to 300 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eStructural Frame Material\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eAerospace Grade Aluminum Alloy\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\" Pneumatic Cushion Wheels\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\" Pneumatic Grip Wheels\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\" style=\"width: 100.099%; height: 130.972px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"text-align: center; width: 43.0885%; height: 21.8287px;\"\u003eMotor Configuration\u003c\/td\u003e\n\u003ctd style=\"text-align: center; width: 54.7126%; height: 21.8287px;\"\u003eDual 180W Brushless Performance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"text-align: center; width: 43.0885%; height: 21.8287px;\"\u003eTop Driving Speed\u003c\/td\u003e\n\u003ctd style=\"text-align: center; width: 54.7126%; height: 21.8287px;\"\u003e3.7 mph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"text-align: center; width: 43.0885%; height: 21.8287px;\"\u003eLithium Battery Cell\u003c\/td\u003e\n\u003ctd style=\"text-align: center; width: 54.7126%; height: 21.8287px;\"\u003e24V 12Ah (Removable Module)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"text-align: center; width: 43.0885%; height: 21.8287px;\"\u003eRecharge Turnaround Time\u003c\/td\u003e\n\u003ctd style=\"text-align: center; width: 54.7126%; height: 21.8287px;\"\u003e6 Hours Full Charge Cycle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"width: 43.0885%; height: 21.8287px; text-align: center;\"\u003eMaximum Travel Range\u003c\/td\u003e\n\u003ctd style=\"width: 54.7126%; height: 21.8287px; text-align: center;\"\u003eUp to 16 Miles per charge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.8287px;\"\u003e\n\u003ctd style=\"width: 43.0885%; height: 21.8287px; text-align: center;\"\u003eFunctional Modes\u003c\/td\u003e\n\u003ctd style=\"width: 54.7126%; height: 21.8287px; text-align: center;\"\u003eWalking Assist\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 comprehensive premium package comes complete with specialized built in utility bags.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eW3 Electric Wheelchair\u003c\/h4\u003e\n\u003cp\u003ePre assembled multi functional 3 in 1 chassis frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003e12Ah Lithium Battery\u003c\/h4\u003e\n\u003cp\u003eRemovable, flight cleared high capacity power module.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eCharger\u003c\/h4\u003e\n\u003cp\u003eUniversal wall connection cord with built in auto safety cut-off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eUnder Seat Basket\u003c\/h4\u003e\n\u003cp\u003eIntegrated storage mesh basket for shopping and personal items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eTravel Backpack\u003c\/h4\u003e\n\u003cp\u003eCustom rear hanging utility storage pack for travel accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eUser Documentation\u003c\/h4\u003e\n\u003cp\u003eDetailed manual alongside a quick installation setup guide.\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\u003eOne Design. Three Modes. Endless Possibilities.\u003c\/h2\u003e\n\u003cp\u003eNever choose between a power chair, a transport device, or a walking aid again. The premium aluminum grade Paiseec W3 delivers all three layouts in a singular, airline approved design, giving you and your caregiver the ultimate tool for safe, long-distance exploration and versatile daily freedom.\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 Adaptive Framework \u0026amp; Dual Motor Warranty 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":42658725658718,"sku":"PAI-GRAY-RIGHT","price":2099.0,"currency_code":"USD","in_stock":true},{"title":"Gray \/ Left Hand","offer_id":42658725691486,"sku":"PAI-GRAY-LEFT","price":2099.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ Right Hand","offer_id":42658725724254,"sku":"PAI-RED-RIGHT","price":2099.0,"currency_code":"USD","in_stock":true},{"title":"Red \/ Left Hand","offer_id":42658725757022,"sku":"PAI-RED-LEFT","price":2099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/W3_-1500_ae5da88c-a493-4e7d-8803-5e1ea0d33e64.webp?v=1776416518","url":"https:\/\/mobilityqueens.com\/products\/paiseec-3-in-1-electric-wheelchair-w3","provider":"Mobility Queens","version":"1.0","type":"link"}