{"title":"NEW ARRIVALS","description":"","products":[{"product_id":"1400w-1800w-split-solar-street-light","title":"1800W Solar parking lot lights  50,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    }\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 href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/30AH_50AH_specification.pdf?v=1764139963\" 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\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\"\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\" style=\"width: 108.959%; height: 800.022px;\"\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-B50AH\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e1800W\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e50,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 \/ 60W\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;\"\u003e1380 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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e50,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;\"\u003e29lb\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.1458px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.1458px;\"\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9392%; height: 38.1458px;\"\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 32°F to 110°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,380 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 Lighting","offers":[{"title":"Default Title","offer_id":42005515468935,"sku":"FT-B50AH","price":199.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/20241129-165630.jpg?v=1732933518"},{"product_id":"1200w-solar-street-light-with-pole-solar-pole-light","title":"1400W 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 40,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\"\u003e1400W\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\"\u003e40,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\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003eOptimal performance\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003etemperature range\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e-4°F - 131°F\u003c\/span\u003e\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 40,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 131°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":41420282593415,"sku":"FT-40AHG+16FTG","price":339.0,"currency_code":"USD","in_stock":true},{"title":"GREY1400W light +20FT pole +Ground cage","offer_id":41420282626183,"sku":"FT-40AHG+20FTG","price":399.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/facebook_ads_42.jpg?v=1750326979"},{"product_id":"100w-led-flood-light-with-photocell","title":"100W  LED Flood light - AC 120V  with photocell","description":"\u003cdiv style=\"font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #333; max-width: 600px; margin: auto; border: 1px solid #f0f0f0; padding: 20px;\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 25px;\"\u003e\n\u003ch2 style=\"color: #ff6600; margin: 0; font-size: 24px;\"\u003eLANGY 100W LED Flood Light\u003c\/h2\u003e\n\u003cp style=\"color: #666; font-style: italic; margin-top: 5px;\"\u003eProfessional-Grade Security Lighting\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fdfdfd; padding: 15px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003ch3 style=\"font-size: 18px; border-left: 4px solid #ff6600; padding-left: 10px; margin-bottom: 12px;\"\u003eKey Performance\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e🚀 \u003cstrong\u003e8,000 LM Output:\u003c\/strong\u003e Turns night into day instantly.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e🏠 \u003cstrong\u003e800 sq.ft Coverage:\u003c\/strong\u003e Ideal for driveways \u0026amp; backyards (16ft height).\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003e☀️ \u003cstrong\u003e6500K Daylight:\u003c\/strong\u003e Crisp, flicker-free visibility.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0;\"\u003e🕒 \u003cstrong\u003e50,000H Lifespan:\u003c\/strong\u003e Long-lasting COB LED technology.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 20px;\"\u003e\n\u003ch3 style=\"font-size: 18px; border-left: 4px solid #ff6600; padding-left: 10px; margin-bottom: 12px;\"\u003eBuilt for Extremes\u003c\/h3\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 10px;\"\u003e\n\u003cdiv style=\"padding: 10px; border: 1px dashed #ddd;\"\u003e\n\u003cstrong\u003eIP67 Waterproof\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eStorm-ready sealing.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 10px; border: 1px dashed #ddd;\"\u003e\n\u003cstrong\u003eDie-Cast Alum\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eSuperior cooling.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 10px; border: 1px dashed #ddd;\"\u003e\n\u003cstrong\u003eTempered Glass\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eImpact resistant.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 10px; border: 1px dashed #ddd;\"\u003e\n\u003cstrong\u003eAdjustable\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eFlexible tilting.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #fff0e6; padding: 15px; border-radius: 5px; text-align: center; margin-bottom: 20px;\"\u003e\n\u003cstrong style=\"color: #d35400;\"\u003e⚠️ POWER NOTICE: 120V AC Hardwired\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0; font-size: 13px;\"\u003eDusk to Dawn Operation. \u003cbr\u003e\u003cstrong\u003eNOT Solar | NOT Battery\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ctable style=\"width: 100%; font-size: 14px; border-collapse: collapse; height: 78.3752px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid rgb(238, 238, 238); height: 19.5938px;\"\u003e\n\u003ctd style=\"padding: 8px; font-weight: bold; height: 19.5938px;\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; text-align: right; height: 19.5938px;\"\u003e100W \/ 120V AC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid rgb(238, 238, 238); height: 19.5938px;\"\u003e\n\u003ctd style=\"padding: 8px; font-weight: bold; height: 19.5938px;\"\u003eBrightness\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; text-align: right; height: 19.5938px;\"\u003e8,000 Lumens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid rgb(238, 238, 238); height: 19.5938px;\"\u003e\n\u003ctd style=\"padding: 8px; font-weight: bold; height: 19.5938px;\"\u003eRating\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; text-align: right; height: 19.5938px;\"\u003eIP67 Waterproof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"padding: 8px; font-weight: bold; height: 19.5938px;\"\u003eSize\u003c\/td\u003e\n\u003ctd style=\"padding: 8px; text-align: right; height: 19.5938px;\"\u003e10.1\" x 11.2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":41796113432711,"sku":"FL-100W","price":29.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/20260205-174428.jpg?v=1770284768"},{"product_id":"1800w-solar-street-light-with-20ft-pole","title":"1500W 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\"\u003e40,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-B40AH+16FTG \/ FT-B40AH+20FTG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1500W\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\"\u003e40,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 \/ 50W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCoverage Area\u003c\/td\u003e\n\u003ctd\u003e1480 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\"\u003e40,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003eOptimal performance\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003etemperature range\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e-4°F - 131°F\u003c\/span\u003e\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\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003eOptimal performance\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003etemperature rang\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e-4°F - 131°F\u003c\/span\u003e\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\u003e40,000LM daylight white output (6500K) equivalent to 1500W 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 40,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 131°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,480 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":42005529165959,"sku":"FT-B40AHB+16FTG","price":388.68,"currency_code":"USD","in_stock":true},{"title":"1500W light +20FT pole","offer_id":42005529198727,"sku":"FT-B40AHB+20FTG","price":408.68,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/facebook_ads_47.jpg?v=1766216166"},{"product_id":"55w-solar-attic-fan-with-65ft-remote","title":"12\" Solar Attic Vent Fan -55W","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 \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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Open Sans', sans-serif;\n        }\n        body {\n            color: #4a5568;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            overflow-x: hidden;\n        }\n        h1, h2, h3, h4 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            color: var(--dark);\n        }\n        p {\n            font-size: 0.95rem;\n            color: #2d3748;\n            margin-bottom: 5px;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 15px;\n        }\n        .content-section {\n            margin: 20px 0;\n            padding: 10px 0;\n        }\n        .section-title {\n            text-align: center;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            position: relative;\n            color: var(--primary);\n        }\n        .section-title::after {\n            content: '';\n            display: block;\n            width: 70px;\n            height: 3px;\n            background: var(--gradient-accent);\n            margin: 6px auto;\n            border-radius: 2px;\n        }\n        header {\n            background: var(--gradient-primary);\n            color: white;\n            text-align: center;\n            padding: 30px 20px 40px;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 10px;\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        .circle {\n            position: absolute;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n        }\n        .circle-1 {\n            width: 300px;\n            height: 300px;\n            top: -100px;\n            right: -70px;\n        }\n        .circle-2 {\n            width: 200px;\n            height: 200px;\n            bottom: -60px;\n            left: -50px;\n        }\n        .header-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        .model {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 4px;\n            color: rgba(255, 255, 255, 0.9);\n            font-weight: 600;\n        }\n        header h1 {\n            font-size: 2rem;\n            color: white;\n            margin-bottom: 6px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n        .tagline {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 600;\n            color: rgba(255, 255, 255, 0.95);\n        }\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin: 12px 0;\n        }\n        .feature-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border: none;\n        }\n        .feature-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .feature-icon {\n            font-size: 1.8rem;\n            color: var(--accent);\n            margin-bottom: 8px;\n            text-align: center;\n        }\n        .feature-title {\n            font-size: 1.1rem;\n            margin-bottom: 8px;\n            color: var(--primary);\n            text-align: center;\n        }\n        .feature-content {\n            text-align: center;\n        }\n        .warranty-badge {\n            display: inline-block;\n            background: rgba(230, 126, 34, 0.12);\n            color: var(--accent-dark);\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-weight: 600;\n            margin-top: 6px;\n            font-size: 0.85rem;\n        }\n        .thermostat-container {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            max-width: 1000px;\n            margin: 0 auto;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n        }\n        .temp-graphic {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            height: 60px;\n            background: linear-gradient(to right, #3498db, #2ecc71, #e74c3c);\n            border-radius: 40px;\n            margin: 12px auto;\n            position: relative;\n            max-width: 900px;\n        }\n        .temp-marker {\n            position: absolute;\n            top: -25px;\n            font-weight: 700;\n            text-align: center;\n            min-width: 65px;\n            background: white;\n            color: var(--primary);\n            padding: 3px 8px;\n            border-radius: 15px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);\n            font-size: 0.8rem;\n            z-index: 2;\n        }\n        .off-marker {\n            left: 25%;\n            transform: translateX(-50%);\n        }\n        .on-marker {\n            left: 75%;\n            transform: translateX(-50%);\n        }\n        .temp-indicator {\n            position: absolute;\n            top: 100%;\n            width: 2px;\n            height: 15px;\n            background: var(--primary);\n            border-radius: 1px;\n        }\n        .off-indicator {\n            left: 25%;\n        }\n        .on-indicator {\n            left: 75%;\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 8px;\n            font-size: 0.85rem;\n        }\n        .specs-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n            margin: 15px 0;\n        }\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n        }\n        .specs-table th, .specs-table td {\n            padding: 10px;\n            text-align: left;\n            border-bottom: 1px solid #edf2f7;\n        }\n        .specs-table tr:last-child th, \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        .specs-table th {\n            background-color: #ebf8ff;\n            font-weight: 600;\n            color: var(--primary);\n            width: 40%;\n        }\n        .highlight {\n            color: var(--accent-dark);\n            font-weight: 700;\n        }\n        .mobile-specs-table {\n            display: none;\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            margin: 15px 0;\n        }\n        .spec-download-btn-container {\n            text-align: center;\n            margin: 12px auto;\n        }\n        .spec-download-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 8px 18px;\n            background: var(--gradient-primary);\n            color: white;\n            border-radius: 40px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 4px 10px rgba(44, 82, 130, 0.25);\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-family: 'Montserrat', sans-serif;\n            gap: 6px;\n        }\n        .spec-download-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 15px rgba(44, 82, 130, 0.35);\n            background: var(--gradient-secondary);\n        }\n        .spec-download-btn i {\n            font-size: 1em;\n        }\n        .power-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 15px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .power-item {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n        }\n        .power-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .power-icon {\n            font-size: 2.2rem;\n            margin-bottom: 12px;\n        }\n        .day-power .power-icon {\n            color: #f39c12;\n        }\n        .night-power .power-icon {\n            color: #3498db;\n        }\n        .power-title {\n            font-size: 1.2rem;\n            margin-bottom: 8px;\n            color: var(--primary);\n        }\n        .installation-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            max-width: 1000px;\n            margin: 15px auto;\n        }\n        .install-item {\n            text-align: center;\n            padding: 12px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n        }\n        .install-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .install-icon {\n            font-size: 1.8rem;\n            color: var(--accent);\n            margin-bottom: 6px;\n        }\n        .install-title {\n            font-size: 1rem;\n            margin-bottom: 4px;\n            color: var(--primary);\n        }\n        .shipping-info {\n            background: white;\n            padding: 15px;\n            border-radius: 12px;\n            max-width: 550px;\n            margin: 0 auto;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            text-align: center;\n            border-top: 3px solid var(--accent);\n        }\n        .shipping-info h3 {\n            color: var(--primary);\n            font-size: 1.2rem;\n            margin-bottom: 8px;\n        }\n        .shipping-info h3 i {\n            color: var(--accent);\n            margin-right: 8px;\n        }\n        .shipping-info p {\n            font-size: 0.95rem;\n            margin: 3px 0;\n        }\n        ul {\n            margin: 6px 0;\n            padding-left: 20px;\n        }\n        li {\n            margin-bottom: 3px;\n            font-size: 0.9rem;\n        }\n        \n        \/* 视频模块样式 - 全屏显示 *\/\n        .video-section {\n            margin: 20px 0;\n            padding: 0;\n        }\n        \n        .video-container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .video-frame {\n            width: 100%;\n            height: 600px;\n            border: none;\n            border-radius: 0;\n            box-shadow: none;\n            display: block;\n        }\n        \n        .video-info {\n            background: white;\n            padding: 12px 15px;\n            margin-top: 0;\n            border-radius: 0 0 8px 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .video-title {\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 4px;\n        }\n        \n        .video-subtitle {\n            font-size: 0.9rem;\n            color: #666;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .video-subtitle i {\n            color: var(--accent);\n        }\n        \n        @media (max-width: 992px) {\n            header h1 {\n                font-size: 1.8rem;\n            }\n            .tagline {\n                font-size: 1rem;\n            }\n            .section-title {\n                font-size: 1.5rem;\n                margin-bottom: 12px;\n            }\n            .temp-graphic {\n                height: 55px;\n                max-width: 95%;\n            }\n            .temp-marker {\n                font-size: 0.75rem;\n                min-width: 60px;\n                top: -22px;\n            }\n            \/* 平板端视频调整 *\/\n            .video-frame {\n                height: 500px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .model {\n                font-size: 0.8rem;\n            }\n            header h1 {\n                font-size: 1.6rem;\n                margin-bottom: 4px;\n            }\n            .tagline {\n                font-size: 0.95rem;\n            }\n            .section-title {\n                font-size: 1.3rem;\n                margin-bottom: 10px;\n            }\n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n                margin: 10px 0;\n            }\n            .specs-container {\n                display: none;\n            }\n            .mobile-specs-table {\n                display: table;\n            }\n            .power-container {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n            .temp-graphic {\n                height: 50px;\n                border-radius: 30px;\n                margin: 10px auto;\n            }\n            .temp-label {\n                font-size: 0.8rem;\n                padding: 0 5px;\n            }\n            .temp-marker {\n                top: -20px;\n                min-width: 55px;\n                font-size: 0.7rem;\n                padding: 2px 6px;\n            }\n            .spec-download-btn {\n                padding: 7px 15px;\n                font-size: 0.85rem;\n            }\n            .installation-container {\n                gap: 8px;\n                margin: 12px auto;\n            }\n            \/* 移动端视频调整 *\/\n            .video-frame {\n                height: 400px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            header {\n                padding: 25px 15px 30px;\n            }\n            header h1 {\n                font-size: 1.4rem;\n            }\n            .tagline {\n                font-size: 0.9rem;\n            }\n            .section-title {\n                font-size: 1.2rem;\n                margin-bottom: 8px;\n            }\n            .feature-item, .power-item, .install-item {\n                padding: 10px;\n            }\n            .feature-icon, .power-icon, .install-icon {\n                font-size: 1.6rem;\n            }\n            .feature-title, .install-title {\n                font-size: 1rem;\n            }\n            .temp-graphic {\n                height: 45px;\n            }\n            .temp-label {\n                font-size: 0.75rem;\n            }\n            .temp-marker {\n                font-size: 0.65rem;\n                min-width: 50px;\n                top: -18px;\n            }\n            .spec-download-btn {\n                padding: 6px 12px;\n                font-size: 0.8rem;\n            }\n            .content-section {\n                margin: 15px 0;\n            }\n            \/* 小屏幕视频调整 *\/\n            .video-frame {\n                height: 300px;\n            }\n            .video-title {\n                font-size: 1rem;\n            }\n            .video-subtitle {\n                font-size: 0.85rem;\n            }\n        }\n    \u003c\/style\u003e\n\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 55W 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\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\u003eWinter:\u003c\/strong\u003e Prevents 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\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\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\"\u003eQuiet \u0026amp; Maintenance-Free\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003e55W 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 guarantee solid structures and aluminum alloy frame delivers lightweight and convenience.\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\u003cdiv class=\"video-section\"\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003ciframe title=\"LANGY solar attic fan installation (replace turbine ventilator)\" src=\"https:\/\/www.youtube.com\/embed\/9Ea9nQ4WtI0\" class=\"video-frame\"\u003e\n                \u003c\/iframe\u003e\n\u003cdiv class=\"video-info\"\u003e\n\u003cdiv class=\"video-title\"\u003eLANGY Solar Attic Fan Installation (Replace Turbine Ventilator)\u003c\/div\u003e\n\u003cdiv class=\"video-subtitle\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e \u003cspan\u003eWatch installation guide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\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 10px; font-size: 0.95rem;\"\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: 10px auto 0; font-size: 0.95rem;\"\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\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-download-btn-container\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/solar_attic_fan_specification_2-2.pdf?v=1783505055\" title=\"LANGY SOLAR ATTIC FAN\" rel=\"noopener\" class=\"spec-download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003eDownload Specifications (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-download-btn-container\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/langy_solar_attic_fan_user_manual0709.pdf?v=1783566014\" title=\"LANGY SOLAR ATTIC FAN\" rel=\"noopener\" class=\"spec-download-btn\" target=\"_blank\"\u003eDownload User Manual (PDF)\u003c\/a\u003e\u003c\/div\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-55-S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd\u003e18V\/55W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd\u003e22\" x 22\"\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\n\u003cth\u003eFan Speeds\u003c\/th\u003e\n\u003ctd\u003e6 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 25W\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\u003ctable class=\"mobile-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eSF-55-S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd\u003e18V\/55W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd\u003e22\" x 22\"\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\n\u003cth\u003eFan Speeds\u003c\/th\u003e\n\u003ctd\u003e6 levels\u003c\/td\u003e\n\u003c\/tr\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 25W\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\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 12px; font-size: 0.95rem;\"\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":42626997616775,"sku":"SF-55W-S","price":259.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/20250517-173343.jpg?v=1768653737"},{"product_id":"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 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-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\"\u003e60W (50,000mAH) \/ 90W (10000mAh Li-ion)\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eProduct Weight:\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e60W (2.8lb \/light) \/ 90W (3.2lb\/light)\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":43055271411847,"sku":"L5-2PACK","price":65.99,"currency_code":"USD","in_stock":true},{"title":"6000 lumens \/ 4 Pack","offer_id":43055275868295,"sku":"L5-4PACK","price":106.69,"currency_code":"USD","in_stock":true},{"title":"9000 lumens \/ 2 Pack","offer_id":43055282815111,"sku":"L10-2PACK","price":72.99,"currency_code":"USD","in_stock":true},{"title":"9000 lumens \/ 4 Pack","offer_id":43055282847879,"sku":"L10-4PACK","price":126.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/3_2f795ffe-0412-481e-a5a2-cfd995f5b017.jpg?v=1754122697"},{"product_id":"upgraded-solar-bug-zapper-outdoor-20w-solar-panel","title":"4500V Commercial Grade Solar Bug Zapper - Heavy Duty Mosquito Killer Pro","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        :root {\n            --primary-dark: #1b4332;\n            --primary: #2d6a4f;\n            --primary-light: #52b788;\n            --dark-accent: #85581A; \n            --tag-dark: #343a40;   \n            --bg-light: #f8f9fa;\n            --card-bg: #ffffff;\n            --text-main: #212529;\n            --text-muted: #5c677d;\n            --border-radius: 16px;\n            --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n            --shadow-md: 0 10px 20px rgba(0, 0, 0, 0.08);\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n        }\n        \n        body {\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            line-height: 1.6;\n            padding: 30px 20px;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n        \n        \/* Premium Hero Banner *\/\n        .hero-banner {\n            text-align: center;\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #e9f5ed 0%, #d8f3dc 100%);\n            border-radius: var(--border-radius);\n            margin-bottom: 40px;\n            box-shadow: var(--shadow-sm);\n        }\n\n        .product-title {\n            font-size: 38px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            color: var(--primary-dark);\n            line-height: 1.2;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-subtitle {\n            color: var(--text-muted);\n            font-size: 19px;\n            max-width: 750px;\n            margin: 0 auto 20px;\n            font-weight: 500;\n        }\n\n        .tagline {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: var(--tag-dark);\n            color: white;\n            padding: 6px 18px;\n            font-weight: 700;\n            border-radius: 50px;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 15px;\n        }\n        \n        \/* Pain Points Section *\/\n        .pain-points-box {\n            background: var(--card-bg);\n            border-left: 6px solid var(--dark-accent);\n            padding: 25px;\n            border-radius: 4px var(--border-radius) var(--border-radius) 4px;\n            margin-bottom: 45px;\n            box-shadow: var(--shadow-sm);\n        }\n        .pain-points-box h4 {\n            color: var(--dark-accent);\n            margin-bottom: 12px;\n            font-size: 19px;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .pain-points-box ul {\n            list-style-type: none;\n        }\n        .pain-points-box li {\n            margin-bottom: 10px;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 15px;\n        }\n        .pain-points-box li i.fa-times-circle { color: var(--dark-accent); }\n        .pain-points-box li i.fa-check-circle { color: var(--primary); font-size: 16px; }\n\n        \/* Section Headings *\/\n        .section-title {\n            font-size: 26px;\n            font-weight: 800;\n            color: var(--primary-dark);\n            margin: 50px 0 25px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid var(--primary-light);\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n        \n        .feature-card {\n            background: var(--card-bg);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: var(--shadow-sm);\n            transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease, border-color 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid #eef1f6;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-md);\n            border-color: var(--primary-light);\n        }\n        \n        .feature-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 15px;\n        }\n\n        .feature-icon-wrapper {\n            width: 50px;\n            height: 50px;\n            background: #eafaf1;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--primary);\n            font-size: 24px;\n            flex-shrink: 0;\n        }\n        \n        .feature-title {\n            font-size: 19px;\n            font-weight: 700;\n            color: var(--primary-dark);\n        }\n        \n        .feature-description {\n            color: var(--text-muted);\n            font-size: 15px;\n            line-height: 1.6;\n            flex-grow: 1;\n        }\n\n        \/* Highlight Sub-features inside description *\/\n        .sub-features {\n            margin-top: 10px;\n            padding-top: 10px;\n            border-top: 1px dashed #e2e8f0;\n            font-size: 14px;\n            color: var(--primary-dark);\n            font-weight: 600;\n        }\n        \n        \/* Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 0;\n            background: var(--card-bg);\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n        }\n        \n        .specs-table th, .specs-table td {\n            padding: 18px 24px;\n            text-align: left;\n            border-bottom: 1px solid #edf2f7;\n            font-size: 15px;\n        }\n        \n        .specs-table th {\n            background-color: var(--primary-dark);\n            color: white;\n            font-weight: 600;\n            text-transform: uppercase;\n            font-size: 13px;\n            letter-spacing: 0.8px;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fcfdfe;\n        }\n        \n        .highlight {\n            color: var(--primary);\n            font-weight: 700;\n        }\n        .highlight-alert {\n            color: var(--dark-accent);\n            font-weight: 700;\n        }\n        \n        @media (max-width: 768px) {\n            body { padding: 15px 10px; }\n            .hero-banner { padding: 35px 20px; }\n            .product-title { font-size: 28px; }\n            .product-subtitle { font-size: 16px; }\n            .features-grid { grid-template-columns: 1fr; gap: 20px; }\n            .specs-table th, .specs-table td { padding: 14px 16px; font-size: 14px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cspan class=\"tagline\"\u003e\u003ci class=\"fas fa-shield-virus\"\u003e\u003c\/i\u003e5Pro-Series Flagship Protection\u003c\/span\u003e\n\u003ch1 class=\"product-title\"\u003eSolar-Powered 4500V Heavy-Duty Bug Zapper\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eTwice the solar speed, twice the battery capacity. Instantly clear your yard of mosquitoes and flies with autonomous, eco-friendly power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-points-box\"\u003e\n\u003ch4\u003e\n\u003ci class=\"fas fa-exclamation-circle\"\u003e\u003c\/i\u003e \u003cspan style=\"color: rgb(104, 84, 201);\"\u003eMosquito Ruining Your Outdoor Peace?\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-times-circle\"\u003e\u003c\/i\u003e Sick of constant bug bites and toxic, smelly chemical sprays?\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-times-circle\"\u003e\u003c\/i\u003e Frustrated by low-power solar zappers that die after just a few hours?\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e \u003cb\u003eThe 20W Upgrade Solution:\u003c\/b\u003e Extreme 4500V power combined with a massive battery to guarantee all-night, uninterrupted defense.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003ci class=\"fas fa-list-alt\"\u003e\u003c\/i\u003e Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification Item\u003c\/th\u003e\n\u003cth\u003eDetailed Performance\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eWorking Modes\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"highlight\"\u003e2 Smart Modes\u003c\/span\u003e (24H Continuous \/ Smart Dusk-to-Dawn Sensor)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eGrid Voltage\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(54, 114, 65);\" class=\"highlight-alert\"\u003e4500V\u003c\/span\u003e \u003c\/strong\u003eHigh-Voltage Instant Kill\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eSolar Panel Power\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"highlight\"\u003e20W\u003c\/span\u003e High-Efficiency Monocrystalline Panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eBattery Capacity\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"highlight\"\u003e10,000mAh\u003c\/span\u003e Heavy-Duty Rechargeable Lithium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003e3-Way Installation\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003eHanging Hook \/ Flat Desktop Base \/ Lawn Stake Insertion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eDual Charging Methods\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e20W Solar Powered Eco-Charging \/ USB Fast Charging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eEffective Coverage\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to \u003cspan style=\"color: rgb(64, 135, 77);\"\u003e\u003cstrong\u003e\u003cspan class=\"highlight-alert\"\u003e1800 sq. ft\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(54, 114, 65);\"\u003e\u003cstrong\u003e\u003cspan class=\"highlight-alert\"\u003e.\u003c\/span\u003e\u003c\/strong\u003e \u003c\/span\u003eMax Protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eWaterproof Rating\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"highlight\"\u003eIPX4\u003c\/span\u003e All-Weather Durable Shell \u0026amp; Safety Cage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eDimensions (Main Unit)\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e21 x 3 x 11.5 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eDimensions (Solar Panel)\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e20.8 x 7 x 0.6 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eProduct Weight\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e7.5 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eCharging Time\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003eSolar Charging: 6-8 Hours | USB : 4-5 Hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cb\u003eContinuous Runtime\u003c\/b\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"highlight\"\u003e8-12 Hours\u003c\/span\u003e Continuous Dusk-to-Dawn Operation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":43160433328263,"sku":"MOSZAP20W","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/20Wsolarbugzapper_5.jpg?v=1778664406"},{"product_id":"15-inch-attic-gable-fan-with-thermostat","title":"15 Inch Attic Gable Fan with Thermostat -1300CFM","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-color: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .seasonal-benefits {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);\n            margin-bottom: 40px;\n            border-left: 4px solid #3b82f6;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #1e293b;\n            margin-bottom: 30px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-bottom: 25px;\n        }\n        \n        .benefit-card {\n            padding: 25px;\n            border-radius: 10px;\n            background: #f8fafc;\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .winter-benefit {\n            border-top: 4px solid #3b82f6;\n            background: linear-gradient(to bottom, #f0f9ff, #f8fafc);\n        }\n        \n        .summer-benefit {\n            border-top: 4px solid #f59e0b;\n            background: linear-gradient(to bottom, #fffbeb, #f8fafc);\n        }\n        \n        .benefit-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            margin-right: 12px;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .winter-icon {\n            background: #dbeafe;\n            color: #1d4ed8;\n        }\n        \n        .summer-icon {\n            background: #fef3c7;\n            color: #d97706;\n        }\n        \n        .benefit-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #1e293b;\n        }\n        \n        .benefit-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .benefit-list li {\n            padding: 8px 0;\n            color: #475569;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .benefit-list li i {\n            color: #10b981;\n            margin-right: 10px;\n            margin-top: 5px;\n            flex-shrink: 0;\n        }\n        \n        .season-tag {\n            display: inline-block;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        \n        .winter-tag {\n            background: #dbeafe;\n            color: #1e40af;\n        }\n        \n        .summer-tag {\n            background: #fef3c7;\n            color: #92400e;\n        }\n        \n        .investment-note {\n            text-align: center;\n            padding: 20px;\n            background: #eff6ff;\n            border-radius: 8px;\n            font-style: italic;\n            color: #475569;\n            border-top: 2px solid #dbeafe;\n            margin-top: 20px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-bottom: 50px;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-top: 4px solid #3b82f6;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07), 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-header {\n            background: #f8fafc;\n            color: #1e293b;\n            padding: 16px 20px;\n            font-size: 1.3rem;\n            font-weight: 600;\n            border-bottom: 1px solid #e2e8f0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .spec-header i {\n            margin-right: 10px;\n            color: #3b82f6;\n        }\n        \n        .spec-content {\n            padding: 20px;\n        }\n        \n        .spec-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 0;\n            border-bottom: 1px solid #f1f5f9;\n        }\n        \n        .spec-row:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #475569;\n        }\n        \n        .spec-value {\n            color: #1e293b;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefit-card, .spec-card {\n                margin-bottom: 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            \n            .seasonal-benefits {\n                padding: 20px;\n            }\n            \n            .spec-header {\n                font-size: 1.1rem;\n                padding: 14px 16px;\n            }\n            \n            .spec-content {\n                padding: 16px;\n            }\n            \n            .spec-row {\n                flex-direction: column;\n                padding: 10px 0;\n            }\n            \n            .spec-value {\n                margin-top: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"seasonal-benefits\"\u003e\n\u003ch2 class=\"section-title\"\u003eYear-Round Home Protection\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card winter-benefit\"\u003e\n\u003cdiv class=\"season-tag winter-tag\"\u003eWINTER BENEFITS\u003c\/div\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-icon winter-icon\"\u003e\n\u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eWinter Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Exhaust of moist air to prevent mold and mildew growth\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Equalized attic temperature to combat ice dams on snow-covered roofs\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Maintains consistent cold attic temperature throughout winter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card summer-benefit\"\u003e\n\u003cdiv class=\"season-tag summer-tag\"\u003eSUMMER BENEFITS\u003c\/div\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-icon summer-icon\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eSummer Efficiency\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Creates a cooler attic for more efficient HVAC system operation\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Increased protection of roofing components from excessive heat\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Reduces cooling costs by preventing heat buildup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"investment-note\"\u003e\n\u003cp\u003eInvest in year-round protection. It's not just a fan; it's peace of mind for your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e Performance\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eModel:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLG-1600\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eAirflow Capacity:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1300 CFM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eRated Current:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2.7A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003ePower Consumption:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e220W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTemperature Range:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e-50 to 230 °F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e Control \u0026amp; Measurement\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eControl Accuracy:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e0.18 °F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMeasurement Input:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNTC10K\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor Voltage:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e120V 60Hz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eControl Type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSmart Thermostat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e Physical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eBlades:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4 (Iron)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eOutput Type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDirect Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eOutput Capacity:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eMax 10A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eDimensions:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e15\"x15\"x7.5\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e12.5 lbs\u003c\/span\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":"Default Title","offer_id":43176944828551,"sku":"LG-1600","price":116.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Sleek_Low-Profile_Design_1.jpg?v=1780655028"},{"product_id":"upgraded-solar-bug-zapper-outdoor-10w-solar-panel","title":"Upgraded Solar Mosquito Killer Lamp","description":"\u003cstyle\u003e\n    :root {\n        --primary-dark: #1b4332;\n        --primary: #2d6a4f;\n        --primary-light: #52b788;\n        --dark-accent: #85581A;\n        --tag-dark: #343a40;\n        --bg-light: #f8f9fa;\n        --card-bg: #ffffff;\n        --text-main: #212529;\n        --text-muted: #5c677d;\n        --border-radius: 16px;\n        --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n    }\n    \n    .shopify-custom-wrapper {\n        background-color: var(--bg-light);\n        color: var(--text-main);\n        line-height: 1.6;\n        padding: 20px 10px;\n        max-width: 100%;\n        margin: 0 auto;\n        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    }\n    \n    .hero-banner {\n        text-align: center;\n        padding: 40px 20px;\n        background: linear-gradient(135deg, #e9f5ed 0%, #d8f3dc 100%);\n        border-radius: var(--border-radius);\n        margin-bottom: 30px;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .product-title {\n        font-size: 32px;\n        font-weight: 800;\n        margin: 10px 0;\n        color: var(--primary-dark);\n        line-height: 1.2;\n        letter-spacing: -0.5px;\n    }\n    \n    .product-subtitle {\n        color: var(--text-muted);\n        font-size: 16px;\n        max-width: 750px;\n        margin: 0 auto 10px;\n        font-weight: 500;\n    }\n\n    .tagline {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: var(--tag-dark);\n        color: white;\n        padding: 6px 18px;\n        font-weight: 700;\n        border-radius: 50px;\n        font-size: 12px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    \n    .pain-points-box {\n        background: var(--card-bg);\n        border-left: 6px solid var(--dark-accent);\n        padding: 20px;\n        border-radius: 4px var(--border-radius) var(--border-radius) 4px;\n        margin-bottom: 35px;\n        box-shadow: var(--shadow-sm);\n    }\n    .pain-points-box h4 {\n        color: var(--dark-accent);\n        margin-top: 0;\n        margin-bottom: 15px;\n        font-size: 18px;\n        font-weight: 700;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n    .pain-points-box ul {\n        list-style-type: none;\n        padding-left: 0;\n        margin: 0;\n    }\n    .pain-points-box li {\n        margin-bottom: 12px;\n        color: var(--text-muted);\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n        font-size: 14px;\n    }\n    .pain-points-box li:last-child {\n        margin-bottom: 0;\n        padding-top: 5px;\n        border-top: 1px dashed #e2e8f0;\n    }\n\n    .section-title {\n        font-size: 22px;\n        font-weight: 800;\n        color: var(--primary-dark);\n        margin: 40px 0 20px;\n        padding-bottom: 10px;\n        border-bottom: 3px solid var(--primary-light);\n    }\n    \n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 20px 0;\n        background: var(--card-bg);\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        box-shadow: var(--shadow-sm);\n    }\n    \n    .specs-table th, .specs-table td {\n        padding: 14px 18px;\n        text-align: left;\n        border-bottom: 1px solid #edf2f7;\n        font-size: 14px;\n    }\n    \n    .specs-table th {\n        background-color: var(--primary-dark);\n        color: white;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 12px;\n        letter-spacing: 0.8px;\n    }\n    \n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    \n    .specs-table tr:nth-child(even) {\n        background-color: #fcfdfe;\n    }\n    \n    .highlight {\n        color: var(--primary);\n        font-weight: 700;\n    }\n    .highlight-alert {\n        color: var(--dark-accent);\n        font-weight: 700;\n    }\n    \n    @media (max-width: 768px) {\n        .product-title { font-size: 24px; }\n        .product-subtitle { font-size: 14px; }\n        .specs-table th, .specs-table td { padding: 12px 14px; font-size: 13px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"shopify-custom-wrapper\"\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cspan class=\"tagline\"\u003e \u003csvg viewbox=\"0 0 24 24\" style=\"width: 14px; height: 14px; fill: currentColor; vertical-align: middle; margin-right: 4px;\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Premium Mosquito Defense \u003c\/span\u003e\n\u003ch1 class=\"product-title\"\u003eSolar-Powered 4500V Heavy-Duty Bug Zapper\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eTake back your outdoor spaces! Effortlessly clear out mosquitoes, flies, and wasps with powerful, hassle-free protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-points-box\"\u003e\n\u003ch4\u003e⚠️ Frustrated by Constant Mosquito Attacks?\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e \u003cspan\u003eTired of toxic sprays, sticky lotions, and smelly coils?\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e \u003cspan\u003eAnnoyed by limited placement options and tangled power extension cords?\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e \u003cspan\u003e\u003cb\u003eThe Ultimate Solution:\u003c\/b\u003e A fully autonomous, multi-setup zapper that safeguards your family 24\/7.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"10 W","offer_id":44853275295879,"sku":"MOSZAP10W-1","price":79.99,"currency_code":"USD","in_stock":true},{"title":"20 W Pro","offer_id":44853275328647,"sku":"MOSZAP20W","price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Upgrade_Solar_bug_zapper_3.jpg?v=1781164297"},{"product_id":"dimmable-100w-150w-200w-ufo-high-bay-light","title":"100W 150W 200W  UFO High Bay Light-Dimmable","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        }\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        \/* 确保最后一行也有边框线 *\/\n        .spec-table tr:last-child {\n            border-bottom: 1px solid #edf2f7;\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            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            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            display: flex;\n            flex-direction: column;\n            align-items: center; \/* 确保内容居中对齐 *\/\n            justify-content: center; \/* 垂直居中 *\/\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            text-align: center; \/* 确保文本居中 *\/\n            width: 100%; \/* 确保文本居中 *\/\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        }\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        \/* Mobile-friendly table *\/\n        .mobile-spec-container {\n            display: none;\n            margin: 20px 0;\n        }\n        \n        .mobile-spec-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n            margin-bottom: 15px;\n        }\n        \n        .mobile-spec-header {\n            background: #f8f9fa;\n            padding: 12px 15px;\n            font-weight: 600;\n            color: #2c3e50;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .mobile-spec-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 15px;\n            border-bottom: 1px solid #f1f1f1;\n        }\n        \n        .mobile-spec-item:last-child {\n            border-bottom: none;\n        }\n        \n        .mobile-spec-label {\n            font-weight: 600;\n            color: #2c3e50;\n            flex-basis: 50%;\n        }\n        \n        .mobile-spec-value {\n            color: #34495e;\n            font-weight: 500;\n            flex-basis: 50%;\n            text-align: right;\n        }\n        \n        \/* Responsive design *\/\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            }\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            \/* Hide desktop table on mobile *\/\n            .spec-table-container {\n                display: none;\n            }\n            \n            \/* Show mobile table *\/\n            .mobile-spec-container {\n                display: block;\n            }\n            \n            .spec-card {\n                margin-top: 10px;\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                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            .key-specs {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        @media (max-width: 350px) {\n            .key-specs {\n                grid-template-columns: 1fr;\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    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cheader\u003e\n\u003cdiv class=\"logo\"\u003e\n\u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003eU902 Series LED High Bay 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\/UFO-high_bay_light_specification.pdf?v=1709541136\" target=\"_blank\"\u003e\u003cspan\u003eDownload Specifications\u003c\/span\u003e \u003c\/a\u003e \u003ca rel=\"noopener\" class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/UFO_manual.pdf?v=1718941975\" 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\u003c\/div\u003e\n\u003cdiv class=\"key-specs\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e100-200W\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ePower Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e15,000-30,000 LM\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eLuminous Flux\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003eDimmable\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003e0-10V\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-value\"\u003e5 FT cable\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003ewith Plug\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\u003eU920-100W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eU920-150W\u003c\/td\u003e\n\u003ctd\u003eU920-200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e100W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e150W\u003c\/td\u003e\n\u003ctd\u003e200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLumens Output\u003c\/td\u003e\n\u003ctd\u003e15,000 LM\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e22,500 LM\u003c\/td\u003e\n\u003ctd\u003e30,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Quantity\u003c\/td\u003e\n\u003ctd\u003e156 pcs\u003c\/td\u003e\n\u003ctd\u003e280 pcs\u003c\/td\u003e\n\u003ctd\u003e312 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd\u003e10-14 ft\u003c\/td\u003e\n\u003ctd\u003e14-16 ft\u003c\/td\u003e\n\u003ctd\u003e16-20 ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eφ8.9\" × 5.1\"\u003c\/td\u003e\n\u003ctd\u003eφ10.4\" × 5.5\"\u003c\/td\u003e\n\u003ctd\u003eφ11.8\" × 5.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e4.4 lb\u003c\/td\u003e\n\u003ctd\u003e5.5 lb\u003c\/td\u003e\n\u003ctd\u003e6.6 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable Length\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e5ft with plug\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eDie-cast aluminum + PC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e5000-6000K (Daylight)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLuminous Efficacy\u003c\/td\u003e\n\u003ctd\u003e150 Lm\/W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e150 Lm\/W\u003c\/td\u003e\n\u003ctd\u003e150 Lm\/W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCRI\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e\u0026gt;80 Ra\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSystem Power Consumption\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e±5W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInput Voltage\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eAC 110-277V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e-22°F ~ 113°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotion Sensor\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimmable\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLifespan\u003c\/td\u003e\n\u003ctd\u003e50,000 hours\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e50,000 hours\u003c\/td\u003e\n\u003ctd\u003e50,000 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5 years limited warranty\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e5 years limited warranty\u003c\/td\u003e\n\u003ctd\u003e5 years limited warranty\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=\"mobile-spec-container\"\u003e\n\u003cdiv class=\"mobile-spec-card\"\u003e\n\u003cdiv class=\"mobile-spec-header\"\u003eU920-100W Model\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e100W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLumens Output\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e15,000 LM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLED Quantity\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e160 pcs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eInstallation Height\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e10-14 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003eφ8.9\" × 5.1\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e4.4 lb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eCable Length\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5ft with plug\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLuminous Efficacy\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e150 Lm\/W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e50,000 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5 years limited warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-card\"\u003e\n\u003cdiv class=\"mobile-spec-header\"\u003eU920-150W Model\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e150W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLumens Output\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e22,500 LM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLED Quantity\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e280 pcs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eInstallation Height\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e14-16 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003eφ10.4\" × 5.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5.5 lb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eCable Length\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5ft with plug\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLuminous Efficacy\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e150 Lm\/W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e50,000 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5 years limited warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-card\"\u003e\n\u003cdiv class=\"mobile-spec-header\"\u003eU920-200W Model\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e200W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLumens Output\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e30,000 LM\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLED Quantity\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e320 pcs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eInstallation Height\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e16-20 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003eφ11.8\" × 5.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e6.6 lb\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eCable Length\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5ft with plug\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLuminous Efficacy\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e150 Lm\/W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eLifespan\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e50,000 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-item\"\u003e\n\u003cdiv class=\"mobile-spec-label\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"mobile-spec-value\"\u003e5 years limited warranty\u003c\/div\u003e\n\u003c\/div\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-bolt\"\u003e\u003c\/i\u003e Super Bright \u0026amp; Energy Saving\u003c\/h3\u003e\n\u003cp\u003eUses high brightness SM2835 LED with 150lm\/watt efficiency, providing ultra-bright output to illuminate wider areas while reducing electricity costs by up to 60%. Features high CRI \u0026gt;80 for accurate color rendering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-warehouse\"\u003e\u003c\/i\u003e Broad Application\u003c\/h3\u003e\n\u003cp\u003eIdeal for commercial\/industrial settings, home workshops, gyms, garages, warehouses, and auditoriums. Provides professional lighting with a modern, fashionable design.\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 Industrial Grade\u003c\/h3\u003e\n\u003cp\u003eHeavy-duty aluminum construction ensures durability. Excellent heat dissipation with optimized heat sink design. IP65 rated dustproof and waterproof housing ensures long operational life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-award\"\u003e\u003c\/i\u003e Reliable Warranty\u003c\/h3\u003e\n\u003cp\u003e100% environmentally friendly with no harmful substances or radiation. Easy to install with all necessary mounting hardware. Backed by a 5-year warranty and dedicated customer support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lighting","offers":[{"title":"100 W+Plug","offer_id":43236499128455,"sku":"UFO100DIM","price":72.69,"currency_code":"USD","in_stock":true},{"title":"150 W+Plug","offer_id":43236499161223,"sku":"UFO150DIM","price":82.69,"currency_code":"USD","in_stock":true},{"title":"200 W+Plug","offer_id":43236499193991,"sku":"UFO200DIM","price":105.69,"currency_code":"USD","in_stock":true},{"title":"Dimmer (0-10V)","offer_id":43243404230791,"sku":"Dimmer","price":35.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/3_PACK_5.jpg?v=1768457102"},{"product_id":"solar-green-feeder-light-for-hunting-10000-lumens","title":"Solar Green Feeder Light for 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\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: #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: #4CAF50; \/* 绿色背景，可以根据需要调整色值 *\/\n    color: #FFFFFF; \/* 白色字体 *\/\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      \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        \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        \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\u003cdiv class=\"container\"\u003e\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\u003cdiv class=\"download-buttons\"\u003eHigh-performance green LED lighting for night hunting and outdoor activities\u003c\/div\u003e\n\u003c\/header\u003e\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\u003e 180 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\u003e10,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\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\" style=\"width: 100%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eLED Type\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003eHigh-Quality Green LEDs (180pcs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Height\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e13ft\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\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003eOptimal performance\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003etemperature range\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd colspan=\"3\"\u003e\u003cspan\u003e-4°F - 131°F\u003c\/span\u003e\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\"\u003eBraceket, remote, wall screws\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\u003cbr\u003e\u003c\/div\u003e\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","brand":"Langy Solar Lighting","offers":[{"title":"1 Pack","offer_id":44205921828999,"sku":"LH-5AH-Green-1PACK","price":49.69,"currency_code":"USD","in_stock":true},{"title":"2 Pack","offer_id":44205921861767,"sku":"LH5AHG2P-2","price":79.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/LANGY_1_PACK_Solar_Green_Hog_light.jpg?v=1773647925"},{"product_id":"55w-12-solar-attic-fan-with-smart-power-adapter-remote","title":"12\" Solar Roof Fan-55W Dual-Power","description":"\u003cdiv style=\"max-width: 1000px; margin: 0 auto; padding: 15px; font-family: 'Segoe UI', Arial, sans-serif; color: #333333; line-height: 1.6; background-color: #ffffff;\"\u003e\n\u003cdiv style=\"text-align: center; padding: 35px 20px; background: linear-gradient(135deg, #1a3a6d 0%, #2c5aa0 100%); color: #ffffff; border-radius: 12px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.05);\"\u003e\n\u003ch1 style=\"font-size: 2rem; margin: 0 0 10px 0; font-weight: 800; line-height: 1.2; color: #ffffff;\"\u003eDual-Power Solar Roof Fan\u003c\/h1\u003e\n\u003cp style=\"font-size: 1.05rem; max-width: 800px; margin: 0 auto 15px; color: rgba(255,255,255,0.95); line-height: 1.4;\"\u003e55W Solar Panel with Smart Thermostat \u0026amp; 65ft Remote Control\u003c\/p\u003e\n\u003cdiv style=\"font-size: 0.85rem; background-color: rgba(243, 156, 18, 0.25); border: 1px solid rgba(243, 156, 18, 0.4); display: inline-block; padding: 6px 16px; border-radius: 50px; font-weight: 600; color: #f39c12; letter-spacing: 0.5px;\"\u003e☀️ Solar + AC Backup • Always Working\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1rem; color: #475569; margin: 0 0 30px 0; text-align: center; max-width: 850px; margin-left: auto; margin-right: auto; line-height: 1.6;\"\u003eBeat the summer heat and protect your home with our high-performance \u003cstrong\u003e55W Solar Roof Fan\u003c\/strong\u003e. Engineered with a powerful \u003cstrong\u003e1200 CFM motor\u003c\/strong\u003e and an intelligent automation system, this eco-friendly ventilator flushes out trapped heat and moisture from your attic—saving you money on AC bills without drawing a single watt of grid electricity during sunny days.\u003c\/p\u003e\n\u003cdiv style=\"margin-bottom: 35px;\"\u003e\n\u003ch2 style=\"font-size: 1.4rem; color: #2c5aa0; margin: 0 0 20px 0; padding-bottom: 8px; border-bottom: 2px solid #f39c12; font-weight: bold;\"\u003e🚀 Core Performance \u0026amp; Features\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 15px;\"\u003e\n\u003cdiv style=\"flex: 1; min-width: 220px; background: #ffffff; border-radius: 8px; padding: 18px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border-left: 4px solid #2c5aa0;\"\u003e\n\u003ch3 style=\"font-size: 1.05rem; color: #2c5aa0; margin: 0 0 5px 0; font-weight: bold;\"\u003e55W Solar Panel\u003c\/h3\u003e\n\u003cp style=\"color: #555555; font-size: 0.88rem; margin: 0; line-height: 1.4;\"\u003ePremium monocrystalline solar panel captures maximum sunlight, delivering consistent, powerful airflow even on overcast days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 220px; background: #ffffff; border-radius: 8px; padding: 18px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border-left: 4px solid #2c5aa0;\"\u003e\n\u003ch3 style=\"font-size: 1.05rem; color: #2c5aa0; margin: 0 0 5px 0; font-weight: bold;\"\u003eSmart Thermostat\u003c\/h3\u003e\n\u003cp style=\"color: #555555; font-size: 0.88rem; margin: 0; line-height: 1.4;\"\u003eAuto on at \u003cspan style=\"color: #f39c12; font-weight: 600;\"\u003e77°F\u003c\/span\u003e, off at \u003cspan style=\"color: #f39c12; font-weight: 600;\"\u003e73°F\u003c\/span\u003e equilibrium protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 220px; background: #ffffff; border-radius: 8px; padding: 18px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border-left: 4px solid #2c5aa0;\"\u003e\n\u003ch3 style=\"font-size: 1.05rem; color: #2c5aa0; margin: 0 0 5px 0; font-weight: bold;\"\u003e65ft Remote \u0026amp; 6 Speeds\u003c\/h3\u003e\n\u003cp style=\"color: #555555; font-size: 0.88rem; margin: 0; line-height: 1.4;\"\u003eWireless controller to effortlessly toggle between 6 adjustable fan speeds or use manual override on demand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 220px; background: #ffffff; border-radius: 8px; padding: 18px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); border-left: 4px solid #2c5aa0;\"\u003e\n\u003ch3 style=\"font-size: 1.05rem; color: #2c5aa0; margin: 0 0 5px 0; font-weight: bold;\"\u003eHurricane-Force Build\u003c\/h3\u003e\n\u003cp style=\"color: #555555; font-size: 0.88rem; margin: 0; line-height: 1.4;\"\u003e1300 CFM high-velocity airflow wrapped in a heavy-duty weatherproof housing to endure extreme weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f8f9fa; padding: 20px; border-radius: 12px; margin: 35px 0; border: 1px solid #e9ecef;\"\u003e\n\u003ch2 style=\"text-align: center; font-size: 1.3rem; margin: 0 0 15px 0; color: #2c5aa0; font-weight: bold;\"\u003eWhy Choose Our Dual-Power System?\u003c\/h2\u003e\n\u003cdiv style=\"width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; min-width: 500px; border-collapse: collapse; background: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.03); font-size: 0.9rem;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background-color: #2c5aa0; color: #ffffff;\"\u003e\n\u003cth style=\"padding: 12px; text-align: left; font-weight: 600; color: #ffffff;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"padding: 12px; text-align: left; font-weight: 600; color: #ffffff;\"\u003eSolar-Only Fans\u003c\/th\u003e\n\u003cth style=\"padding: 12px; text-align: left; font-weight: 600; background-color: #f39c12; color: #ffffff;\"\u003eLANGY Dual-Power\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; font-weight: 600; color: #2c5aa0;\"\u003e24\/7 Operation\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #e74c3c;\"\u003e✗ Stops completely at night\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #27ae60; font-weight: 600;\"\u003e✓ Always working via AC backup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; font-weight: 600; color: #2c5aa0;\"\u003eYear-Round Use\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #e74c3c;\"\u003e✗ Strict seasonal daylight limits\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #27ae60; font-weight: 600;\"\u003e✓ Active protection in all seasons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; font-weight: 600; color: #2c5aa0;\"\u003eClimate Flexibility\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #e74c3c;\"\u003e✗ Needs direct, unshaded sun\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #27ae60; font-weight: 600;\"\u003e✓ Runs flawlessly in any climate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; font-weight: 600; color: #2c5aa0;\"\u003eContinuous Security\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #e74c3c;\"\u003e✗ Daytime attic ventilation only\u003c\/td\u003e\n\u003ctd style=\"padding: 12px; border-bottom: 1px solid #eee; color: #27ae60; font-weight: 600;\"\u003e✓ 24\/7 continuous moisture control\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 style=\"margin-bottom: 35px;\"\u003e\n\u003ch2 style=\"font-size: 1.4rem; color: #2c5aa0; margin: 0 0 20px 0; padding-bottom: 8px; border-bottom: 2px solid #f39c12; font-weight: bold;\"\u003e🏡 Smart Functions \u0026amp; Home Benefits\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px;\"\u003e\n\u003cdiv style=\"flex: 1; min-width: 280px; background: #ffffff; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border-top: 4px solid #2c5aa0;\"\u003e\n\u003ch3 style=\"font-size: 1.1rem; color: #2c5aa0; margin: 0 0 12px 0; font-weight: bold;\"\u003e🧠 Automatic Operation\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Built-in Thermostat:\u003c\/strong\u003e Fully automated climate logic.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Thermal Kick:\u003c\/strong\u003e Starts automatically at 77°F to flush out extreme heat.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Eco-Stop:\u003c\/strong\u003e Shuts down at 73°F once the equilibrium is restored.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 280px; background: #ffffff; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border-top: 4px solid #f39c12;\"\u003e\n\u003ch3 style=\"font-size: 1.1rem; color: #f39c12; margin: 0 0 12px 0; font-weight: bold;\"\u003e⚡ Hybrid Power Utility\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Solar Priority:\u003c\/strong\u003e 55W panel serves as the primary free energy source.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Smart AC Switching:\u003c\/strong\u003e Automatically flips to AC adapter backup at night.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Whisper-Quiet Motor:\u003c\/strong\u003e Massive 1200+ CFM output with zero irritating background hum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 280px; background: #ffffff; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border-top: 4px solid #27ae60;\"\u003e\n\u003ch3 style=\"font-size: 1.1rem; color: #27ae60; margin: 0 0 12px 0; font-weight: bold;\"\u003e🛡️ Asset Protection\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Slash AC Invoices:\u003c\/strong\u003e Reduces thermal load so central HVAC runs smoothly.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 8px 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Anti-Mold Defense:\u003c\/strong\u003e Exhausts damp winter air before condensation destroys wood.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 0.9rem; color: #475569;\"\u003e\u003cstrong\u003e✓ Roof Longevity:\u003c\/strong\u003e Prevents extreme blistering shingles and costly ice dam rot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px; padding: 20px; background-color: #ffffff; border-radius: 12px; border: 1px solid #e2e8f0;\"\u003e\n\u003ch2 style=\"font-size: 1.4rem; color: #2c5aa0; margin: 0 0 15px 0; font-weight: bold; text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 25px;\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/solar_attic_fan_specification_2-2.pdf?v=1783505055\" rel=\"noopener\" style=\"display: inline-block; background-color: #2c5aa0; color: #ffffff; padding: 10px 20px; font-size: 0.9rem; font-weight: 600; text-decoration: none; border-radius: 6px; box-shadow: 0 2px 5px rgba(44,90,160,0.25);\" target=\"_blank\"\u003e 📥 Download Specifications (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 25px;\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/langy_solar_attic_fan_user_manual0709.pdf?v=1783566014\" rel=\"noopener\" style=\"display: inline-block; background-color: #2c5aa0; color: #ffffff; padding: 10px 20px; font-size: 0.9rem; font-weight: 600; text-decoration: none; border-radius: 6px; box-shadow: 0 2px 5px rgba(44,90,160,0.25);\" target=\"_blank\"\u003e 📥 Download User Manual (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px;\"\u003e\n\u003cdiv style=\"flex: 1; min-width: 280px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 0.88rem;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600; width: 45%;\"\u003eModel\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003eSF-55-D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003e18V \/ 55W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eMax Pure Airflow\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003eUp to 1200 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eCoverage Area\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003eUp to 2,200 Sq. Ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eFan Speed Control\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003e6 Levels Configurable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 280px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 0.88rem;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600; width: 45%;\"\u003eControls Integration\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003eBuilt-in Preset Thermostat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eMotor Mechanical Type\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003ePremium DC 25W Engine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eRough Cut-Out Size\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003e12.3\" x 12.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eFlashing Profile Footprint\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eRemote Range Distance\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #1a202c;\"\u003eUp to 65 Feet Line-of-Sight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"border-bottom: 1px solid #edf2f7;\"\u003e\n\u003cth style=\"padding: 10px; text-align: left; color: #4a5568; font-weight: 600;\"\u003eFactory Warranty\u003c\/th\u003e\n\u003ctd style=\"padding: 10px; color: #f39c12; font-weight: bold;\"\u003e10 Years Industry-Leading\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\/div\u003e\n\u003cdiv style=\"margin-bottom: 35px;\"\u003e\n\u003ch2 style=\"font-size: 1.4rem; color: #2c5aa0; margin: 0 0 8px 0; padding-bottom: 8px; border-bottom: 2px solid #f39c12; font-weight: bold; text-align: center;\"\u003eDIY-Friendly Installation\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 0.95rem; color: #64748b; margin: 0 0 20px 0;\"\u003eIntuitive engineering makes structural setup a complete breeze\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 15px;\"\u003e\n\u003cdiv style=\"flex: 1; min-width: 200px; background: #f8f9fa; border-radius: 8px; padding: 20px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 8px;\"\u003e🎬\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1rem; color: #1a3a6d; margin: 0 0 5px 0; font-weight: bold;\"\u003eVideo Guide\u003c\/h3\u003e\n\u003cp style=\"color: #64748b; font-size: 0.85rem; margin: 0;\"\u003eStep-by-step clear installation sequence mapping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 200px; background: #f8f9fa; border-radius: 8px; padding: 20px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 8px;\"\u003e🧰\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1rem; color: #1a3a6d; margin: 0 0 5px 0; font-weight: bold;\"\u003eAll Hardware\u003c\/h3\u003e\n\u003cp style=\"color: #64748b; font-size: 0.85rem; margin: 0;\"\u003eEvery component bracket \u0026amp; fastener screw included\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 200px; background: #f8f9fa; border-radius: 8px; padding: 20px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 8px;\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1rem; color: #1a3a6d; margin: 0 0 5px 0; font-weight: bold;\"\u003eLeak-Proof\u003c\/h3\u003e\n\u003cp style=\"color: #64748b; font-size: 0.85rem; margin: 0;\"\u003eIntegrated seamless watertight flashing seal base\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1; min-width: 200px; background: #f8f9fa; border-radius: 8px; padding: 20px; text-align: center; border: 1px solid #e9ecef;\"\u003e\n\u003cdiv style=\"font-size: 2rem; margin-bottom: 8px;\"\u003e⏱️\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1rem; color: #1a3a6d; margin: 0 0 5px 0; font-weight: bold;\"\u003eQuick Setup\u003c\/h3\u003e\n\u003cp style=\"color: #64748b; font-size: 0.85rem; margin: 0;\"\u003eStraightforward DIY execution takes roughly 1-2 hours\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background-color: #f1f5f9; padding: 20px; border-left: 5px solid #64748b; border-radius: 4px 8px 8px 4px; font-size: 0.92rem; color: #334155; margin-bottom: 35px;\"\u003e\n\u003cstrong style=\"color: #1e293b; display: block; margin-bottom: 4px;\"\u003e📦 Package Includes:\u003c\/strong\u003eSolar Roof Fan,  65ft Wireless Remote, Full Installation Mounting Hardware, and an Easy-to-Follow Setup Instruction Manual.\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 30px 20px; background: linear-gradient(135deg, #2c5aa0 0%, #1a3a6d 100%); color: #ffffff; border-radius: 12px; box-shadow: 0 4px 12px rgba(44,90,160,0.15);\"\u003e\n\u003ch2 style=\"font-size: 1.5rem; margin: 0 0 8px 0; font-weight: bold; color: #ffffff;\"\u003eSmart Solar Climate Security\u003c\/h2\u003e\n\u003cp style=\"font-size: 0.95rem; max-width: 700px; margin: 0 auto 15px; color: rgba(255,255,255,0.9); line-height: 1.4;\"\u003eSecure premium 24\/7 uncompromised attic ventilation efficiency backed by intelligent secondary grid adapters.\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 0.85rem; color: #f39c12; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase;\"\u003e🛡️ 10-Year Warranty • 30-Day Money-Back Guarantee • Free Fast Shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":43348144881799,"sku":"SF-55W-D","price":269.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/LANGY_800_x_800_px_3.jpg?v=1768653737"},{"product_id":"1600w-solar-parking-lot-lights-40-000-lumens","title":"1600W Solar parking lot lights  40,000 lumens （1 PC ）","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 href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/30AH_50AH_specification.pdf?v=1764139963\" 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\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\"\u003e40,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\" style=\"width: 108.959%; height: 800.022px;\"\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-B40AH\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e2000W\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e40,000LM\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;\"\u003e1380 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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e40,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;\"\u003e27lb\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 class=\"highlight\" style=\"width: 54.9392%; height: 38.0938px;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.1458px;\"\u003e\n\u003ctd style=\"width: 44.9497%; height: 38.1458px;\"\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9392%; height: 38.1458px;\"\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\u003e40,000LM daylight white output (6500K) equivalent to 1500W 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 40,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 32°F to 110°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,380 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 Lighting","offers":[{"title":"Default Title","offer_id":43493297619079,"sku":"FT-B40AH","price":289.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/2025_Upgraded_800_x_800_px_10.jpg?v=1763723159"},{"product_id":"70w-solar-outdoor-dusk-to-dawn-lights-with-remote-control","title":"70W Solar Outdoor Dusk to Dawn Lights -7000 lumens （ 1 PC ）","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        \/* CSS 变量管理：统一色彩与视觉基准 *\/\n        :root {\n            --primary-dark: #1a3a5f;\n            --primary-main: #2a5a7f;\n            --primary-light: #3a7aaf;\n            --accent-gold: #ffd700;\n            --accent-gold-dark: #ffb700;\n            --bg-light: #f8f9fa;\n            --card-bg: #ffffff;\n            --text-main: #333333;\n            --text-muted: #666666;\n            --border-color: #eef2f7;\n            --radius-lg: 16px;\n            --radius-md: 12px;\n            --radius-sm: 8px;\n            --shadow-subtle: 0 4px 15px rgba(0, 0, 0, 0.05);\n            --shadow-card: 0 8px 25px rgba(0, 0, 0, 0.08);\n            --shadow-hover: 0 14px 35px rgba(0, 0, 0, 0.15);\n            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-light);\n            color: var(--text-main);\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n        }\n\n        \/* 顶部 Header *\/\n        .product-header {\n            text-align: center;\n            padding: 50px 20px;\n            background: linear-gradient(135deg, var(--primary-dark), var(--primary-main));\n            color: white;\n            border-radius: var(--radius-lg);\n            margin-bottom: 40px;\n            box-shadow: var(--shadow-card);\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.12) 0%, rgba(255, 255, 255, 0) 70%);\n            transform: rotate(30deg);\n            pointer-events: none;\n        }\n\n        .product-header h1 {\n            font-size: clamp(2rem, 4vw, 3rem);\n            margin-bottom: 12px;\n            font-weight: 800;\n            letter-spacing: -0.5px;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .highlight-badge {\n            background: linear-gradient(90deg, var(--accent-gold), var(--accent-gold-dark));\n            color: var(--primary-dark);\n            padding: 8px 24px;\n            border-radius: 30px;\n            display: inline-block;\n            margin-top: 10px;\n            font-weight: 700;\n            font-size: 1rem;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* 通用标题 *\/\n        .section-title {\n            color: var(--primary-main);\n            text-align: center;\n            margin-bottom: 35px;\n            font-size: clamp(1.6rem, 3vw, 2.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: 80px;\n            height: 4px;\n            background: linear-gradient(to right, var(--accent-gold), var(--accent-gold-dark));\n            border-radius: 2px;\n        }\n\n        \/* 特性网格 *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 25px;\n            margin-bottom: 50px;\n        }\n\n        .feature-card {\n            background: var(--card-bg);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n            box-shadow: var(--shadow-subtle);\n            transition: var(--transition);\n            border: 1px solid var(--border-color);\n            display: flex;\n            flex-direction: column;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .feature-icon {\n            background: linear-gradient(135deg, var(--primary-main), var(--primary-light));\n            color: white;\n            font-size: 2.5rem;\n            padding: 25px 0;\n            text-align: center;\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: var(--primary-main);\n            margin-bottom: 12px;\n            font-size: 1.25rem;\n            font-weight: 700;\n        }\n\n        .feature-content p {\n            color: var(--text-muted);\n            font-size: 0.95rem;\n            margin-bottom: 15px;\n            flex-grow: 1;\n        }\n\n        .highlight {\n            background: #fff9db;\n            padding: 12px 15px;\n            border-radius: var(--radius-sm);\n            border-left: 4px solid var(--accent-gold-dark);\n            font-size: 0.88rem;\n            color: #555;\n        }\n\n        .highlight i {\n            color: var(--primary-main);\n            margin-right: 6px;\n        }\n\n        \/* 技术参数规格 *\/\n        .specs-section {\n            background: var(--card-bg);\n            border-radius: var(--radius-lg);\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: var(--shadow-card);\n            border: 1px solid var(--border-color);\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px 40px;\n        }\n\n        .spec-item {\n            display: flex;\n            justify-content: space-between;\n            padding-bottom: 12px;\n            border-bottom: 1px dashed #e0e0e0;\n        }\n\n        .spec-label {\n            font-weight: 600;\n            color: var(--primary-main);\n        }\n\n        .spec-value {\n            color: var(--text-main);\n            font-weight: 500;\n            text-align: right;\n        }\n\n        \/* 智能模式 *\/\n        .modes-section {\n            background: linear-gradient(135deg, var(--primary-dark), var(--primary-main));\n            color: white;\n            border-radius: var(--radius-lg);\n            padding: 50px 30px;\n            margin-bottom: 50px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .modes-section .section-title {\n            color: white;\n        }\n\n        .modes-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .mode-card {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            -webkit-backdrop-filter: blur(10px);\n            border-radius: var(--radius-md);\n            padding: 25px 20px;\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            text-align: center;\n            transition: var(--transition);\n        }\n\n        .mode-card:hover {\n            background: rgba(255, 255, 255, 0.18);\n            transform: translateY(-5px);\n        }\n\n        .mode-number {\n            background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-dark));\n            color: var(--primary-dark);\n            width: 46px;\n            height: 46px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            font-weight: 800;\n            font-size: 1.2rem;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .mode-card h3 {\n            margin-bottom: 10px;\n            font-size: 1.15rem;\n            color: white;\n        }\n\n        .mode-card p {\n            opacity: 0.9;\n            font-size: 0.9rem;\n            line-height: 1.5;\n        }\n\n        \/* 优势分析 *\/\n        .benefits-section {\n            background: var(--card-bg);\n            border-radius: var(--radius-lg);\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            box-shadow: var(--shadow-card);\n            border: 1px solid var(--border-color);\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n        }\n\n        .benefit-item {\n            text-align: center;\n            padding: 25px 20px;\n            background: var(--bg-light);\n            border-radius: var(--radius-md);\n            transition: var(--transition);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .benefit-item:hover {\n            transform: translateY(-5px);\n            background: #ffffff;\n            box-shadow: var(--shadow-hover);\n        }\n\n        .benefit-icon {\n            font-size: 2rem;\n            color: var(--primary-main);\n            background: #e6f2ff;\n            width: 70px;\n            height: 70px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n        }\n\n        .benefit-item h3 {\n            font-size: 1.15rem;\n            margin-bottom: 10px;\n            color: var(--primary-main);\n        }\n\n        .benefit-item p {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n        }\n\n        \/* 使用建议 *\/\n        .tips-section {\n            background: #fff9db;\n            border-radius: var(--radius-lg);\n            padding: 40px 30px;\n            margin-bottom: 50px;\n            border-left: 6px solid var(--accent-gold-dark);\n        }\n\n        .tips-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n\n        .tip-card {\n            background: white;\n            padding: 20px;\n            border-radius: var(--radius-md);\n            box-shadow: var(--shadow-subtle);\n        }\n\n        .tip-card h3 {\n            color: var(--primary-main);\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 1.1rem;\n        }\n\n        .tip-card h3 i {\n            color: var(--accent-gold-dark);\n        }\n\n        .tip-card p {\n            font-size: 0.92rem;\n            color: var(--text-muted);\n        }\n\n        \/* 保修服务 *\/\n        .warranty-section {\n            background: linear-gradient(135deg, #e6f7ff, #c2e6ff);\n            border-radius: var(--radius-lg);\n            padding: 40px 30px;\n            text-align: center;\n            margin-bottom: 20px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .warranty-badge {\n            background: linear-gradient(90deg, var(--accent-gold), var(--accent-gold-dark));\n            color: var(--primary-dark);\n            padding: 8px 25px;\n            border-radius: 30px;\n            display: inline-block;\n            margin-bottom: 20px;\n            font-weight: 800;\n            font-size: 1.1rem;\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n        }\n\n        .support-box {\n            background: rgba(255, 255, 255, 0.6);\n            backdrop-filter: blur(5px);\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            padding: 12px 25px;\n            border-radius: 30px;\n            margin-top: 20px;\n            border: 1px solid rgba(255, 255, 255, 0.8);\n        }\n\n        .support-box i {\n            font-size: 1.5rem;\n            color: var(--primary-main);\n        }\n\n        \/* 移动端细调 *\/\n        @media (max-width: 600px) {\n            .container {\n                padding: 15px 10px;\n            }\n\n            .specs-section, .modes-section, .benefits-section, .tips-section, .warranty-section {\n                padding: 30px 15px;\n            }\n\n            .spec-item {\n                flex-direction: column;\n                gap: 4px;\n            }\n\n            .spec-value {\n                text-align: left;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- 产品 Header --\u003e\u003cheader 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\/header\u003e\u003c!-- 核心功能网格 --\u003e\n\u003csection class=\"features-grid\"\u003e\n\u003carticle 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 5000mAh capacity provides 8-10 hours of continuous illumination.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle 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 7000 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 Zero electricity costs while providing superior illumination for security areas.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle 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 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-walk\"\u003e\u003c\/i\u003e Advanced motion detection activates 100% brightness when movement is detected.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"feature-card\"\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\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eMilitary-Grade Durability\u003c\/h3\u003e\n\u003cp\u003eConstructed with premium ABS material and corrosion-resistant brackets. IP66 waterproof rating withstands extreme weather conditions.\u003c\/p\u003e\n\u003cdiv class=\"highlight\"\u003e\n\u003ci class=\"fas fa-cloud-showers-heavy\"\u003e\u003c\/i\u003e Works seamlessly in heavy rain, snow, and temperatures from -4°F to 140°F.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/section\u003e\n\u003c!-- 技术参数规格 (纠正结构与标签) --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery Capacity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5,000 mAh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSolar Panel\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eMonocrystalline Silicon (25%)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e6-8 Hours (Full Sun)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLight Duration\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e8-10 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrightness\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e7,000 Lumens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eLED Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5730 LED Beads (180 pcs)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eOperation Modes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e5 Intelligent Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWaterproof Rating\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eIP66 Weatherproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eHousing Material\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePremium ABS Plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eOperating Temp\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e-4°F to 140°F (-20°C to 60°C)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 智能照明模式 --\u003e\n\u003csection 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\u003c\/h3\u003e\n\u003cp\u003eDefault 30% brightness, boosts to 100% when motion is 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 Sensor\u003c\/h3\u003e\n\u003cp\u003eLight off by default, turns 100% ON instantly upon motion detection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eAlways-On Dim\u003c\/h3\u003e\n\u003cp\u003eManually toggle between 25%, 50%, or 100% continuous lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003cdiv class=\"mode-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eTimer Shutdown\u003c\/h3\u003e\n\u003cp\u003eAuto-off function programmable for 3 or 6 hours of operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 优势展示 --\u003e\n\u003csection class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose LANGY?\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\u003eMounting hardware included for walls or poles. Zero electrical 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-dollar-sign\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eZero Energy Bills\u003c\/h3\u003e\n\u003cp\u003e100% solar-powered system drastically reduces operational costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\n\u003ci class=\"fas fa-user-shield\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003eEnhanced Safety\u003c\/h3\u003e\n\u003cp\u003eHigh-lumen lighting deters intruders and keeps outdoor paths safe.\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\u003eZero Maintenance\u003c\/h3\u003e\n\u003cp\u003eWeather-resistant casing designed for multi-year hassle-free performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 使用技巧 --\u003e\n\u003csection 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 Direct Sunlight\u003c\/h3\u003e\n\u003cp\u003eEnsure panels receive maximum sunlight without tree or structural shadows for optimal charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-card\"\u003e\n\u003ch3\u003e\n\u003ci class=\"fas fa-compass\"\u003e\u003c\/i\u003e Strategic Angle\u003c\/h3\u003e\n\u003cp\u003eFace solar panels True South (Northern Hemisphere) or True North (Southern Hemisphere) to capture optimal solar rays.\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 Monthly Cleaning\u003c\/h3\u003e\n\u003cp\u003eWipe panels periodically with a damp microfiber cloth to remove dust and maintain peak energy conversion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 保修与售后 --\u003e\n\u003csection class=\"warranty-section\"\u003e\n\u003cdiv class=\"warranty-badge\"\u003e2-YEAR WARRANTY\u003c\/div\u003e\n\u003ch2 style=\"color: var(--primary-dark); margin-bottom: 10px;\"\u003ePremium Support \u0026amp; Satisfaction Guaranteed\u003c\/h2\u003e\n\u003cp style=\"max-width: 700px; margin: 0 auto; color: #444; font-size: 1rem;\"\u003eWe back our products with comprehensive 2-year warranty coverage. Have questions or technical issues? Our support team responds within 12 hours.\u003c\/p\u003e\n\u003cdiv class=\"support-box\"\u003e\n\u003ci class=\"fas fa-headset\"\u003e\u003c\/i\u003e \u003cspan style=\"font-weight: bold; color: var(--primary-dark);\"\u003e24\/7 Dedicated Customer Care\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":43498962026631,"sku":"L5-1PACK","price":69.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/9_969f8581-31e5-45ec-83c2-5cf164d361e6.jpg?v=1765535285"},{"product_id":"1800w-solar-street-light-with-20ft-16ft-pole8","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\" style=\"width: 108.416%; height: 647.859px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eModel\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003eFT-B50AH+16FTG \/ FT-B50AH+20FTG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9325%; height: 34.8727px;\"\u003e1800W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003ePole Height\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e16FT \/ 20FT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eLumens Output\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9325%; height: 34.8727px;\"\u003e50,000 LM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eLED Quantity\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e88 pcs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eSolar Panel\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e6V \/ 50W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eCoverage Area\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e1680 sqft (at 22ft height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9325%; height: 34.8727px;\"\u003e50,000 mAh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eLight Weight\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e24lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003ePole Weight\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e44 lb \/ 56 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003ePole Thickness\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e1.5mm \/ 1.8mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003eIP65\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.0232px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 55.0232px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"messageList-row-wrapper\"\u003e\n\u003cdiv class=\"resize-inner\"\u003e\n\u003cdiv class=\"messageItem-wrapper\"\u003e\n\u003cdiv class=\"message-container\"\u003e\n\u003cdiv id=\"7680414361239702482\" class=\"js-message-item message-item message-not-self message-is-p2p message-me-read text-message\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"message-right\"\u003e\n\u003cdiv class=\"message-section\"\u003e\n\u003cdiv class=\"NewMessageContextMenuTrigger MessageContextMenuTrigger MessageContextMenuTrigger--scene-chat message-section-left message-section-newFileCard\" id=\"7680414361239702482\"\u003e\n\u003cdiv class=\"MessageActionPermissionWrapper\"\u003e\n\u003cdiv class=\"message-content-container\"\u003e\n\u003cdiv class=\"catch-resize-observer-dom message-content\"\u003e\n\u003cdiv role=\"text-message\" class=\"MessageActionPermissionWrapper message-text\"\u003e\n\u003cdiv class=\"limit-height-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cdiv\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\u003cspan class=\"text-only\"\u003eOptimal performance \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv dir=\"auto\" class=\"richTextContainer text-align-left\"\u003e\n\u003cspan class=\"text-only\"\u003etemperature range\u003c\/span\u003e\u003cspan class=\"universe-icon\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 55.0232px;\"\u003e-4°F - 131°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eColor Temperature\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e6700K (White)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eDischarging Time\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e1-2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd style=\"width: 54.9325%; height: 34.8727px;\"\u003e5-8 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9325%; height: 34.8727px;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.8727px;\"\u003e\n\u003ctd style=\"width: 44.9422%; height: 34.8727px;\"\u003eLifespan\u003c\/td\u003e\n\u003ctd class=\"highlight\" style=\"width: 54.9325%; height: 34.8727px;\"\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":"1800W light +16FT pole","offer_id":43532824281223,"sku":"FT50AH+SP16","price":398.69,"currency_code":"USD","in_stock":true},{"title":"1800W light +20FT pole","offer_id":43532824313991,"sku":"FT50AH+SP20","price":428.79,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Solar_Green_Hog_light_17.jpg?v=1766216166"},{"product_id":"15-inch-attic-gable-fan-with-thermostat-1300cfm-copy","title":"15 Inch Attic Gable Fan with Thermostat -1650CFM","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: #f8fafc;\n            color: #334155;\n            line-height: 1.6;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .seasonal-benefits {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);\n            margin-bottom: 40px;\n            border-left: 4px solid #3b82f6;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n            color: #1e293b;\n            margin-bottom: 30px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-bottom: 25px;\n        }\n        \n        .benefit-card {\n            padding: 25px;\n            border-radius: 10px;\n            background: #f8fafc;\n            transition: transform 0.3s ease;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .winter-benefit {\n            border-top: 4px solid #3b82f6;\n            background: linear-gradient(to bottom, #f0f9ff, #f8fafc);\n        }\n        \n        .summer-benefit {\n            border-top: 4px solid #f59e0b;\n            background: linear-gradient(to bottom, #fffbeb, #f8fafc);\n        }\n        \n        .benefit-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .benefit-icon {\n            font-size: 2rem;\n            margin-right: 12px;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .winter-icon {\n            background: #dbeafe;\n            color: #1d4ed8;\n        }\n        \n        .summer-icon {\n            background: #fef3c7;\n            color: #d97706;\n        }\n        \n        .benefit-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: #1e293b;\n        }\n        \n        .benefit-list {\n            list-style-type: none;\n            padding-left: 0;\n        }\n        \n        .benefit-list li {\n            padding: 8px 0;\n            color: #475569;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .benefit-list li i {\n            color: #10b981;\n            margin-right: 10px;\n            margin-top: 5px;\n            flex-shrink: 0;\n        }\n        \n        .season-tag {\n            display: inline-block;\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        \n        .winter-tag {\n            background: #dbeafe;\n            color: #1e40af;\n        }\n        \n        .summer-tag {\n            background: #fef3c7;\n            color: #92400e;\n        }\n        \n        .investment-note {\n            text-align: center;\n            padding: 20px;\n            background: #eff6ff;\n            border-radius: 8px;\n            font-style: italic;\n            color: #475569;\n            border-top: 2px solid #dbeafe;\n            margin-top: 20px;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-bottom: 50px;\n        }\n        \n        .spec-card {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-top: 4px solid #3b82f6;\n        }\n        \n        .spec-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07), 0 4px 6px rgba(0, 0, 0, 0.1);\n        }\n        \n        .spec-header {\n            background: #f8fafc;\n            color: #1e293b;\n            padding: 16px 20px;\n            font-size: 1.3rem;\n            font-weight: 600;\n            border-bottom: 1px solid #e2e8f0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .spec-header i {\n            margin-right: 10px;\n            color: #3b82f6;\n        }\n        \n        .spec-content {\n            padding: 20px;\n        }\n        \n        .spec-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 12px 0;\n            border-bottom: 1px solid #f1f5f9;\n        }\n        \n        .spec-row:last-child {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #475569;\n        }\n        \n        .spec-value {\n            color: #1e293b;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .benefit-card, .spec-card {\n                margin-bottom: 20px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            \n            .seasonal-benefits {\n                padding: 20px;\n            }\n            \n            .spec-header {\n                font-size: 1.1rem;\n                padding: 14px 16px;\n            }\n            \n            .spec-content {\n                padding: 16px;\n            }\n            \n            .spec-row {\n                flex-direction: column;\n                padding: 10px 0;\n            }\n            \n            .spec-value {\n                margin-top: 5px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"seasonal-benefits\"\u003e\n\u003ch2 class=\"section-title\"\u003eYear-Round Home Protection\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card winter-benefit\"\u003e\n\u003cdiv class=\"season-tag winter-tag\"\u003eWINTER BENEFITS\u003c\/div\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-icon winter-icon\"\u003e\n\u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eWinter Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Exhaust of moist air to prevent mold and mildew growth\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Equalized attic temperature to combat ice dams on snow-covered roofs\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Maintains consistent cold attic temperature throughout winter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card summer-benefit\"\u003e\n\u003cdiv class=\"season-tag summer-tag\"\u003eSUMMER BENEFITS\u003c\/div\u003e\n\u003cdiv class=\"benefit-header\"\u003e\n\u003cdiv class=\"benefit-icon summer-icon\"\u003e\n\u003ci class=\"fas fa-sun\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eSummer Efficiency\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Creates a cooler attic for more efficient HVAC system operation\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Increased protection of roofing components from excessive heat\u003c\/li\u003e\n\u003cli\u003e\n\u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e Reduces cooling costs by preventing heat buildup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"investment-note\"\u003e\n\u003cp\u003eInvest in year-round protection. It's not just a fan; it's peace of mind for your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-tachometer-alt\"\u003e\u003c\/i\u003e Performance\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eModel:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eLG-1600-RED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eAirflow Capacity:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1650 CFM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eRated Current:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1.45A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003ePower Consumption:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e140W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eTemperature Range:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e-50 to 230 °F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e Control \u0026amp; Measurement\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eControl Accuracy:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e0.18 °F\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMeasurement Input:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eNTC10K\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor Voltage:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e120V 60Hz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eControl Type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSmart Thermostat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-header\"\u003e\n\u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e Physical Specifications\u003c\/div\u003e\n\u003cdiv class=\"spec-content\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eBlades:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4 (Iron)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eOutput Type:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDirect Output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eOutput Capacity:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eMax 10A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eDimensions:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e15\"x15\"x7.5\"\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eWeight:\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e12.5 lbs\u003c\/span\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":"Default Title","offer_id":43742839079047,"sku":"LG-1600-RED","price":149.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/Sleek_Low-Profile_Design_4.jpg?v=1781321420"},{"product_id":"12-low-profile-solar-attic-vent-fan-25w","title":"12\" Low Profile Solar Attic Vent Fan -25W","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=Montserrat:wght@500;600;700;800\u0026amp;family=Open+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Open Sans', sans-serif;\n        }\n        body {\n            color: #4a5568;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            overflow-x: hidden;\n        }\n        h1, h2, h3, h4 {\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 700;\n            color: var(--dark);\n        }\n        p {\n            font-size: 0.95rem;\n            color: #2d3748;\n            margin-bottom: 5px;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 15px;\n        }\n        .content-section {\n            margin: 20px 0;\n            padding: 10px 0;\n        }\n        .section-title {\n            text-align: center;\n            font-size: 1.8rem;\n            margin-bottom: 15px;\n            position: relative;\n            color: var(--primary);\n        }\n        .section-title::after {\n            content: '';\n            display: block;\n            width: 70px;\n            height: 3px;\n            background: var(--gradient-accent);\n            margin: 6px auto;\n            border-radius: 2px;\n        }\n        header {\n            background: var(--gradient-primary);\n            color: white;\n            text-align: center;\n            padding: 30px 20px 40px;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 10px;\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        .circle {\n            position: absolute;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n        }\n        .circle-1 {\n            width: 300px;\n            height: 300px;\n            top: -100px;\n            right: -70px;\n        }\n        .circle-2 {\n            width: 200px;\n            height: 200px;\n            bottom: -60px;\n            left: -50px;\n        }\n        .header-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n        .model {\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 4px;\n            color: rgba(255, 255, 255, 0.9);\n            font-weight: 600;\n        }\n        header h1 {\n            font-size: 2rem;\n            color: white;\n            margin-bottom: 6px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n        .tagline {\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n            font-weight: 600;\n            color: rgba(255, 255, 255, 0.95);\n        }\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin: 12px 0;\n        }\n        .feature-item {\n            background: white;\n            border-radius: 10px;\n            padding: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n            border: none;\n        }\n        .feature-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .feature-icon {\n            font-size: 1.8rem;\n            color: var(--accent);\n            margin-bottom: 8px;\n            text-align: center;\n        }\n        .feature-title {\n            font-size: 1.1rem;\n            margin-bottom: 8px;\n            color: var(--primary);\n            text-align: center;\n        }\n        .feature-content {\n            text-align: center;\n        }\n        .warranty-badge {\n            display: inline-block;\n            background: rgba(230, 126, 34, 0.12);\n            color: var(--accent-dark);\n            padding: 4px 12px;\n            border-radius: 20px;\n            font-weight: 600;\n            margin-top: 6px;\n            font-size: 0.85rem;\n        }\n        .thermostat-container {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            max-width: 1000px;\n            margin: 0 auto;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n        }\n        .temp-graphic {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            height: 60px;\n            background: linear-gradient(to right, #3498db, #2ecc71, #e74c3c);\n            border-radius: 40px;\n            margin: 12px auto;\n            position: relative;\n            max-width: 900px;\n        }\n        .temp-marker {\n            position: absolute;\n            top: -25px;\n            font-weight: 700;\n            text-align: center;\n            min-width: 65px;\n            background: white;\n            color: var(--primary);\n            padding: 3px 8px;\n            border-radius: 15px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);\n            font-size: 0.8rem;\n            z-index: 2;\n        }\n        .off-marker {\n            left: 25%;\n            transform: translateX(-50%);\n        }\n        .on-marker {\n            left: 75%;\n            transform: translateX(-50%);\n        }\n        .temp-indicator {\n            position: absolute;\n            top: 100%;\n            width: 2px;\n            height: 15px;\n            background: var(--primary);\n            border-radius: 1px;\n        }\n        .off-indicator {\n            left: 25%;\n        }\n        .on-indicator {\n            left: 75%;\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 8px;\n            font-size: 0.85rem;\n        }\n        .specs-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 12px;\n            margin: 15px 0;\n        }\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n        }\n        .specs-table th, .specs-table td {\n            padding: 10px;\n            text-align: left;\n            border-bottom: 1px solid #edf2f7;\n        }\n        .specs-table tr:last-child th, \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        .specs-table th {\n            background-color: #ebf8ff;\n            font-weight: 600;\n            color: var(--primary);\n            width: 40%;\n        }\n        .highlight {\n            color: var(--accent-dark);\n            font-weight: 700;\n        }\n        .mobile-specs-table {\n            display: none;\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            margin: 15px 0;\n        }\n        .spec-download-btn-container {\n            text-align: center;\n            margin: 12px auto;\n        }\n        .spec-download-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 8px 18px;\n            background: var(--gradient-primary);\n            color: white;\n            border-radius: 40px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 4px 10px rgba(44, 82, 130, 0.25);\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            font-family: 'Montserrat', sans-serif;\n            gap: 6px;\n        }\n        .spec-download-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 15px rgba(44, 82, 130, 0.35);\n            background: var(--gradient-secondary);\n        }\n        .spec-download-btn i {\n            font-size: 1em;\n        }\n        .power-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 15px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .power-item {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n        }\n        .power-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .power-icon {\n            font-size: 2.2rem;\n            margin-bottom: 12px;\n        }\n        .day-power .power-icon {\n            color: #f39c12;\n        }\n        .night-power .power-icon {\n            color: #3498db;\n        }\n        .power-title {\n            font-size: 1.2rem;\n            margin-bottom: 8px;\n            color: var(--primary);\n        }\n        .installation-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            max-width: 1000px;\n            margin: 15px auto;\n        }\n        .install-item {\n            text-align: center;\n            padding: 12px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            transition: all 0.3s ease;\n        }\n        .install-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n        }\n        .install-icon {\n            font-size: 1.8rem;\n            color: var(--accent);\n            margin-bottom: 6px;\n            text-align: center;\n        }\n        .install-title {\n            font-size: 1rem;\n            margin-bottom: 4px;\n            color: var(--primary);\n        }\n        .shipping-info {\n            background: white;\n            padding: 15px;\n            border-radius: 12px;\n            max-width: 550px;\n            margin: 0 auto;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);\n            text-align: center;\n            border-top: 3px solid var(--accent);\n        }\n        .shipping-info h3 {\n            color: var(--primary);\n            font-size: 1.2rem;\n            margin-bottom: 8px;\n        }\n        .shipping-info h3 i {\n            color: var(--accent);\n            margin-right: 8px;\n        }\n        .shipping-info p {\n            font-size: 0.95rem;\n            margin: 3px 0;\n        }\n        ul {\n            margin: 6px 0;\n            padding-left: 20px;\n        }\n        li {\n            margin-bottom: 3px;\n            font-size: 0.9rem;\n        }\n        \n        \/* 视频模块样式 - 全屏显示 *\/\n        .video-section {\n            margin: 20px 0;\n            padding: 0;\n        }\n        \n        .video-container {\n            width: 100%;\n            max-width: 100%;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .video-frame {\n            width: 100%;\n            height: 600px;\n            border: none;\n            border-radius: 0;\n            box-shadow: none;\n            display: block;\n        }\n        \n        .video-info {\n            background: white;\n            padding: 12px 15px;\n            margin-top: 0;\n            border-radius: 0 0 8px 8px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \n        .video-title {\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 4px;\n        }\n        \n        .video-subtitle {\n            font-size: 0.9rem;\n            color: #666;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .video-subtitle i {\n            color: var(--accent);\n        }\n        \n        @media (max-width: 992px) {\n            header h1 {\n                font-size: 1.8rem;\n            }\n            .tagline {\n                font-size: 1rem;\n            }\n            .section-title {\n                font-size: 1.5rem;\n                margin-bottom: 12px;\n            }\n            .temp-graphic {\n                height: 55px;\n                max-width: 95%;\n            }\n            .temp-marker {\n                font-size: 0.75rem;\n                min-width: 60px;\n                top: -22px;\n            }\n            \/* 平板端视频调整 *\/\n            .video-frame {\n                height: 500px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .model {\n                font-size: 0.8rem;\n            }\n            header h1 {\n                font-size: 1.6rem;\n                margin-bottom: 4px;\n            }\n            .tagline {\n                font-size: 0.95rem;\n            }\n            .section-title {\n                font-size: 1.3rem;\n                margin-bottom: 10px;\n            }\n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n                margin: 10px 0;\n            }\n            .specs-container {\n                display: none;\n            }\n            .mobile-specs-table {\n                display: table;\n            }\n            .power-container {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n            .temp-graphic {\n                height: 50px;\n                border-radius: 30px;\n                margin: 10px auto;\n            }\n            .temp-label {\n                font-size: 0.8rem;\n                padding: 0 5px;\n            }\n            .temp-marker {\n                top: -20px;\n                min-width: 55px;\n                font-size: 0.7rem;\n                padding: 2px 6px;\n            }\n            .spec-download-btn {\n                padding: 7px 15px;\n                font-size: 0.85rem;\n            }\n            .installation-container {\n                gap: 8px;\n                margin: 12px auto;\n            }\n            \/* 移动端视频调整 *\/\n            .video-frame {\n                height: 400px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            header {\n                padding: 25px 15px 30px;\n            }\n            header h1 {\n                font-size: 1.4rem;\n            }\n            .tagline {\n                font-size: 0.9rem;\n            }\n            .section-title {\n                font-size: 1.2rem;\n                margin-bottom: 8px;\n            }\n            .feature-item, .power-item, .install-item {\n                padding: 10px;\n            }\n            .feature-icon, .power-icon, .install-icon {\n                font-size: 1.6rem;\n            }\n            .feature-title, .install-title {\n                font-size: 1rem;\n            }\n            .temp-graphic {\n                height: 45px;\n            }\n            .temp-label {\n                font-size: 0.75rem;\n            }\n            .temp-marker {\n                font-size: 0.65rem;\n                min-width: 50px;\n                top: -18px;\n            }\n            .spec-download-btn {\n                padding: 6px 12px;\n                font-size: 0.8rem;\n            }\n            .content-section {\n                margin: 15px 0;\n            }\n            \/* 小屏幕视频调整 *\/\n            .video-frame {\n                height: 300px;\n            }\n            .video-title {\n                font-size: 1rem;\n            }\n            .video-subtitle {\n                font-size: 0.85rem;\n            }\n        }\n    \u003c\/style\u003e\n\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 25W 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\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\u003eWinter:\u003c\/strong\u003e Prevents 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\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\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\"\u003eQuiet \u0026amp; Maintenance-Free\u003c\/h3\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003cp\u003e55W 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 guarantee solid structures and aluminum alloy frame delivers lightweight and convenience.\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\u003cdiv class=\"video-section\"\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003ciframe title=\"LANGY solar attic fan installation (replace turbine ventilator)\" src=\"https:\/\/www.youtube.com\/embed\/9Ea9nQ4WtI0\" class=\"video-frame\"\u003e\n                \u003c\/iframe\u003e\n\u003cdiv class=\"video-info\"\u003e\n\u003cdiv class=\"video-title\"\u003eLANGY Solar Attic Fan Installation (Replace Turbine Ventilator)\u003c\/div\u003e\n\u003cdiv class=\"video-subtitle\"\u003e\n\u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e \u003cspan\u003eWatch installation guide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"content-section\"\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 10px; font-size: 0.95rem;\"\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: 10px auto 0; font-size: 0.95rem;\"\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\u003cdiv class=\"content-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-download-btn-container\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/solar_attic_fan_specification_2-2.pdf?v=1783505055\" title=\"LANGY SOLAR ATTIC FAN\" rel=\"noopener\" class=\"spec-download-btn\" target=\"_blank\"\u003e \u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003eDownload Specifications (PDF)\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-download-btn-container\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/25W_solar_attic_fan_user_manual0709.pdf?v=1783566434\" title=\"LANGY SOLAR ATTIC FAN\" rel=\"noopener\" class=\"spec-download-btn\" target=\"_blank\"\u003eDownload User Manual (PDF)\u003c\/a\u003e\u003c\/div\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-25-S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd\u003e18V\/25W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAirflow\u003c\/th\u003e\n\u003ctd\u003eUp to 1000 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoverage Area\u003c\/th\u003e\n\u003ctd\u003e1,500 sq\/ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFan Speeds\u003c\/th\u003e\n\u003ctd\u003e6 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 25W\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\u003ctable style=\"width: 100.063%; height: 281.667px;\" class=\"mobile-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eModel\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003eSF-25-S\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eSolar Panel Power\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e18V\/25W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eSolar Panel Size\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eAirflow\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003eUp to 1000 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eCoverage Area\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e1,200 sq\/ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eFan Speeds\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e6 levels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eControls\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003eBuilt-in Preset Thermostat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eMotor Type\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003eDC 25W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eCap Dimension\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e18.25\" x 18.25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eRough Cut-out\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e12.3\" x 12.3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eFlashing size\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e22\" x 22\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eRemote control distance\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\"\u003e65ft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 21.6667px;\"\u003e\n\u003cth style=\"width: 49.3213%; height: 21.6667px;\"\u003eWarranty\u003c\/th\u003e\n\u003ctd style=\"width: 50.4904%; height: 21.6667px;\" class=\"highlight\"\u003e10 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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 12px; font-size: 0.95rem;\"\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":44872577646727,"sku":"X00534K49B","price":249.69,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/langy_low_profile_solar_attic_fan_1.jpg?v=1781442044"},{"product_id":"upgraded-solar-mosquito-killer-lamp-1-pc","title":"Upgraded Solar Mosquito Killer Lamp (1 PC)","description":"\u003cstyle\u003e\n    :root {\n        --primary-dark: #1b4332;\n        --primary: #2d6a4f;\n        --primary-light: #52b788;\n        --dark-accent: #85581A;\n        --tag-dark: #343a40;\n        --bg-light: #f8f9fa;\n        --card-bg: #ffffff;\n        --text-main: #212529;\n        --text-muted: #5c677d;\n        --border-radius: 16px;\n        --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n    }\n    \n    .shopify-custom-wrapper {\n        background-color: var(--bg-light);\n        color: var(--text-main);\n        line-height: 1.6;\n        padding: 20px 10px;\n        max-width: 100%;\n        margin: 0 auto;\n        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n    }\n    \n    .hero-banner {\n        text-align: center;\n        padding: 40px 20px;\n        background: linear-gradient(135deg, #e9f5ed 0%, #d8f3dc 100%);\n        border-radius: var(--border-radius);\n        margin-bottom: 30px;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .product-title {\n        font-size: 32px;\n        font-weight: 800;\n        margin: 10px 0;\n        color: var(--primary-dark);\n        line-height: 1.2;\n        letter-spacing: -0.5px;\n    }\n    \n    .product-subtitle {\n        color: var(--text-muted);\n        font-size: 16px;\n        max-width: 750px;\n        margin: 0 auto 10px;\n        font-weight: 500;\n    }\n\n    .tagline {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: var(--tag-dark);\n        color: white;\n        padding: 6px 18px;\n        font-weight: 700;\n        border-radius: 50px;\n        font-size: 12px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    \n    .pain-points-box {\n        background: var(--card-bg);\n        border-left: 6px solid var(--dark-accent);\n        padding: 20px;\n        border-radius: 4px var(--border-radius) var(--border-radius) 4px;\n        margin-bottom: 35px;\n        box-shadow: var(--shadow-sm);\n    }\n    .pain-points-box h4 {\n        color: var(--dark-accent);\n        margin-top: 0;\n        margin-bottom: 15px;\n        font-size: 18px;\n        font-weight: 700;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n    .pain-points-box ul {\n        list-style-type: none;\n        padding-left: 0;\n        margin: 0;\n    }\n    .pain-points-box li {\n        margin-bottom: 12px;\n        color: var(--text-muted);\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n        font-size: 14px;\n    }\n    .pain-points-box li:last-child {\n        margin-bottom: 0;\n        padding-top: 5px;\n        border-top: 1px dashed #e2e8f0;\n    }\n\n    .section-title {\n        font-size: 22px;\n        font-weight: 800;\n        color: var(--primary-dark);\n        margin: 40px 0 20px;\n        padding-bottom: 10px;\n        border-bottom: 3px solid var(--primary-light);\n    }\n    \n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin: 20px 0;\n        background: var(--card-bg);\n        border-radius: var(--border-radius);\n        overflow: hidden;\n        box-shadow: var(--shadow-sm);\n    }\n    \n    .specs-table th, .specs-table td {\n        padding: 14px 18px;\n        text-align: left;\n        border-bottom: 1px solid #edf2f7;\n        font-size: 14px;\n    }\n    \n    .specs-table th {\n        background-color: var(--primary-dark);\n        color: white;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 12px;\n        letter-spacing: 0.8px;\n    }\n    \n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n    \n    .specs-table tr:nth-child(even) {\n        background-color: #fcfdfe;\n    }\n    \n    .highlight {\n        color: var(--primary);\n        font-weight: 700;\n    }\n    .highlight-alert {\n        color: var(--dark-accent);\n        font-weight: 700;\n    }\n    \n    @media (max-width: 768px) {\n        .product-title { font-size: 24px; }\n        .product-subtitle { font-size: 14px; }\n        .specs-table th, .specs-table td { padding: 12px 14px; font-size: 13px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"shopify-custom-wrapper\"\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cspan class=\"tagline\"\u003e \u003csvg viewbox=\"0 0 24 24\" style=\"width: 14px; height: 14px; fill: currentColor; vertical-align: middle; margin-right: 4px;\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Premium Mosquito Defense \u003c\/span\u003e\n\u003ch1 class=\"product-title\"\u003eSolar-Powered 4500V Heavy-Duty Bug Zapper\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eTake back your outdoor spaces! Effortlessly clear out mosquitoes, flies, and wasps with powerful, hassle-free protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pain-points-box\"\u003e\n\u003ch4\u003e⚠️ Frustrated by Constant Mosquito Attacks?\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e \u003cspan\u003eTired of toxic sprays, sticky lotions, and smelly coils?\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e❌\u003c\/span\u003e \u003cspan\u003eAnnoyed by limited placement options and tangled power extension cords?\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e✅\u003c\/span\u003e \u003cspan\u003e\u003cb\u003eThe Ultimate Solution:\u003c\/b\u003e A fully autonomous, multi-setup zapper that safeguards your family 24\/7.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Langy Solar Lights","offers":[{"title":"Default Title","offer_id":45768192032903,"sku":"MOSZAP10W-1","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/files\/2025_Upgraded_800_x_800_px_14.jpg?v=1788539774"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0363\/8070\/4903\/collections\/Collection_photos_2.jpg?v=1683375681","url":"https:\/\/langyenergflash.com\/en-br\/collections\/new-arrival.oembed","provider":"Langy Energy","version":"1.0","type":"link"}