{"product_id":"single-panel-solar-pathway-lights","title":"Single Panel Solar Pathway Lights","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外太阳能路径灯组（有线串联式）\n  目标受众：拥有花园、庭院、步道，寻求整洁、高品质照明方案的房主。\n  视觉风格：温暖、高端、可靠、夜间氛围感。\n  配色策略：以暖光金黄（--primary）为主强调色，搭配深灰\/黑色体现科技感与耐用性。\n  模块顺序：\n    1. Hero: 强调核心差异化——“单板供电全路”带来的整洁与一致性。\n    2. Feature 1 (对比): 直击痛点，用对比图说明单板系统优于传统独立灯。\n    3. Feature 2 (体验): 展示自动开关的便利性和全天候使用场景。\n    4. Feature 3 (信任): 强调防水耐用和细节工艺。\n    5. Specifications: 罗列关键技术参数。\n    6. FAQ: 解决安装和使用疑虑。\n  详情图映射：\n    - Hero = image_3.png (整体路径效果，含面板)\n    - Feature 1 (对比) = image_0.png (单板vs多板对比)\n    - Feature 2 (自动\/场景) = image_5.png (白天充电\/夜晚亮灯)\n    - Feature 3 (防水\/细节) = image_4.png (雨天场景) 或 image_2.png (细节拆解) -\u003e 决定合并使用 image_4 强调防水，文案提及细节。\n  规格图映射：Specs = image_6.png (提取SKU信息)\n  对比模块：已加入 (Feature 1)，因为产品核心优势在于与普通独立太阳能灯的结构差异。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF9F1C; \/* 暖光金黄 *\/\n      --primary-hover: #E88D0C;\n      --text-main: #2D2D2D;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F8F8;\n      --bg-soft: #F0F2F5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .pd-h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .pd-h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n\n    .pd-h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-body {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-label {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Components *\/\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n    }\n\n    .pd-tag {\n      display: flex;\n      align-items: center;\n      font-size: 16px;\n      color: var(--text-sub);\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n    }\n    .pd-tag svg {\n        margin-right: 0.5rem;\n        fill: var(--primary);\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-spec-table th,\n    .pd-spec-table td {\n      text-align: left;\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-spec-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n      background: var(--bg-soft);\n    }\n\n    .pd-spec-table tr:last-child th,\n    .pd-spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n\n      .feature-reverse {\n        display: flex;\n        flex-direction: column-reverse;\n      }\n\n      .pd-body {\n        font-size: 17px;\n      }\n\n      .pd-spec-table th, .pd-spec-table td {\n        display: block;\n        width: 100%;\n        padding: 0.75rem 1rem;\n      }\n      .pd-spec-table th {\n        background: transparent;\n        padding-bottom: 0;\n        font-size: 16px;\n      }\n      .pd-spec-table td {\n        padding-top: 0.25rem;\n        font-weight: 600;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Section A: Hero --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 feature-reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cspan class=\"pd-label\"\u003ePremium Solar Pathway Lighting\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eIlluminate Your Entire Path with Consistent Brightness\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience a beautifully lit garden without the clutter. Our innovative single-panel system powers all connected lights, ensuring uniform, warm brightness and a neat layout along your walkways.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e✨ Even Glow\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🔋 Single Power Source\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e💧 IP65 Waterproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img135\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723111333\/8f27c4103a9cc7c299326b745e1d37b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img101\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723104803\/e65d8bb9eb7b6c4a5bf522fc284d0389.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eWhy Choose Our Single-Panel System?\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eForget the hassle of individual solar lights that dim unpredictably and require constant battery replacements. Our centralized high-efficiency panel powers up to 30 lights via a durable cable, guaranteeing consistent illumination and significantly reducing maintenance effort.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eNo Inconsistent Dimming\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eOne Panel to Manage\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCleaner Aesthetic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 2 - Auto On\/Off \u0026 Ambiance --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 feature-reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSet It and Forget It: Auto Dusk-to-Dawn Lighting\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eEnjoy hands-free operation. The large capacity panel charges during the day (6-8 hours of direct sunlight) and automatically turns on at twilight, casting a warm, elegant glow for 8-10 hours throughout the night.\u003c\/p\u003e\n\n\u003cp class=\"pd-body\" style=\"margin-bottom: 0;\"\u003eEnhance safety and create a welcoming ambiance for your outdoor spaces effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723104803\/bdadf80ac79403646a3c9e97fa46f7c8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img103\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260723104803\/311d077a82d65d3648bd707c62ab55ec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eEngineered for All-Weather Performance\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eBuilt to withstand the elements. With an IP65 waterproof rating and durable ABS construction, these lights and their connections shrug off rain, snow, and intense sun, ensuring reliable outdoor lighting year-round.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eIP65 Waterproof\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHeat Resistant\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable Stake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Specifications --\u003e\n\n\u003cdiv class=\"pd-section\" style=\"background: var(--bg-soft); padding: 3rem; border-radius: var(--radius-lg);\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolar Powered (Single Central Panel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLight Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eLED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWaterproof Rating\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIP65\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd\u003eDurable ABS Plastic, High-transparency Lens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCharging Time\u003c\/th\u003e\n\t\t\t\u003ctd\u003e6-8 Hours (Direct Sunlight)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWorking Time\u003c\/th\u003e\n\t\t\t\u003ctd\u003e8-10 Hours (After Full Charge)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNumber of light bulbs\u003c\/th\u003e\n\t\t\t\u003ctd\u003e30\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Options\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWarm Light \/ White Light (See selection)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section D: FAQ --\u003e\n\n\u003cdiv class=\"pd-section\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eWhere is the best place to install the solar panel?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\" style=\"margin-bottom: 0;\"\u003eFor optimal performance, place the single solar panel in an area that receives direct sunlight for at least 6-8 hours per day. Avoid placing it under shadows from trees or buildings.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eAre the lights connected or independent?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\" style=\"margin-bottom: 0;\"\u003eAll lights in the set are wired together and connected to the single central solar panel. This design ensures consistent brightness across all lamps.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eCan I leave these lights out in the rain?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\" style=\"margin-bottom: 0;\"\u003eYes, absolutely. The lights and the panel are rated IP65 waterproof, designed specifically to withstand rain and typical outdoor weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Warm White \/ 1 Kit - 30 Lights (Front Walkway)","offer_id":45903888056511,"sku":"0723-15422938","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Cool White \/ 1 Kit - 30 Lights (Front Walkway)","offer_id":45903888089279,"sku":"0723-15427071","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Warm White \/ 2 Kits - 60 Lights (Both Sides) - Save 10%","offer_id":45903888122047,"sku":"0723-15422062","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Cool White \/ 2 Kits - 60 Lights (Both Sides) - Save 10%","offer_id":45903888154815,"sku":"0723-15427220","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Warm White \/ 3 Kits - 90 Lights (Full Yard) - Save 15%","offer_id":45903888187583,"sku":"0723-15423797","price":63.95,"currency_code":"USD","in_stock":true},{"title":"Cool White \/ 3 Kits - 90 Lights (Full Yard) - Save 15%","offer_id":45903888220351,"sku":"0723-15421468","price":63.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8f27c4103a9cc7c299326b745e1d37b4.jpg?v=1784792579","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/single-panel-solar-pathway-lights","provider":"Bak","version":"1.0","type":"link"}