{"product_id":"solar-american-flag-lights","title":"Solar American Flag Lights","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #002868; \/* 深蓝，国旗色 *\/\n      --primary-hover: #001a4d;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --text-highlight: #FFD700; \/* 金色，星星光芒 *\/\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f2f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #e0e0e0;\n      --warning-bg: #fff8e1;\n      --warning-border: #ffc107;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0 0 1rem;\n      font-weight: 700;\n      color: var(--primary);\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); line-height: 1.2; }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: 22px; }\n    .product-detail-container p { font-size: 18px; margin: 0 0 1.5rem; color: var(--text-sub); }\n    .product-detail-container p.lead { font-size: 20px; color: var(--text-main); }\n\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    \n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Included Alert Box *\/\n    .included-box {\n      background-color: var(--warning-bg);\n      border-left: 5px solid var(--warning-border);\n      padding: 1.5rem;\n      margin: 2rem auto;\n      max-width: 800px;\n      text-align: left;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      box-shadow: var(--shadow-sm);\n    }\n    .included-box h3 {\n      color: #b38a00;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n    .included-box p {\n      margin: 0;\n      color: var(--text-main);\n      font-size: 18px;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 5rem);\n    }\n\n    .feature-media {\n      flex: 1;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n    \n    .feature-copy h4 {\n      font-size: 18px;\n      color: var(--text-main);\n      margin: 0 0 0.5rem 0;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n      }\n      .feature-copy {\n        text-align: left;\n        padding: 0 1rem;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specifications Section *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 2rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n      background: var(--bg-soft);\n    }\n    \n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden;}\n      .specs-table td {\n        padding: 0.8rem 1rem;\n        position: relative;\n        padding-left: 40%;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        top: 0.8rem;\n        font-weight: 600;\n        color: var(--primary);\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table th { display: none; }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n    }\n    \n    .faq-question::before {\n        content: \"Q.\";\n        margin-right: 0.75rem;\n        color: var(--text-highlight);\n    }\n\n    .faq-answer {\n      margin: 0;\n      padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e🇺🇸 Patriotic \u0026amp; Solar-Powered\u003c\/div\u003e\n\n\u003ch1\u003eShine with American Pride All Night Long\u003c\/h1\u003e\n\n\u003cp class=\"lead\"\u003eTransform your garden with color-changing star and flag lights that charge by day and dazzle by night.\u003c\/p\u003e\n\u003c!-- 1. 详情页文案配合修改：What's Included 提示框 --\u003e\n\n\u003cdiv class=\"included-box\"\u003e\n\u003ch3\u003e📦 What's Included in 1 Set?\u003c\/h3\u003e\n\n\u003cp\u003eEach set includes \u003cstrong\u003e1 High-Efficiency Solar Panel\u003c\/strong\u003e connected to \u003cstrong\u003e8 American Flag Pathway Lights\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424093830\/27ed8a23c5c69083f491e4dd243b4bd5.jpg\" style=\"width:100%; border-radius: 12px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003c!-- Feature 1: 将新增的两个卖点（8种模式、红白蓝光）融合进原有的第一张图文结构中 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424093644\/ae857cdf2aa818a0c87b0e1658e4e4d0.jpg\" style=\"width:100%; border-radius: 12px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDynamic Modes \u0026amp; Patriotic Glow\u003c\/h2\u003e\n\u003c!-- 2. 补充的核心卖点一：8种灯光模式 --\u003e\n\n\u003ch4\u003e🔥 8 Dynamic Lighting Modes\u003c\/h4\u003e\n\n\u003cp\u003eChoose from 8 different lighting modes (including steady on, flashing, fading, etc.) to create the perfect festive vibe for your yard.\u003c\/p\u003e\n\u003c!-- 2. 补充的核心卖点二：红白蓝专属配色 --\u003e\n\n\u003ch4\u003e🔥 Patriotic Red, White \u0026amp; Blue Glow\u003c\/h4\u003e\n\n\u003cp\u003eEach set features 8 flags illuminated by alternating red, white, and blue LED lights, showing off your American pride day and night.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🎛️ 8 Modes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔴⚪🔵 Red, White \u0026amp; Blue\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Festive Vibe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 保持原有结构 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424093644\/1bd27dbadba719be0addd462eb2d484d.jpg\" style=\"width:100%; border-radius: 12px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZero-Hassle Solar Convenience\u003c\/h2\u003e\n\n\u003cp\u003eForget about wires, plugs, or electricity bills. The high-efficiency solar panel absorbs sunlight during the day to power the lights all night. The built-in sensor automatically turns them on at dusk and off at dawn for effortless operation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e☀️ Solar Powered\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💡 Dawn-to-Dusk Sensor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔋 No Wiring Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: 保持原有结构 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424093644\/caceb8be54c1b2856ff14a94e433cef7.jpg\" style=\"width:100%; border-radius: 12px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfect Patriotic Touch for Any Space\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for outdoor use, these lights feature a durable metal stake that easily inserts into the ground. They are perfect for lining pathways, driveways, gardens, or flower beds, adding a proud American spirit to your home year-round.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🏡 Multi-Scenario Use\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌧️ Weather-Resistant\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🛠️ Easy Installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003c!-- 3. 精准英文翻译的规格参数 --\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003ePackage Includes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e1 Solar Panel + 8 Flag Lights (Connected)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eTotal Height\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Total Height\"\u003e68 cm \/ 26.7 inches (38cm Flag Pole + 30cm Ground Stake)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eFlag Size\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Flag Size\"\u003e14.5 x 10 cm \/ 5.7 x 3.9 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eLength Details\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Length Details\"\u003e2m (6.5 ft) lead wire from solar panel to the first light, with 70 cm (27.5 inches) spacing between each flag.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eLighting Modes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lighting Modes\"\u003e8 Adjustable Modes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e500mAh Lithium Battery (Provides long-lasting illumination)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eLight Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Light Colors\"\u003eAlternating Red, White, and Blue\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I get the lights to work for the first time?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply assemble the stake, peel off the protective film from the solar panel, and insert it into the ground in a sunny location. The lights will automatically charge and turn on when it gets dark. Ensure the solar panel switch is in the \"ON\" position (if applicable).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo the stars stay one color or change?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe star toppers are designed to automatically cycle through a variety of colors, creating a dynamic and festive light display. They do not stay on a single static color.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere is the best place to put them for optimal charging?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor the best performance, place the lights in an area that receives direct sunlight for at least 6-8 hours a day. Avoid placing them under shadows from trees, buildings, or other obstructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (8 Flags)","offer_id":53116818587948,"sku":"0424-10454962","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (16 Flags)","offer_id":53116818620716,"sku":"0424-10451285","price":58.95,"currency_code":"USD","in_stock":true},{"title":"3 Sets (24 Flags)","offer_id":53116818653484,"sku":"0424-10452252","price":87.95,"currency_code":"USD","in_stock":true},{"title":"4 Sets (32 Flags) - Best Value!","offer_id":53116818686252,"sku":"0424-10459696","price":116.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/27ed8a23c5c69083f491e4dd243b4bd5.jpg?v=1776999240","url":"https:\/\/newzyhoome.com\/products\/solar-american-flag-lights","provider":"Newzyhoome","version":"1.0","type":"link"}