{"product_id":"glowing-solar-cardinal-mobile","title":"Glowing Solar Cardinal Mobile","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：太阳能装饰风铃（发光型，无声）\n  目标受众：园艺爱好者、寻找独特户外装饰或礼物的人群\n  视觉风格：梦幻、温暖、夜间高光、红色点缀\n  配色策略：以Cardinal红为核心强调色，搭配深色背景营造夜间氛围，辅以柔和的暖灰\/米色背景。\n  模块顺序：Hero (夜间核心效果) -\u003e Feature 1 (太阳能\/自动开关 - 解决痛点) -\u003e Feature 2 (防水耐用 - 消除顾虑) -\u003e Feature 3 (礼物\/场景 - 增加价值) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_2.png, Feature2=image_4.png, Feature3=image_5.png\n  规格图映射：无专用规格图，数据来自文本报告。\n  对比模块：未加入（无明显竞品对比需求，聚焦自身特色）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #D32F2F; \/* Cardinal Red *\/\n      --primary-hover: #B71C1C;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #ffffff;\n      --bg-card: #F5F5F5;\n      --bg-soft: #FFF1F1; \/* Soft warm tint *\/\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.12);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 3rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      margin: 0 0 0.5rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .pd-image-container {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-image-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-placeholder-img {\n        width: 100%;\n        height: auto;\n        aspect-ratio: 16\/9;\n        background-color: #f0f0f0;\n        border: 2px dashed #ccc;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #666;\n        font-weight: bold;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Sections with Z-Pattern *\/\n    .feature-block {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-item);\n      align-items: center;\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-card);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    @media (min-width: 768px) {\n      .feature-block {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-block.reverse {\n        direction: rtl;\n      }\n      .feature-block.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Specifications *\/\n    .specs-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n    }\n\n    .spec-item strong {\n      display: block;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n    }\n\n    .spec-item span {\n      color: var(--text-sub);\n      font-size: 18px;\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item details summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .faq-item details summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n\n    .faq-item details[open] summary::after {\n      content: '−';\n    }\n\n    .faq-item details p {\n      margin-top: 1rem;\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDesigned for Outdoor Ambiance\u003c\/span\u003e\n\u003ch1\u003eMagical Solar Cardinal Lights for Your Garden\u003c\/h1\u003e\n\n\u003cp\u003eWatch as six beautiful cardinals instantly light up at dusk, creating an enchanting red glow in your outdoor space without any wiring.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img136\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519171239\/136472e46b6b7b6bcc1a22797ff6c0dc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img137\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519171239\/5a8c6be94a758c3040ed77a1f7bd5f82.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless Solar Power, Automatic Glow\u003c\/h2\u003e\n\n\u003cp\u003eForget about outlets, extension cords, or replacing batteries. The integrated solar panel absorbs sunlight during the day to charge the internal battery. As darkness falls, the smart light sensor automatically turns on the brilliant red LEDs.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDusk-to-Dawn Sensor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUp to 8 Hours Runtime\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEnergy Saving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reverse Layout on Desktop) --\u003e\n\n\u003cdiv class=\"feature-block reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519171239\/84293987086e10294dfb9f7fca9d4760.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt to Brave the Elements\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for outdoor life, these wind chimes feature an IP65 waterproof rating. Rain, snow, or humidity won't stop the show. The durable ABS and PC material ensures the cardinals won't fade or deform over time.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIP65 Waterproof\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAll-Weather Ready\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable Materials\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-block\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv class=\"pd-placeholder-img\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img141\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519171239\/e072ddbbbf98900a4e7ac999b3ed0ef1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Unique \u0026amp; Thoughtful Gift\u003c\/h2\u003e\n\n\u003cp\u003eBeyond a simple decoration, the vibrant red cardinal design carries symbolic meaning, making this a memorable gift. Perfect for housewarmings, holidays, or as a special token for gardeners and bird lovers to brighten their patio, porch, or backyard.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eUnique Decor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMeaningful Gift\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVersatile Placement\u003c\/span\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\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003ePower Source\u003c\/strong\u003e \u003cspan\u003eIntegrated Solar Panel\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eLight Source\u003c\/strong\u003e \u003cspan\u003eRed LED (6 Cardinals)\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eDurable ABS + PC Plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eWaterproof Rating\u003c\/strong\u003e \u003cspan\u003eIP65 (Outdoor Safe)\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eOperating Time\u003c\/strong\u003e \u003cspan\u003eUp to 8 hours on a full charge\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cstrong\u003eSwitch Type\u003c\/strong\u003e \u003cspan\u003eON\/OFF Slide Switch (Under panel)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003cdetails open=\"\"\u003e\u003csummary\u003eHow do I get it to light up for the first time?\u003c\/summary\u003e\n\n\u003cp\u003eBefore first use, locate the switch on the underside of the top solar panel disc and slide it to the \"ON\" position. Then, hang the wind chime in an area that receives direct sunshine to charge. It will light up automatically when it gets dark.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eWhere is the best place to hang this?\u003c\/summary\u003e\n\n\u003cp\u003eChoose an outdoor location that receives direct sunlight for at least 6-8 hours per day, away from other bright nighttime light sources (like streetlights), as these may prevent the automatic sensor from turning the lights on.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eDo these make noise like a traditional wind chime?\u003c\/summary\u003e\n\n\u003cp\u003eNo, these are decorative visual wind chimes designed for their beautiful appearance and glowing light effect. They do not have metal tubes and do not produce traditional chime sounds.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Everyneeding","offers":[{"title":"Single Mobile","offer_id":51870115528836,"sku":"0519-17249804","price":21.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack: Front \u0026 Back Yard Set","offer_id":51870115561604,"sku":"0519-17248597","price":45.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack: Memorial Gift Bundle","offer_id":51870115594372,"sku":"0519-17249535","price":63.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/136472e46b6b7b6bcc1a22797ff6c0dc.jpg?v=1779182687","url":"https:\/\/everyneeding.com\/products\/glowing-solar-cardinal-mobile","provider":"Everyneeding","version":"1.0","type":"link"}