{"product_id":"paiseec-lightweight-mobility-scooter-d3","title":"Paiseec Lightweight Mobility Scooter D3","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\"\u003e39 lbs\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eUltra Light Frame\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\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e18.6 mi\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eExtended Range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e5.0 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✈️ Airline Approved\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003e🔋 Dual Lithium Power\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003e🏗️ 300 lbs Capacity\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/D3__02_1000x1000_f39b9351-ffd9-470c-80ef-eabf1badb62f.webp?v=1782109980\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eTravel Without Boundaries\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003ePaiseec Lightweight Mobility Scooter D3\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 D3 is masterfully designed for effortless mobility wherever life takes you. Combining an ultra light foldable frame with a high capacity, dual airline approved battery system, it offers the ultimate balance of portable convenience, extended range, and daily reliability.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; font-weight: 400;\"\u003eWhether you are quickly running local errands or setting off on long-distance travel, the D3 delivers a smooth, comfortable, and completely stress-free riding experience.\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 Scooter Features\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eIntelligent engineering designed to make storage and transportation entirely seamless.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSeamless Portability\u003c\/h3\u003e\n\u003cp\u003eBuilt with an ultra lightweight and foldable architecture that folds down cleanly, making it exceptionally easy to transport, lift, and store away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSmooth Brushless Performance\u003c\/h3\u003e\n\u003cp\u003eDriven by a premium 270W brushless motor that delivers whisper quiet operational power and smooth, steady speed up to 5 mph.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eSimple, Intuitive Controls\u003c\/h3\u003e\n\u003cp\u003eFeatures highly accessible, responsive dashboard layout indicators that are ideal for straightforward control and confident everyday handling.\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\"\u003eStructural integrity choices focused on premium rider protection and unrestricted transit tracking.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eApproved Aviation Cells\u003c\/h3\u003e\n\u003cp\u003eEquipped with dual removable 24V 6.6Ah lithium batteries that comply with airline flight regulations, opening up international vacation travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eStable 4 Wheel Framework\u003c\/h3\u003e\n\u003cp\u003eConstructed around a balanced 4 wheel stance geometry that enhances side to side stability and adds a robust element of foundational safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003eFlat Free Solid Tires\u003c\/h3\u003e\n\u003cp\u003eOutfitted with solid, completely maintenance free compound tires that handle mixed walking paths without puncture concerns or low pressure issues.\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 structural specs and power dynamics detailed for simple verification.\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 Mobility Scooter D3\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. 39 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;\"\u003eWheel Layout Profile\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eStable 4 Wheel Configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eTire Characteristics\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eSolid, Maintenance Free Compound\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;\"\u003e270W Brushless Performance\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;\"\u003e5 mph\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eBattery Infrastructure\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eDual 24V 6.6Ah Lithium (Removable)\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;\"\u003e5 to 6 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 complete product package arrives optimized with all components required to initiate travel.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eD3 Mobility Scooter\u003c\/h4\u003e\n\u003cp\u003ePre assembled folding 4 wheel chassis core.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eDual Battery Packs\u003c\/h4\u003e\n\u003cp\u003eAirline approved 6.6Ah energy cells.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eFront Storage Basket\u003c\/h4\u003e\n\u003cp\u003eConvenient detachable mesh compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eSmart Fast Charger\u003c\/h4\u003e\n\u003cp\u003eUniversal wall cord with automatic cutoff limiters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eScooter Keys\u003c\/h4\u003e\n\u003cp\u003eIncludes 2 secure ignition keys for your system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eUser Manual\u003c\/h4\u003e\n\u003cp\u003eComprehensive operational roadmap and 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\u003eThe Freedom To Journey Anywhere, Simplified\u003c\/h2\u003e\n\u003cp\u003eWhether navigating an airport terminal or managing your weekly neighborhood routines, your mobility device should never be a source of stress. The stable 4 wheel Paiseec D3 delivers high capacity structural performance with an incredibly lightweight layout, giving you back full independent custody of your schedule.\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 Factory Warranty Coverage Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Paiseec","offers":[{"title":"White","offer_id":42658611134558,"sku":"PAI-D3-WHITE","price":799.0,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":42658611167326,"sku":"PAI-D3-GRAY","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/D3_-1500_af4cc925-96ee-491e-84df-4aef062ae84a.webp?v=1778490722","url":"https:\/\/mobilityqueens.com\/products\/paiseec-lightweight-mobility-scooter-d3","provider":"Mobility Queens","version":"1.0","type":"link"}