{"title":"Solar Lighting","description":"\u003cp data-imt_insert_failed=\"1\" data-end=\"241\" data-start=\"0\"\u003eBrighten up your yard the easy way with solar powered outdoor lights. Just place them where you need extra glow—along a walkway, in the garden, by the patio, or near the driveway—and let the sun do the work. No wiring, no outlets, no hassle.\u003c\/p\u003e\n\u003cp data-end=\"538\" data-start=\"243\"\u003eThese solar lights charge during the day and automatically turn on at dusk, then shut off at dawn. They’re a simple, energy-saving upgrade that adds both safety and curb appeal. Whether you’re hosting friends outside or just coming home after dark, you’ll appreciate the warm, reliable lighting.\u003c\/p\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"746\" data-start=\"540\"\u003eBuilt for real weather, they’re designed to handle rain, heat, and cold. Set them once, enjoy them every night. Perfect for everyday use, holiday decor, or adding a clean, modern look to your outdoor space.\u003c\/p\u003e","products":[{"product_id":"42w-12-solar-attic-fan-with-smart-power-adapter-remote","title":"42W 12\" Solar Attic Fan with Smart Power Adapter+Remote","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@500;600;700;800\u0026amp;family=Open+Sans:wght@400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary: #2c5282;\n            --accent: #e67e22;\n            --accent-light: #fad7a0;\n            --accent-dark: #c45a10;\n            --secondary: #3498db;\n            --light: #f7fafc;\n            --dark: #2c3e50;\n            --gradient-primary: linear-gradient(135deg, var(--primary) 0%, #4a7cad 100%);\n            --gradient-accent: linear-gradient(135deg, var(--accent) 0%, #f39c12 100%);\n            --gradient-secondary: linear-gradient(135deg, var(--secondary) 0%, #5dade2 100%);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Open Sans', sans-serif;\n        }\n\n        body {\n            color: #4a5568;\n            line-height: 1.6;\n            background-color: #f0f4f8;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            color: var(--dark);\n        }\n\n        p {\n            font-size: 1.05rem;\n            color: #2d3748;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .content-section {\n            margin: 50px 0; \/* 从80px减少到50px *\/\n            padding: 20px 0;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.1rem; \/* 从2.3rem减小 *\/\n            margin-bottom: 35px; \/* 从50px减少 *\/\n            position: relative;\n            color: var(--primary);\n        }\n\n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px; \/* 从100px减小 *\/\n            height: 4px; \/* 从5px减小 *\/\n            background: var(--gradient-accent);\n            margin: 10px auto; \/* 从15px减少 *\/\n            border-radius: 3px;\n        }\n\n        \/* Header *\/\n        header {\n            background: var(--gradient-primary);\n            color: white;\n            text-align: center;\n            padding: 60px 20px 80px; \/* 减少内边距 *\/\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 30px; \/* 从40px减小 *\/\n        }\n\n        .header-decor {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            overflow: hidden;\n            z-index: 1;\n        }\n\n        .circle {\n            position: absolute;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n        }\n\n        .circle-1 {\n            width: 350px; \/* 从400px减小 *\/\n            height: 350px; \/* 从400px减小 *\/\n            top: -120px; \/* 从-150px调整 *\/\n            right: -80px; \/* 从-100px调整 *\/\n        }\n\n        .circle-2 {\n            width: 250px; \/* 从300px减小 *\/\n            height: 250px; \/* 从300px减小 *\/\n            bottom: -80px; \/* 从-100px调整 *\/\n            left: -60px; \/* 从-80px调整 *\/\n        }\n\n        .header-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .model {\n            font-size: 1rem; \/* 从1.1rem减小 *\/\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            margin-bottom: 10px; \/* 从15px减小 *\/\n            color: rgba(255, 255, 255, 0.9);\n            font-weight: 600;\n        }\n\n        header h1 {\n            font-size: 2.5rem; \/* 从3rem减小 *\/\n            color: white;\n            margin-bottom: 15px; \/* 从20px减小 *\/\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n\n        .tagline {\n            font-size: 1.4rem; \/* 从1.6rem减小 *\/\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 600;\n            color: rgba(255, 255, 255, 0.95);\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px; \/* 从30px减小 *\/\n            margin: 30px 0; \/* 从40px减小 *\/\n        }\n\n        .feature-item {\n            background: white;\n            border-radius: 12px;\n            padding: 25px; \/* 从30px减小 *\/\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border: none;\n        }\n\n        .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);\n        }\n\n        .feature-icon {\n            font-size: 2.5rem; \/* 从2.8rem减小 *\/\n            color: var(--accent);\n            margin-bottom: 15px; \/* 从20px减小 *\/\n            text-align: center;\n        }\n\n        .feature-title {\n            font-size: 1.3rem; \/* 从1.4rem减小 *\/\n            margin-bottom: 12px; \/* 从15px减小 *\/\n            color: var(--primary);\n            text-align: center;\n        }\n\n        .feature-content {\n            text-align: center;\n        }\n\n        .warranty-badge {\n            display: inline-block;\n            background: rgba(230, 126, 34, 0.12);\n            color: var(--accent-dark);\n            padding: 6px 15px; \/* 从8px 18px减小 *\/\n            border-radius: 30px;\n            font-weight: 600;\n            margin-top: 10px; \/* 从15px减小 *\/\n            font-size: 0.95rem; \/* 从1rem减小 *\/\n        }\n\n        \/* Thermostat Section *\/\n        .thermostat-container {\n            background: white;\n            border-radius: 15px;\n            padding: 30px; \/* 从40px 30px减小 *\/\n            max-width: 1000px;\n            margin: 0 auto;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n        }\n\n        .temp-graphic {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            height: 90px; \/* 从100px减小 *\/\n            background: linear-gradient(to right, #3498db, #2ecc71, #e74c3c);\n            border-radius: 50px;\n            margin: 30px auto; \/* 从40px减小 *\/\n            position: relative;\n            max-width: 900px;\n        }\n\n        .temp-marker {\n            position: absolute;\n            top: -35px; \/* 从-40px调整 *\/\n            font-weight: 700;\n            text-align: center;\n            min-width: 80px; \/* 从90px减小 *\/\n            background: white;\n            color: var(--primary);\n            padding: 5px 10px; \/* 从6px 12px减小 *\/\n            border-radius: 20px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n            font-size: 0.9rem; \/* 从0.95rem减小 *\/\n            z-index: 2;\n        }\n\n        .off-marker {\n            left: 25%;\n            transform: translateX(-50%);\n        }\n\n        .on-marker {\n            left: 75%;\n            transform: translateX(-50%);\n        }\n\n        .temp-indicator {\n            position: absolute;\n            top: 100%;\n            width: 3px;\n            height: 20px;\n            background: var(--primary);\n            border-radius: 2px;\n        }\n\n        .off-indicator {\n            left: 25%;\n        }\n\n        .on-indicator {\n            left: 75%;\n        }\n\n        .temp-label {\n            flex: 1;\n            text-align: center;\n            font-weight: 600;\n            color: white;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.3);\n            padding: 0 10px;\n            font-size: 1rem; \/* 从1.05rem减小 *\/\n        }\n\n        \/* Specifications *\/\n        .specs-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px; \/* 从25px减小 *\/\n            margin: 25px 0; \/* 从35px减小 *\/\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 14px; \/* 从16px减小 *\/\n            text-align: left;\n            border-bottom: 1px solid #edf2f7;\n        }\n\n        .specs-table tr:last-child th, \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .specs-table th {\n            background-color: #ebf8ff;\n            font-weight: 600;\n            color: var(--primary);\n            width: 40%;\n        }\n\n        .highlight {\n            color: var(--accent-dark);\n            font-weight: 700;\n        }\n\n        .mobile-specs-table {\n            display: none;\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            margin: 25px 0; \/* 从30px减小 *\/\n        }\n        \n        \/* Specification Download Button *\/\n        .spec-download-btn-container {\n            text-align: center;\n            margin: 25px auto; \/* 从30px减小 *\/\n        }\n        \n        .spec-download-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 12px 25px; \/* 从15px 30px减小 *\/\n            background: var(--gradient-primary);\n            color: white;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1rem; \/* 从1.1rem减小 *\/\n            box-shadow: 0 5px 15px rgba(44, 82, 130, 0.3);\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-family: 'Montserrat', sans-serif;\n            gap: 8px; \/* 从10px减小 *\/\n        }\n        \n        .spec-download-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(44, 82, 130, 0.4);\n            background: var(--gradient-secondary);\n        }\n        \n        .spec-download-btn i {\n            font-size: 1.1em; \/* 从1.2em减小 *\/\n        }\n\n        \/* Power Section *\/\n        .power-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px; \/* 从35px减小 *\/\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .power-item {\n            background: white;\n            border-radius: 15px;\n            padding: 30px; \/* 从35px 30px减小 *\/\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n        }\n\n        .power-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);\n        }\n\n        .power-icon {\n            font-size: 3rem; \/* 从3.5rem减小 *\/\n            margin-bottom: 20px; \/* 从25px减小 *\/\n        }\n\n        .day-power .power-icon {\n            color: #f39c12;\n        }\n\n        .night-power .power-icon {\n            color: #3498db;\n        }\n\n        .power-title {\n            font-size: 1.5rem; \/* 从1.6rem减小 *\/\n            margin-bottom: 12px; \/* 从15px减小 *\/\n            color: var(--primary);\n        }\n\n        \/* Installation *\/\n        .installation-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px; \/* 从25px减小 *\/\n            max-width: 1000px;\n            margin: 35px auto; \/* 从45px减小 *\/\n        }\n\n        .install-item {\n            text-align: center;\n            padding: 20px; \/* 从25px 20px减小 *\/\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n        }\n\n        .install-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);\n        }\n\n        .install-icon {\n            font-size: 2.5rem; \/* 从3rem减小 *\/\n            color: var(--accent);\n            margin-bottom: 12px; \/* 从15px减小 *\/\n        }\n\n        .install-title {\n            font-size: 1.3rem; \/* 从1.4rem减小 *\/\n            margin-bottom: 8px; \/* 从10px减小 *\/\n            color: var(--primary);\n        }\n\n        .shipping-info {\n            background: white;\n            padding: 25px; \/* 从30px减小 *\/\n            border-radius: 15px;\n            max-width: 550px;\n            margin: 0 auto;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            text-align: center;\n            border-top: 4px solid var(--accent);\n        }\n\n        .shipping-info h3 {\n            color: var(--primary);\n            font-size: 1.5rem; \/* 从1.6rem减小 *\/\n            margin-bottom: 12px; \/* 从15px减小 *\/\n        }\n\n        .shipping-info h3 i {\n            color: var(--accent);\n            margin-right: 10px; \/* 从12px减小 *\/\n        }\n\n        .shipping-info p {\n            font-size: 1.05rem;\n            margin: 6px 0; \/* 从8px减小 *\/\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            header h1 {\n                font-size: 2.2rem; \/* 从2.6rem减小 *\/\n            }\n            \n            .tagline {\n                font-size: 1.2rem; \/* 从1.4rem减小 *\/\n            }\n            \n            .section-title {\n                font-size: 1.8rem; \/* 从2rem减小 *\/\n                margin-bottom: 30px; \/* 从50px减小 *\/\n            }\n\n            .temp-graphic {\n                height: 80px; \/* 从90px减小 *\/\n                max-width: 95%;\n            }\n\n            .temp-marker {\n                font-size: 0.85rem; \/* 从0.9rem减小 *\/\n                min-width: 75px; \/* 从80px减小 *\/\n                top: -30px; \/* 从-35px调整 *\/\n            }\n        }\n\n        @media (max-width: 768px) {\n            .model {\n                font-size: 0.95rem; \/* 从1rem减小 *\/\n            }\n            \n            header h1 {\n                font-size: 2rem; \/* 从2.2rem减小 *\/\n            }\n            \n            .tagline {\n                font-size: 1.1rem; \/* 从1.2rem减小 *\/\n            }\n            \n            .section-title {\n                font-size: 1.6rem; \/* 从1.8rem减小 *\/\n                margin-bottom: 25px; \/* 从50px减小 *\/\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 20px; \/* 从30px减小 *\/\n                margin: 25px 0; \/* 从40px减小 *\/\n            }\n            \n            .specs-container {\n                display: none;\n            }\n            \n            .mobile-specs-table {\n                display: table;\n            }\n            \n            .power-container {\n                grid-template-columns: 1fr;\n                gap: 25px; \/* 从35px减小 *\/\n            }\n\n            .temp-graphic {\n                height: 70px; \/* 从80px减小 *\/\n                border-radius: 40px;\n            }\n\n            .temp-label {\n                font-size: 0.9rem; \/* 从0.9rem减小 *\/\n                padding: 0 5px;\n            }\n\n            .temp-marker {\n                top: -25px; \/* 从-30px调整 *\/\n                min-width: 65px; \/* 从70px减小 *\/\n                font-size: 0.8rem; \/* 从0.85rem减小 *\/\n                padding: 4px 8px; \/* 从5px 10px减小 *\/\n            }\n            \n            .spec-download-btn {\n                padding: 10px 20px; \/* 从12px 25px减小 *\/\n                font-size: 0.95rem; \/* 从1rem减小 *\/\n            }\n        }\n\n        @media (max-width: 480px) {\n            header {\n                padding: 40px 15px 60px; \/* 从60px 15px 80px减小 *\/\n            }\n            \n            header h1 {\n                font-size: 1.7rem; \/* 从1.9rem减小 *\/\n            }\n            \n            .tagline {\n                font-size: 1rem; \/* 从1.1rem减小 *\/\n            }\n            \n            .section-title {\n                font-size: 1.4rem; \/* 从1.6rem减小 *\/\n                margin-bottom: 20px; \/* 从50px减小 *\/\n            }\n            \n            .feature-item, .power-item, .install-item {\n                padding: 20px 15px; \/* 从25px 15px减小 *\/\n            }\n            \n            .feature-icon, .power-icon, .install-icon {\n                font-size: 2.2rem; \/* 从2.5rem减小 *\/\n            }\n\n            .temp-graphic {\n                height: 60px; \/* 从70px减小 *\/\n            }\n\n            .temp-label {\n                font-size: 0.75rem; \/* 从0.8rem减小 *\/\n            }\n\n            .temp-marker {\n                font-size: 0.7rem; \/* 从0.75rem减小 *\/\n                min-width: 55px; \/* 从60px减小 *\/\n                top: -20px; \/* 从-25px调整 *\/\n            }\n            \n            .spec-download-btn {\n                padding: 8px 16px; \/* 从10px 20px减小 *\/\n                font-size: 0.9rem; \/* 从0.95rem减小 *\/\n            }\n            \n            .content-section {\n                margin: 40px 0; \/* 移动端进一步减小 *\/\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Header Section --\u003e\u003cheader\u003e\n\u003cdiv class=\"header-decor\"\u003e\n\u003cdiv class=\"circle circle-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"circle circle-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003cdiv class=\"model\"\u003ePremium Solar Attic Fan\u003c\/div\u003e\n\u003ch1\u003eLANGY 42W Solar Attic Fan\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eReduce HVAC Costs Up to 40% \u0026amp; Protect Your Home Year-Round\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Key Features Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-money-bill-wave\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSlash HVAC Costs\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003e\u003cstrong\u003e  Winter: \u003c\/strong\u003ePrevents moisture buildup, reducing mold, rot, and insulation damage risks.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSummer:\u003c\/strong\u003e Reduces attic temperatures by up to \u003cstrong\u003e40°F\u003c\/strong\u003e, lowering AC workload and energy bills.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eSmart Thermostat Control\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003eBuilt-in preset thermostat for automatic operation:\u003c\/p\u003e\n\u003cul style=\"padding-left: 20px; margin: 12px 0; text-align: left;\"\u003e\n\u003cli\u003eAutomatically starts at \u003cstrong\u003e77°F\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eAutomatically stops at \u003cstrong\u003e73°F\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis feature can be disabled for manual control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-volume-mute\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eQuite \u0026amp; Maintenance-Free\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003e42W high-efficiency solar panel provides quiet, clean energy operation.\u003c\/p\u003e\n\u003cp\u003eLow noise level and no maintenance required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eBuilt to Last\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003eSteel support parts guarrantee solid structures and aluminum alloy frame delivers lightweight and conveniences\u003c\/p\u003e\n\u003cp\u003eHybrid solar + AC power ensures non-stop airflow 24\/7.\u003c\/p\u003e\n\u003cdiv class=\"warranty-badge\"\u003e\n\u003ci class=\"fas fa-award\"\u003e\u003c\/i\u003e 10-Year Limited Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Thermostat Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\u003ciframe title=\"LANGY solar attic fan installation ( replace turbine ventilator)\" src=\"https:\/\/www.youtube.com\/embed\/9Ea9nQ4WtI0\" height=\"360\" width=\"640\"\u003e\u003c\/iframe\u003e\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003eSmart Thermostat Operation\u003c\/h2\u003e\n\u003cdiv class=\"thermostat-container\"\u003e\n\u003cp style=\"max-width: 800px; text-align: center; margin: 0 auto 20px; font-size: 1.05rem;\"\u003eThe fan features intelligent thermostat control to optimize energy efficiency and maintain ideal attic conditions automatically.\u003c\/p\u003e\n\u003cdiv class=\"temp-graphic\"\u003e\n\u003cdiv class=\"temp-marker off-marker\"\u003e73°F OFF\u003c\/div\u003e\n\u003cdiv class=\"temp-marker on-marker\"\u003e77°F ON\u003c\/div\u003e\n\u003cdiv class=\"temp-indicator off-indicator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"temp-indicator on-indicator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"temp-label\"\u003eCool\u003c\/div\u003e\n\u003cdiv class=\"temp-label\"\u003eComfortable\u003c\/div\u003e\n\u003cdiv class=\"temp-label\"\u003eHot\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"max-width: 800px; text-align: center; margin: 20px auto 0; font-size: 1.05rem;\"\u003eThe fan automatically activates when attic temperature reaches 77°F and stops when it cools to 73°F, maintaining optimal conditions without manual intervention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003c!-- Specification Download Button --\u003e\n\u003cdiv class=\"spec-download-btn-container\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cspan style=\"color: rgb(255, 128, 0); text-decoration: underline;\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/solar_attic_fan-maual-two_page_view_9a628db5-a074-4a06-a19e-096aac99916d.pdf?v=1758641320\" title=\"LANGY SOLR ATTIC FAN\" rel=\"noopener\" style=\"color: rgb(255, 128, 0); text-decoration: underline;\" target=\"_blank\"\u003eDownload Full Specifications (PDF) \u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- Desktop View (2-column layout) --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eSF-42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd\u003e18V\/42W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd\u003e20.2\" x 17.75\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAirflow\u003c\/th\u003e\n\u003ctd\u003eUp to 1200 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoverage Area\u003c\/th\u003e\n\u003ctd\u003e2,200 sq\/ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAdapter Voltage\u003c\/th\u003e\n\u003ctd\u003e100-240V AC, 50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFan Speeds\u003c\/th\u003e\n\u003ctd\u003e8 levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eControls\u003c\/th\u003e\n\u003ctd\u003eBuilt-in Preset Thermostat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMotor Type\u003c\/th\u003e\n\u003ctd\u003eDC 30W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCap Dimension\u003c\/th\u003e\n\u003ctd\u003e18.25\" x 18.25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRough Cut-out\u003c\/th\u003e\n\u003ctd\u003e12.3\" x 12.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFlashing size\u003c\/th\u003e\n\u003ctd\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRemote control distance\u003c\/th\u003e\n\u003ctd\u003e65ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd class=\"highlight\"\u003e10 Years\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!-- Mobile View (single table) --\u003e\n\u003ctable style=\"width: 100.064%; height: 322.875px;\" class=\"mobile-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eModel\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003eSF-42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e18V\/42W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e20.2\" x 17.75\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eCoverage Area\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e2,200 sq\/ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003eUp to 1200 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eAdapter Voltage\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e100-240V AC, 50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eFan Speeds\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e8 levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eControls\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003eBuilt-in Preset Thermostat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eMotor Type\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003eDC 30W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eCap Dimension\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e18.25\" x 18.25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eRough Cut-out\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e12.3\" x 12.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eFlashing size\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eRemote control distance\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\"\u003e65ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.0625px;\"\u003e\n\u003cth style=\"width: 53.4349%; height: 23.0625px;\"\u003eWarranty\u003c\/th\u003e\n\u003ctd style=\"width: 46.501%; height: 23.0625px;\" class=\"highlight\"\u003e10 Years ※\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Hybrid Power Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e24\/7 Hybrid Power Operation\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 30px; font-size: 1.05rem;\"\u003eThe LANGY 42W's hybrid power system ensures continuous operation regardless of weather conditions, providing year-round attic ventilation.\u003c\/p\u003e\n\u003cdiv class=\"power-container\"\u003e\n\u003cdiv class=\"power-item day-power\"\u003e\n\u003cdiv class=\"power-icon\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"power-title\"\u003eDaytime Operation\u003c\/h3\u003e\n\u003cp\u003ePowered by high-efficiency solar panels using clean, renewable energy\u003c\/p\u003e\n\u003cp\u003e42W solar panel provides ample power for maximum airflow\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"power-item night-power\"\u003e\n\u003cdiv class=\"power-icon\"\u003e\n\u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"power-title\"\u003eNight \u0026amp; Cloudy Days\u003c\/h3\u003e\n\u003cp\u003eAutomatically switches to AC power when solar is insufficient or unavailable.\u003c\/p\u003e\n\u003cp\u003eThe adapter is a great supplement for the solar supply. And they can work independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: 20px;\"\u003e\n\u003cp style=\"font-size: 1.05rem; max-width: 800px; margin: 0 auto;\"\u003eThe hybrid power system ensures your attic stays ventilated day and night, 365 days a year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIY Installation Section --\u003e\n\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDIY-Friendly Installation\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 25px; font-size: 1.05rem;\"\u003eInstallation is intuitive and a breeze\u003c\/p\u003e\n\u003cdiv class=\"installation-container\"\u003e\n\u003cdiv class=\"install-item\"\u003e\n\u003cdiv class=\"install-icon\"\u003e\n\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eVideo Guide\u003c\/h3\u003e\n\u003cp\u003eStep-by-step installation video\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-item\"\u003e\n\u003cdiv class=\"install-icon\"\u003e\n\u003ci class=\"fas fa-toolbox\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eAll Hardware\u003c\/h3\u003e\n\u003cp\u003eEverything included\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-item\"\u003e\n\u003cdiv class=\"install-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eLeak-Proof\u003c\/h3\u003e\n\u003cp\u003eWatertight design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"install-item\"\u003e\n\u003cdiv class=\"install-icon\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"install-title\"\u003eQuick Setup\u003c\/h3\u003e\n\u003cp\u003e1-2 hours installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385685926085,"sku":"SF-42W","price":279.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/LANGY_800_x_800_px_3.jpg?v=1773411516"},{"product_id":"60w-90w-solar-outdoor-dusk-to-dawn-lights-with-remote-control","title":"60W 90W Solar Outdoor Dusk to Dawn Lights with Remote Control","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .product-header {\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-header h1 {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 800;\n            position: relative;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n        }\n        \n        .highlight-badge {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 8px 25px;\n            border-radius: 30px;\n            display: inline-block;\n            margin: 20px 0;\n            font-weight: 700;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto 20px;\n            opacity: 0.95;\n            position: relative;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            border: 1px solid #eef2f7;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            background: linear-gradient(135deg, #2a5a7f, #3a7aaf);\n            color: white;\n            font-size: 2.8rem;\n            padding: 30px 0;\n            text-align: center;\n            flex-shrink: 0;\n        }\n        \n        .feature-content {\n            padding: 25px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-content h3 {\n            color: #2a5a7f;\n            margin-bottom: 15px;\n            font-size: 1.35rem;\n            font-weight: 700;\n            min-height: 60px;\n        }\n        \n        .feature-content p {\n            margin-bottom: 15px;\n            color: #444;\n            flex-grow: 1;\n        }\n        \n        .highlight {\n            background: linear-gradient(to right, #fff9db, #ffec99);\n            padding: 15px;\n            border-radius: 8px;\n            margin: 10px 0 0;\n            border-left: 4px solid #ffd43b;\n            font-size: 0.9rem;\n        }\n        \n        .specs-section {\n            background: white;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n        }\n        \n        .section-title {\n            color: #2a5a7f;\n            text-align: center;\n            margin-bottom: 40px;\n            font-size: 2rem;\n            position: relative;\n            padding-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 5px;\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            border-radius: 3px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n        \n        .spec-item {\n            display: flex;\n            margin-bottom: 18px;\n            padding-bottom: 18px;\n            border-bottom: 1px dashed #e9ecef;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #2a5a7f;\n            min-width: 200px;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #333;\n            font-weight: 500;\n        }\n        \n        \/* Enhanced Modes Section *\/\n        .modes-section {\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            padding: 50px 30px;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .modes-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 60%);\n            z-index: 1;\n        }\n        \n        .modes-section .section-title {\n            color: white;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .modes-section .section-title::after {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n        }\n        \n        .modes-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .mode-card {\n            background: rgba(255, 255, 255, 0.12);\n            backdrop-filter: blur(10px);\n            border-radius: 12px;\n            padding: 25px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            text-align: center;\n            transition: all 0.4s ease;\n            color: white;\n        }\n        \n        .mode-card:hover {\n            background: rgba(255, 255, 255, 0.18);\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n        }\n        \n        .mode-number {\n            background: linear-gradient(135deg, #ffd700, #ffb700);\n            color: #1a3a5f;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-weight: 800;\n            font-size: 1.3rem;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.2);\n        }\n        \n        .mode-card h3 {\n            margin-bottom: 15px;\n            font-size: 1.25rem;\n            color: white;\n        }\n        \n        .mode-card p {\n            opacity: 0.9;\n            font-size: 0.95rem;\n            color: rgba(255, 255, 255, 0.92);\n        }\n        \n        .benefits-section {\n            background: white;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: #f8f9fa;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .benefit-item:hover {\n            transform: translateY(-5px);\n            background: #fff;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .benefit-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: #2a5a7f;\n            background: linear-gradient(135deg, #e6f2ff, #cce5ff);\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto;\n            flex-shrink: 0;\n        }\n        \n        .benefit-item h3 {\n            font-size: 1.25rem;\n            margin-bottom: 15px;\n            color: #2a5a5f;\n            min-height: 60px;\n        }\n        \n        .benefit-item p {\n            flex-grow: 1;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #e6f7ff, #c2e6ff);\n            border-radius: 12px;\n            padding: 40px 30px;\n            text-align: center;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .warranty-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200px;\n            height: 200px;\n            background: rgba(255, 215, 0, 0.1);\n            border-radius: 50%;\n        }\n        \n        .warranty-section::after {\n            content: '';\n            position: absolute;\n            bottom: -30%;\n            left: -30%;\n            width: 150px;\n            height: 150px;\n            background: rgba(42, 90, 127, 0.1);\n            border-radius: 50%;\n        }\n        \n        .warranty-badge {\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 10px 30px;\n            border-radius: 30px;\n            display: inline-block;\n            margin-bottom: 25px;\n            font-weight: 800;\n            font-size: 1.3rem;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n            position: relative;\n            z-index: 2;\n        }\n        \n        .cta-section {\n            text-align: center;\n            padding: 60px 20px;\n            background: linear-gradient(135deg, #1a3a5f, #2a5a7f);\n            color: white;\n            border-radius: 12px;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at top right, rgba(255,215,0,0.1) 0%, transparent 40%);\n        }\n        \n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 800;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .cta-subtitle {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            opacity: 0.9;\n            position: relative;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(to right, #ffd700, #ffb700);\n            color: #1a3a5f;\n            padding: 18px 50px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 1.2rem;\n            margin-top: 20px;\n            transition: all 0.4s ease;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.25);\n            position: relative;\n            z-index: 2;\n            border: none;\n            cursor: pointer;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.35);\n        }\n        \n        .guarantee {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .guarantee-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.1rem;\n        }\n        \n        .guarantee-item i {\n            color: #ffd700;\n            font-size: 1.5rem;\n        }\n        \n        .tips-section {\n            background: #fff9db;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            border-left: 5px solid #ffd43b;\n        }\n        \n        .tips-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n        \n        .tip-card {\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        }\n        \n        .tip-card h3 {\n            color: #2a5a7f;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.25rem;\n        }\n        \n        .tip-card h3 i {\n            color: #ffb700;\n            font-size: 1.5rem;\n        }\n        \n        \/* 响应式设计 *\/\n        @media (max-width: 1200px) {\n            .features-grid, .modes-grid, .benefits-grid {\n                grid-template-columns: repeat(2, minmax(0, 1fr));\n            }\n            \n            .feature-content h3, .benefit-item h3 {\n                min-height: auto;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 2.2rem;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n            }\n            \n            .spec-item {\n                flex-direction: column;\n                gap: 5px;\n            }\n            \n            .spec-label {\n                min-width: 100%;\n            }\n            \n            .features-grid, .modes-grid, .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .highlight-badge {\n                font-size: 0.95rem;\n                padding: 6px 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Product Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003eLANGY Solar Street Lights\u003c\/h1\u003e\n\u003cdiv class=\"highlight-badge\"\u003eNew Generation Solar Lighting Technology\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features Grid --\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAdvanced Solar Efficiency\u003c\/h3\u003e\n\u003cp\u003eEquipped with high-efficiency monocrystalline silicon solar cells boasting a remarkable 25% conversion rate. Fully charges in just 6-8 hours of direct sunlight.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e Massive 10000mAh battery capacity provides 10-12 hours of continuous illumination after a full charge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eSuper Bright Illumination\u003c\/h3\u003e\n\u003cp\u003eFeatures 180 premium 5730 LED beads delivering an incredible 6000-9000 lumens of bright white light - significantly brighter than standard solar lights.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Energy-efficient design requires no electricity costs while providing superior illumination for pathways and security areas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-brain\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eIntelligent 5-Mode Operation\u003c\/h3\u003e\n\u003cp\u003eCustomizable lighting with five smart modes and remote brightness control (25%, 50%, 100%). Perfect for any security or ambiance need.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-sensor\"\u003e\u003c\/i\u003e Advanced motion detection activates 100% brightness when movement is detected.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-umbrella-beach\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eMilitary-Grade Durability\u003c\/h3\u003e\n\u003cp\u003eConstructed with premium ABS material and corrosion-resistant brackets for long-term outdoor use. IP66 waterproof rating withstands extreme weather conditions.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Withstands heavy rain, snow, and temperatures from -20°C to 60°C.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery Capacity:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e50,000mAH \/ 10000mAh Li-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSolar Panel:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eMonocrystalline Silicon (25% efficiency)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCharging Time:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6-8 hours (full sun)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLight Duration:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10-12 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e6000-9000 Lumens\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLED Type:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5730 LED Beads (180 pcs)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eOperation Modes:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5 Intelligent Modes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof Rating:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eIP66 (Extreme Weatherproof)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eHousing Material:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium ABS Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eControl:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eRemote Control (25%\/50%\/100% brightness)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Enhanced Smart Modes Section --\u003e\n\u003cdiv class=\"modes-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIntelligent Lighting Modes\u003c\/h2\u003e\n\u003cdiv class=\"modes-grid\"\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eSmart Dimming Mode\u003c\/h3\u003e\n\u003cp\u003eDefault 30% brightness, activates to 100% when motion detected\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eSecurity Mode\u003c\/h3\u003e\n\u003cp\u003eLight off by default, activates to 100% when motion detected\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eDimmable Mode\u003c\/h3\u003e\n\u003cp\u003eManually set to 25%, 50% or 100% brightness continuously\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eTimed Mode\u003c\/h3\u003e\n\u003cp\u003eTurns off automatically after 3 or 6 hours of lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Benefits Section --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose LANGY Solar Street Lights?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eIncludes mounting hardware for quick installation on walls, fences, or poles with no wiring required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eZero Electricity Cost\u003c\/h3\u003e\n\u003cp\u003eCompletely solar-powered with no ongoing electricity bills\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEnhanced Security\u003c\/h3\u003e\n\u003cp\u003eBright illumination and motion detection deter intruders\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-sync-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eMaintenance-Free\u003c\/h3\u003e\n\u003cp\u003eDurable construction requires no maintenance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Tips --\u003e\n\u003cdiv class=\"tips-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eOptimal Usage Tips\u003c\/h2\u003e\n\u003cdiv class=\"tips-grid\"\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e Installation Location\u003c\/h3\u003e\n\u003cp\u003eEnsure solar panels receive maximum direct sunlight without obstructions like trees or buildings. Avoid shaded areas for optimal charging efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e Panel Positioning\u003c\/h3\u003e\n\u003cp\u003eAngle solar panels toward the sun's path. In northern hemisphere, face true south; in southern hemisphere, face true north.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-broom\"\u003e\u003c\/i\u003e Regular Cleaning\u003c\/h3\u003e\n\u003cp\u003eClean solar panels monthly with a soft cloth to remove dust, leaves, and bird droppings that reduce charging efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Warranty Section --\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003cdiv class=\"warranty-badge\"\u003e1-YEAR WARRANTY\u003c\/div\u003e\n\u003ch2\u003ePremium Support \u0026amp; Satisfaction Guarantee\u003c\/h2\u003e\n\u003cp style=\"max-width: 800px; margin: 0 auto 20px; font-size: 1.1rem;\"\u003eWe stand behind our solar lights with comprehensive 2-year coverage and dedicated technical support. Our team responds within 12 hours to resolve any concerns.\u003c\/p\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.3); display: inline-block; padding: 15px 30px; border-radius: 10px; margin-top: 20px;\"\u003e\n\u003ci class=\"fas fa-headset\" style=\"font-size: 2rem; margin-bottom: 10px;\"\u003e\u003c\/i\u003e\n\u003cp style=\"font-weight: 600; font-size: 1.1rem;\"\u003e24\/7 Customer Support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"6000 lumens \/ 2 Pack","offer_id":45385685958853,"sku":"L5-2PACK","price":65.99,"currency_code":"USD","in_stock":true},{"title":"6000 lumens \/ 4 Pack","offer_id":45385685991621,"sku":"L5-4PACK","price":106.69,"currency_code":"USD","in_stock":true},{"title":"9000 lumens \/ 2 Pack","offer_id":45385686024389,"sku":"L10-2PACK","price":72.99,"currency_code":"USD","in_stock":true},{"title":"9000 lumens \/ 4 Pack","offer_id":45385686057157,"sku":"L10-4PACK","price":126.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/3_2f795ffe-0412-481e-a5a2-cfd995f5b017.jpg?v=1773411535"},{"product_id":"1200w-solar-parking-lot-light-40000lumens","title":"1200W Solar Parking lot Light -40000lumens","description":"\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    body {\n        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        color: #333;\n        line-height: 1.6;\n        padding: 20px;\n        min-height: 100vh;\n    }\n    \n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    header {\n        text-align: center;\n        margin-bottom: 30px;\n        padding: 20px 0;\n    }\n    \n    .logo {\n        font-size: 2.8rem;\n        color: #ff8000;\n        margin-bottom: 15px;\n    }\n    \n    h1 {\n        color: #2c3e50;\n        font-size: 2.2rem;\n        margin-bottom: 10px;\n    }\n    \n    .subtitle {\n        color: #6c757d;\n        font-size: 1.1rem;\n        max-width: 700px;\n        margin: 0 auto 20px;\n        font-weight: 400;\n    }\n    \n    .download-section {\n        text-align: center;\n        margin: 25px 0;\n    }\n    \n    .download-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        flex-wrap: wrap;\n        margin-top: 15px;\n    }\n    \n    .download-btn {\n        display: inline-flex;\n        align-items: center;\n        padding: 12px 25px;\n        background: #ff8000;\n        color: white;\n        text-decoration: none;\n        border-radius: 8px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n        border: 2px solid transparent;\n    }\n    \n    .download-btn:hover {\n        background: #e67300;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n        border-color: rgba(255, 255, 255, 0.3);\n    }\n    \n    .download-btn i {\n        margin-right: 10px;\n        font-size: 1.2rem;\n    }\n    \n    \/* Compact Specification Table *\/\n    .spec-card {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n        margin: 30px 0;\n    }\n    \n    .spec-title {\n        background: linear-gradient(135deg, #2c3e50, #4a6491);\n        color: white;\n        padding: 16px;\n        text-align: center;\n        font-size: 1.4rem;\n        font-weight: 600;\n        letter-spacing: 0.5px;\n    }\n    \n    .spec-table-container {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n        padding: 5px;\n    }\n    \n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        min-width: 600px;\n        font-size: 0.95rem;\n    }\n    \n    .spec-table tr {\n        border-bottom: 1px solid #edf2f7;\n    }\n    \n    .spec-table tr:last-child {\n        border-bottom: none;\n    }\n    \n    .spec-table tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    \n    .spec-table tr:hover {\n        background-color: #f0f7ff;\n    }\n    \n    .spec-table td {\n        padding: 8px 12px;\n        line-height: 1.4;\n    }\n    \n    .spec-table td:first-child {\n        font-weight: 600;\n        color: #2c3e50;\n        width: 40%;\n        text-align: left;\n        padding-left: 20px;\n    }\n    \n    .spec-table td:last-child {\n        text-align: left;\n        color: #34495e;\n        font-weight: 500;\n        padding-right: 20px;\n    }\n    \n    .highlight {\n        font-weight: 700;\n        color: #e74c3c;\n    }\n    \n    .key-specs {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin: 25px 0;\n    }\n    \n    .spec-item {\n        background: white;\n        border-radius: 10px;\n        padding: 15px;\n        text-align: center;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        border-left: 4px solid #3498db;\n    }\n    \n    .spec-item:nth-child(2) {\n        border-left-color: #2ecc71;\n    }\n    \n    .spec-item:nth-child(3) {\n        border-left-color: #e74c3c;\n    }\n    \n    .spec-item:nth-child(4) {\n        border-left-color: #f39c12;\n    }\n    \n    .spec-value {\n        font-size: 1.5rem;\n        font-weight: 700;\n        color: #2c3e50;\n        margin: 5px 0;\n    }\n    \n    .spec-label {\n        font-size: 0.9rem;\n        color: #6c757d;\n        font-weight: 500;\n    }\n    \n    .features-section {\n        margin: 40px 0;\n    }\n    \n    .section-title {\n        text-align: center;\n        color: #2c3e50;\n        margin-bottom: 30px;\n        font-size: 1.7rem;\n        position: relative;\n    }\n    \n    .section-title::after {\n        content: '';\n        display: block;\n        width: 80px;\n        height: 4px;\n        background: linear-gradient(to right, #3498db, #2c3e50);\n        margin: 12px auto;\n        border-radius: 2px;\n    }\n    \n    \/* 修改特性网格布局为2列2行 *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr); \/* 两列布局 *\/\n        gap: 20px;\n    }\n    \n    .feature-card {\n        background: white;\n        border-radius: 10px;\n        padding: 22px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n        transition: all 0.3s ease;\n        display: flex;\n        flex-direction: column;\n    }\n    \n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n    }\n    \n    .feature-card h3 {\n        font-size: 1.2rem;\n        color: #2c3e50;\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n    }\n    \n    .feature-card h3 i {\n        margin-right: 12px;\n        color: #ff8000;\n        font-size: 1.3rem;\n    }\n    \n    .feature-card p {\n        color: #555;\n        font-size: 0.95rem;\n        line-height: 1.7;\n        flex-grow: 1;\n    }\n    \n    \/* 添加分隔线美化视觉效果 *\/\n    .divider {\n        height: 1px;\n        background: linear-gradient(to right, transparent, #dee2e6, transparent);\n        margin: 30px auto;\n        width: 80%;\n    }\n    \n    \/* 响应式设计 *\/\n    @media (max-width: 768px) {\n        h1 {\n            font-size: 1.8rem;\n        }\n        \n        .subtitle {\n            font-size: 1rem;\n        }\n        \n        .spec-table td {\n            padding: 7px 10px;\n            font-size: 0.9rem;\n        }\n        \n        .spec-table td:first-child {\n            padding-left: 15px;\n            width: 45%;\n        }\n        \n        .spec-table td:last-child {\n            padding-right: 15px;\n        }\n        \n        .download-buttons {\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .download-btn {\n            width: 100%;\n            max-width: 300px;\n            justify-content: center;\n        }\n        \n        \/* 在移动设备上将特性网格改为单列 *\/\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .spec-table {\n            min-width: 100%;\n        }\n        \n        .spec-table td {\n            padding: 6px 8px;\n            font-size: 0.85rem;\n        }\n        \n        .spec-table td:first-child {\n            width: 50%;\n            padding-left: 12px;\n        }\n        \n        .feature-card {\n            padding: 18px;\n        }\n        \n        .spec-value {\n            font-size: 1.3rem;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003eLANGY Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca rel=\"noopener\" class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/1500W_1000W_solar_street_ligth_specification.pdf?v=1731045358\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload Specification Sheet\u003c\/span\u003e \u003c\/a\u003e \u003ca rel=\"noopener\" class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/FT_400W_500W_solar_street_light_manual.pdf?v=1712740064\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload User Manual\u003c\/span\u003e \u003c\/a\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e30,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003eIP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable style=\"width: 108.959%; height: 800.011px;\" class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003eFT-400G\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eWattage\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\" class=\"highlight\"\u003e1200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eLumens Output\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\" class=\"highlight\"\u003e40,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eLED Quantity\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e88 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eSolar Panel\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e6V \/ 40W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eCoverage Area\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e1280 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\" class=\"highlight\"\u003e30,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eLight Weight\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e22lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eColor Temperature\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e6700K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eDischarging Time\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003e23.2\" × 8.6\" × 1\"\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eBracket\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003eIncluded\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eBracket Dimensions\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003e20\" length, Ø2.3\"\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eInstallation Height\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003e≤ 22 ft\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003eDie-cast aluminum\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eRemote Range\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003e36 ft (front) \/ 18 ft (30° angle)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\"\u003e\u003cspan\u003e32°F to 110°F (0°C to 43°C)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.0938px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.0938px;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.0938px;\" class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.1354px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.1354px;\"\u003eLifespan\u003c\/td\u003e\n\u003ctd style=\"width: 54.9392%; height: 38.1354px;\" class=\"highlight\"\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\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e High-Efficiency Lighting\u003c\/h3\u003e\n\u003cp\u003e50,000LM daylight white output (6500K) equivalent to 1800W traditional lighting, 3-4 times brighter than standard solar lights with uniform light distribution without dark spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e Solar-Powered Operation\u003c\/h3\u003e\n\u003cp\u003e25% solar conversion efficiency with 30,000mAh high-capacity lithium battery. 5-8 hour charge for 15-24 hour operation with intelligent charging protection system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Durable Construction\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating for all-weather operation with die-cast aluminum housing and thermal management. Withstands -4°F to 140°F temperature range with corrosion-resistant powder-coated finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Easy Installation\u003c\/h3\u003e\n\u003cp\u003ePole or wall mount options included with 13-22ft adjustable installation height. 1,280 sq.ft optimal coverage area with no wiring required - operational in 30 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eApplications \u0026amp; Support\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Ideal Applications\u003c\/h3\u003e\n\u003cp\u003eResidential driveways, commercial parking lots, public parks, farms, construction sites, and remote off-grid areas. Perfect for any location needing reliable, bright lighting without electrical infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-headset\"\u003e\u003c\/i\u003e Support \u0026amp; Warranty\u003c\/h3\u003e\n\u003cp\u003e24\/7 customer support with lighting experts and comprehensive 1-year warranty coverage. Includes hassle-free replacement policy with detailed installation guides and video tutorials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686089925,"sku":"FT-400G","price":149.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/9_2.jpg?v=1773411547"},{"product_id":"90w-120w-solar-street-led-lights-warm-white-white","title":"90W 120W Solar street LED lights -warm white\/ white","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n               .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 0 15px;\n            width: 100%;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0 8px;\n            font-size: 0.95rem;\n            table-layout: fixed;\n        }\n        \n        .spec-table tr {\n            background-color: white;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n        }\n        \n        .spec-table td, .spec-table th {\n            padding: 12px 15px;\n            line-height: 1.5;\n            text-align: center;\n            vertical-align: middle;\n            word-wrap: break-word;\n        }\n        \n        .spec-table th {\n            background-color: #f1f5f9;\n            font-weight: 600;\n            color: #2c3e50;\n            padding: 15px;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            text-align: left;\n            padding-left: 20px;\n            width: 30%;\n        }\n        \n        .spec-table td:nth-child(2),\n        .spec-table td:nth-child(3) {\n            width: 35%;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n        .hero-image img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        .product-description {\n            background: white;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .product-description h2 {\n            color: #2c3e50;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n            color: #555;\n            line-height: 1.7;\n        }\n        \n        .features-list {\n            margin: 20px 0;\n            list-style-type: none;\n        }\n        \n        .features-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n            color: #555;\n            line-height: 1.6;\n        }\n        \n        .features-list li:before {\n            content: '🔔';\n            position: absolute;\n            left: 0;\n            font-size: 1.2rem;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table {\n                width: 100%;\n                display: block;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 15px;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-description {\n                padding: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 10px 12px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 12px;\n                width: 40%;\n            }\n            \n            .features-list li {\n                padding-left: 25px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003eES04 Series Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e 3000K\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWarm White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 90W\/120W\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePower Options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e 6V\/18W\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eSolar Panel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eDetailed Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left;\"\u003eModel\u003c\/th\u003e\n\u003cth\u003eES04-90W-Y\u003c\/th\u003e\n\u003cth\u003eES04-120W-Y\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWatt\u003c\/td\u003e\n\u003ctd\u003e90 W\u003c\/td\u003e\n\u003ctd\u003e120 W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens\u003c\/td\u003e\n\u003ctd\u003e6,000 LM\u003c\/td\u003e\n\u003ctd\u003e9,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e180 pcs\u003c\/td\u003e\n\u003ctd\u003e240 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6 V \/ 13 W\u003c\/td\u003e\n\u003ctd\u003e6 V \/ 18 W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (at 19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (at 21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e15,000 mAH\u003c\/td\u003e\n\u003ctd\u003e18,000 mAH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e7lb\u003c\/td\u003e\n\u003ctd\u003e8lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd\u003e23.6 X 7.5 X 2 in\u003c\/td\u003e\n\u003ctd\u003e24.8 x 9.7 x 2.5 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003ctd\u003e16 -21 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Dimension\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e20\" long , 1.9 diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk to Dawn\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e2\"-4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eYes (can be turn off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor (Radar) distance\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control (Infrared) distance\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e36 ft (Opposite) \/ 18 ft (30° angle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWork Temperature\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e32 °F -110 °F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Grade\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e3000 K (Warm white)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd colspan=\"2\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003ch2\u003eAbout this item\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e3000K Warm White Light\u003c\/strong\u003e - Provides comfortable illumination with excellent color rendering for outdoor spaces\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAll-in-One Design\u003c\/strong\u003e - Integrated solar panel, battery, and LED light for easy installation with no wiring required\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart Lighting Modes\u003c\/strong\u003e - Features multiple working modes including motion sensor and dusk-to-dawn operation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeatherproof Construction\u003c\/strong\u003e - IP65 rated for reliable performance in various weather conditions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"90W-9000lm","offer_id":45385686122693,"sku":"ES04-90Y","price":95.69,"currency_code":"USD","in_stock":true},{"title":"120W-12000lm","offer_id":45385686155461,"sku":"ES04-120Y","price":98.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/LoadimageintoGalleryviewer_LANGY120W_370f0172-56bd-45ce-ae10-55c032f31444.jpg?v=1773411574"},{"product_id":"4-pack-200w-solar-street-lights-25000-lumens","title":"4 pack 200W solar street lights 25000 lumens","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #ff8000;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #e67300;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table td {\n            padding: 8px 12px;\n            line-height: 1.4;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 40%;\n            text-align: left;\n            padding-left: 20px;\n        }\n        \n        .spec-table td:last-child {\n            text-align: left;\n            color: #34495e;\n            font-weight: 500;\n            padding-right: 20px;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px; \/* Ensure consistent icon width *\/\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n        .hero-image img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        .icon-fallback {\n            display: inline-block;\n            width: 24px;\n            height: 24px;\n            margin-right: 12px;\n            background-color: #ff8000;\n            border-radius: 50%;\n            position: relative;\n            color: white;\n            font-size: 12px;\n            text-align: center;\n            line-height: 24px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 7px 10px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 45%;\n            }\n            \n            .spec-table td:last-child {\n                padding-right: 15px;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 6px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 50%;\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003eES03-200W Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Popular_solar_street_light_200W.pdf?v=1699106377\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e Technical Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 25,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e 20,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eES03-200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e25,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e360 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 15W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1380 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e20,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e9 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor Range\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eIncluded (36ft range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY TO INSTALL\u003c\/h3\u003e\n\u003cp\u003eSolar parking lot lights don't need to worry about electric shock, No need for wires, just a few minutes and enjoy the brightness. Saving your money on the electric bill.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e DUSK TO DAWN\u003c\/h3\u003e\n\u003cp\u003eThe solar power street light will light up from dusk to dawn automatically, a large capacity battery offers a good output. The remote switching is a great plus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e GOOD IRRADIATION RANGE\u003c\/h3\u003e\n\u003cp\u003eSolar street lights outdoors from Dusk to dawn within the installation height of 16-19ft, the irradiation range of solar street light is about 1380 sqft. Great comfort when you arrive home at night and can see all around you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e GREAT MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003e26 ft radar sensing range makes Solar Led Street Light quick to react to motion and go to full illumination. Energy saving, it turns to 30% brightness if no motion is detected at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e ONE YEAR WARRANTY\u003c\/h3\u003e\n\u003cp\u003eSolar outdoor street lights and all accessories are included, We provide FREE REPLACEMENT within one year and a professional customer service team, if anything goes wrong, please contact us at any time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e SPECIAL FUNCTION\u003c\/h3\u003e\n\u003cp\u003eThe LED street light is integrated with an upgraded controller, it can keep 30% brightness OR turn off when no motion is detected. Save more energy. Stay on, Timer working mode also can be set by remote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686188229,"sku":"4PACK-ES03-200W","price":299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/100W_14.jpg?v=1773411596"},{"product_id":"4-pack-60w-solar-street-light-6000-lumens","title":"4 PACK 60W solar street light 6000 lumens","description":"\u003ch3 style=\"text-align: center;\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Popular_solar_street_light_specification_90W.pdf?v=1699106329\" title=\"60W solar street light 6000 lumens\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: #ff8000;\"\u003eSpecification Download\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\n\u003cbr\u003e\u003ca href=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" title=\"60W solar street light 6000 lumens\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: #ff8000;\"\u003eUser Manual Download\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/ES04_60W_90W_120W.jpg?v=1714460084\"\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【 UPGRADE MOTION SENSOR 】: The light can be totally TURN OFF or keep 30% brightness when no motion is detected. It can save more than 20% of energy for a longer working time\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【HIGH BIRGHTNESS\u0026amp; WIDER LIGHT AREA】The solar pole lights outdoor equipped with 120PCS high quality LED, very Bright.10000mAH large capacity lithium battery which can be used continuously for 1-2 days with radar mode\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【REMOTE \u0026amp;LIGHT CONTROL】The dusk to dawn security light charges during the day and lights up at night automatically. Constantly light, motion sensor, and brightness all can be customized by remote\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【NO ELECTRICITY BILL\u0026amp; WIRELESS】Solar panels convert solar energy into electricity wires, easy to install. Perfect for an unlit driveway, paths, roof, walkway, garage, backyards, farms, countryside road, patio, barn, court, dark place\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【WATERPROOF\u0026amp; DURABLE】The packing lots are light and made of durable ABS material and can withstand all kinds of outside bad weather conditions. The working temperature is -50℉-140℉. The recommended installation height is 13~16.4ft\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan class=\"a-list-item\" data-mce-fragment=\"1\"\u003e🔥【Product Warranty:】1-year warranty. If you have been unsatisfied with your purchase for any reason, please feel free to contact us. Customer satisfaction is our highest pursuit\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686220997,"sku":"ES04-4-60","price":198.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/Customer_review_3_1.jpg?v=1773411611"},{"product_id":"solar-green-floodlight-for-night-hunting-10-000-lumens","title":"Solar Green Floodlight for Night Hunting -10,000 lumens","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary: #2E7D32;\n            --primary-light: #4CAF50;\n            --primary-dark: #1B5E20;\n            --accent: #FF9800;\n            --light: #f8f9fa;\n            --dark: #2c3e50;\n            --text: #333;\n            --text-light: #666;\n            --white: #ffffff;\n            --border: #e0e0e0;\n            --shadow: 0 5px 15px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: var(--text);\n            line-height: 1.6;\n            min-height: 100vh;\n            position: relative;\n            overflow-x: hidden;\n            padding-bottom: 40px;\n        }\n        \n        body::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle at 10% 20%, rgba(232, 245, 233, 0.3) 0%, rgba(232, 245, 233, 0) 70%);\n            z-index: -1;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .header {\n            text-align: center;\n            margin: 30px 0;\n        }\n        \n        .header h1 {\n            font-size: 2.8rem;\n            color: var(--primary-dark);\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .subtitle {\n            color: var(--text-light);\n            font-size: 1.25rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            font-weight: 400;\n            line-height: 1.7;\n        }\n        \n        \/* 卡片式参数容器 *\/\n        .spec-cards-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin: 30px 0;\n            display: none; \/* 默认隐藏，移动端显示 *\/\n        }\n        \n        .spec-card-item {\n            background: var(--white);\n            border-radius: 12px;\n            padding: 20px;\n            box-shadow: var(--shadow);\n            border-left: 4px solid var(--primary);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .spec-card-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 12px;\n        }\n        \n        .spec-card-icon {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background: rgba(46, 125, 50, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: var(--primary);\n            font-size: 1.2rem;\n        }\n        \n        .spec-card-title {\n            font-weight: 600;\n            color: var(--primary-dark);\n            font-size: 1.1rem;\n        }\n        \n        .spec-card-value {\n            font-size: 1.05rem;\n            color: var(--text);\n            padding-left: 55px;\n            line-height: 1.6;\n        }\n        \n        \/* 原有表格样式 - 桌面端使用 *\/\n        .spec-card {\n            background: var(--white);\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            margin: 40px 0;\n            border: 1px solid var(--border);\n            transition: var(--transition);\n            animation: fadeIn 0.8s ease-out;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.12);\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, var(--primary), var(--primary-dark));\n            color: var(--white);\n            padding: 20px;\n            text-align: center;\n            font-size: 1.6rem;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            position: relative;\n        }\n        \n        .spec-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: var(--accent);\n            border-radius: 2px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n            position: relative;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 1rem;\n            position: relative;\n        }\n        \n        .spec-table th {\n            background-color: #E8F5E9;\n            color: var(--primary-dark);\n            font-weight: 700;\n            padding: 15px 20px;\n            text-align: left;\n            border-bottom: 2px solid #C8E6C9;\n            font-size: 1.1rem;\n        }\n        \n        .spec-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #E8F5E9;\n            vertical-align: top;\n            color: var(--text);\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #F1F8E9;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #DCEDC8;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: var(--primary-dark);\n            width: 30%;\n        }\n        \n        \/* 移动端卡片式布局 *\/\n        @media (max-width: 768px) {\n            .spec-cards-container {\n                display: grid; \/* 在移动端显示卡片 *\/\n            }\n            \n            .spec-card {\n                display: none; \/* 在移动端隐藏表格 *\/\n            }\n            \n            .spec-card-item {\n                padding: 18px;\n            }\n            \n            .spec-card-icon {\n                width: 36px;\n                height: 36px;\n                font-size: 1.1rem;\n            }\n            \n            .spec-card-title {\n                font-size: 1.05rem;\n            }\n            \n            .spec-card-value {\n                font-size: 1rem;\n                padding-left: 51px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-cards-container {\n                gap: 12px;\n            }\n            \n            .spec-card-item {\n                padding: 15px;\n            }\n            \n            .spec-card-icon {\n                width: 32px;\n                height: 32px;\n                font-size: 1rem;\n                margin-right: 12px;\n            }\n            \n            .spec-card-title {\n                font-size: 1rem;\n            }\n            \n            .spec-card-value {\n                font-size: 0.95rem;\n                padding-left: 44px;\n            }\n        }\n        \n        \/* 其他样式保持不变 *\/\n        .features-section {\n            margin: 50px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: var(--primary-dark);\n            margin-bottom: 40px;\n            font-size: 2.2rem;\n            position: relative;\n            font-weight: 700;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 100px;\n            height: 5px;\n            background: linear-gradient(to right, var(--primary), var(--accent));\n            margin: 15px auto;\n            border-radius: 3px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: var(--white);\n            border-radius: 15px;\n            padding: 30px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            border: 1px solid var(--border);\n            position: relative;\n            overflow: hidden;\n            animation: fadeIn 0.6s ease-out forwards;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.12);\n            border-color: var(--primary-light);\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 5px;\n            background: linear-gradient(to right, var(--primary), var(--primary-dark));\n        }\n        \n        .feature-card h3 {\n            font-size: 1.4rem;\n            color: var(--primary-dark);\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 15px;\n            color: var(--primary);\n            font-size: 1.8rem;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .feature-card p {\n            color: var(--text-light);\n            font-size: 1.05rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .hunting-benefits {\n            background: linear-gradient(to right, rgba(232, 245, 233, 0.7), rgba(232, 245, 233, 0.9));\n            padding: 40px;\n            border-radius: 15px;\n            margin: 50px 0;\n            border-left: 5px solid var(--primary);\n            box-shadow: var(--shadow);\n            animation: fadeIn 0.8s ease-out;\n        }\n        \n        .hunting-benefits h3 {\n            color: var(--primary-dark);\n            margin-bottom: 25px;\n            font-size: 1.8rem;\n            text-align: center;\n            font-weight: 700;\n        }\n        \n        .hunting-benefits ul {\n            list-style-type: none;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hunting-benefits li {\n            padding: 15px 0 15px 40px;\n            position: relative;\n            font-size: 1.1rem;\n            line-height: 1.7;\n            border-bottom: 1px dashed rgba(46, 125, 50, 0.2);\n            color: var(--text);\n        }\n        \n        .hunting-benefits li:last-child {\n            border-bottom: none;\n        }\n        \n        .hunting-benefits li::before {\n            content: \"✓\";\n            color: var(--primary);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            top: 15px;\n            font-size: 1.5rem;\n            width: 30px;\n            height: 30px;\n            background: rgba(76, 175, 80, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        @keyframes pulse {\n            0% { transform: translateY(-50%) scale(1); }\n            50% { transform: translateY(-50%) scale(1.1); }\n            100% { transform: translateY(-50%) scale(1); }\n        }\n        \n        \/* Responsive design adjustments *\/\n        @media (max-width: 992px) {\n            .header h1 {\n                font-size: 2.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.9rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2rem;\n            }\n            \n            .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .hunting-benefits {\n                padding: 30px 20px;\n            }\n            \n            .hunting-benefits li {\n                font-size: 1rem;\n                padding-left: 35px;\n            }\n            \n            .feature-card {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .section-title {\n                font-size: 1.7rem;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .feature-card h3 {\n                font-size: 1.3rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1\u003eLangy Solar Hunting Light\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c!-- 移动端卡片式参数展示 --\u003e\n\u003cdiv class=\"spec-cards-container\"\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003ePower Source\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eSolar Powered (No Electricity Required)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eInstallation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e15-foot extension cable, Carabiner included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eControl Options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eRemote Control (Stay-on, Timer, Motion Detection)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eWaterproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eIP65 (Weatherproof)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-cube\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eMaterial\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eDurable ABS Plastic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-thermometer-half\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eTemperature Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e1-Year Comprehensive Warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eBattery Type\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eRechargeable Lithium-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-charging-station\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eCharging Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e6-8 hours (Full Sunlight)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eOperation Time\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eUp to 12 hours (Full Charge)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eLight Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eAdjustable Brightness (300-1200 Lumens)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-item\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003cdiv class=\"spec-card-icon\"\u003e\n\u003ci class=\"fas fa-sensor\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-title\"\u003eMotion Detection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e26ft Range, 120° Angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 桌面端表格展示 --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eSolar Powered (No Electricity Required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003e15-foot extension cable, Carabiner included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Options\u003c\/td\u003e\n\u003ctd\u003eRemote Control (Stay-on, Timer, Motion Detection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65 (Weatherproof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eDurable ABS Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-Year Comprehensive Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003eRechargeable Lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e6-8 hours (Full Sunlight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperation Time\u003c\/td\u003e\n\u003ctd\u003eUp to 12 hours (Full Charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Output\u003c\/td\u003e\n\u003ctd\u003eAdjustable Brightness (300-1200 Lumens)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Detection\u003c\/td\u003e\n\u003ctd\u003e26ft Range, 120° Angle\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!-- 其他内容保持不变 --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e Solar Efficiency\u003c\/h3\u003e\n\u003cp\u003eHigh-efficiency monocrystalline solar panel provides maximum energy conversion even in low-light conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-water\"\u003e\u003c\/i\u003e Weather Resistance\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating ensures reliable operation in rain, snow, and extreme weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e Green Light Technology\u003c\/h3\u003e\n\u003cp\u003eSpecialized green LED spectrum provides optimal visibility without spooking game animals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-motion\"\u003e\u003c\/i\u003e Smart Motion Detection\u003c\/h3\u003e\n\u003cp\u003eAdvanced PIR sensor detects movement up to 26 feet away with 120° coverage angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e Long Battery Life\u003c\/h3\u003e\n\u003cp\u003eHigh-capacity lithium battery provides up to 12 hours of continuous operation on a full charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Easy Installation\u003c\/h3\u003e\n\u003cp\u003eNo wiring required - includes carabiner clips and mounting hardware for quick setup anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hunting-benefits\"\u003e\n\u003ch3\u003eWhy Choose Our Solar Hunting Lights?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDramatically improves night hunting success with optimal green illumination\u003c\/li\u003e\n\u003cli\u003eMotion-activated design preserves battery while providing light when needed\u003c\/li\u003e\n\u003cli\u003eNo wiring required - install anywhere\u003c\/li\u003e\n\u003cli\u003eMaintenance-free operation with automatic dusk-to-dawn functionality\u003c\/li\u003e\n\u003cli\u003eWithstands extreme outdoor conditions from freezing to desert heat\u003c\/li\u003e\n\u003cli\u003eUS-based support with 1-year warranty for peace of mind\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"12000 lumens","offer_id":45385686253765,"sku":"GH081F-400-GREY","price":59.69,"currency_code":"USD","in_stock":false},{"title":"14000 lumens","offer_id":45385686319301,"sku":"GH081F-400-Black","price":78.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/20241129-154809.jpg?v=1773411625"},{"product_id":"solar-green-feeder-light-for-hunting-12-000-lumens","title":"Solar Green Feeder Light for Hunting -12,000 lumens","description":"\u003cbody\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eProfessional Solar Hunting Lights\u003c\/title\u003e\n    \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #000000;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('hunting-background.jpg');\n            background-size: cover;\n            color: #000000; \/* 修改为黑色 *\/\n            border-radius: 12px;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #000000; \/* 修改为黑色 *\/\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #000000; \/* 修改为黑色 *\/\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n            color: #000000; \/* 修改为黑色 *\/\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #4CAF50;\n            color: #000000; \/* 修改为黑色 *\/\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(76, 175, 80, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #3d8b40;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(76, 175, 80, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n            border: 1px solid #e0e0e0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2E7D32, #4CAF50);\n            color: #000000; \/* 修改为黑色 *\/\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table th {\n            background-color: #E8F5E9;\n            color: #000000;\n            font-weight: 600;\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 2px solid #C8E6C9;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid #E8F5E9;\n            vertical-align: top;\n            color: #000000;\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #F1F8E9;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #DCEDC8;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #000000;\n            width: 30%;\n            text-align: left;\n            padding-left: 20px;\n        }\n        \n        .spec-table td:not(:first-child) {\n            text-align: center;\n            color: #000000;\n            font-weight: 500;\n            width: 23.3%;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #D32F2F;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #4CAF50;\n            border-top: 1px solid #E8F5E9;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2E7D32;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #1B5E20;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #689F38;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #000000;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #000000;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #000000;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #4CAF50, #2E7D32);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid #E0E0E0;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n            border-color: #4CAF50;\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #000000;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #4CAF50;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #000000;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .hunting-benefits {\n            background-color: #E8F5E9;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #2E7D32;\n        }\n        \n        .hunting-benefits h3 {\n            color: #000000;\n            margin-bottom: 15px;\n        }\n        \n        .hunting-benefits ul {\n            list-style-type: none;\n        }\n        \n        .hunting-benefits li {\n            padding: 8px 0;\n            position: relative;\n            padding-left: 30px;\n            color: #000000;\n        }\n        \n        .hunting-benefits li:before {\n            content: \"✓\";\n            color: #4CAF50;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n        \n        \/* 新增的最佳使用场景样式 *\/\n        .usage-scenarios {\n            background-color: #f8f9fa;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #4CAF50;\n        }\n        \n        .usage-scenarios h3 {\n            color: #000000;\n            margin-bottom: 20px;\n            text-align: center;\n            font-size: 1.5rem;\n        }\n        \n        .scenario-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        \n        .scenario-card {\n            background: white;\n            border-radius: 10px;\n            padding: 20px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            border-top: 3px solid #4CAF50;\n        }\n        \n        .scenario-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.1);\n        }\n        \n        .scenario-card h4 {\n            color: #000000;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .scenario-card h4 i {\n            margin-right: 10px;\n            color: #4CAF50;\n        }\n        \n        .scenario-card p {\n            color: #000000;\n            line-height: 1.6;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 10px 12px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 35%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .scenario-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 8px 10px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 40%;\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .usage-scenarios {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"container\"\u003e\n    \u003cheader\u003e\n        \u003cdiv class=\"logo\"\u003e\n            \u003ci class=\"fas fa-bullseye\"\u003e\u003c\/i\u003e\u003cbr\u003e\n        \u003c\/div\u003e\n        \u003ch1\u003eProfessional Solar Hunting Lights\u003c\/h1\u003e\n    \u003c\/header\u003e\n    \n    \u003cdiv class=\"download-section\"\u003e\n        \u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003eInstallation Manual \u003c\/a\u003e\u003c\/div\u003e\n        \u003cdiv class=\"download-buttons\"\u003eHigh-performance green LED lighting for night hunting and outdoor activities\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"key-specs\"\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e 120 LEDs\u003c\/div\u003e\n            \u003cdiv class=\"spec-label\"\u003eLED Configuration\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e Green\u003c\/div\u003e\n            \u003cdiv class=\"spec-label\"\u003eSolar powered\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 10,000 lumens\u003c\/div\u003e\n            \u003cdiv class=\"spec-label\"\u003e\u003cspan\u003eBrightness\u003c\/span\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-calendar-check\"\u003e\u003c\/i\u003e 1 Year\u003c\/div\u003e\n            \u003cdiv class=\"spec-label\"\u003eWarranty\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"spec-card\"\u003e\n        \u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n        \u003cdiv class=\"spec-table-container\"\u003e\n            \u003ctable style=\"width: 100%;\" class=\"spec-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eLED Type\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eHigh-Quality Green LEDs (120pcs)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eInstallation Height\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003e13ft (4x4 mounting compatible)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eIllumination Range\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003e750sq.ft \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePower Source\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eSolar Powered (No electricity required)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eOperation Modes\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eMotion Activated \/ Dusk to Dawn \/ Constant On\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSmart Controller\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eAdjustable brightness (30%-100%) when motion detected\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eRemote Control\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eIncluded (Mode customization)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eIP65 (Weather resistant)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eDurable ABS Construction\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWorking Temperature\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWarranty\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003e1 Year (US-based support in Texas)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eIncluded Accessories\u003c\/td\u003e\n                        \u003ctd colspan=\"3\"\u003eMounting hardware, remote control, all necessary components\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"hunting-benefits\"\u003e\n        \u003ch3\u003eWhy Choose Our Solar Hunting Lights?\u003c\/h3\u003e\n        \u003cul\u003e\n            \u003cli\u003eDramatically improves night hunting success with optimal green illumination\u003c\/li\u003e\n            \u003cli\u003eMotion-activated design preserves battery while providing light when needed\u003c\/li\u003e\n            \u003cli\u003eNo wiring required - install anywhere with 4x4 mounting capability\u003c\/li\u003e\n            \u003cli\u003eMaintenance-free operation with automatic dusk-to-dawn functionality\u003c\/li\u003e\n            \u003cli\u003eWithstands extreme outdoor conditions from freezing to desert heat\u003c\/li\u003e\n            \u003cli\u003eUS-based support with 1-year warranty for peace of mind\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- 新增的最佳使用场景部分 --\u003e\n    \u003cdiv class=\"usage-scenarios\"\u003e\n        \u003ch3\u003eBest Situations for Green Hog Lights\u003c\/h3\u003e\n        \u003cdiv class=\"scenario-grid\"\u003e\n            \u003cdiv class=\"scenario-card\"\u003e\n                \u003ch4\u003e\n\u003ci class=\"fas fa-binoculars\"\u003e\u003c\/i\u003e Long-Range Visibility\u003c\/h4\u003e\n                \u003cp\u003eWhen you need to spot hogs from a distance, green lights are more effective at illuminating a larger area without causing disturbance.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"scenario-card\"\u003e\n                \u003ch4\u003e\n\u003ci class=\"fas fa-search\"\u003e\u003c\/i\u003e Field Scanning\u003c\/h4\u003e\n                \u003cp\u003eUse green lights for scanning fields or open areas where hogs might be grazing. The increased visibility will help you plan your approach strategically.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"scenario-card\"\u003e\n                \u003ch4\u003e\n\u003ci class=\"fas fa-id-card\"\u003e\u003c\/i\u003e Quick Identification\u003c\/h4\u003e\n                \u003cp\u003eIf you need to identify specific features or markings on hogs, green lights provide better clarity than red lights.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"features-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-bullseye\"\u003e\u003c\/i\u003e HUNTER-OPTIMIZED LIGHTING\u003c\/h3\u003e\n                \u003cp\u003eSpecially designed green LED array provides optimal illumination for night hunting without spooking game, with 120 high-quality LEDs covering 750sq.ft.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e SOLAR POWERED CONVENIENCE\u003c\/h3\u003e\n                \u003cp\u003eFully solar-powered system requires no electrical wiring or monthly bills. Easy to install in remote locations with included mounting hardware for 4x4 posts.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e SMART MOTION DETECTION\u003c\/h3\u003e\n                \u003cp\u003eUpgraded controller automatically adjusts from 30% to 100% brightness when motion is detected, then returns to standby mode to conserve energy.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e AUTOMATIC OPERATION\u003c\/h3\u003e\n                \u003cp\u003eDusk-to-dawn functionality with optional modes - choose between motion-activated, timer, or constant on operation via included remote control.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-cloud-rain\"\u003e\u003c\/i\u003e EXTREME WEATHER PROOF\u003c\/h3\u003e\n                \u003cp\u003eIP65 waterproof rating and military-grade ABS construction withstand temperatures from -50°F to 140°F (-45°C to 60°C) in all weather conditions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-card\"\u003e\n                \u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e RELIABLE WARRANTY\u003c\/h3\u003e\n                \u003cp\u003eBacked by 1-year warranty with US-based support in Texas. Contact us anytime for assistance with installation or operation questions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686352069,"sku":"HG-60W","price":79.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/20250325-153156.jpg?v=1773411642"},{"product_id":"10-solar-exhaust-intake-fan-with-battery-42w-solar-panel","title":"10\" Solar Exhaust Intake Fan with Battery\u002642W Solar Panel","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;family=Roboto:wght@400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --primary: #0c4588;\n            --primary-dark: #09356e;\n            --secondary: #5ec0e8;\n            --accent: #ffb300;\n            --light: #f8fbfe;\n            --dark: #222;\n            --gray: #556;\n            --light-gray: #eef5f9;\n            --success: #4caf50;\n            --shadow: 0 5px 15px rgba(0,0,0,0.08);\n            --transition: all 0.3s ease;\n            --section-padding: 70px;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Roboto', sans-serif;\n            color: var(--dark);\n            background-color: var(--light);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background: linear-gradient(to right, var(--primary), var(--primary-dark));\n            color: white;\n            padding: 60px 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n        \n        .product-title {\n            font-family: 'Poppins', sans-serif;\n            font-size: 2.8rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 300;\n            opacity: 0.9;\n            margin-bottom: 25px;\n        }\n        \n        \/* Section Styles *\/\n        .section {\n            padding: var(--section-padding) 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-family: 'Poppins', sans-serif;\n            font-size: 2.2rem;\n            color: var(--primary);\n            margin-bottom: 60px;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: var(--accent);\n            border-radius: 2px;\n        }\n        \n        \/* Features Section *\/\n        .features {\n            background: white;\n        }\n        \n        .feature-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n        \n        .feature-card {\n            flex: 1;\n            min-width: 280px;\n            max-width: 350px;\n            background: var(--light);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            border: 1px solid #e1f0fa;\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(12, 69, 136, 0.15);\n        }\n        \n        .feature-icon {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            text-align: center;\n            padding: 30px;\n            font-size: 2.5rem;\n        }\n        \n        .feature-content {\n            padding: 25px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-content h3 {\n            font-size: 1.5rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n        \n        .feature-content p {\n            color: var(--gray);\n            margin-bottom: 20px;\n            flex-grow: 1;\n        }\n        \n        .feature-highlight {\n            display: inline-block;\n            background: rgba(255, 179, 0, 0.2);\n            color: #d18a00;\n            padding: 7px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            font-size: 0.95rem;\n        }\n        \n        \/* Specifications Section - Mobile Cards *\/\n        .specs {\n            background: linear-gradient(to bottom, #f0f8ff 0%, #e1f0fa 100%);\n        }\n        \n        .specs-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        \/* Desktop table styles *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            box-shadow: var(--shadow);\n            overflow: hidden;\n            display: table;\n        }\n        \n        .specs-table tr {\n            border-bottom: 1px solid var(--light-gray);\n        }\n        \n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .specs-table td {\n            padding: 18px 25px;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: var(--primary);\n            width: 60%;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: rgba(94, 192, 232, 0.05);\n        }\n        \n        .spec-note {\n            text-align: center;\n            padding: 20px;\n            font-style: italic;\n            color: var(--primary-dark);\n            font-size: 0.95rem;\n            background: rgba(255, 255, 255, 0.7);\n            border-top: 1px solid var(--light-gray);\n        }\n        \n        \/* Mobile card styles *\/\n        .specs-cards {\n            display: none;\n            grid-template-columns: 1fr;\n            gap: 20px;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            overflow: hidden;\n            transition: var(--transition);\n        }\n        \n        .spec-card-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 16px 20px;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .spec-card-body {\n            padding: 20px;\n        }\n        \n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 0;\n            border-bottom: 1px dashed rgba(85, 85, 102, 0.2);\n        }\n        \n        .spec-item:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-name {\n            color: var(--primary);\n            font-weight: 500;\n        }\n        \n        .spec-value {\n            color: var(--gray);\n            font-weight: 400;\n            text-align: right;\n            max-width: 50%;\n        }\n        \n        .specs-note-card {\n            background: rgba(255, 255, 255, 0.7);\n            border: 1px solid var(--light-gray);\n            border-radius: 8px;\n            padding: 15px;\n            margin-top: 10px;\n            font-style: italic;\n            color: var(--primary-dark);\n            font-size: 0.95rem;\n        }\n        \n        \/* Benefits Section *\/\n        .benefits {\n            background: white;\n        }\n        \n        .benefits-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n        \n        .benefit-card {\n            flex: 1;\n            min-width: 280px;\n            max-width: 350px;\n            text-align: center;\n            padding: 40px 25px;\n            border-radius: 10px;\n            background: var(--light);\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            height: 100%;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            background: linear-gradient(to bottom, white 0%, var(--light) 100%);\n        }\n        \n        .benefit-icon {\n            font-size: 2.8rem;\n            color: var(--primary);\n            margin-bottom: 25px;\n            height: 80px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .benefit-card h4 {\n            font-size: 1.4rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n        \n        .benefit-card p {\n            color: var(--gray);\n            font-size: 1rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            .product-title {\n                font-size: 2.3rem;\n            }\n            \n            .section-title {\n                font-size: 2rem;\n            }\n            \n            .feature-container,\n            .benefits-container {\n                gap: 25px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n                margin-bottom: 40px;\n            }\n            \n            .section {\n                padding: 50px 0;\n            }\n            \n            .feature-card,\n            .benefit-card {\n                min-width: 100%;\n                max-width: 450px;\n            }\n            \n            \/* Show mobile cards and hide table on mobile *\/\n            .specs-table {\n                display: none;\n            }\n            \n            .specs-cards {\n                display: grid;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            .product-title {\n                font-size: 1.8rem;\n            }\n            \n            .specs-table td {\n                padding: 14px 20px;\n            }\n            \n            .spec-card-header {\n                padding: 14px 18px;\n                font-size: 1rem;\n            }\n            \n            .spec-card-body {\n                padding: 16px;\n            }\n            \n            .spec-item {\n                padding: 10px 0;\n                font-size: 0.95rem;\n            }\n        }\n        \n        \/* Animation *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        .animate {\n            animation: fadeInUp 0.8s ease forwards;\n        }\n        \n        .delay-1 {\n            animation-delay: 0.1s;\n        }\n        \n        .delay-2 {\n            animation-delay: 0.2s;\n        }\n        \n        .delay-3 {\n            animation-delay: 0.3s;\n        }\n        \n        .delay-4 {\n            animation-delay: 0.4s;\n        }\n    \u003c\/style\u003e\n\u003c!-- Header --\u003e\u003cheader\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003ch1 class=\"product-title\"\u003eSolar Ventilator Pro FB-42\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Features Section --\u003e\n\u003csection class=\"section features\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n\u003cdiv class=\"feature-container\"\u003e\n\u003cdiv class=\"feature-card animate delay-1\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003e24\/7 Solar Power System\u003c\/h3\u003e\n\u003cp\u003e42W high-efficiency solar panel with lithium battery provides continuous day\/night operation.\u003c\/p\u003e\n\u003cspan class=\"feature-highlight\"\u003eNever worry about power outages or wiring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card animate delay-2\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-fan\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eDual-Mode Ventilation\u003c\/h3\u003e\n\u003cp\u003eUpgraded DC motor delivers 500 CFM airflow with reversible exhaust\/intake modes. Features 16.4ft cord for flexible placement.\u003c\/p\u003e\n\u003cspan class=\"feature-highlight\"\u003eOptimizes air circulation in any environment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card animate delay-3\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\n\u003ci class=\"fas fa-toolbox\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eTool-Free Installation\u003c\/h3\u003e\n\u003cp\u003eUniversal mounting kit adapts to any surface (walls\/windows\/roofs) without wiring. Ideal for coops, greenhouses, and outdoor structures requiring non-stop ventilation.\u003c\/p\u003e\n\u003cspan class=\"feature-highlight\"\u003eNo technical skills required\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\u003csection class=\"section specs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-content\"\u003e\n\u003c!-- Desktop Table (hidden on mobile) --\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eFB-42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel Output\u003c\/td\u003e\n\u003ctd\u003e42W (18V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e12V\/50,000mAH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Airflow\u003c\/td\u003e\n\u003ctd\u003e500 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e300 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePanel Dimensions\u003c\/td\u003e\n\u003ctd\u003e20.2 × 17.75 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Type\u003c\/td\u003e\n\u003ctd\u003eBrushless DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVent Cut-out Size\u003c\/td\u003e\n\u003ctd\u003e9.8 × 9.8 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Time\u003c\/td\u003e\n\u003ctd\u003eUnder 5 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Dimensions\u003c\/td\u003e\n\u003ctd\u003e21 × 18.5 × 4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e8.38 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"spec-note\"\u003eAll specifications based on laboratory testing under optimal conditions\u003c\/p\u003e\n\u003c!-- Mobile Cards (hidden on desktop) --\u003e\n\u003cdiv class=\"specs-cards\"\u003e\n\u003cdiv class=\"spec-card animate delay-1\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003ci class=\"fas fa-cube\"\u003e\u003c\/i\u003e Basic Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-card-body\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eModel Number\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eFB-42\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eCoverage Area\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e300 sq. ft.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1 Year\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eProduct Weight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e8.38 lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card animate delay-2\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e Power System\u003c\/div\u003e\n\u003cdiv class=\"spec-card-body\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eSolar Panel Output\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e42W (18V)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eBattery Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e12V\/5,000mAH\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card animate delay-3\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e Ventilation\u003c\/div\u003e\n\u003cdiv class=\"spec-card-body\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eMax Airflow\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e500 CFM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eMotor Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBrushless DC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card animate delay-4\"\u003e\n\u003cdiv class=\"spec-card-header\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e Dimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-card-body\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eSolar Panel Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e20.2 × 17.75 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003eVent Cut-out Size\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e9.8 × 9.8 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003ePackage Dimensions\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e21 × 18.5 × 4 in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-note-card\"\u003e\n\u003ci class=\"fas fa-flask\"\u003e\u003c\/i\u003e All specifications based on laboratory testing under optimal conditions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Benefits Section --\u003e\n\u003csection class=\"section benefits\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cdiv class=\"benefits-container\"\u003e\n\u003cdiv class=\"benefit-card animate delay-1\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eEnergy Efficient\u003c\/h4\u003e\n\u003cp\u003eZero electricity costs with solar power technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card animate delay-2\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-leaf\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eEco Friendly\u003c\/h4\u003e\n\u003cp\u003eReduces carbon footprint with clean energy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card animate delay-3\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-volume-mute\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eQuiet Performance\u003c\/h4\u003e\n\u003cp\u003eUnder 35dB noise level for peaceful operation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686384837,"sku":"FB-42","price":99.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/gable_fan_800800_7.jpg?v=1773411658"},{"product_id":"4-pack-solar-parking-lot-lights-bracket-included-25-000-lumens","title":"4 Pack Solar Parking lot lights (bracket included)-25,000 lumens","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #ff8000;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #e67300;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table th {\n            background-color: #f1f5f9;\n            color: #2c3e50;\n            font-weight: 600;\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 2px solid #cbd5e1;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table td {\n            padding: 10px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            text-align: left;\n            padding-left: 20px;\n            width: 30%;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-3px);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n       \n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        .comparison-header {\n            text-align: center;\n            color: #2c3e50;\n            margin: 35px 0 15px;\n            font-size: 1.8rem;\n                }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 8px 12px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .comparison-header {\n                font-size: 1.5rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 7px 10px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .product-images {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003e\u003ca style=\"font-size: 0.875rem; display: inline !important;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" class=\"download-btn\" target=\"_blank\"\u003eUser Manual \u003c\/a\u003e\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e90,00-25,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e15,000-20,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eES04-90W\u003c\/th\u003e\n\u003cth\u003eES03-200W\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eES04-90W\u003c\/td\u003e\n\u003ctd\u003eES03-200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e90 W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd\u003e9,000 LM\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e25,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e180 pcs\u003c\/td\u003e\n\u003ctd\u003e360 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 13W\u003c\/td\u003e\n\u003ctd\u003e6V \/ 15W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (at 19ft height)\u003c\/td\u003e\n\u003ctd\u003e1380 sq ft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e15,000 mAH\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e20,000 mAH\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e7 lb\u003c\/td\u003e\n\u003ctd\u003e9 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd\u003e23.6 x 7.5 x 2 in\u003c\/td\u003e\n\u003ctd\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk to Dawn\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk to Dawn (Disable)\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Dimension\u003c\/td\u003e\n\u003ctd\u003e20\" long, 1.9\" diameter\u003c\/td\u003e\n\u003ctd\u003e10\" long, 1.9\" diameter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-4\"\u003c\/td\u003e\n\u003ctd\u003e2\"-4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor (Radar) distance\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control (Infrared) distance\u003c\/td\u003e\n\u003ctd\u003e36 ft (Opposite) \/ 18 ft (30° angle)\u003c\/td\u003e\n\u003ctd\u003e36 ft (Opposite) \/ 18 ft (30° angle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003eOver 5 years\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eBoth models feature simple, wire-free installation that can be completed in minutes, saving you time and money on electric bills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e DUSK TO DAWN OPERATION\u003c\/h3\u003e\n\u003cp\u003eAutomatic lighting from dusk to dawn with large capacity batteries providing consistent output throughout the night.\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADVANCED MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003e26ft radar sensing range with adjustable sensitivity. Energy-saving mode reduces brightness to 30% when no motion is detected.\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e FLEXIBLE SETTINGS\u003c\/h3\u003e\n\u003cp\u003eRemote control included for easy adjustment of settings including timer modes and motion sensor sensitivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Langy Solar Lights","offers":[{"title":"9000lumens","offer_id":45385686450373,"sku":"4PACK-ES03-200W","price":289.69,"currency_code":"USD","in_stock":true},{"title":"20000lumens","offer_id":45385686417605,"sku":"4PACK-ES03-200W","price":328.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/200.png?v=1773411672"},{"product_id":"1200w-solar-street-light-with-pole-30-000lumens","title":"1200W solar street light with pole -30,000lumens","description":"\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    body {\n        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        color: #333;\n        line-height: 1.6;\n        padding: 20px;\n        min-height: 100vh;\n    }\n    \n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    header {\n        text-align: center;\n        margin-bottom: 30px;\n        padding: 20px 0;\n    }\n    \n    .logo {\n        font-size: 2.8rem;\n        color: #ff8000;\n        margin-bottom: 15px;\n    }\n    \n    h1 {\n        color: #2c3e50;\n        font-size: 2.2rem;\n        margin-bottom: 10px;\n    }\n    \n    .subtitle {\n        color: #6c757d;\n        font-size: 1.1rem;\n        max-width: 700px;\n        margin: 0 auto 20px;\n        font-weight: 400;\n    }\n    \n    .download-section {\n        text-align: center;\n        margin: 25px 0;\n    }\n    \n    .download-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        flex-wrap: wrap;\n        margin-top: 15px;\n    }\n    \n    .download-btn {\n        display: inline-flex;\n        align-items: center;\n        padding: 12px 25px;\n        background: #ff8000;\n        color: white;\n        text-decoration: none;\n        border-radius: 8px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n        border: 2px solid transparent;\n    }\n    \n    .download-btn:hover {\n        background: #e67300;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n        border-color: rgba(255, 255, 255, 0.3);\n    }\n    \n    .download-btn i {\n        margin-right: 10px;\n        font-size: 1.2rem;\n    }\n    \n    \/* Compact Specification Table *\/\n    .spec-card {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n        margin: 30px 0;\n    }\n    \n    .spec-title {\n        background: linear-gradient(135deg, #2c3e50, #4a6491);\n        color: white;\n        padding: 16px;\n        text-align: center;\n        font-size: 1.4rem;\n        font-weight: 600;\n        letter-spacing: 0.5px;\n    }\n    \n    .spec-table-container {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n        padding: 5px;\n    }\n    \n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        min-width: 600px;\n        font-size: 0.95rem;\n    }\n    \n    .spec-table tr {\n        border-bottom: 1px solid #edf2f7;\n    }\n    \n    .spec-table tr:last-child {\n        border-bottom: none;\n    }\n    \n    .spec-table tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    \n    .spec-table tr:hover {\n        background-color: #f0f7ff;\n    }\n    \n    .spec-table td {\n        padding: 8px 12px;\n        line-height: 1.4;\n    }\n    \n    .spec-table td:first-child {\n        font-weight: 600;\n        color: #2c3e50;\n        width: 40%;\n        text-align: left;\n        padding-left: 20px;\n    }\n    \n    .spec-table td:last-child {\n        text-align: left;\n        color: #34495e;\n        font-weight: 500;\n        padding-right: 20px;\n    }\n    \n    .highlight {\n        font-weight: 700;\n        color: #e74c3c;\n    }\n    \n    .key-specs {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin: 25px 0;\n    }\n    \n    .spec-item {\n        background: white;\n        border-radius: 10px;\n        padding: 15px;\n        text-align: center;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        border-left: 4px solid #3498db;\n    }\n    \n    .spec-item:nth-child(2) {\n        border-left-color: #2ecc71;\n    }\n    \n    .spec-item:nth-child(3) {\n        border-left-color: #e74c3c;\n    }\n    \n    .spec-item:nth-child(4) {\n        border-left-color: #f39c12;\n    }\n    \n    .spec-value {\n        font-size: 1.5rem;\n        font-weight: 700;\n        color: #2c3e50;\n        margin: 5px 0;\n    }\n    \n    .spec-label {\n        font-size: 0.9rem;\n        color: #6c757d;\n        font-weight: 500;\n    }\n    \n    .features-section {\n        margin: 40px 0;\n    }\n    \n    .section-title {\n        text-align: center;\n        color: #2c3e50;\n        margin-bottom: 30px;\n        font-size: 1.7rem;\n        position: relative;\n    }\n    \n    .section-title::after {\n        content: '';\n        display: block;\n        width: 80px;\n        height: 4px;\n        background: linear-gradient(to right, #3498db, #2c3e50);\n        margin: 12px auto;\n        border-radius: 2px;\n    }\n    \n    \/* 修改特性网格布局为2列2行 *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr); \/* 两列布局 *\/\n        gap: 20px;\n    }\n    \n    .feature-card {\n        background: white;\n        border-radius: 10px;\n        padding: 22px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n        transition: all 0.3s ease;\n        display: flex;\n        flex-direction: column;\n    }\n    \n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n    }\n    \n    .feature-card h3 {\n        font-size: 1.2rem;\n        color: #2c3e50;\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n    }\n    \n    .feature-card h3 i {\n        margin-right: 12px;\n        color: #ff8000;\n        font-size: 1.3rem;\n    }\n    \n    .feature-card p {\n        color: #555;\n        font-size: 0.95rem;\n        line-height: 1.7;\n        flex-grow: 1;\n    }\n    \n    \/* 添加分隔线美化视觉效果 *\/\n    .divider {\n        height: 1px;\n        background: linear-gradient(to right, transparent, #dee2e6, transparent);\n        margin: 30px auto;\n        width: 80%;\n    }\n    \n    \/* 响应式设计 *\/\n    @media (max-width: 768px) {\n        h1 {\n            font-size: 1.8rem;\n        }\n        \n        .subtitle {\n            font-size: 1rem;\n        }\n        \n        .spec-table td {\n            padding: 7px 10px;\n            font-size: 0.9rem;\n        }\n        \n        .spec-table td:first-child {\n            padding-left: 15px;\n            width: 45%;\n        }\n        \n        .spec-table td:last-child {\n            padding-right: 15px;\n        }\n        \n        .download-buttons {\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .download-btn {\n            width: 100%;\n            max-width: 300px;\n            justify-content: center;\n        }\n        \n        \/* 在移动设备上将特性网格改为单列 *\/\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .spec-table {\n            min-width: 100%;\n        }\n        \n        .spec-table td {\n            padding: 6px 8px;\n            font-size: 0.85rem;\n        }\n        \n        .spec-table td:first-child {\n            width: 50%;\n            padding-left: 12px;\n        }\n        \n        .feature-card {\n            padding: 18px;\n        }\n        \n        .spec-value {\n            font-size: 1.3rem;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n        }\n    }\n\u003c\/style\u003e\n\u003c!-- 添加Font Awesome图标库 --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e LANGY Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/1500W_1000W_solar_street_ligth_specification.pdf?v=1731045358\" class=\"download-btn\" rel=\"noopener\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload Specification Sheet\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/FT_400W_500W_solar_street_light_manual.pdf?v=1712740064\" class=\"download-btn\" rel=\"noopener\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload User Manual\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003cspan\u003eProfessional-grade solar lighting solution with 30,000LM output designed for superior performance and reliability\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 30,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e 30,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Technical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eFT-B30AH+16FTG \/ FT-B30AH+20FTG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Height\u003c\/td\u003e\n\u003ctd\u003e16FT \/ 20FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e30,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e88 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 40W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e30,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Weight\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Weight\u003c\/td\u003e\n\u003ctd\u003e44 lb \/ 56 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Thickness\u003c\/td\u003e\n\u003ctd\u003e1.5mm \/ 1.8mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6700K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\"\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\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e Advanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e High-Efficiency Lighting\u003c\/h3\u003e\n\u003cp\u003e30,000LM daylight white output (6500K) equivalent to 1200W traditional lighting, 3-4 times brighter than standard solar lights with uniform light distribution without dark spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e Solar-Powered Operation\u003c\/h3\u003e\n\u003cp\u003e25% solar conversion efficiency with 30,000mAh high-capacity lithium battery. 5-8 hour charge for 15-24 hour operation with intelligent charging protection system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Durable Construction\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating for all-weather operation with die-cast aluminum housing and thermal management. Withstands -4°F to 140°F temperature range with corrosion-resistant powder-coated finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Easy Installation\u003c\/h3\u003e\n\u003cp\u003ePole or wall mount options included with 13-24ft adjustable installation height. 1,280 sq.ft optimal coverage area with no wiring required - operational in 30 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Applications \u0026amp; Support\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Ideal Applications\u003c\/h3\u003e\n\u003cp\u003eResidential driveways, commercial parking lots, public parks, farms, construction sites, and remote off-grid areas. Perfect for any location needing reliable, bright lighting without electrical infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-headset\"\u003e\u003c\/i\u003e Support \u0026amp; Warranty\u003c\/h3\u003e\n\u003cp\u003e24\/7 customer support with lighting experts and comprehensive 1-year warranty coverage. Includes hassle-free replacement policy with detailed installation guides and video tutorials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"GREY 1400W light +16FT pole +Ground cage","offer_id":45385686712517,"sku":"FT-400G+16FTG","price":339.0,"currency_code":"USD","in_stock":true},{"title":"GREY1400W light +20FT pole +Ground cage","offer_id":45385686745285,"sku":"FT-400G+20FTG","price":399.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/facebook_ads_42.jpg?v=1773411688"},{"product_id":"powereful-solar-green-feeder-light-for-hunting-25-000-lumens","title":"Powereful Solar Green Feeder Light for Hunting-25,000 lumens","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('hunting-background.jpg');\n            background-size: cover;\n            color: white;\n            border-radius: 12px;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #4CAF50;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: black;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        \n        }\n        \n        .subtitle {\n            color: #e0e0e0;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #4CAF50;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(76, 175, 80, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #3d8b40;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(76, 175, 80, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n            border: 1px solid #e0e0e0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2E7D32, #4CAF50);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table th {\n            background-color: #E8F5E9;\n            color: #2E7D32;\n            font-weight: 600;\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 2px solid #C8E6C9;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid #E8F5E9;\n            vertical-align: top;\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #F1F8E9;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #DCEDC8;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2E7D32;\n            width: 30%;\n            text-align: left;\n            padding-left: 20px;\n        }\n        \n        .spec-table td:not(:first-child) {\n            text-align: center;\n            color: #1B5E20;\n            font-weight: 500;\n            width: 23.3%;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #D32F2F;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #4CAF50;\n            border-top: 1px solid #E8F5E9;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2E7D32;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #1B5E20;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #689F38;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2E7D32;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #616161;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2E7D32;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #4CAF50, #2E7D32);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid #E0E0E0;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n            border-color: #4CAF50;\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2E7D32;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #4CAF50;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #424242;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .hunting-benefits {\n            background-color: #E8F5E9;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #2E7D32;\n        }\n        \n        .hunting-benefits h3 {\n            color: #1B5E20;\n            margin-bottom: 15px;\n        }\n        \n        .hunting-benefits ul {\n            list-style-type: none;\n        }\n        \n        .hunting-benefits li {\n            padding: 8px 0;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .hunting-benefits li:before {\n            content: \"✓\";\n            color: #4CAF50;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 10px 12px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 35%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 8px 10px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 40%;\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-bullseye\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003eProfessional Solar Hunting Lights\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003eInstallation Manual \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"download-buttons\"\u003eHigh-performance green LED lighting for night hunting and outdoor activities\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e360 LEDs\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLED Configuration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e Green\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eSolar powered\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 25,000 Lumens\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-calendar-check\"\u003e\u003c\/i\u003e 1 Year\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Type\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eHigh-Quality Green LEDs (360pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e13ft (4x4 mounting compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIllumination Range\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e1280 sq.ft (varies by model)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eSolar Powered (No electricity required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperation Modes\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eMotion Activated \/ Dusk to Dawn \/ Constant On\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmart Controller\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eAdjustable brightness (30%-100% or 0%-100%) when motion detected\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eIncluded (Mode customization)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eIP65 (Weather resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eDurable ABS Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e-50°F to 140°F (-45°C to 60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e1 Year (US-based support in Texas)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Accessories\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eMounting hardware, remote control, all necessary components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hunting-benefits\"\u003e\n\u003ch3\u003eWhy Choose Our Solar Hunting Lights?\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDramatically improves night hunting success with optimal green illumination\u003c\/li\u003e\n\u003cli\u003eMotion-activated design preserves battery while providing light when needed\u003c\/li\u003e\n\u003cli\u003eNo wiring required - install anywhere with 4x4 mounting capability\u003c\/li\u003e\n\u003cli\u003eMaintenance-free operation with automatic dusk-to-dawn functionality\u003c\/li\u003e\n\u003cli\u003eWithstands extreme outdoor conditions from freezing to desert heat\u003c\/li\u003e\n\u003cli\u003eUS-based support with 1-year warranty for peace of mind\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-bullseye\"\u003e\u003c\/i\u003e HUNTER-OPTIMIZED LIGHTING\u003c\/h3\u003e\n\u003cp\u003eSpecially designed green LED array provides optimal illumination for night hunting without spooking game, with 360 high-quality LEDs covering 750-1280 sq.ft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e SOLAR POWERED CONVENIENCE\u003c\/h3\u003e\n\u003cp\u003eFully solar-powered system requires no electrical wiring or monthly bills. Easy to install in remote locations with included mounting hardware for 4x4 posts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e2 SMART MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003eUpgraded controller automatically adjusts from 30% to 100% or 0%-100% brightness when motion is detected, then returns to standby mode to conserve energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e AUTOMATIC OPERATION\u003c\/h3\u003e\n\u003cp\u003eDusk-to-dawn functionality with optional modes - choose between motion-activated, timer, or constant on operation via included remote control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cloud-rain\"\u003e\u003c\/i\u003e EXTREME WEATHER PROOF\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating and military-grade ABS construction withstand temperatures from -50°F to 140°F (-45°C to 60°C) in all weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e RELIABLE WARRANTY\u003c\/h3\u003e\n\u003cp\u003eBacked by 1-year warranty with US-based support in Texas. Contact us anytime for assistance with installation or operation questions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686515909,"sku":"ES03-200GREEN","price":118.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/hog_light.jpg?v=1773411731"},{"product_id":"solar-red-light-for-hunting-hogs-deers","title":"Solar Red Light for Hunting Hogs Deers","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Helvetica Neue', Arial, sans-serif;\n        }\n        \n        body {\n            background-color: #f8f9fa;\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-details {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            padding: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            color: #2c3e50;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e74c3c;\n            display: inline-block;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n            margin: 30px 0;\n        }\n        \n        .feature-box {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 20px;\n            transition: transform 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        .feature-title {\n            font-size: 18px;\n            color: #2c3e50;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-title i {\n            margin-right: 10px;\n            color: #e74c3c;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n            margin: 20px 0;\n        }\n        \n        .benefits-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            align-items: center;\n        }\n        \n        .benefits-list li:before {\n            content: \"✓\";\n            color: #27ae60;\n            margin-right: 10px;\n            font-weight: bold;\n        }\n        \n        .use-cases {\n            background: linear-gradient(135deg, #8e44ad 0%, #3498db 100%);\n            color: white;\n            border-radius: 8px;\n            padding: 25px;\n            margin: 30px 0;\n        }\n        \n        .use-cases .section-title {\n            color: white;\n            border-bottom-color: #e74c3c;\n        }\n        \n        .scenario {\n            margin: 20px 0;\n            padding: 15px;\n            background: rgba(255,255,255,0.15);\n            border-radius: 6px;\n            backdrop-filter: blur(5px);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 12px 15px;\n            text-align: left;\n            border-bottom: 1px solid #ddd;\n        }\n        \n        .specs-table th {\n            background-color: #f2f2f2;\n            font-weight: 600;\n        }\n        \n        .highlight {\n            color: #e74c3c;\n            font-weight: 600;\n        }\n        \n        @media (max-width: 768px) {\n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp\u003eOur Solar-Powered Red Hog Light is specifically designed for night hunters who require reliable, efficient, and stealthy lighting solutions. With advanced motion activation and solar-powered operation, this light provides the perfect illumination for hunting without alerting game.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003ci class=\"icon\"\u003e🔦\u003c\/i\u003e Superior Illumination\u003c\/h3\u003e\n\u003cp\u003eEquipped with \u003cspan class=\"highlight\"\u003e120 high-quality LED bulbs\u003c\/span\u003e, this light provides broad coverage of approximately \u003cspan class=\"highlight\"\u003e750 square feet\u003c\/span\u003e. With an installation height of 13 feet, it's easily mounted on 4x4 vehicles or posts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003ci class=\"icon\"\u003e☀️\u003c\/i\u003e Solar Powered Efficiency\u003c\/h3\u003e\n\u003cp\u003eHarness the sun's energy with our efficient solar panel system. \u003cspan class=\"highlight\"\u003eNo electricity bills\u003c\/span\u003e and completely maintenance-free. The light charges during the day and automatically operates at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003ci class=\"icon\"\u003e⚡\u003c\/i\u003e Smart Motion Activation\u003c\/h3\u003e\n\u003cp\u003eFeatures an upgraded smart controller that detects motion and adjusts lighting accordingly. When no motion is detected, the red light maintains \u003cspan class=\"highlight\"\u003e30% brightness or turns off completely\u003c\/span\u003e to conserve energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch3 class=\"feature-title\"\u003e\n\u003ci class=\"icon\"\u003e🌧️\u003c\/i\u003e Weather Resistant Design\u003c\/h3\u003e\n\u003cp\u003eConstructed from durable ABS material, this light withstands harsh outdoor conditions. With a working temperature range of \u003cspan class=\"highlight\"\u003e-50°F to 140°F\u003c\/span\u003e and waterproof rating, it's built for all weather situations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003eGreatly improves night hunting success with optimal red spectrum lighting\u003c\/li\u003e\n\u003cli\u003eEasy installation with all accessories included\u003c\/li\u003e\n\u003cli\u003eRemote control customization for stay on, timer, and motion working modes\u003c\/li\u003e\n\u003cli\u003eAutomatic dusk to dawn operation - lights up at night and turns off during day\u003c\/li\u003e\n\u003cli\u003eBacked by 1-year warranty with US-based customer support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003ch2 class=\"section-title\"\u003eBest Situations for Red Hog Lights\u003c\/h2\u003e\n\u003cdiv class=\"scenario\"\u003e\n\u003ch3\u003eFeeder Setup\u003c\/h3\u003e\n\u003cp\u003eWhen placing feeders to attract hogs, red lights are ideal. Hogs won't be alarmed, and you can observe their behavior without disturbing them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario\"\u003e\n\u003ch3\u003eTracking\u003c\/h3\u003e\n\u003cp\u003eIf you're tracking hogs or observing their movements, opt for red lights to remain discreet and maintain the element of surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario\"\u003e\n\u003ch3\u003eNighttime Ambiance\u003c\/h3\u003e\n\u003cp\u003eRed lights are great for creating a calming atmosphere during nighttime hunting sessions without spooking game.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e120 PCS High-Quality LEDs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e13 feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003eApproximately 750 sq.ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eSolar Powered (No electricity required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Modes\u003c\/td\u003e\n\u003ctd\u003eMotion Activated, Dusk to Dawn, Remote Controlled\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Material\u003c\/td\u003e\n\u003ctd\u003eDurable ABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeather Resistance\u003c\/td\u003e\n\u003ctd\u003eWaterproof, All-weather design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTemperature Range\u003c\/td\u003e\n\u003ctd\u003e-50°F to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 Year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\u003eHow It Works\u003c\/h2\u003e\n\u003cp\u003eThe Solar-Powered Red Hog Light features an intelligent system that automatically charges during daylight hours using solar energy. At dusk, the light activates and will either maintain a low-level red glow or activate at full brightness when motion is detected. The red spectrum lighting is invisible to game animals, allowing you to observe without detection. With multiple modes controllable via remote, you can customize the operation based on your specific hunting needs.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686483141,"sku":"ES60R1P","price":69.59,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/1_5da1ef0f-21d1-4cc3-8d92-39dc48929f74.jpg?v=1773411747"},{"product_id":"commerical-solar-power-led-parking-lot-light-2-years-warranty","title":"Commerical Solar Power LED Parking Lot Light - 2 Years Warranty","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: linear-gradient(135deg, #ff5500, #ff3300);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            padding: 15px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n            transition: background-color 0.3s ease;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table th, .spec-table td {\n            padding: 12px 15px;\n            line-height: 1.4;\n            text-align: center;\n        }\n        \n        .spec-table th {\n            background-color: #2c3e50;\n            color: white;\n            font-weight: 600;\n        }\n        \n        .spec-table td:first-child {\n            text-align: left;\n            padding-left: 20px;\n            font-weight: 600;\n            color: #2c3e50;\n            width: 25%;\n        }\n        \n        .model-title {\n            font-weight: 700;\n            color: #ff8000;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 20px 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n            transition: transform 0.3s ease;\n        }\n        \n        .spec-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 8px 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .spec-value i {\n            margin-right: 10px;\n            font-size: 1.8rem;\n        }\n        \n        .spec-label {\n            font-size: 0.95rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.8rem;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border-top: 3px solid #3498db;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-7px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.12);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.25rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.5rem;\n            min-width: 30px;\n            background: rgba(255, 128, 0, 0.1);\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .application-section {\n            margin: 50px 0;\n            padding: 30px 0;\n        }\n        \n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .app-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n            transition: all 0.3s ease;\n            padding: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n        \n        .app-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        \n        .app-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #3498db, #2c3e50);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 15px;\n            color: white;\n            font-size: 1.5rem;\n        }\n        \n        .app-content {\n            padding: 0 10px;\n        }\n        \n        .app-content h4 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 10px;\n        }\n        \n        .app-content p {\n            color: #6c757d;\n            font-size: 0.95rem;\n        }\n        \n        .tech-highlight {\n            background: linear-gradient(135deg, #2c3e50, #1a2530);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .tech-highlight h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n        \n        .tech-highlight p {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n        \n        .warranty-section {\n            background: linear-gradient(135deg, #ff8000, #ff5500);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            margin: 40px 0;\n            text-align: center;\n        }\n        \n        .warranty-section h3 {\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n        }\n        \n        .warranty-section p {\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n        }\n        \n        footer {\n            text-align: center;\n            padding: 30px 0;\n            color: #6c757d;\n            font-size: 0.95rem;\n            border-top: 1px solid #dee2e6;\n            margin-top: 40px;\n        }\n        \n        \/* Common Specifications Table Styles *\/\n        .common-specs {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 40px 0;\n        }\n        \n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .common-table th {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .common-table td {\n            padding: 15px;\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .common-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .common-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .common-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .common-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 35%;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td, .spec-table th {\n                padding: 10px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 30%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .common-table th, .common-table td {\n                padding: 12px;\n                font-size: 0.9rem;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table td, .spec-table th {\n                padding: 8px 6px;\n                font-size: 0.8rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 35%;\n                padding-left: 10px;\n            }\n            \n            .feature-card {\n                padding: 20px;\n            }\n            \n            .spec-value {\n                font-size: 1.4rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n            \n            .key-specs {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003eAdvanced Solar Technology\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eHigh Brightness Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e30~60,000mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePowerful Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended Lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eModel Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003ctd\u003e150lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBrighelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e33 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003ctd\u003e42 × 13.8 × 6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26ft\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!-- Common Specifications Table --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003eCommon Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"-3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (26ft max range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\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\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADAPTIVE BRIGHTNESS\u003c\/h3\u003e\n\u003cp\u003eIntelligent controller adjusts brightness based on motion detection. Maintains 30% brightness when no motion is detected, conserving battery life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e ENERGY MANAGEMENT\u003c\/h3\u003e\n\u003cp\u003eAdvanced power management system optimizes energy usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eOur solar street lights come with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVersatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #2ecc71, #27ae60);\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #e74c3c, #c0392b);\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\" style=\"background: linear-gradient(135deg, #f39c12, #e67e22);\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-content\"\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumes \/ Stay on","offer_id":45385686778053,"sku":"ECO-100-B-3.2\"","price":189.69,"currency_code":"USD","in_stock":true},{"title":"30000 lumes \/ Motion Sensor","offer_id":46027534631109,"sku":"sku-44344723996807","price":189.69,"currency_code":"USD","in_stock":true},{"title":"40000 lumens \/ Stay on","offer_id":45385686810821,"sku":"ECO-150-B-3.2\"","price":225.69,"currency_code":"USD","in_stock":true},{"title":"40000 lumens \/ Motion Sensor","offer_id":46027534663877,"sku":"sku-44344724029575","price":225.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/20250527-155009.jpg?v=1773411774"},{"product_id":"200w-all-in-one-solar-parking-lot-lights-25-000-lumens","title":"200W All in one solar Parking Lot Lights -25,000 lumens","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #ff8000;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #e67300;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table tr {\n            border-bottom: 1px solid #edf2f7;\n        }\n        \n        .spec-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table td {\n            padding: 8px 12px;\n            line-height: 1.4;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 40%;\n            text-align: left;\n            padding-left: 20px;\n        }\n        \n        .spec-table td:last-child {\n            text-align: left;\n            color: #34495e;\n            font-weight: 500;\n            padding-right: 20px;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px; \/* Ensure consistent icon width *\/\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n        .hero-image img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        .icon-fallback {\n            display: inline-block;\n            width: 24px;\n            height: 24px;\n            margin-right: 12px;\n            background-color: #ff8000;\n            border-radius: 50%;\n            position: relative;\n            color: white;\n            font-size: 12px;\n            text-align: center;\n            line-height: 24px;\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 7px 10px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 45%;\n            }\n            \n            .spec-table td:last-child {\n                padding-right: 15px;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 6px 8px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 50%;\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003eES03-200W Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Popular_solar_street_light_200W.pdf?v=1699106377\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e Technical Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 20,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e 20,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eES03-200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e20,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e360 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 15W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1380 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e20,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Weight\u003c\/td\u003e\n\u003ctd\u003e9 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e16-19 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd\u003eYes (can be turned off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor Range\u003c\/td\u003e\n\u003ctd\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eIncluded (36ft range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY TO INSTALL\u003c\/h3\u003e\n\u003cp\u003eSolar parking lot lights don't need to worry about electric shock, No need for wires, just a few minutes and enjoy the brightness. Saving your money on the electric bill.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e DUSK TO DAWN\u003c\/h3\u003e\n\u003cp\u003eThe solar power street light will light up from dusk to dawn automatically, a large capacity battery offers a good output. The remote switching is a great plus.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e GOOD IRRADIATION RANGE\u003c\/h3\u003e\n\u003cp\u003eSolar street lights outdoors from Dusk to dawn within the installation height of 16-19ft, the irradiation range of solar street light is about 1380 sqft. Great comfort when you arrive home at night and can see all around you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e GREAT MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003e26 ft radar sensing range makes Solar Led Street Light quick to react to motion and go to full illumination. Energy saving, it turns to 30% brightness if no motion is detected at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e ONE YEAR WARRANTY\u003c\/h3\u003e\n\u003cp\u003eSolar outdoor street lights and all accessories are included, We provide FREE REPLACEMENT within one year and a professional customer service team, if anything goes wrong, please contact us at any time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-cog\"\u003e\u003c\/i\u003e SPECIAL FUNCTION\u003c\/h3\u003e\n\u003cp\u003eThe LED street light is integrated with an upgraded controller, it can keep 30% brightness OR turn off when no motion is detected. Save more energy. Stay on, Timer working mode also can be set by remote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686679749,"sku":"ES04-200W","price":99.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/Solar_Green_Hog_light_6.jpg?v=1773411758"},{"product_id":"200w-solar-street-lights-es03-series","title":"200W solar street lights - ES03 Series","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            color: #333;\n            line-height: 1.6;\n            padding: 20px;\n            min-height: 100vh;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            position: relative;\n        }\n        \n        .logo {\n            font-size: 2.8rem;\n            color: #ff8000;\n            margin-bottom: 15px;\n        }\n        \n        h1 {\n            color: #2c3e50;\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            color: #6c757d;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin: 0 auto 20px;\n            font-weight: 400;\n        }\n        \n        .download-section {\n            text-align: center;\n            margin: 25px 0;\n        }\n        \n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            flex-wrap: wrap;\n            margin-top: 15px;\n        }\n        \n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 12px 25px;\n            background: #ff8000;\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n            border: 2px solid transparent;\n        }\n        \n        .download-btn:hover {\n            background: #e67300;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n            border-color: rgba(255, 255, 255, 0.3);\n        }\n        \n        .download-btn i {\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            margin: 30px 0;\n        }\n        \n        .spec-title {\n            background: linear-gradient(135deg, #2c3e50, #4a6491);\n            color: white;\n            padding: 16px;\n            text-align: center;\n            font-size: 1.4rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        \n        .spec-table-container {\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch;\n            padding: 5px;\n        }\n        \n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 600px;\n            font-size: 0.95rem;\n        }\n        \n        .spec-table th {\n            background-color: #f8f9fa;\n            color: #2c3e50;\n            font-weight: 600;\n            padding: 12px 15px;\n            text-align: center;\n            border-bottom: 2px solid #dee2e6;\n        }\n        \n        .spec-table td {\n            padding: 12px 15px;\n            border-bottom: 1px solid #edf2f7;\n            vertical-align: top;\n        }\n        \n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-table tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        \n        .spec-table tr:hover {\n            background-color: #f0f7ff;\n        }\n        \n        .spec-table td:first-child {\n            font-weight: 600;\n            color: #2c3e50;\n            width: 30%;\n            text-align: left;\n            padding-left: 20px;\n        }\n        \n        .spec-table td:not(:first-child) {\n            text-align: center;\n            color: #34495e;\n            font-weight: 500;\n            width: 23.3%;\n        }\n        \n        .model-header {\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 5px;\n        }\n        \n        .highlight {\n            font-weight: 700;\n            color: #e74c3c;\n        }\n        \n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n        \n        .spec-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n            border-left: 4px solid #3498db;\n        }\n        \n        .spec-item:nth-child(2) {\n            border-left-color: #2ecc71;\n        }\n        \n        .spec-item:nth-child(3) {\n            border-left-color: #e74c3c;\n        }\n        \n        .spec-item:nth-child(4) {\n            border-left-color: #f39c12;\n        }\n        \n        .spec-value {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 5px 0;\n        }\n        \n        .spec-label {\n            font-size: 0.9rem;\n            color: #6c757d;\n            font-weight: 500;\n        }\n        \n        .features-section {\n            margin: 40px 0;\n        }\n        \n        .section-title {\n            text-align: center;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-size: 1.7rem;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #3498db, #2c3e50);\n            margin: 12px auto;\n            border-radius: 2px;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: 10px;\n            padding: 22px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .feature-card h3 i {\n            margin-right: 12px;\n            color: #ff8000;\n            font-size: 1.3rem;\n            min-width: 24px;\n        }\n        \n        .feature-card p {\n            color: #555;\n            font-size: 0.95rem;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n        \n        .divider {\n            height: 1px;\n            background: linear-gradient(to right, transparent, #dee2e6, transparent);\n            margin: 30px auto;\n            width: 80%;\n        }\n        \n        .hero-image {\n            width: 100%;\n            max-width: 800px;\n            margin: 20px auto;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n            display: flex;\n            justify-content: center;\n            background: linear-gradient(to right, #f5f5f5, #e0e0e0);\n            padding: 20px;\n        }\n        \n        .hero-image img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .hero-image:hover img {\n            transform: scale(1.03);\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 1.8rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .spec-table td {\n                padding: 10px 12px;\n                font-size: 0.9rem;\n            }\n            \n            .spec-table td:first-child {\n                padding-left: 15px;\n                width: 35%;\n            }\n            \n            .download-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn {\n                width: 100%;\n                max-width: 300px;\n                justify-content: center;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .spec-table {\n                min-width: 100%;\n            }\n            \n            .spec-table td {\n                padding: 8px 10px;\n                font-size: 0.85rem;\n            }\n            \n            .spec-table td:first-child {\n                width: 40%;\n                padding-left: 12px;\n            }\n            \n            .feature-card {\n                padding: 18px;\n            }\n            \n            .spec-value {\n                font-size: 1.3rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003eES03 Series Solar Street Lights\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eHigh-performance solar-powered lighting solutions for outdoor spaces\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Popular_solar_street_light_200W.pdf?v=1699106377\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet \u003c\/a\u003e \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_street_light_manual.pdf?v=1668077332\" class=\"download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e Technical Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e25,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e20,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications Comparison\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\" style=\"width: 108.959%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"text-align: left; width: 35.0389%;\"\u003eSpecification\u003c\/th\u003e\n\u003cth style=\"width: 23.3593%;\"\u003eES03-150W\u003c\/th\u003e\n\u003cth style=\"width: 23.3593%;\"\u003eES03-200W\u003c\/th\u003e\n\u003cth style=\"width: 18.1869%;\"\u003eES03-200W-APP\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eWattage\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e150W\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e200W\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eLumens Output\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e15,000 LM\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e25,000 LM\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e20,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eLED Quantity\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e270 pcs\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e360 pcs\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e360 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eSolar Panel\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e6V \/ 13W\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e6V \/ 15W\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e6V \/ 15W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eCoverage Area\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e1080 sqft (at 16ft height)\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e1380 sqft (at 22ft height)\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e1380 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e15,000 mAh\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e20,000 mAh\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e20,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eProduct Weight\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e7 lb\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e9 lb\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e9 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eLight Dimensions\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e24.2 x 10 x 2 inches\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e28.3 x 10 x 2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eInstallation Height\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e13-16 ft\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003e16-19 ft\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003e16-21 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eApp Control\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eDusk to Dawn\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eYes\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eYes\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eDusk to Dawn (Disable)\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 23.3593%;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 18.1869%;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003eYes (can be turned off)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eMotion Sensor Range\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e26ft maximum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eRemote Control\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003eIncluded (36ft opposite \/ 18ft at 30° angle)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eWorking Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e32°F - 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eColor Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eDischarging Time\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eMaterial\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 35.0389%;\"\u003eLifespan\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"width: 64.9054%;\"\u003eOver 5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eOur solar street lights require no wiring or electrical work. Simply mount them on a pole using the included bracket and enjoy immediate illumination. The 2\"-4\" pole diameter compatibility makes them suitable for most standard poles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING MODES\u003c\/h3\u003e\n\u003cp\u003eChoose between dusk-to-dawn operation or motion-activated lighting. The ES03-200W-APP model even allows you to disable dusk-to-dawn mode completely for customized lighting control via smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e POWERFUL ILLUMINATION\u003c\/h3\u003e\n\u003cp\u003eWith outputs ranging from 15,000 to 25,000 lumens, these lights provide exceptional coverage from 1080 to 1380 square feet depending on model and installation height (13-21 feet).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-running\"\u003e\u003c\/i\u003e ADVANCED MOTION DETECTION\u003c\/h3\u003e\n\u003cp\u003eThe 26ft radar sensing range provides reliable motion detection, automatically increasing brightness when movement is detected and conserving energy when areas are unoccupied.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-mobile-alt\"\u003e\u003c\/i\u003e APP CONTROL (200W-APP MODEL)\u003c\/h3\u003e\n\u003cp\u003eThe ES03-200W-APP version includes smartphone control capabilities, allowing you to adjust settings, monitor performance, and customize lighting schedules remotely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e DURABLE CONSTRUCTION\u003c\/h3\u003e\n\u003cp\u003eBuilt with ABS material and IP65 waterproof rating, these lights withstand harsh weather conditions from 32°F to 110°F while maintaining optimal performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45385686548677,"sku":"ES03-200W-Grey","price":95.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/Customer_review_5_1_1.jpg?v=1773411713"},{"product_id":"100-w-150-w-200-w-commercial-solar-street-light-stay-on","title":"100 W 150 W 200 W Commercial solar street light-Stay on","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Font Awesome 6 (stable) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ----- reset \u0026 base (white background) ----- *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;\n        }\n\n        body {\n            background: #ffffff;           \/* solid white background *\/\n            color: #1e2f3e;\n            line-height: 1.5;\n            min-height: 100vh;\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            padding: 0;                    \/* no side padding on body *\/\n        }\n\n        \/* full-width container with adaptive side spacing *\/\n        .full-container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 20px 30px;            \/* comfortable breathing space *\/\n        }\n\n        \/* on very large screens increase side margins slightly *\/\n        @media (min-width: 1800px) {\n            .full-container {\n                padding: 30px 50px;\n            }\n        }\n\n        \/* mobile *\/\n        @media (max-width: 768px) {\n            .full-container {\n                padding: 15px 18px;\n            }\n        }\n\n        \/* ----- header ----- *\/\n        header {\n            text-align: center;\n            margin-bottom: 20px;\n            padding: 10px 0 15px;\n        }\n\n        .logo {\n            font-size: 3rem;\n            color: #ff8000;\n            margin-bottom: 8px;\n        }\n\n        h1 {\n            color: #1f3f5c;\n            font-size: 2.5rem;\n            font-weight: 600;\n            letter-spacing: -0.3px;\n            margin-bottom: 8px;\n            word-break: break-word;\n        }\n\n        .subtitle {\n            color: #2e4e6e;\n            font-size: 1.2rem;\n            max-width: 900px;\n            margin: 0 auto 10px;\n            font-weight: 350;\n        }\n\n        \/* ----- download buttons ----- *\/\n        .download-section {\n            text-align: center;\n            margin: 10px 0 25px;\n        }\n\n        .download-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 25px;\n            flex-wrap: wrap;\n            margin-top: 10px;\n        }\n\n        .download-btn {\n            display: inline-flex;\n            align-items: center;\n            padding: 14px 32px;\n            background: linear-gradient(145deg, #ff8000, #ff4d1c);\n            color: white;\n            text-decoration: none;\n            border-radius: 60px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: 0.2s ease;\n            box-shadow: 0 8px 16px rgba(255, 94, 0, 0.2);\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .download-btn:hover {\n            background: linear-gradient(145deg, #ff6a00, #e03e00);\n            transform: translateY(-3px) scale(1.01);\n            box-shadow: 0 14px 24px rgba(255, 94, 0, 0.3);\n        }\n\n        .download-btn i {\n            margin-right: 12px;\n            font-size: 1.3rem;\n        }\n\n        \/* ----- tech highlight (white background keeps card style) ----- *\/\n        .tech-highlight {\n            background: linear-gradient(145deg, #f1f6fb, #e3ecf5);  \/* very light grey *\/\n            color: #1f3f5c;\n            padding: 30px 20px;\n            border-radius: 40px;\n            margin: 30px 0 25px;\n            text-align: center;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);\n            border: 1px solid rgba(0,0,0,0.03);\n        }\n\n        .tech-highlight h3 {\n            font-size: 2rem;\n            font-weight: 500;\n            color: #1f3f5c;\n        }\n\n        \/* ----- key specs 4 cards (on white) ----- *\/\n        .key-specs {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin: 25px 0 35px;\n        }\n\n        .spec-item {\n            background: #ffffff;\n            border-radius: 32px;\n            padding: 24px 15px;\n            text-align: center;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0,20,40,0.02);\n            border-left: 6px solid;\n            transition: 0.15s;\n            border-left-color: #3498db;\n            border: 1px solid rgba(0,0,0,0.03);\n            border-left-width: 6px;\n            border-left-style: solid;\n            border-top: 1px solid rgba(0,0,0,0.02);\n            border-right: 1px solid rgba(0,0,0,0.02);\n            border-bottom: 1px solid rgba(0,0,0,0.02);\n        }\n        .spec-item:nth-child(2) { border-left-color: #2ecc71; }\n        .spec-item:nth-child(3) { border-left-color: #e74c3c; }\n        .spec-item:nth-child(4) { border-left-color: #f39c12; }\n\n        .spec-value {\n            font-size: 2rem;\n            font-weight: 700;\n            color: #1f3f5c;\n            margin: 10px 0 5px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n            flex-wrap: wrap;\n        }\n\n        .spec-value i {\n            font-size: 2rem;\n            color: #ff8000;\n        }\n\n        .spec-label {\n            font-size: 1rem;\n            color: #3f627f;\n            font-weight: 500;\n        }\n\n        \/* ----- tables cards (white, crisp) ----- *\/\n        .spec-card, .common-specs {\n            background: white;\n            border-radius: 30px;\n            overflow: hidden;\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02), 0 4px 10px rgba(0, 20, 40, 0.03);\n            margin: 40px 0;\n            border: 1px solid #eef3f8;\n        }\n\n        .spec-title {\n            background: linear-gradient(145deg, #1f3f5c, #143147);\n            color: white;\n            padding: 20px 28px;\n            font-size: 1.6rem;\n            font-weight: 600;\n            letter-spacing: 0.3px;\n        }\n\n        .spec-table-container {\n            padding: 8px 5px 5px 5px;\n            overflow-x: auto;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            min-width: 720px;\n        }\n\n        .spec-table th, .spec-table td {\n            padding: 18px 20px;\n            text-align: center;\n        }\n\n        .spec-table th {\n            background: #1f3f5c;\n            color: white;\n            font-weight: 600;\n            font-size: 1.02rem;\n        }\n\n        .spec-table td:first-child {\n            text-align: left;\n            font-weight: 600;\n            color: #1e3f5c;\n            background-color: #fafdff;\n            width: 26%;\n        }\n\n        .spec-table tr {\n            border-bottom: 1px solid #eaf1f9;\n        }\n        .spec-table tr:last-child { border-bottom: none; }\n\n        .model-title {\n            color: #ffb347;\n            font-weight: 700;\n        }\n\n        \/* common table *\/\n        .common-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        .common-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #eaf1f9;\n        }\n\n        .common-table tr:last-child td { border-bottom: none; }\n        .common-table td:first-child {\n            font-weight: 600;\n            color: #1f3f5c;\n            width: 35%;\n            background-color: #fafdff;\n        }\n\n        \/* features grid 2-col *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n            margin: 25px 0 15px;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: 26px;\n            padding: 28px 25px;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02), 0 2px 6px rgba(0,0,0,0.02);\n            transition: 0.15s;\n            border-top: 4px solid #ff8000;\n            height: 100%;\n            border: 1px solid #f0f5fc;\n            border-top-width: 4px;\n            border-top-color: #ff8000;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 20px 30px rgba(0, 20, 40, 0.05);\n        }\n\n        .feature-card h3 {\n            font-size: 1.4rem;\n            color: #1f3f5c;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .feature-card h3 i {\n            color: #ff8000;\n            font-size: 1.9rem;\n            background: rgba(255,128,0,0.05);\n            width: 52px;\n            height: 52px;\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .feature-card p {\n            color: #2f5472;\n            font-size: 1.03rem;\n            line-height: 1.6;\n        }\n\n        \/* warranty *\/\n        .warranty-section {\n            background: linear-gradient(145deg, #ff7e2e, #ff5200);\n            color: white;\n            padding: 40px 30px;\n            border-radius: 40px;\n            margin: 45px 0;\n            text-align: center;\n            box-shadow: 0 15px 25px rgba(255, 94, 0, 0.15);\n        }\n\n        .warranty-section h3 {\n            font-size: 2.2rem;\n            margin-bottom: 12px;\n        }\n\n        .warranty-section p {\n            font-size: 1.25rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* app grid 4-col *\/\n        .application-section {\n            margin: 45px 0 25px;\n        }\n\n        .app-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 25px;\n        }\n\n        .app-card {\n            background: white;\n            border-radius: 28px;\n            padding: 30px 15px 25px;\n            text-align: center;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.02), 0 1px 4px rgba(0,0,0,0.02);\n            transition: 0.15s;\n            border: 1px solid #f2f8ff;\n        }\n\n        .app-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 18px 28px rgba(0, 30, 60, 0.06);\n        }\n\n        .app-icon {\n            width: 72px;\n            height: 72px;\n            background: linear-gradient(145deg, #2c638a, #1b4260);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px;\n            color: white;\n            font-size: 2rem;\n        }\n\n        .app-content h4 {\n            font-size: 1.3rem;\n            margin-bottom: 8px;\n            color: #1f3f5c;\n        }\n\n        .app-content p {\n            color: #4c6f8c;\n            font-size: 0.97rem;\n            padding: 0 5px;\n        }\n\n        \/* footer *\/\n        footer {\n            text-align: center;\n            padding: 25px 0 15px;\n            color: #446f92;\n            border-top: 1px solid #e2eaf2;\n            margin-top: 30px;\n            font-size: 0.95rem;\n        }\n\n        \/* responsive *\/\n        @media (max-width: 1100px) {\n            .key-specs { grid-template-columns: repeat(2, 1fr); }\n            .app-grid { grid-template-columns: repeat(2, 1fr); }\n            h1 { font-size: 2.2rem; }\n        }\n\n        @media (max-width: 800px) {\n            .features-grid { grid-template-columns: 1fr; }\n            .key-specs { grid-template-columns: 1fr; }\n            .app-grid { grid-template-columns: 1fr; }\n            .full-container { padding: 15px 18px; }\n            .spec-title { font-size: 1.4rem; }\n            .tech-highlight h3 { font-size: 1.7rem; }\n        }\n\n        @media (max-width: 600px) {\n            .download-btn { width: 100%; justify-content: center; }\n            .common-table td { padding: 14px 12px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"full-container\"\u003e\n\u003c!-- header --\u003e\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003ePremium Aluminum Solar Street Light\u003c\/h1\u003e\n\u003cdiv class=\"subtitle\"\u003eHigh‑performance solar lighting solution for sustainable urban and rural applications\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- download button --\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003ca class=\"download-btn\" href=\"#\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e PDF Spec Sheet\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- tech highlight (light grey card, english) --\u003e\n\u003cdiv class=\"tech-highlight\"\u003e\n\u003ch3\u003e⚡ 150 lm\/W · 22% Mono Solar · 5+ years lifetime\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- key specs 4 items --\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-bolt\"\u003e\u003c\/i\u003e 2~40k lm\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLuminous output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e 30~60 Ah\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLiFePO₄ battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-umbrella\"\u003e\u003c\/i\u003e IP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWeatherproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e 5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eExtended lifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- model comparison table (full width scroll) --\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003e📊 Model Comparison · ECO series\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-100\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-150\u003c\/th\u003e\n\u003cth class=\"model-title\"\u003eECO-200\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Efficiency\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003ctd\u003e150 lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (112pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (168pcs)\u003c\/td\u003e\n\u003ctd\u003eBridgelux 3030 (224pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V\/40W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/50W Mono\u003c\/td\u003e\n\u003ctd\u003e6V\/60W Mono\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e780 sqft (16ft height)\u003c\/td\u003e\n\u003ctd\u003e1080 sqft (19ft height)\u003c\/td\u003e\n\u003ctd\u003e1280 sqft (21ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3.2V 30Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 50Ah\u003c\/td\u003e\n\u003ctd\u003e3.2V 60Ah\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e17 lb\u003c\/td\u003e\n\u003ctd\u003e22 lb\u003c\/td\u003e\n\u003ctd\u003e26 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e26.7×13.8×6.3\"\u003c\/td\u003e\n\u003ctd\u003e33×13.8×6.3\"\u003c\/td\u003e\n\u003ctd\u003e42×13.8×6.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;19 ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26 ft\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;26 ft\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!-- common specifications --\u003e\n\u003cdiv class=\"common-specs\"\u003e\n\u003cdiv class=\"spec-title\"\u003e🔩 Common Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"common-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBracket Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAdapter Included\u003c\/td\u003e\n\u003ctd\u003eYes (2.3\" or 3.2\" diameter)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDusk-to-Dawn Sensor\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Pole Diameter\u003c\/td\u003e\n\u003ctd\u003e2\"–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRemote Control\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e32°F – 110°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6000K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eAluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e2 years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\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\n\u003c!-- advanced features grid (2x2) --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 style=\"text-align: center; color: #1f3f5c; font-size: 2rem; margin-bottom: 20px;\"\u003e✨ Advanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e EASY INSTALLATION\u003c\/h3\u003e\n\u003cp\u003eWith no wiring required, our solar street lights can be installed in minutes. The modular design and included mounting hardware make setup simple and cost-effective.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-moon\"\u003e\u003c\/i\u003e SMART LIGHTING SYSTEM\u003c\/h3\u003e\n\u003cp\u003eIntegrated dusk-to-dawn sensor automatically activates lighting at sunset. Motion detection (26ft range) increases brightness when movement is detected, conserving energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e HIGH EFFICIENCY SOLAR\u003c\/h3\u003e\n\u003cp\u003e60W monocrystalline solar panel with 22% conversion efficiency ensures rapid charging in just 5-8 hours, providing 24-48 hours of illumination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e PREMIUM DURABILITY\u003c\/h3\u003e\n\u003cp\u003eAerospace-grade aluminum housing with IP65 rating provides superior protection against dust, water, rust, and extreme temperatures from 32°F to 110°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- warranty --\u003e\n\u003cdiv class=\"warranty-section\"\u003e\n\u003ch3\u003e🛡️ 2-Year Comprehensive Warranty\u003c\/h3\u003e\n\u003cp\u003eIt comes with a 2-year warranty. Our professional support team is available to assist with any questions or concerns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- applications grid --\u003e\n\u003cdiv class=\"application-section\"\u003e\n\u003ch2 style=\"text-align: center; color: #1f3f5c; font-size: 2rem;\"\u003e🌍 Versatile Applications\u003c\/h2\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-road\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eStreet Lighting\u003c\/h4\u003e\n\u003cp\u003eIdeal for roads, highways and residential streets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#2ecc71,#1f8f4b);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-car\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eParking Lots\u003c\/h4\u003e\n\u003cp\u003ePerfect illumination for parking areas and garages\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#e74c3c,#b03a2e);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eResidential Security\u003c\/h4\u003e\n\u003cp\u003eEnhance home security with motion-activated lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv style=\"background: linear-gradient(145deg,#f39c12,#c46f0e);\" class=\"app-icon\"\u003e\n\u003ci class=\"fas fa-tree\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch4\u003eParks \u0026amp; Pathways\u003c\/h4\u003e\n\u003cp\u003eIlluminate walking paths and recreational areas\u003ci style=\"color: #ff8000; margin-right: 6px;\" class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- footer --\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"30000 lumens-Stay on","offer_id":45385686876357,"sku":"ECO100WGREY","price":159.69,"currency_code":"USD","in_stock":true},{"title":"5000 lumens-Stay on","offer_id":46225801183429,"sku":"ECO-200W-Grey","price":249.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/20231109-041430.jpg?v=1773411803"},{"product_id":"1800w-solar-street-light-with-20ft-16ft-pole","title":"1800W solar street light with 20ft \/16ft pole","description":"\u003cstyle\u003e\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    }\n    \n    body {\n        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n        color: #333;\n        line-height: 1.6;\n        padding: 20px;\n        min-height: 100vh;\n    }\n    \n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    header {\n        text-align: center;\n        margin-bottom: 30px;\n        padding: 20px 0;\n    }\n    \n    .logo {\n        font-size: 2.8rem;\n        color: #ff8000;\n        margin-bottom: 15px;\n    }\n    \n    h1 {\n        color: #2c3e50;\n        font-size: 2.2rem;\n        margin-bottom: 10px;\n    }\n    \n    .subtitle {\n        color: #6c757d;\n        font-size: 1.1rem;\n        max-width: 700px;\n        margin: 0 auto 20px;\n        font-weight: 400;\n    }\n    \n    .download-section {\n        text-align: center;\n        margin: 25px 0;\n    }\n    \n    .download-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        flex-wrap: wrap;\n        margin-top: 15px;\n    }\n    \n    .download-btn {\n        display: inline-flex;\n        align-items: center;\n        padding: 12px 25px;\n        background: #ff8000;\n        color: white;\n        text-decoration: none;\n        border-radius: 8px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 8px rgba(255, 128, 0, 0.25);\n        border: 2px solid transparent;\n    }\n    \n    .download-btn:hover {\n        background: #e67300;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 12px rgba(255, 128, 0, 0.35);\n        border-color: rgba(255, 255, 255, 0.3);\n    }\n    \n    .download-btn i {\n        margin-right: 10px;\n        font-size: 1.2rem;\n    }\n    \n    \/* Compact Specification Table *\/\n    .spec-card {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n        margin: 30px 0;\n    }\n    \n    .spec-title {\n        background: linear-gradient(135deg, #2c3e50, #4a6491);\n        color: white;\n        padding: 16px;\n        text-align: center;\n        font-size: 1.4rem;\n        font-weight: 600;\n        letter-spacing: 0.5px;\n    }\n    \n    .spec-table-container {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n        padding: 5px;\n    }\n    \n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        min-width: 600px;\n        font-size: 0.95rem;\n    }\n    \n    .spec-table tr {\n        border-bottom: 1px solid #edf2f7;\n    }\n    \n    .spec-table tr:last-child {\n        border-bottom: none;\n    }\n    \n    .spec-table tr:nth-child(even) {\n        background-color: #f9fafb;\n    }\n    \n    .spec-table tr:hover {\n        background-color: #f0f7ff;\n    }\n    \n    .spec-table td {\n        padding: 8px 12px;\n        line-height: 1.4;\n    }\n    \n    .spec-table td:first-child {\n        font-weight: 600;\n        color: #2c3e50;\n        width: 40%;\n        text-align: left;\n        padding-left: 20px;\n    }\n    \n    .spec-table td:last-child {\n        text-align: left;\n        color: #34495e;\n        font-weight: 500;\n        padding-right: 20px;\n    }\n    \n    .highlight {\n        font-weight: 700;\n        color: #e74c3c;\n    }\n    \n    .key-specs {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin: 25px 0;\n    }\n    \n    .spec-item {\n        background: white;\n        border-radius: 10px;\n        padding: 15px;\n        text-align: center;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        border-left: 4px solid #3498db;\n    }\n    \n    .spec-item:nth-child(2) {\n        border-left-color: #2ecc71;\n    }\n    \n    .spec-item:nth-child(3) {\n        border-left-color: #e74c3c;\n    }\n    \n    .spec-item:nth-child(4) {\n        border-left-color: #f39c12;\n    }\n    \n    .spec-value {\n        font-size: 1.5rem;\n        font-weight: 700;\n        color: #2c3e50;\n        margin: 5px 0;\n    }\n    \n    .spec-label {\n        font-size: 0.9rem;\n        color: #6c757d;\n        font-weight: 500;\n    }\n    \n    .features-section {\n        margin: 40px 0;\n    }\n    \n    .section-title {\n        text-align: center;\n        color: #2c3e50;\n        margin-bottom: 30px;\n        font-size: 1.7rem;\n        position: relative;\n    }\n    \n    .section-title::after {\n        content: '';\n        display: block;\n        width: 80px;\n        height: 4px;\n        background: linear-gradient(to right, #3498db, #2c3e50);\n        margin: 12px auto;\n        border-radius: 2px;\n    }\n    \n    \/* 修改特性网格布局为2列2行 *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr); \/* 两列布局 *\/\n        gap: 20px;\n    }\n    \n    .feature-card {\n        background: white;\n        border-radius: 10px;\n        padding: 22px;\n        box-shadow: 0 5px 15px rgba(0,0,0,0.06);\n        transition: all 0.3s ease;\n        display: flex;\n        flex-direction: column;\n    }\n    \n    .feature-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n    }\n    \n    .feature-card h3 {\n        font-size: 1.2rem;\n        color: #2c3e50;\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n    }\n    \n    .feature-card h3 i {\n        margin-right: 12px;\n        color: #ff8000;\n        font-size: 1.3rem;\n    }\n    \n    .feature-card p {\n        color: #555;\n        font-size: 0.95rem;\n        line-height: 1.7;\n        flex-grow: 1;\n    }\n    \n    \/* 添加分隔线美化视觉效果 *\/\n    .divider {\n        height: 1px;\n        background: linear-gradient(to right, transparent, #dee2e6, transparent);\n        margin: 30px auto;\n        width: 80%;\n    }\n    \n    \/* 响应式设计 *\/\n    @media (max-width: 768px) {\n        h1 {\n            font-size: 1.8rem;\n        }\n        \n        .subtitle {\n            font-size: 1rem;\n        }\n        \n        .spec-table td {\n            padding: 7px 10px;\n            font-size: 0.9rem;\n        }\n        \n        .spec-table td:first-child {\n            padding-left: 15px;\n            width: 45%;\n        }\n        \n        .spec-table td:last-child {\n            padding-right: 15px;\n        }\n        \n        .download-buttons {\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .download-btn {\n            width: 100%;\n            max-width: 300px;\n            justify-content: center;\n        }\n        \n        \/* 在移动设备上将特性网格改为单列 *\/\n        .features-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .spec-table {\n            min-width: 100%;\n        }\n        \n        .spec-table td {\n            padding: 6px 8px;\n            font-size: 0.85rem;\n        }\n        \n        .spec-table td:first-child {\n            width: 50%;\n            padding-left: 12px;\n        }\n        \n        .feature-card {\n            padding: 18px;\n        }\n        \n        .spec-value {\n            font-size: 1.3rem;\n        }\n        \n        .section-title {\n            font-size: 1.5rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003ch1\u003eLANGY Solar Street Light\u003c\/h1\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"download-section\"\u003e\n\u003cdiv class=\"download-buttons\"\u003e\n\u003ca rel=\"noopener\" class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/1500W_1000W_solar_street_ligth_specification.pdf?v=1731045358\" target=\"_blank\"\u003e \u003ci class=\"fas fa-file-pdf\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload Specification Sheet\u003c\/span\u003e \u003c\/a\u003e \u003ca rel=\"noopener\" class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/FT_400W_500W_solar_street_light_manual.pdf?v=1712740064\" target=\"_blank\"\u003e \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e \u003cspan\u003eDownload User Manual\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-buttons\"\u003e\u003cspan\u003eProfessional-grade solar lighting solution with 50,000LM output designed for superior performance and reliability\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e50,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBrightness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e50,000 mAh\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003eIP65\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eWaterproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e5+ years\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-title\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eFT-B50AH+16FTG \/ FT-B50AH+20FTG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1800W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Height\u003c\/td\u003e\n\u003ctd\u003e16FT \/ 20FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e50,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e88 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Panel\u003c\/td\u003e\n\u003ctd\u003e6V \/ 60W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1680 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e50,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Weight\u003c\/td\u003e\n\u003ctd\u003e24 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Weight\u003c\/td\u003e\n\u003ctd\u003e44 lb \/ 56 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Thickness\u003c\/td\u003e\n\u003ctd\u003e1.5mm \/ 1.8mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd\u003e6700K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDischarging Time\u003c\/td\u003e\n\u003ctd\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Time\u003c\/td\u003e\n\u003ctd\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\"\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\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e High-Efficiency Lighting\u003c\/h3\u003e\n\u003cp\u003e50,000LM daylight white output (6500K) equivalent to 1800W traditional lighting, 3-4 times brighter than standard solar lights with uniform light distribution without dark spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-solar-panel\"\u003e\u003c\/i\u003e Solar-Powered Operation\u003c\/h3\u003e\n\u003cp\u003e25% solar conversion efficiency with 50,000mAh high-capacity lithium battery. 5-8 hour charge for 15-24 hour operation with intelligent charging protection system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e Durable Construction\u003c\/h3\u003e\n\u003cp\u003eIP65 waterproof rating for all-weather operation with die-cast aluminum housing and thermal management. Withstands -4°F to 140°F temperature range with corrosion-resistant powder-coated finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e Easy Installation\u003c\/h3\u003e\n\u003cp\u003ePole or wall mount options included with 13-24ft adjustable installation height. 1,680 sq.ft optimal coverage area with no wiring required - operational in 30 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eApplications \u0026amp; Support\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e Ideal Applications\u003c\/h3\u003e\n\u003cp\u003eResidential driveways, commercial parking lots, public parks, farms, construction sites, and remote off-grid areas. Perfect for any location needing reliable, bright lighting without electrical infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-headset\"\u003e\u003c\/i\u003e Support \u0026amp; Warranty\u003c\/h3\u003e\n\u003cp\u003e24\/7 customer support with lighting experts and comprehensive 1-year warranty coverage. Includes hassle-free replacement policy with detailed installation guides and video tutorials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"1500W light +16FT pole","offer_id":45385686974661,"sku":"FT-B50AH+16FTG","price":388.68,"currency_code":"USD","in_stock":true},{"title":"1500W light +20FT pole","offer_id":45385687040197,"sku":"FT-B50AH+20FTG","price":408.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0554\/3041\/4533\/files\/facebook_ads_40.jpg?v=1773411827"}],"url":"https:\/\/goparrotunclsnap.com\/es\/collections\/solar-lighting.oembed","provider":"Parrot Uncle","version":"1.0","type":"link"}