{"product_id":"ecoflow-delta-3-max-plus-extra-battery","title":"EcoFlow Delta 3 Max Plus Extra Battery","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900\u0026display=swap');\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    line-height: 1.4;\n    color: inherit;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.cd-product-description ::selection { background: rgba(0, 173, 238, 0.2); color: #ffffff; }\n\n.cd-main-banner {\n    display: block;\n    width: 100%;\n    max-width: 650px;\n    height: auto;\n    margin: 0 auto 10px auto;\n    border-radius: 16px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n}\n\n.cd-origin-badge {\n    text-align: center;\n    text-transform: uppercase;\n    font-weight: 800;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n    display: block;\n    color: #00adee;\n}\n\n\/* Popped-out Opportunity Notice with Hover Effect *\/\n.cd-float-notice {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-left: 6px solid #00adee;\n    padding: 15px 25px;\n    border-radius: 12px;\n    box-shadow: 0 15px 35px -10px rgba(0,0,0,0.1);\n    margin: 5px auto 25px auto;\n    text-align: center;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    max-width: 900px;\n}\n\n.cd-float-notice:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);\n}\n\n.cd-float-notice p { margin: 0; font-weight: 700; color: #1e293b; }\n\n.cd-product-description h2 {\n    border-bottom: 2px solid #00adee;\n    padding-bottom: 4px;\n    margin: 20px 0 10px 0;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 800;\n}\n\n.cd-product-description p { margin-bottom: 10px; }\n\n\/* Side-by-Side Expertise Row *\/\n.cd-expertise-row {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    margin: 15px 0;\n    overflow: hidden;\n    display: flex;\n    flex-wrap: nowrap;\n    align-items: stretch;\n    color: #1e293b;\n}\n\n.cd-expertise-text-container {\n    flex: 1;\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.cd-expertise-text-container h2 {\n    color: #0f172a;\n    border-bottom: 2px solid #00adee;\n    margin-top: 0;\n}\n\n.cd-expertise-img-container {\n    flex: 0 0 350px;\n    background: #f8fafc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-left: 1px solid #e2e8f0;\n    overflow: hidden;\n}\n\n.cd-expertise-img-container img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n\/* Feature Grid with Uniform Sizing *\/\n.cd-responsive-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    grid-auto-rows: 1fr;\n    gap: 8px;\n    margin: 15px 0;\n}\n\n.cd-feature-card {\n    background: rgba(0, 173, 238, 0.03);\n    padding: 12px;\n    border-radius: 8px;\n    border-left: 4px solid #00adee;\n    display: flex;\n    flex-direction: column;\n}\n\n.cd-feature-card strong { display: block; margin-bottom: 2px; text-transform: uppercase; color: #0369a1; font-weight: 900; }\n.cd-feature-card p { margin: 0; line-height: 1.3; }\n\n\/* Performance Gallery *\/\n.cd-tech-showcase {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin: 20px 0;\n}\n\n.cd-tech-item {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    overflow: hidden;\n    aspect-ratio: 1 \/ 0.8; \/* Crops white space at bottom *\/\n}\n\n.cd-tech-item img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n    object-position: top;\n}\n\n\/* Box Content Graphic Section *\/\n.cd-box-graphic {\n    max-width: 900px;\n    margin: 25px auto;\n    text-align: center;\n}\n\n.cd-box-graphic img {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n}\n\n\/* Action Button Styling *\/\n.cd-action-btn {\n    background: #00adee;\n    color: white !important;\n    text-decoration: none !important;\n    padding: 12px 10px;\n    border-radius: 8px;\n    font-weight: 900;\n    text-transform: uppercase;\n    box-shadow: 0 4px 10px rgba(173, 238, 0, 0.2);\n    transition: all 0.2s ease;\n    display: block;\n    width: fit-content;\n    margin: 10px 0;\n    white-space: nowrap;\n}\n\n.cd-action-btn:hover { transform: translateY(-2px); background: #0099cc; }\n\n.cd-spec-container {\n    margin: 10px auto 10px auto;\n    max-width: 800px;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    overflow: hidden;\n    background: #f8fafc;\n}\n\n.cd-spec-header { background-color: #0f172a; color: #ffffff; padding: 10px 15px; font-weight: bold; display: flex; justify-content: space-between; }\n.cd-spec-row { display: flex; justify-content: space-between; padding: 8px 15px; border-bottom: 1px solid #e2e8f0; }\n.cd-spec-row:last-child { border-bottom: none; }\n.cd-spec-label { font-weight: bold; flex: 1; color: #475563; text-transform: uppercase; }\n.cd-spec-value { flex: 1; text-align: right; color: #0f172a; font-weight: 800; }\n\n.cd-footer-tagline { text-align: center; font-style: italic; margin-top: 20px; color: #94a3b8; }\n\n@media screen and (max-width: 768px) {\n    .cd-expertise-row { flex-direction: column; }\n    .cd-expertise-img-container { flex: 0 0 200px; border-left: 0; border-top: 1px solid #e2e8f0; }\n    .cd-action-btn { width: 100%; text-align: center; }\n}\n\n@media screen and (max-width: 480px) {\n    .cd-responsive-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003c!-- Hero Lifestyle Banner --\u003e \u003cimg alt=\"EcoFlow DELTA 3 Max Plus System in the Kitchen\" class=\"cd-main-banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_img8.webp?v=1774549411\"\u003e \u003cspan class=\"cd-origin-badge\"\u003eCapacity Expansion Module | LFP Smart Series\u003c\/span\u003e\n\u003cdiv class=\"cd-float-notice\"\u003e\n\u003cp\u003eDouble Your Runtime. Plug this 2048Wh module into your DELTA 3 Max Plus for a total of 4096Wh of independent power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection\u003e\n\u003cp\u003eThe \u003cstrong\u003eEcoFlow DELTA 3 Max Plus Smart Extra Battery\u003c\/strong\u003e is the ultimate accessory for high-demand off-grid energy storage. Designed to stack neatly with your main unit, it provides a seamless boost to your battery capacity, ensuring your homestead can run essential appliances longer during storm outages or multi-day lakeside stays.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cd-expertise-row\"\u003e\n\u003cdiv class=\"cd-expertise-text-container\"\u003e\n\u003cspan style=\"font-weight: 800; color: #64748b; text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 2px;\"\u003eSystem Foundation\u003c\/span\u003e\n\u003ch2\u003eNeed the Base Unit?\u003c\/h2\u003e\n\u003cp style=\"margin: 0; line-height: 1.3;\"\u003eThis Smart Extra Battery requires a compatible DELTA 3 Max Plus power station to function as intended.\u003c\/p\u003e\n\u003ca class=\"cd-action-btn\" href=\"https:\/\/thecabindepot.ca\/products\/ecoflow-delta-3-max-plus-portable-power-station\"\u003e Shop Main Unit → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-expertise-img-container\"\u003e\u003cimg alt=\"EcoFlow System Integration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_img5.webp?v=1774549411\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eScalable Storage Potential\u003c\/h2\u003e\n\u003cdiv class=\"cd-tech-showcase\"\u003e\n\u003cdiv class=\"cd-tech-item\"\u003e\u003cimg alt=\"3-Unit Home Backup Stack\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_img7.webp?v=1774549411\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-tech-item\"\u003e\u003cimg alt=\"Emergency Power Stacking\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_img6.webp?v=1774549411\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFeatures \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"cd-responsive-grid\"\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSeamless Integration\u003c\/strong\u003e Simply plug the proprietary cable into the main unit’s expansion port. Both units will charge and discharge as one unified system.\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eProven Reliability\u003c\/strong\u003e Utilizing advanced LiFePO4 chemistry, this battery provides 10 years of daily use (3000+ cycles) before reaching 80% capacity.\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSmart Monitoring\u003c\/strong\u003e View real-time battery health, temperature, and charging status for the extra battery directly through the EcoFlow app dashboard.\u003c\/div\u003e\n\u003cdiv class=\"cd-feature-card\"\u003e\n\u003cstrong\u003eSpace-Saving Design\u003c\/strong\u003e Engineered for stability and compactness, the extra battery can be stacked directly with the main unit to minimize your footprint.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-box-graphic\"\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003cimg alt=\"EcoFlow DELTA 3 Max Plus Extra Battery Package Contents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_whats_in_the_box_img9.webp?v=1774549411\"\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"cd-spec-container\"\u003e\n\u003cdiv class=\"cd-spec-header\"\u003e\n\u003cspan\u003eComponent\u003c\/span\u003e \u003cspan\u003eSpecification\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eCapacity\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e2048Wh (51.2V 40Ah)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eBattery Type\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003eLFP (LiFePO4)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eCharge Temp\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e32°F - 113°F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eDischarge Temp\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e14°F - 113°F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e~35.3 lbs (16 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-spec-row\"\u003e\n\u003cspan class=\"cd-spec-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"cd-spec-value\"\u003e10 Years\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-footer-tagline\"\u003eQuality Gear for Indoors \u0026amp; Out. \u003cstrong\u003eThe Cabin Depot\u003csup\u003e®\u003c\/sup\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"EcoFlow","offers":[{"title":"Default Title","offer_id":43776645693537,"sku":"EFD3MP-EB","price":1399.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_Delta_3_Max_Plus_Extra_Battery_img3.webp?v=1774549819","url":"https:\/\/thecabindepot.ca\/products\/ecoflow-delta-3-max-plus-extra-battery","provider":"The Cabin Depot","version":"1.0","type":"link"}