{"product_id":"solar-powered-hanging-bird-bath","title":"Solar Powered Hanging Bird Bath","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：太阳能悬挂式喷泉鸟浴盆\n  目标受众：花园爱好者、观鸟者、寻求低维护户外装饰的人群\n  视觉风格：清新、自然、充满活力、强调光影和水流\n  配色策略：以产品主色（蓝色\/水色）为基调，搭配自然的绿色和柔和的背景色\n  模块顺序：Hero (吸引注意) -\u003e Feature 1 (核心动力：太阳能) -\u003e Feature 2 (核心体验：三层叠水) -\u003e Feature 3 (品质细节：耐用悬挂) -\u003e Specifications (规格参数) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_1.png, Feature1=image_4.png, Feature2=image_2.png, Feature3=image_5.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（无显著对比需求，聚焦产品自身特色）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #2F8F9D;\n      --primary-hover: #24727d;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f8f9;\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.08);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(2.5rem, 5vw, 4rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: 'Helvetica Neue', Helvetica, Arial, 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, 4vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background-color: var(--bg-soft);\n      border: 1px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-style: italic;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-tag {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n    }\n\n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Section (Z-pattern) *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n        gap: 4rem;\n      }\n\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Specs Section *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .pd-specs-table td {\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        text-align: left;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      background: var(--bg-soft);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-weight: 700;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for effortless outdoor charm\u003c\/span\u003e\n\u003ch1\u003eBring Your Garden to Life with Solar-Powered Water\u003c\/h1\u003e\n\n\u003cp\u003eAn elegant, self-sustaining hanging fountain that attracts birds with soothing, cascading water. No wires, no electricity costs—just sunshine.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260423102907\/2f72c7d8daa27b01004a57ab5c4e7eee.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003ePowered by Sunlight, Not Outlets\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy a hassle-free water feature that runs entirely on renewable solar energy. The integrated solar pump automatically circulates water whenever it's sunny, creating a dynamic oasis without the need for extension cords or adding to your electricity bill.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 16px; color: var(--text-sub);\"\u003e*Note: The fountain operates only under direct sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260423102309\/e89ca699b6058ec9e5b48f9017a30701.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 pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eMesmerizing 3-Tier Cascade\u003c\/h2\u003e\n\n\u003cp\u003eThe innovative central fountain tower creates a stunning three-tiered water flow. This gentle, splashing cascade not only provides a soothing visual and auditory experience but is also highly attractive to hummingbirds and other small birds looking for a refreshing drink or bath.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260423102309\/20730be540cee8df98437f7062e0eba5.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 pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eDurable \u0026amp; Stylish Hanging Design\u003c\/h2\u003e\n\n\u003cp\u003eBuilt for the outdoors, this bird bath features a vibrant, crystal-clear patterned bowl and sturdy, weather-resistant metal chains. The included S-hook makes it easy to hang from a shepherd's hook, tree branch, pergola, or porch, instantly elevating your garden decor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260423102309\/b1c00edae95130f6181e1519bd98a718.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 pd-specs\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eHanging Bird Bath with Solar Fountain\u003c\/td\u003e\n\t\t\t\u003ctd\u003eOutdoor Garden Decor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eIntegrated Solar Panel\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRequires direct sunlight to operate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Bowl Diameter\"\u003e23.5 cm\u003c\/td\u003e\n\t\t\t\u003ctd\u003eApprox. 9.25 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Hanging Height\"\u003e45 cm\u003c\/td\u003e\n\t\t\t\u003ctd\u003eApprox. 18 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eCrystal-clear patterned bowl, Metal chains\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWeather-resistant design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting\"\u003eHanging\u003c\/td\u003e\n\t\t\t\u003ctd\u003eIncludes metal chains and S-hook\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; color: var(--text-sub); margin-top: 1rem;\"\u003e*Please note that a margin of error of 1-2 cm in manual measurement is normal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow does the solar fountain work?\u003c\/div\u003e\n\n\u003cp\u003eThe fountain has a built-in solar panel that powers the water pump. It operates automatically when placed in direct sunlight. The stronger the sunlight, the more active the water flow will be. It does not store power and will not run at night or in deep shade.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhere is the best place to hang this bird bath?\u003c\/div\u003e\n\n\u003cp\u003eFor optimal performance, choose a sunny location in your garden, patio, or yard where the solar panel can receive direct sunlight for most of the day. You can hang it from a sturdy tree branch, a shepherd's hook, or a pergola.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I clean the bird bath and pump?\u003c\/div\u003e\n\n\u003cp\u003eRegular cleaning is recommended to keep the water fresh for birds and prevent pump clogging. Simply wipe down the bowl and rinse the fountain parts with clean water. Ensure the pump intake is clear of debris.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sapphire Blue","offer_id":53114743161132,"sku":"0423-17204350","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Amethyst Purple","offer_id":53114743193900,"sku":"0423-17206347","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Rose Pink","offer_id":53114743226668,"sku":"0423-17203380","price":35.95,"currency_code":"USD","in_stock":true},{"title":"Smokey Grey","offer_id":53114743259436,"sku":"0423-17203095","price":35.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/2f72c7d8daa27b01004a57ab5c4e7eee.jpg?v=1776936320","url":"https:\/\/newzyhoome.com\/products\/solar-powered-hanging-bird-bath","provider":"Newzyhoome","version":"1.0","type":"link"}