{"product_id":"ecoflow-river-3-plus-portable-power-station","title":"EcoFlow RIVER 3 Plus Portable Power Station","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n    \u003ctitle\u003eEcoFlow RIVER 3 Plus Portable Power Station\u003c\/title\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\/* Author: Kenton Jones\nContent: EcoFlow RIVER 3 Plus Portable Power Station\nContact: kenton.jones@cabindepot.com\n\nHOW TO USE THIS STYLESHEET:\n1. All styles are locked inside \".cd-product-description\".\n2. Edit brand colors: Blue (#2064ff), Black (#000000).\n3. Tables automatically transform into cards on screens smaller than 600px.\n*\/\n\n.cd-product-description {\n    font-family: 'Lato', sans-serif;\n    color: #333;\n    line-height: 1.6;\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    box-sizing: border-box;\n}\n\n.cd-product-description h1 {\n    text-align: center;\n    color: #000;\n    margin-bottom: 20px;\n}\n\n.cd-product-description h2 {\n    color: #000;\n    border-left: 5px solid #2064ff;\n    padding-left: 15px;\n    margin-top: 40px;\n}\n\n.cd-product-description .cd-accent-text {\n    color: #2064ff;\n    font-weight: bold;\n}\n\n.cd-product-description img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    margin: 20px auto;\n    border-radius: 8px;\n}\n\n.cd-product-description .cd-banner-text {\n    text-align: center;\n    padding: 20px;\n    background: #f9f9f9;\n    border-radius: 8px;\n    margin: 20px 0;\n}\n\n\/* Feature Grid *\/\n.cd-responsive-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.cd-feature-card {\n    padding: 20px;\n    border: 1px solid #eee;\n    border-radius: 8px;\n    text-align: center;\n    transition: transform 0.2s;\n}\n\n.cd-feature-card:hover {\n    transform: translateY(-5px);\n    border-color: #2064ff;\n}\n\n.cd-feature-card strong {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 1.1em;\n}\n\n\/* Table Design *\/\n.cd-table-container {\n    overflow-x: auto;\n    margin: 30px 0;\n}\n\n.cd-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: transparent;\n}\n\n.cd-spec-table th, .cd-spec-table td {\n    padding: 12px 15px;\n    text-align: left;\n    border-bottom: 1px solid #eee;\n}\n\n.cd-spec-table th {\n    background-color: #f4f4f4;\n    color: #000;\n    width: 35%;\n}\n\n.cd-spec-table tr:hover td {\n    background-color: #f9faff; \n}\n\n\/* Mobile-First Table (Cards) *\/\n@media (max-width: 600px) {\n    .cd-spec-table thead {\n        display: none;\n    }\n    .cd-spec-table tr {\n        display: block;\n        margin-bottom: 15px;\n        border: 1px solid #eee;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .cd-spec-table td {\n        display: block;\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n    }\n    .cd-spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 15px;\n        width: 45%;\n        font-weight: bold;\n        text-align: left;\n    }\n    .cd-spec-table th {\n        display: block;\n        width: 100%;\n        background-color: #333; \n        color: white;\n        box-sizing: border-box;\n    }\n}\n\n\/* App Buttons *\/\n.cd-link-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    justify-content: center;\n    margin: 40px 0;\n}\n\n.cd-app-btn {\n    background: #000;\n    color: #fff !important;\n    padding: 10px 24px;\n    border-radius: 8px;\n    text-decoration: none;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 0.9em;\n    border: 2px solid #000;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n}\n\n.cd-app-btn:hover {\n    background: #2064ff;\n    border-color: #2064ff;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 12px rgba(32,100,255,0.2);\n}\n\n.cd-app-btn span {\n    display: block;\n    line-height: 1.2;\n}\n\n.cd-app-btn .cd-btn-small {\n    font-size: 0.75em;\n    font-weight: normal;\n}\n\n.cd-app-btn .cd-btn-large {\n    font-size: 1.1em;\n    font-weight: bold;\n}\n\n\/* Notification Blurbs *\/\n.cd-notice-box {\n    background-color: #f9f9f9;\n    border: 1px solid #eee;\n    padding: 20px;\n    border-radius: 8px;\n    margin: 25px 0;\n}\n\n.cd-notice-expansion {\n    border-left: 4px solid #2064ff;\n    background-color: #fcfdff;\n}\n\n.cd-notice-warranty {\n    border-left: 4px solid #333;\n    background-color: #f9f9f9;\n    font-size: 0.95em;\n}\n\n.cd-notice-box strong {\n    color: #000;\n}\n\n.cd-notice-box p {\n    margin: 5px 0;\n}\n\n.cd-notice-box ul {\n    margin: 10px 0 0 0;\n    padding-left: 20px;\n}\n\n.cd-notice-box a {\n    color: #2064ff;\n    font-weight: bold;\n    text-decoration: underline;\n}\n\n.cd-notice-box a:hover {\n    text-decoration: none;\n}\n\n.cd-footnotes {\n    font-size: 0.85em;\n    color: #777;\n    margin-top: 50px;\n    border-top: 1px solid #eee;\n    padding-top: 20px;\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cd-product-description\"\u003e\n    \u003ch1\u003e\u003cstrong\u003eEcoFlow RIVER 3 Plus Portable Power Station\u003c\/strong\u003e\u003c\/h1\u003e\n\n    \u003cdiv class=\"cd-banner-text\"\u003e\n        \u003cp class=\"cd-accent-text\"\u003ePro-Grade UPS Solution \u0026amp; High-Efficiency 600W Output\u003c\/p\u003e\n        \u003cp\u003eRedefining compact power with groundbreaking X-GaNPower efficiency. The ultimate guardian for your home office, gaming setup, and medical devices.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_ad1.webp?v=1771354488\" alt=\"EcoFlow RIVER 3 Plus Key Features Overview\"\u003e\n\n    \u003ch2\u003eOverview: Professional Protection \u0026amp; Performance\u003c\/h2\u003e\n    \u003csection\u003e\n        \u003cp\u003eThe \u003cstrong\u003eEcoFlow RIVER 3 Plus\u003c\/strong\u003e is the elite performance choice in the compact battery class. Featuring a \u003cstrong\u003epro-grade \u0026lt;10ms UPS switchover\u003c\/strong\u003e, it provides immediate protection for precision electronics such as servers, NAS systems, and desktop computers during sudden outages. Leveraging \u003cstrong\u003eX-GaNPower\u003c\/strong\u003e technology, this series delivers up to twice the operating time for network equipment compared to traditional models.\u003c\/p\u003e\n        \n        \u003cdiv class=\"cd-responsive-grid\"\u003e\n            \u003cdiv class=\"cd-feature-card\"\u003e\n                \u003cstrong\u003e286Wh Capacity\u003c\/strong\u003e\n                Compact LFP energy storage optimized for essential light-draw devices.\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-feature-card\"\u003e\n                \u003cstrong\u003e600W AC Rated Output\u003c\/strong\u003e\n                Power 90% of household appliances, with 1200W X-Boost for small heating tools.\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-feature-card\"\u003e\n                \u003cstrong\u003e\u0026lt;10ms Pro-Grade UPS\u003c\/strong\u003e\n                Barley noticeable switchover time to keep precision equipment online.\n            \u003c\/div\u003e\n            \u003cdiv class=\"cd-feature-card\"\u003e\n                \u003cstrong\u003e1 Hour X-Stream Charging\u003c\/strong\u003e\n                Recharge from 0-100% in just 60 minutes via a standard wall outlet.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_ad2.webp?v=1771354488\" alt=\"EcoFlow RIVER 3 Plus Efficiency and Runtime Comparison\"\u003e\n\n    \u003ch2\u003eLightweight Frame, Heavyweight Efficiency\u003c\/h2\u003e\n    \u003csection\u003e\n        \u003cp\u003eMinimizing heat loss through advanced GaN hardware, the RIVER 3 Plus remains exceptionally compact for easy on-the-go use. Weighing only \u003cstrong\u003e10.36 lbs\u003c\/strong\u003e, it is 30% smaller than the industry average while providing a library-quiet operation of \u003cstrong\u003eunder 30dB\u003c\/strong\u003e. It is the perfect companion for bedside home backup or quiet remote work environments.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_ad4.webp?v=1771354488\" alt=\"RIVER 3 Plus Portability and Quiet Operation\"\u003e\n\n    \u003ch2\u003eIntelligent Control \u0026amp; Data Interface\u003c\/h2\u003e\n    \u003csection\u003e\n        \u003cp\u003eCommand your energy via the updated EcoFlow App. Monitor advanced charging status, set timed charging missions to save on utility bills, and receive low-battery alerts. The RIVER 3 Plus includes a dedicated \u003cstrong\u003eUSB-B data interface\u003c\/strong\u003e for PC and NAS compatibility, allowing for automatic data saving and safe shutdowns.\u003c\/p\u003e\n        \n        \u003cdiv class=\"cd-link-container\"\u003e\n            \u003ca href=\"https:\/\/apps.apple.com\/us\/app\/ecoflow-power-a-new-world\/id1506693140\" class=\"cd-app-btn\" target=\"_blank\"\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"cd-btn-small\"\u003eDownload on the\u003c\/span\u003e\n                    \u003cspan class=\"cd-btn-large\"\u003eApp Store\u003c\/span\u003e\n                \u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.ecoflow\" class=\"cd-app-btn\" target=\"_blank\"\u003e\n                \u003cspan\u003e\n                    \u003cspan class=\"cd-btn-small\"\u003eGet it on\u003c\/span\u003e\n                    \u003cspan class=\"cd-btn-large\"\u003eGoogle Play\u003c\/span\u003e\n                \u003c\/span\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_App_ad6.webp?v=1771354488\" alt=\"EcoFlow App Monitoring and Remote Control Interface\"\u003e\n\n    \u003cdiv class=\"cd-notice-box cd-notice-expansion\"\u003e\n        \u003cp\u003e\u003cstrong\u003eNeed more runtime?\u003c\/strong\u003e The RIVER 3 Plus is expandable up to \u003cstrong\u003e858Wh\u003c\/strong\u003e using a wire-free, stackable connection. It is compatible with the following Extra Batteries via an XT150 Output Cable:\u003c\/p\u003e\n        \u003cul\u003e\n            \u003cli\u003eDELTA 3 Extra Battery\u003c\/li\u003e\n            \u003cli\u003eDELTA Pro 3 Extra Battery\u003c\/li\u003e\n            \u003cli\u003eDELTA 2 Max Extra Battery\u003c\/li\u003e\n            \u003cli\u003eDELTA 2 Extra Battery\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_comparison_chart_ad3.webp?v=1771354488\" alt=\"EcoFlow RIVER Series Model Comparison Chart\"\u003e\n\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"cd-table-container\"\u003e\n        \u003ctable class=\"cd-spec-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eDimensions\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e9.21 x 9.13 x 5.75 in (234 x 232 x 146 mm)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eNet Weight\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003eApprox. 10.36 lbs (4.7 kg)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eRated Capacity\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e286 Wh (22.4V, 12.8Ah)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eBattery Chemistry\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003eLiFePO₄ (LFP)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eCycle Life\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e3000 cycles to 80%+ capacity\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eAC Output\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e3 outlets, 600W total (Surge 1200W)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eX-Boost™ Output\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003eUp to 1200W (for heating\/motor devices)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eUSB-C Output\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e1 port, 100W Max\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eUSB-A Output\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e2 ports, 12W Max per port (24W total)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eSolar Input\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e11-55V, 13A, 220W Max\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eAC Charging Input\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e380W Max (0-100% in 60 mins)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eUPS Transfer Time\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e\u0026lt; 10ms (Pro-Grade)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003cth data-label=\"Category\"\u003eWarranty\u003c\/th\u003e\n                    \u003ctd data-label=\"Value\"\u003e5 Years\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cd-notice-box cd-notice-warranty\"\u003e\n        \u003cp\u003e\u003cstrong\u003eNote for Owners:\u003c\/strong\u003e To ensure you receive full support and coverage, please \u003ca href=\"https:\/\/www.ecoflow.com\/ca\/login?redirect=ca\/support\/warranty\" target=\"_blank\"\u003eregister your warranty\u003c\/a\u003e on the manufacturer's website after receiving your unit.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eHardware \u0026amp; Interface Details\u003c\/h2\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_product_details_ad7.webp?v=1771354488\" alt=\"EcoFlow RIVER 3 Plus Diagram and Port Layout\"\u003e\n\n    \u003ch2\u003eWhat's In The Box\u003c\/h2\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_Whats_in_the_box.webp?v=1771354488\" alt=\"EcoFlow RIVER 3 Plus Contents\"\u003e\n    \u003cul\u003e\n        \u003cli\u003eEcoFlow RIVER 3 Plus Portable Power Station\u003c\/li\u003e\n        \u003cli\u003eAC Charging Cable\u003c\/li\u003e\n        \u003cli\u003eCar Charging Cable\u003c\/li\u003e\n        \u003cli\u003eUSB-B to USB-A UPS Communication Cable\u003c\/li\u003e\n        \u003cli\u003eQuick Start Guide \u0026amp; Warranty Card\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"cd-footnotes\"\u003e\n        \u003cp\u003e[1] Double runtime claim based on tests using light appliances under 100W, such as a 3W light or Wi-Fi router.\u003c\/p\u003e\n        \u003cp\u003e[2] Noise level data based on lab tests conducted at 89.6°F. Actual performance may vary with usage and environment.\u003c\/p\u003e\n        \u003cp\u003e[3] IP54 water-resistance rating applies specifically to the internal battery pack. Do not submerge the entire unit.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"EcoFlow","offers":[{"title":"Default Title","offer_id":43658775756897,"sku":"EFRIVER3Plus-US","price":299.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/EcoFlow_RIVER_3_Plus_Portable_Power_Station_img1.webp?v=1771354488","url":"https:\/\/thecabindepot.ca\/products\/ecoflow-river-3-plus-portable-power-station","provider":"The Cabin Depot","version":"1.0","type":"link"}