{"product_id":"ecoflow-delta-pro-ultra-inverter","title":"EcoFlow Delta Pro Ultra Inverter","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #ffffff;\n    --bg-card: #f8f9fa;\n    --bg-card-hover: #f0f1f3;\n    --border: rgba(0,0,0,0.06);\n    --border-hover: rgba(0,0,0,0.12);\n    --text: #1a1a2e;\n    --text-muted: #6b7280;\n    --text-dim: #9ca3af;\n    --accent: #00c853;\n    --accent-dim: rgba(0,200,83,0.08);\n    --accent-glow: rgba(0,200,83,0.06);\n    --warn-bg: rgba(255,193,7,0.08);\n    --warn-border: rgba(255,193,7,0.3);\n    --warn-text: #b45309;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* Product Header *\/\n  .product-header {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 80px 24px 40px;\n    text-align: center;\n  }\n\n  .product-header .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: var(--accent);\n    margin-bottom: 20px;\n  }\n\n  .product-header .eyebrow::before {\n    content: '';\n    width: 24px;\n    height: 1px;\n    background: var(--accent);\n    opacity: 0.5;\n  }\n\n  .product-header h1 {\n    font-size: clamp(36px, 5vw, 64px);\n    font-weight: 800;\n    line-height: 1.05;\n    letter-spacing: -0.03em;\n    margin-bottom: 20px;\n    color: var(--text);\n  }\n\n  .product-header .subtitle {\n    font-size: clamp(16px, 2vw, 20px);\n    color: var(--text-muted);\n    max-width: 640px;\n    margin: 0 auto 32px;\n    line-height: 1.6;\n    font-weight: 400;\n  }\n\n  .product-header .badges {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n\n  .product-header .badge {\n    padding: 8px 18px;\n    border-radius: 100px;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    border: 1px solid var(--border);\n    background: var(--bg-card);\n    color: var(--text-muted);\n    transition: all 0.3s ease;\n  }\n\n  .product-header .badge:hover {\n    border-color: var(--border-hover);\n    color: var(--text);\n  }\n\n  .product-header .badge.accent {\n    background: var(--accent-dim);\n    border-color: rgba(0,200,83,0.2);\n    color: #059669;\n  }\n\n  \/* Quick Specs Bar *\/\n  .specs-bar {\n    max-width: 1200px;\n    margin: 0 auto 60px;\n    padding: 0 24px;\n  }\n\n  .specs-bar-inner {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n  }\n\n  .specs-bar-inner .spec-cell {\n    background: var(--bg-card);\n    padding: 28px 20px;\n    text-align: center;\n    transition: background 0.3s ease;\n  }\n\n  .specs-bar-inner .spec-cell:hover {\n    background: var(--bg-card-hover);\n  }\n\n  .specs-bar-inner .spec-cell .value {\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--text);\n    letter-spacing: -0.02em;\n    margin-bottom: 6px;\n  }\n\n  .specs-bar-inner .spec-cell .label {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--text-muted);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .specs-bar-inner .spec-cell .sub {\n    font-size: 11px;\n    color: var(--text-dim);\n    margin-top: 4px;\n  }\n\n  @media (max-width: 768px) {\n    .specs-bar-inner { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  \/* Warning *\/\n  .warning-box {\n    max-width: 1200px;\n    margin: 0 auto 60px;\n    padding: 0 24px;\n  }\n\n  .warning-box-inner {\n    background: var(--warn-bg);\n    border: 1px solid var(--warn-border);\n    border-radius: 12px;\n    padding: 18px 24px;\n    font-size: 14px;\n    color: var(--warn-text);\n    line-height: 1.6;\n  }\n\n  .warning-box-inner strong {\n    font-weight: 700;\n    color: #92400e;\n  }\n\n  \/* Section Titles *\/\n  .section-title {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 2.5px;\n    color: var(--text-dim);\n    margin-bottom: 32px;\n  }\n\n  \/* Features *\/\n  .features-section {\n    max-width: 1200px;\n    margin: 0 auto 80px;\n    padding: 0 24px;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n  }\n\n  @media (max-width: 1024px) {\n    .features-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  @media (max-width: 640px) {\n    .features-grid { grid-template-columns: 1fr; }\n  }\n\n  .feature-card {\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 32px;\n    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.06), transparent);\n  }\n\n  .feature-card:hover {\n    border-color: var(--border-hover);\n    transform: translateY(-4px);\n    box-shadow: 0 16px 48px rgba(0,0,0,0.08);\n  }\n\n  .feature-card .num {\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--accent);\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n    opacity: 0.8;\n  }\n\n  .feature-card h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n\n  .feature-card p {\n    font-size: 14px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  \/* Expandability *\/\n  .expand-section {\n    max-width: 1200px;\n    margin: 0 auto 80px;\n    padding: 0 24px;\n  }\n\n  .expand-inner {\n    background: linear-gradient(160deg, #f8f9fa 0%, #f0f1f3 100%);\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    padding: 64px 48px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .expand-inner::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .expand-inner h2 {\n    font-size: clamp(24px, 3vw, 36px);\n    font-weight: 800;\n    margin-bottom: 16px;\n    position: relative;\n    z-index: 1;\n    letter-spacing: -0.02em;\n    color: var(--text);\n  }\n\n  .expand-inner \u003e p {\n    font-size: 16px;\n    color: var(--text-muted);\n    max-width: 520px;\n    margin: 0 auto 48px;\n    position: relative;\n    z-index: 1;\n    line-height: 1.6;\n  }\n\n  .expand-stats {\n    display: flex;\n    justify-content: center;\n    gap: 0;\n    position: relative;\n    z-index: 1;\n  }\n\n  .expand-stat {\n    text-align: center;\n    padding: 0 48px;\n    position: relative;\n  }\n\n  .expand-stat:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    right: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    height: 40px;\n    width: 1px;\n    background: var(--border);\n  }\n\n  .expand-stat .number {\n    font-size: clamp(28px, 3.5vw, 44px);\n    font-weight: 800;\n    color: #059669;\n    letter-spacing: -0.03em;\n    margin-bottom: 6px;\n  }\n\n  .expand-stat .label {\n    font-size: 13px;\n    color: var(--text-muted);\n    font-weight: 500;\n  }\n\n  @media (max-width: 768px) {\n    .expand-stats { flex-wrap: wrap; gap: 32px; }\n    .expand-stat { padding: 0 24px; }\n    .expand-stat:not(:last-child)::after { display: none; }\n    .expand-inner { padding: 48px 24px; }\n  }\n\n  \/* Charging *\/\n  .charge-section {\n    max-width: 1200px;\n    margin: 0 auto 80px;\n    padding: 0 24px;\n  }\n\n  .charge-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 12px;\n  }\n\n  @media (max-width: 900px) {\n    .charge-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n\n  @media (max-width: 540px) {\n    .charge-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  .charge-item {\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 28px 16px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .charge-item:hover {\n    border-color: var(--border-hover);\n    background: var(--bg-card-hover);\n  }\n\n  .charge-item .name {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n\n  .charge-item .speed {\n    font-size: 13px;\n    color: #059669;\n    font-weight: 600;\n  }\n\n  \/* Specs Table *\/\n  .specs-section {\n    max-width: 1200px;\n    margin: 0 auto 100px;\n    padding: 0 24px;\n  }\n\n  .specs-table-wrap {\n    background: var(--bg-card);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    overflow: hidden;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .specs-table tr {\n    border-bottom: 1px solid var(--border);\n    transition: background 0.2s ease;\n  }\n\n  .specs-table tr:last-child { border-bottom: none; }\n\n  .specs-table tr:hover {\n    background: rgba(0,0,0,0.02);\n  }\n\n  .specs-table td {\n    padding: 16px 28px;\n  }\n\n  .specs-table td:first-child {\n    color: var(--text-muted);\n    width: 42%;\n    font-weight: 500;\n    font-size: 13px;\n  }\n\n  .specs-table td:last-child {\n    font-weight: 600;\n    color: var(--text);\n    font-size: 14px;\n  }\n\n  \/* Divider *\/\n  .divider {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--border), transparent);\n    margin-bottom: 80px;\n  }\n\n  \/* Fade In Animation *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .animate {\n    animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    opacity: 0;\n  }\n\n  .delay-1 { animation-delay: 0.1s; }\n  .delay-2 { animation-delay: 0.2s; }\n  .delay-3 { animation-delay: 0.3s; }\n  .delay-4 { animation-delay: 0.4s; }\n\u003c\/style\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"product-header animate\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eEcoFlow Power Station\u003c\/div\u003e\n\u003ch1\u003eDELTA Pro Ultra Inverter\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eModular 7.2kW inverter with 120V\/240V split-phase output. Scales to 21.6kW. Online UPS with zero transfer time.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cspan class=\"badge accent\"\u003eUL 1973 + UL 9540\u003c\/span\u003e \u003cspan class=\"badge\"\u003e0ms UPS Transfer\u003c\/span\u003e \u003cspan class=\"badge\"\u003eLiFePO4 Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK SPECS --\u003e\n\u003cdiv class=\"specs-bar animate delay-1\"\u003e\n\u003cdiv class=\"specs-bar-inner\"\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"value\"\u003e7.2kW\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eAC Output\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eup to 21.6kW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"value\"\u003e6kWh\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eBase Capacity\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eup to 90kWh\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"value\"\u003e5.6kW\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eSolar Input\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eup to 16.8kW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003cdiv class=\"value\"\u003e0 ms\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eUPS Transfer\u003c\/div\u003e\n\u003cdiv class=\"sub\"\u003eOnline mode\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WARNING --\u003e\n\u003cdiv class=\"warning-box animate delay-2\"\u003e\n\u003cdiv class=\"warning-box-inner\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e The DPU inverter does not include the connection cable to Smart Home Panel 2. To connect a second inverter to SHP2, purchase the connection cable separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"features-section animate delay-2\"\u003e\n\u003cdiv class=\"section-title\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eWhole-Home Power\u003c\/h3\u003e\n\u003cp\u003e7.2kW output runs a 3-ton central air conditioner. Up to 21.6kW with three inverters powers an entire home simultaneously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eOnline UPS, 0ms Transfer\u003c\/h3\u003e\n\u003cp\u003eUninterrupted power flow with zero transfer time. Protects sensitive electronics 24\/7. Silent 0 dB operation under 2000W load.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003e1 Hour Solar = 1 Day Power\u003c\/h3\u003e\n\u003cp\u003eUp to 5.6kW solar input per inverter (16.8kW with three). Compatible with portable and rooftop solar systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eModular Expandability\u003c\/h3\u003e\n\u003cp\u003eStart at 6kWh and expand to 90kWh (15 batteries). LiFePO4 chemistry: 3500+ cycles to 80% capacity. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e05\u003c\/div\u003e\n\u003ch3\u003eDual UL Certification\u003c\/h3\u003e\n\u003cp\u003eUL 1973 and UL 9540 certified. Meets the same safety standards as permanently installed home battery systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"num\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eAuto Self-Heating to -20C\u003c\/h3\u003e\n\u003cp\u003eOperates from -20C to +45C. Automatic battery heating below 0C. IP54 dust and splash resistant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CHARGING --\u003e\n\u003cdiv class=\"charge-section animate delay-3\"\u003e\n\u003cdiv class=\"section-title\"\u003e5 Charging Methods\u003c\/div\u003e\n\u003cdiv class=\"charge-grid\"\u003e\n\u003cdiv class=\"charge-item\"\u003e\n\u003cdiv class=\"name\"\u003eAC Wall\u003c\/div\u003e\n\u003cdiv class=\"speed\"\u003eup to 8800W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"charge-item\"\u003e\n\u003cdiv class=\"name\"\u003eSolar Panels\u003c\/div\u003e\n\u003cdiv class=\"speed\"\u003eup to 5.6kW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"charge-item\"\u003e\n\u003cdiv class=\"name\"\u003eGenerator\u003c\/div\u003e\n\u003cdiv class=\"speed\"\u003eup to 12kW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"charge-item\"\u003e\n\u003cdiv class=\"name\"\u003eEV Charger\u003c\/div\u003e\n\u003cdiv class=\"speed\"\u003eup to 7.2kW\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"charge-item\"\u003e\n\u003cdiv class=\"name\"\u003eSmart Home Panel 2\u003c\/div\u003e\n\u003cdiv class=\"speed\"\u003eAutomated\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SPECS --\u003e\n\u003cdiv class=\"specs-section animate delay-4\"\u003e\n\u003cdiv class=\"section-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-table-wrap\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eEFYJ751-PCS-US\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Output (Discharge)\u003c\/td\u003e\n\u003ctd\u003e120V\/240V~ 60Hz, 7200W total\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Sockets (Backup UPS)\u003c\/td\u003e\n\u003ctd\u003e2 x 120V 20A + 1 x 120V\/240V 30A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Sockets (Online UPS)\u003c\/td\u003e\n\u003ctd\u003e2 x 120V 20A + 1 x 120V 30A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUSB-C\u003c\/td\u003e\n\u003ctd\u003e2 x 5\/9\/12\/15\/20V 5A, 100W max (200W total)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUSB-A\u003c\/td\u003e\n\u003ctd\u003e2 x 5V 2.4A, 12W max (24W total)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e12V DC Output\u003c\/td\u003e\n\u003ctd\u003e12.6V 30A, 378W max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Input (Charging)\u003c\/td\u003e\n\u003ctd\u003e100-120V~15A \/ 200-240V~12.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Input (High-PV)\u003c\/td\u003e\n\u003ctd\u003e80-450V 15A, 4000W max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Input (Low-PV)\u003c\/td\u003e\n\u003ctd\u003e30-150V 15A, 1600W max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Chemistry\u003c\/td\u003e\n\u003ctd\u003eLiFePO4 (LFP)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCycle Life\u003c\/td\u003e\n\u003ctd\u003e3500+ to 80% capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPS Transfer\u003c\/td\u003e\n\u003ctd\u003eBackup \u0026lt;20 ms \/ Online 0 ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;30 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProtection Rating\u003c\/td\u003e\n\u003ctd\u003eIP54\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e-20C to +45C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInverter Dimensions\u003c\/td\u003e\n\u003ctd\u003e690 x 481 x 214 mm (27.2 x 18.9 x 8.4\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInverter Weight\u003c\/td\u003e\n\u003ctd\u003e31.7 kg (70 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Dimensions\u003c\/td\u003e\n\u003ctd\u003e660 x 455 x 204 mm (26 x 18 x 8\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Weight\u003c\/td\u003e\n\u003ctd\u003e50.7 kg (111.8 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnectivity\u003c\/td\u003e\n\u003ctd\u003eBluetooth, Wi-Fi, 4G (US)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"EcoFlow","offers":[{"title":"Default Title","offer_id":50112509640981,"sku":"EFDeltaProUltra-US","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EF_SL_DPU-PCS_GL_LV_01_RGB.png?v=1787327663","url":"https:\/\/futurology.tech\/products\/ecoflow-delta-pro-ultra-inverter","provider":"Futurology Tech","version":"1.0","type":"link"}