{"product_id":"solar-moon-hummingbird-light","title":"Solar Moon Hummingbird Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：太阳能花园装饰灯（地插型）\n  目标受众：园艺爱好者、房主、寻找独特礼物的人\n  视觉风格：梦幻、温暖、复古金属质感、自然光影\n  配色策略：以青铜色和暖黄色光为主调，背景采用柔和的深色和自然绿色\n  模块顺序：Intro (氛围引入) -\u003e Feature 1 (日夜对比核心卖点) -\u003e Feature 2 (材质细节与太阳能原理) -\u003e Feature 3 (户外耐候性) -\u003e Specs (已知参数) -\u003e FAQ (使用疑问)\n  详情图映射：Hero=image_4.png, Feature1=image_1.png, Feature2=image_2.png, Feature3=image_0.png\n  规格图映射：无可用规格图，仅使用报告数据。\n  对比模块：已融入 Feature 1，展示白天艺术品与夜晚灯光的对比。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37; \/* Antique Gold\/Bronze highlight *\/\n      --primary-hover: #E5C15B;\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F7; \/* Warm off-white *\/\n      --bg-soft: #F0F0ED;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\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: var(--spacing-item);\n      align-items: center;\n    }\n\n    \/* Image Handling (Scheme A - Default Fluid) *\/\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Image Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n    \n    \/* Tags *\/\n    .pd-tags-container {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 0.75rem;\n        margin-top: 1rem;\n    }\n\n    .pd-tag {\n        display: inline-flex;\n        align-items: center;\n        padding: 0.4rem 0.8rem;\n        background: var(--bg-soft);\n        border-radius: 2rem;\n        font-size: 16px;\n        color: var(--text-main);\n        font-weight: 500;\n    }\n    \n    .pd-tag svg {\n        margin-right: 6px;\n        width: 18px;\n        height: 18px;\n        fill: var(--primary);\n    }\n\n    \/* Intro Section *\/\n    .intro-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n\n    .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      font-weight: 600;\n      border-radius: 2rem;\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section .feature-copy {\n      padding: var(--spacing-item);\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      text-align: left;\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n      background: var(--bg-soft);\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n    \n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n        border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    \n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 767px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n\n      .feature-section {\n        display: flex;\n        flex-direction: column;\n      }\n\n      .feature-section.reverse {\n        flex-direction: column;\n      }\n      \n      .feature-section .feature-copy {\n          padding: 1rem 0;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .feature-section.reverse .feature-media {\n        order: 2;\n      }\n      .feature-section.reverse .feature-copy {\n        order: 1;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section intro-hero\"\u003e\n\u003cspan class=\"trust-badge\"\u003eDesigned for enchanting outdoor ambiance\u003c\/span\u003e\n\u003ch1\u003eBring Magic to Your Garden at Night\u003c\/h1\u003e\n\n\u003cp\u003eWatch your garden transform as dusk arrives. This unique solar light combines whimsical metal artistry with a warm, crackle-glass glow to create an inviting atmosphere in any outdoor space.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709111946\/60492f2dde28e4fa0cffa9172ef5c5b7.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 feature-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709110018\/cf9634c93574823d3d95334da348ad01.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBeautiful Art by Day, Magical Glow by Night\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy double the value with a decoration that never stops working. During the day, the intricate bronze-finished moon and hummingbird sculpture stands as an elegant garden accent. As the sun sets, it automatically transforms into a captivating light source, casting warm patterns on your path.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 9c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Daytime Sculpture \u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.93 12.37 7 10.79 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.79-.93 3.37-2.15 4.1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Automatic Night Light \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Details \u0026 Solar Convenience --\u003e\n\n\u003cdiv class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709110019\/f589843f661ff90783a4462c1165893c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIntricate Details, Effortless Solar Power\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with attention to detail, the metal moon features cutout star patterns and an antique finish, perfectly framing the hummingbird. The real showstopper is the crackle glass globe, which refracts the warm LED light beautifully. Best of all, the integrated solar panel means zero wiring and zero electricity costs—just set it and forget it.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCrackle Glass Texture\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e100% Solar Powered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Durability \u0026 Giftability --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media pd-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260709110018\/ad8bdf2f3c5a22b8bd419edbddadd728.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt for the Outdoors, Perfect for Gifting\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with durable metal and an IP45 waterproof rating, this garden stake is built to withstand rain, snow, and sun, ensuring year-round performance. Its unique design and reliable functionality also make it a thoughtful and delightful gift for gardening enthusiasts, moms, or anyone who loves patio decor.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eIP45 Waterproof\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAll-Season Durable\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=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eMetal (Bronze finish), Crackle Glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIntegrated Solar Panel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLight Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWarm White LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWater Resistance Rating\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIP45 (Suitable for outdoor rain\/snow)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInstallation Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIn-ground stake (double fork base)\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=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I turn the light on?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe light is designed to operate automatically. Once placed in direct sunlight with the solar panel facing up, it will charge during the day and turn on by itself at dusk. Ensure any initial pull-tabs are removed from the solar panel area.\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 install this light?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor optimal performance, install the stake in an area that receives direct sunlight for 6-8 hours per day. Avoid placing it under dense shade, trees, or near bright nighttime light sources like streetlights, which may prevent the sensor from turning the light on.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the glass globe fragile?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe globe is made of real glass to achieve the beautiful crackle effect. While it is designed for outdoor use, we recommend taking care when inserting the stake into hard soil—press on the metal stake base, not the decorative top.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Garden Essential)","offer_id":45832962277567,"sku":"0709-18078042","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Perfect Pair - 10%)","offer_id":45832962310335,"sku":"0709-18071056","price":44.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Path \u0026 Garden Pack - 15%)","offer_id":45832962343103,"sku":"0709-18070300","price":84.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/60492f2dde28e4fa0cffa9172ef5c5b7.jpg?v=1783591698","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/solar-moon-hummingbird-light","provider":"Bak","version":"1.0","type":"link"}