{"product_id":"whimsical-solar-bee-light","title":"Whimsical Solar Bee Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* [AI Design Logic]\n       产品类型：卡通蜜蜂造型太阳能户外挂灯\n       目标受众：园艺爱好者、寻找独特庭院装饰品或礼物的人\n       视觉风格：趣味、温馨、自然、强调夜晚发光效果\n       配色策略：黑色主调，黄色暖光点缀，自然背景色\n       模块顺序：Intro\/Hero -\u003e Solar Feature -\u003e Weatherproof Feature -\u003e Gift Scenario -\u003e Specs -\u003e FAQ\n       详情图映射：Hero=image_0.png, Solar=image_1.png, Weatherproof=image_2.png, Gift=image_3.png\n       规格图映射：Specs=image_4.png\n       对比模块：未加入（无显著对比品项）\n    *\/\n\n    .product-detail-container {\n      --primary: #FFD700; \/* 黄色暖光色 *\/\n      --primary-hover: #E6C200;\n      --text-main: #2C2C2C; \/* 深黑色文字 *\/\n      --text-sub: #555555; \/* 次级文字 *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9; \/* 浅灰卡片背景 *\/\n      --bg-soft: #F0F2F5; \/* 柔和背景 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\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: #E5E5E5;\n      --spacing-section: clamp(2.5rem, 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      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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin-bottom: 0.5em;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 0.75em;\n    }\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin-bottom: 0.5em;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1em;\n    }\n\n    \/* Common Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .pd-badge {\n      display: inline-block;\n      padding: 4px 12px;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Image Placeholder Style *\/\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16\/9;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n    }\n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n    .pd-trust-tag {\n      display: inline-block;\n      padding: 8px 16px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: var(--radius-lg);\n      font-weight: 500;\n      margin-bottom: 1rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n    .pd-feature-tags {\n      margin-top: 1rem;\n    }\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media, .pd-feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Scenario Section *\/\n    .pd-scenario {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n    .pd-scenario-media {\n      margin-bottom: 2rem;\n    }\n    .pd-scenario-copy {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Specifications Section *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 12px 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n      background: var(--bg-soft);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\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); overflow: hidden; }\n      .pd-specs-table th, .pd-specs-table td {\n        padding: 10px 12px;\n        border: none;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-specs-table th { background: var(--bg-card); font-size: 14px; }\n      .pd-specs-table td { font-size: 16px; }\n      .pd-specs-table tr:last-child td:last-child { border-bottom: none; }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .pd-faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cspan class=\"pd-trust-tag\" data-imt-p=\"1\"\u003e✨ Add Whimsy to Your Garden\u003c\/span\u003e\n\u003ch1 data-imt-p=\"1\"\u003eCharming Solar Bee Hanging Lights\u003c\/h1\u003e\n\n\u003cp data-imt-p=\"1\"\u003eDelightful by day, glowing by night. These solar-powered bee lights bring a buzz of magical ambiance to your outdoor space without any wiring.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518172807\/19e989f133d58a8c9fa95e0672a929e0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518172807\/1993a8421768d760af0203cd360ee4b9.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-feature-copy\"\u003e\n\u003ch2 data-imt-p=\"1\"\u003eEffortless Solar Power\u003c\/h2\u003e\n\n\u003cp data-imt-p=\"1\"\u003eSimply hang it in a sunny spot and let nature do the rest. The integrated solar panel absorbs sunlight during the day (6-8 hours) to automatically power the warm glowing body at night for up to 8-10 hours. Enjoy zero electricity costs and hassle-free operation.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\" data-imt-p=\"1\"\u003e\n\u003cspan class=\"pd-badge\"\u003e☀️ Solar Charged\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🌙 Auto On\/Off\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e⚡ Zero Energy Cost\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Weatherproof --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518172808\/2caa8068c228d1847a8048bbd0296db0.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-feature-copy\"\u003e\n\u003ch2 data-imt-p=\"1\"\u003eBuilt for the Outdoors\u003c\/h2\u003e\n\n\u003cp data-imt-p=\"1\"\u003eCrafted with durable materials and designed with an IP44 waterproof rating, these bee lights are built to withstand various weather conditions, from sunny days to rainy nights and even light snow. Perfect for year-round garden decoration.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\" data-imt-p=\"1\"\u003e\n\u003cspan class=\"pd-badge\"\u003e💧 IP44 Waterproof\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🌧️ All-Weather Ready\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🛡️ Durable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Optional: Scenario Section (Gift Idea) --\u003e\n\n\u003cdiv class=\"pd-section pd-scenario\"\u003e\n\u003cdiv class=\"pd-scenario-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518172807\/831ffef422f868bc8f136422162340b8.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-scenario-copy\"\u003e\n\u003ch2 data-imt-p=\"1\"\u003eA Unique \u0026amp; Thoughtful Gift\u003c\/h2\u003e\n\n\u003cp data-imt-p=\"1\"\u003eLooking for a special present? These charming bee lights make for a perfect housewarming, birthday, or gardening gift. Their unique design and warm glow are sure to bring a smile to anyone's face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2 data-imt-p=\"1\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eProduct Name\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003eSolar Bee Hanging Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003eSolar-Powered (Built-in Panel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eCharging Time\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003e6-8 Hours (Direct Sunlight)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eWorking Time\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003e8-10 Hours (Fully Charged)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eWaterproof Rating\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIP44\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003eMetal Wireframe, Plastic\/Glass Globe\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-imt-p=\"1\"\u003eMounting Type\u003c\/th\u003e\n\t\t\t\u003ctd data-imt-p=\"1\"\u003eHanging (Includes Suspension Wire)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Based on image_4.png, no dimensions are provided. --\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!-- 隐藏的规格图占位符，仅用于符合Input Contract，实际数据已提取到表格中 --\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e[ 📷 需替换：image_4.png ]\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2 data-imt-p=\"1\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" data-imt-p=\"1\"\u003eHow do I turn the light on?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\" data-imt-p=\"1\"\u003eMake sure the switch is in the \"ON\" position. The light has a built-in dusk-to-dawn sensor, so it will automatically turn on when it gets dark and charge during the day.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" data-imt-p=\"1\"\u003eWhere is the best place to hang it?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\" data-imt-p=\"1\"\u003eFor optimal performance, hang the light in an area that receives direct sunlight for at least 6-8 hours a day. Avoid placing it under heavy shade or near other bright night light sources.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" data-imt-p=\"1\"\u003eIs it safe to leave outside in the rain?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\" data-imt-p=\"1\"\u003eYes, the light is designed with an IP44 waterproof rating, making it suitable for outdoor use in rain and other normal weather conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"2-Pack | Starter Set","offer_id":45646001832127,"sku":"0520-13365422","price":24.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack | Garden Set","offer_id":45646001864895,"sku":"0520-13369728","price":48.95,"currency_code":"USD","in_stock":true},{"title":"6-Pack | Backyard Bundle","offer_id":45646001897663,"sku":"0520-13360293","price":72.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/19e989f133d58a8c9fa95e0672a929e0.jpg?v=1779096647","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/whimsical-solar-bee-light","provider":"Bak","version":"1.0","type":"link"}