{"product_id":"erayak-off-grid-power-essentials-bundle","title":"Off-Grid Pro Max: Complete Power Solution","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eERAYAK Ultimate Generator Utility Bundle\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-dark: #0f172a;\n            --accent-orange: #f97316;\n            --accent-blue: #0284c7;\n            --surface: #ffffff;\n            --bg-light: #f8fafc;\n            --text-main: #1e293b;\n            --text-muted: #64748b;\n            --border: #e2e8f0;\n            --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n\n        body {\n            font-family: 'Inter', sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            line-height: 1.6;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::after {\n            content: \"\";\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: url('https:\/\/www.transparenttextures.com\/patterns\/carbon-fibre.png');\n            opacity: 0.1;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            font-weight: 900;\n            margin: 0 0 20px;\n            letter-spacing: -2px;\n            line-height: 1.1;\n        }\n\n        .hero .bundle-tag {\n            background: var(--accent-orange);\n            color: white;\n            padding: 8px 20px;\n            border-radius: 50px;\n            font-weight: 700;\n            text-transform: uppercase;\n            font-size: 0.9rem;\n            display: inline-block;\n            margin-bottom: 20px;\n        }\n\n        .hero p {\n            font-size: 1.2rem;\n            color: #cbd5e1;\n            max-width: 700px;\n            margin: 0 auto 40px;\n        }\n\n        \/* Floating Specs Container *\/\n        .specs-row {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            max-width: 1200px;\n            margin: -60px auto 60px;\n            padding: 0 20px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .spec-item {\n            background: var(--surface);\n            padding: 30px;\n            border-radius: 20px;\n            box-shadow: var(--shadow);\n            text-align: center;\n            border-bottom: 4px solid var(--accent-orange);\n            transition: transform 0.3s ease;\n        }\n\n        .spec-item:hover { transform: translateY(-10px); }\n\n        .spec-item .icon { font-size: 2rem; margin-bottom: 10px; }\n        .spec-item .label { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; }\n        .spec-item .value { font-size: 1.2rem; font-weight: 800; display: block; margin-top: 5px; }\n\n        \/* Product Showcase Layout *\/\n        .container { max-width: 1100px; margin: 0 auto; padding: 40px 20px; }\n\n        .product-section {\n            display: flex;\n            align-items: center;\n            gap: 60px;\n            margin-bottom: 100px;\n        }\n\n        .product-section:nth-child(even) { flex-direction: row-reverse; }\n\n        .product-info { flex: 1; }\n        .product-info h3 {\n            font-size: 2rem;\n            margin-top: 0;\n            color: var(--primary-dark);\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .product-info p { color: var(--text-body); font-size: 1.1rem; }\n\n        .tag {\n            color: var(--accent-orange);\n            font-weight: 700;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n\n        .feature-list li {\n            padding-left: 30px;\n            position: relative;\n            margin-bottom: 12px;\n            font-weight: 500;\n        }\n\n        .feature-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: var(--accent-orange);\n            font-weight: 900;\n        }\n\n        \/* Summary Section *\/\n        .summary-box {\n            background: var(--surface);\n            border-radius: 30px;\n            padding: 60px;\n            text-align: center;\n            box-shadow: var(--shadow);\n            margin-top: 50px;\n            border: 1px solid var(--border);\n        }\n\n        .summary-box h2 { font-size: 2.5rem; margin-bottom: 30px; }\n\n        .benefit-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .benefit-card {\n            background: var(--bg-light);\n            padding: 30px;\n            border-radius: 20px;\n            text-align: left;\n        }\n\n        .benefit-card h4 { margin-top: 0; color: var(--accent-blue); }\n\n        \/* CTA Bar *\/\n        .cta-bar {\n            background: var(--primary-dark);\n            color: white;\n            padding: 40px;\n            border-radius: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-top: 80px;\n        }\n\n        .btn {\n            background: var(--accent-orange);\n            color: white;\n            padding: 18px 45px;\n            border-radius: 12px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s;\n        }\n\n        .btn:hover { background: #ea580c; transform: scale(1.05); }\n\n        @media (max-width: 768px) {\n            .product-section, .product-section:nth-child(even) { flex-direction: column; text-align: center; }\n            .hero h1 { font-size: 2.5rem; }\n            .benefit-grid { grid-template-columns: 1fr; }\n            .cta-bar { flex-direction: column; gap: 30px; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cspan class=\"bundle-tag\"\u003eExclusive 5-in-1 Bundle\u003c\/span\u003e\n            \u003ch1\u003eERAYAK Ultimate Generator Utility Bundle\u003c\/h1\u003e\n            \u003cp\u003eOne purchase. Complete control. The all-in-one upgrade kit designed for mobility, safety, and long-term protection.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"specs-row\"\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"icon\"\u003e⛽\u003c\/div\u003e\n            \u003cspan class=\"label\"\u003eRefueling\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e5.3 Gal Capacity\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"icon\"\u003e📏\u003c\/div\u003e\n            \u003cspan class=\"label\"\u003eExtension\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e25ft Cord Reel\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"icon\"\u003e🛞\u003c\/div\u003e\n            \u003cspan class=\"label\"\u003eMobility\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003eAll-Terrain Tires\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n            \u003cspan class=\"label\"\u003eFast Charging\u003c\/span\u003e\n            \u003cspan class=\"value\"\u003e54W Dual PD\/QC\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \n        \u003cdiv class=\"product-section\"\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003cspan class=\"tag\"\u003eMobility\u003c\/span\u003e\n                \u003ch3\u003ePortable Inverter Wheel Kit\u003c\/h3\u003e\n                \u003cp\u003eStop the heavy lifting. This kit transforms your stationary generator into a mobile powerhouse.\u003c\/p\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eNever-flat, all-terrain tires\u003c\/li\u003e\n                    \u003cli\u003eTelescopic handle for ergonomic control\u003c\/li\u003e\n                    \u003cli\u003ePerfect fit for EYG series generators\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-section\"\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003cspan class=\"tag\"\u003eRefueling Safety\u003c\/span\u003e\n                \u003ch3\u003e5.3 Gal Safe-Flo Gas Can\u003c\/h3\u003e\n                \u003cp\u003eEngineered for professionals. Refuel your generator without spills or dangerous fumes.\u003c\/p\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eAuto Shut-Off spout prevents overfilling\u003c\/li\u003e\n                    \u003cli\u003eFlame Shield safety system integrated\u003c\/li\u003e\n                    \u003cli\u003eIndustrial-grade high-density material\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-section\"\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003cspan class=\"tag\"\u003ePower Reach\u003c\/span\u003e\n                \u003ch3\u003e25ft Retractable Cord Reel\u003c\/h3\u003e\n                \u003cp\u003eKeep your generator at a safe distance while bringing the power exactly where you need it.\u003c\/p\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e25ft Heavy-duty 16\/3 AWG SJTW cord\u003c\/li\u003e\n                    \u003cli\u003eHand-wind reel eliminates tangles\u003c\/li\u003e\n                    \u003cli\u003eTriple-tap outlet for multiple devices\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-section\"\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003cspan class=\"tag\"\u003eDigital Charging\u003c\/span\u003e\n                \u003ch3\u003e54W Fast Car Charger [2026]\u003c\/h3\u003e\n                \u003cp\u003eMaximize your generator’s DC port to charge laptops and phones at lightning speed.\u003c\/p\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003eDual Port: USB-C PD 3.0 \u0026amp; QC 3.0\u003c\/li\u003e\n                    \u003cli\u003eReal-time LED voltage display\u003c\/li\u003e\n                    \u003cli\u003eUniversal fit for generator 12V outlets\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-section\"\u003e\n            \u003cdiv class=\"product-info\"\u003e\n                \u003cspan class=\"tag\"\u003eProtection\u003c\/span\u003e\n                \u003ch3\u003eUniversal Waterproof Cover\u003c\/h3\u003e\n                \u003cp\u003eA fortress for your investment. Protect against rain, sun, dust, and rust.\u003c\/p\u003e\n                \u003cul class=\"feature-list\"\u003e\n                    \u003cli\u003e100% Waterproof seam-sealed fabric\u003c\/li\u003e\n                    \u003cli\u003eUV-Resistant coating prevents fading\u003c\/li\u003e\n                    \u003cli\u003eIncludes compact PU storage bag\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"summary-box\"\u003e\n            \u003ch2\u003eWhy This Bundle?\u003c\/h2\u003e\n            \u003cdiv class=\"benefit-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ch4\u003eAll-In-One Value\u003c\/h4\u003e\n                    \u003cp\u003eEverything you need for your generator in a single purchase at a bundled price.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ch4\u003eEngineered Safety\u003c\/h4\u003e\n                    \u003cp\u003eFrom spill-proof cans to flame-shield technology, safety is built-in.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003ch4\u003eUniversal Fit\u003c\/h4\u003e\n                    \u003cp\u003eSpecifically curated to work seamlessly with ERAYAK and major inverter brands.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cta-bar\"\u003e\n                \u003cdiv style=\"text-align: left;\"\u003e\n                    \u003ch3 style=\"margin:0\"\u003eReady to Upgrade?\u003c\/h3\u003e\n                    \u003cp style=\"margin:5px 0 0; color: #cbd5e1;\"\u003eGet the complete utility kit today.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ca href=\"#\" class=\"btn\"\u003eGet The Bundle Now\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cfooter style=\"text-align: center; padding: 40px; color: var(--text-muted); font-size: 0.9rem;\"\u003e\n        © 2026 ERAYAK TECHNOLOGY. PROFESSIONAL POWER ARCHITECTURE.\n    \u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Erayak Power","offers":[{"title":"Default Title","offer_id":48562173182157,"sku":null,"price":201.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0583\/2831\/8157\/files\/erayak-off-grid-power-essentials-bundle-erayak-power-1528439.jpg?v=1778151436","url":"https:\/\/erayakpower.com\/fr\/products\/erayak-off-grid-power-essentials-bundle","provider":"Erayak Power","version":"1.0","type":"link"}