{"product_id":"solar-pumpkin-branch-stake-lights-20-led","title":"Solar Pumpkin Branch Stake Lights (20 LED)","description":"\u003c!-- Shopify Custom HTML Block Start --\u003e\n\u003cstyle\u003e\n    .pdp-container {\n      background-color: transparent;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #0F172A;\n      max-width: 800px; \/* 居中紧凑布局 *\/\n      margin: 0 auto;\n      padding: 20px;\n      box-sizing: border-box;\n    }\n\n    \/* 通用卡片规范 *\/\n    .pdp-block-card {\n      background-color: #F8F6F1;\n      border-radius: 12px;\n      border: none;\n      padding: 32px;\n      margin-bottom: 24px;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);\n    }\n\n    \/* 1. HERO 屏 *\/\n    .pdp-hero {\n      text-align: center;\n    }\n    .pdp-badge {\n      display: inline-block;\n      background-color: #F0FDF4;\n      color: #16A34A;\n      font-size: 14px;\n      font-weight: 600;\n      padding: 6px 16px;\n      border-radius: 20px;\n      margin-bottom: 12px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n    .pdp-hero-title {\n      font-size: 34px;\n      font-weight: 800;\n      color: #0F172A;\n      margin: 0 0 16px 0;\n      line-height: 1.25;\n    }\n    .pdp-hero-meta {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      font-size: 16px;\n      color: #475569;\n    }\n    .pdp-stars {\n      color: #F59E0B;\n    }\n\n    \/* 模块大标题 *\/\n    .pdp-section-title {\n      font-size: 28px;\n      font-weight: 700;\n      color: #0F172A;\n      margin: 0 0 24px 0;\n      text-align: center;\n    }\n\n    \/* 2. 痛点对比 (Before vs After) *\/\n    .pdp-comparison-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n    }\n    .pdp-comp-card {\n      border-radius: 12px;\n      padding: 24px;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n    .pdp-comp-card.before {\n      background-color: #FFF1F2;\n      border-left: 4px solid #E11D48;\n    }\n    .pdp-comp-card.after {\n      background-color: #F0FDF4;\n      border-left: 4px solid #16A34A;\n    }\n    .pdp-comp-title {\n      font-size: 18px;\n      font-weight: 700;\n    }\n    .pdp-comp-card.before .pdp-comp-title { color: #E11D48; }\n    .pdp-comp-card.after .pdp-comp-title { color: #16A34A; }\n    .pdp-comp-text {\n      font-size: 15px;\n      color: #475569;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* 3. 核心卖点 (上文下图 + 垂直单列 + 24px 间距) *\/\n    .pdp-features-vertical {\n      display: flex;\n      flex-direction: column;\n      gap: 24px; \/* 保持 24px 留白间距 *\/\n    }\n    .pdp-feature-card-v {\n      background-color: #F8F6F1;\n      border-radius: 12px;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n    }\n    .pdp-feature-content-v {\n      padding: 24px 24px 20px 24px; \/* 上文 *\/\n    }\n    .pdp-feature-card-title {\n      font-size: 24px;\n      font-weight: 700;\n      color: #0F172A;\n      margin: 0 0 8px 0;\n    }\n    .pdp-feature-desc {\n      font-size: 16px;\n      color: #475569;\n      margin: 0;\n      line-height: 1.5;\n    }\n    .pdp-feature-img-wrapper-v {\n      width: 100%;\n      aspect-ratio: 16 \/ 9; \/* 横幅图片展现形式 *\/\n      padding: 0; \/* 取消图片容器内边距 *\/\n      overflow: hidden;\n    }\n    .pdp-feature-img-wrapper-v img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover; \/* 满幅铺满 *\/\n      display: block;\n    }\n\n    \/* 4. 规格参数 (上文下图) *\/\n    .pdp-specs-vertical {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n    .pdp-specs-list {\n      display: flex;\n      flex-direction: column;\n    }\n    .pdp-spec-item {\n      display: flex;\n      justify-content: space-between;\n      padding: 14px 0;\n      border-bottom: 1px dashed #CBD5E1;\n      font-size: 16px;\n    }\n    .pdp-spec-label {\n      color: #475569;\n    }\n    .pdp-spec-value {\n      font-weight: 600;\n      color: #0F172A;\n    }\n    .pdp-specs-img-wrapper-v {\n      width: 100%;\n      text-align: center;\n      padding: 0;\n    }\n    .pdp-specs-img-wrapper-v img {\n      width: 100%;\n      max-height: 450px;\n      object-fit: cover;\n      border-radius: 8px;\n    }\n\n    \/* 5. FAQ 折叠问答 *\/\n    .pdp-faq-item {\n      border-bottom: 1px dashed #CBD5E1;\n      padding: 16px 0;\n    }\n    .pdp-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pdp-faq-item summary {\n      font-size: 18px;\n      font-weight: 600;\n      color: #0F172A;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .pdp-faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n    .pdp-faq-item summary::after {\n      content: \"+\";\n      font-size: 20px;\n      font-weight: 400;\n      color: #475569;\n    }\n    .pdp-faq-item[open] summary::after {\n      content: \"−\";\n    }\n    .pdp-faq-answer {\n      font-size: 16px;\n      color: #475569;\n      margin-top: 12px;\n      line-height: 1.6;\n    }\n\n    \/* 6. CTA 强引导横幅 *\/\n    .pdp-cta-card {\n      background-color: #0F172A;\n      color: #FFFFFF;\n      text-align: center;\n      padding: 40px 24px;\n    }\n    .pdp-cta-title {\n      font-size: 28px;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: #FFFFFF;\n    }\n    .pdp-cta-sub {\n      font-size: 16px;\n      color: #94A3B8;\n      margin: 0 0 24px 0;\n    }\n    .pdp-btn {\n      display: inline-block;\n      background-color: #16A34A;\n      color: #FFFFFF;\n      font-size: 18px;\n      font-weight: 700;\n      padding: 16px 48px;\n      border-radius: 8px;\n      text-decoration: none;\n      transition: all 0.2s ease-in-out;\n      border: none;\n      cursor: pointer;\n    }\n    .pdp-btn:hover {\n      background-color: #15803D;\n      transform: translateY(-2px);\n      box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4);\n    }\n\n    \/* 7. 社交证明 (颜色填充进度条 + 垂直堆叠评论) *\/\n    .pdp-social-header {\n      display: flex;\n      align-items: center;\n      gap: 24px;\n      margin-bottom: 24px;\n      flex-wrap: wrap;\n    }\n    .pdp-rating-score {\n      font-size: 34px;\n      font-weight: 800;\n      color: #0F172A;\n      line-height: 1;\n    }\n    .pdp-progress-bars {\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n    .pdp-progress-item {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      font-size: 13px;\n      color: #475569;\n    }\n    .pdp-progress-label {\n      width: 110px;\n    }\n    .pdp-progress-bg {\n      flex-grow: 1;\n      height: 10px;\n      background-color: #E2E8F0;\n      border-radius: 5px;\n      overflow: hidden;\n    }\n    \/* 强化的绿色填充条 *\/\n    .pdp-progress-fill {\n      height: 100%;\n      background-color: #16A34A !important;\n      border-radius: 5px;\n    }\n    .pdp-ai-summary {\n      background-color: #F0FDF4;\n      border: 1px solid #BBF7D0;\n      border-radius: 8px;\n      padding: 16px;\n      margin-bottom: 24px;\n      font-size: 15px;\n      color: #166534;\n      line-height: 1.5;\n    }\n    .pdp-ai-summary strong {\n      color: #16A34A;\n    }\n    \/* 精选买家秀垂直分布 *\/\n    .pdp-reviews-vertical {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n    .pdp-review-card {\n      background: #FFFFFF;\n      border-radius: 8px;\n      padding: 20px;\n      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);\n    }\n    .pdp-review-author {\n      font-size: 14px;\n      font-weight: 600;\n      color: #0F172A;\n      margin-bottom: 4px;\n    }\n    .pdp-review-text {\n      font-size: 15px;\n      color: #475569;\n      margin: 8px 0 0 0;\n      line-height: 1.5;\n    }\n\n    \/* 移动端响应式 *\/\n    @media (max-width: 768px) {\n      .pdp-comparison-grid {\n        grid-template-columns: 1fr;\n      }\n      .pdp-block-card {\n        padding: 20px;\n      }\n      .pdp-hero-title {\n        font-size: 28px;\n      }\n      .pdp-section-title {\n        font-size: 24px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- HERO 第一屏 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-hero\"\u003e\n\u003cspan class=\"pdp-badge\"\u003eSolar Halloween Decor\u003c\/span\u003e\n\u003ch1 class=\"pdp-hero-title\"\u003eSolar Pumpkin Branch Stake Lights (20 LED)\u003c\/h1\u003e\n\u003cdiv class=\"pdp-hero-meta\"\u003e\n\u003cspan class=\"pdp-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003e5.0\u003c\/strong\u003e \/ 5.0 Rating\u003c\/span\u003e \u003cspan\u003e•\u003c\/span\u003e \u003cspan\u003e900+ Orders Placed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-hero-meta\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/GIF_39.gif?v=1785893925\" alt=\"\" width=\"444\" height=\"555\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 痛点对比 (BEFORE VS AFTER) --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cdiv class=\"pdp-comparison-grid\"\u003e\n\u003cdiv class=\"pdp-comp-card before\"\u003e\n\u003cdiv class=\"pdp-comp-title\"\u003e❌ Traditional Lights\u003c\/div\u003e\n\u003cp class=\"pdp-comp-text\"\u003eTangled wires, high electricity bills, and daily manual switches needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-comp-card after\"\u003e\n\u003cdiv class=\"pdp-comp-title\"\u003e✔ Our Solar Branches\u003c\/div\u003e\n\u003cp class=\"pdp-comp-text\"\u003eSolar-powered auto lighting, weatherproof 20-LED glowing pumpkin branches effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第三模块：核心卖点 (上文下图 + 垂直分布 + 24px 留白) --\u003e\n\u003cdiv style=\"margin-bottom: 24px;\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eSpooky Features You’ll Love\u003c\/h2\u003e\n\u003cdiv class=\"pdp-features-vertical\"\u003e\n\u003c!-- 卖点 1 --\u003e\n\u003cdiv class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"pdp-feature-content-v\"\u003e\n\u003ch3 class=\"pdp-feature-card-title\"\u003e🎃 20 Bright Pumpkin LEDs\u003c\/h3\u003e\n\u003cp class=\"pdp-feature-desc\"\u003eFeatures 20 detailed warm-glowing pumpkin heads along flexible dark branches to bring scary yet inviting Halloween vibes to your garden.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/534462c7-080b-460e-bfa0-8975afdde8ac_5e6c2bef-0203-4db9-84a2-5a67a3a9c537.png?v=1785892836\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点 2 --\u003e\n\u003cdiv class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"pdp-feature-content-v\"\u003e\n\u003ch3 class=\"pdp-feature-card-title\"\u003e☀️ Eco Solar Powered\u003c\/h3\u003e\n\u003cp class=\"pdp-feature-desc\"\u003eAuto charges during daytime and turns on automatically at dusk. Delivers 6 to 12 hours of continuous night illumination without extra electricity costs.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_8bf72ad8-2815-40f2-91dd-474e65f13435.png?v=1785892894\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点 3 --\u003e\n\u003cdiv class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"pdp-feature-content-v\"\u003e\n\u003ch3 class=\"pdp-feature-card-title\"\u003e🌧️ IP44 All-Weather Ready\u003c\/h3\u003e\n\u003cp class=\"pdp-feature-desc\"\u003eEngineered with durable IP44 waterproof rating to withstand autumn rains, frost, and winds for long-lasting outdoor Halloween setup.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_a76c1fad-a9cc-48c4-9da7-66c70a6a3c8e.png?v=1785839764\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点 4 --\u003e\n\u003cdiv class=\"pdp-feature-card-v\"\u003e\n\u003cdiv class=\"pdp-feature-content-v\"\u003e\n\u003ch3 class=\"pdp-feature-card-title\"\u003e🌱 Tool-Free Ground Stakes\u003c\/h3\u003e\n\u003cp class=\"pdp-feature-desc\"\u003eSimply push the sturdy stake into ground or lawn. Adjustable branch stems let you shape your customized eerie Halloween pathway light show.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_d421b132-0373-42e5-a7c0-0caa6d62dddc.png?v=1785892544\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第四模块：规格参数 (上文下图) --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"pdp-specs-vertical\"\u003e\n\u003c!-- 上文：参数列表 --\u003e\n\u003cdiv class=\"pdp-specs-list\"\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eModel \/ SKU\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eRH-046 (20-LED Branch)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eLight Source \u0026amp; Color\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e20 Warm Glow LEDs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eHeight\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e29.9 in (~700 mm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eUnit Weight\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e0.9 lbs (14.1 oz)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eWorking Time\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e6 - 12 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eWaterproof Rating\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eIP44 Outdoor Rated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003ePower \u0026amp; Voltage\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eSolar Panel \/ 1.2V \/ 5W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-spec-item\"\u003e\u003cspan class=\"pdp-spec-value\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/O1CN01X2r0Bg1osINOLWLfG__2222431835280-0-cib.jpg?v=1785839346\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 下图：示意图 --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 第五模块：折叠 Q\u0026A --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary\u003eHow long do the pumpkin lights stay illuminated at night?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-answer\"\u003eOn a full daytime solar charge, the 20 LED pumpkin lights continuously glow for approximately 6 to 12 hours throughout the night.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary\u003eAre these branch lights fully waterproof for rain or snow?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-answer\"\u003eYes! They carry an IP44 waterproof protection rating, making them ideal for outdoor lawns, gardens, and trick-or-treat pathways in rain or cold weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary\u003eHow do I install and turn on the solar lights?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-answer\"\u003eInstallation is tool-free. Turn the switch beneath the solar panel to ON, push the stake into lawn or soil, and let sunlight do the rest!\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- 第六模块：强引导 CTA 横幅 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-cta-card\"\u003e\n\u003ch2 class=\"pdp-cta-title\"\u003eTransform Your Yard This Halloween\u003c\/h2\u003e\n\u003cp class=\"pdp-cta-sub\"\u003eGet the ultimate solar glowing pumpkin branch decor today with fast delivery.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"pdp-btn\"\u003eBUY NOW\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- 第七模块：社交证明 (填充进度条 + 垂直分布买家秀) --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eCustomer Reviews \u0026amp; Ratings\u003c\/h2\u003e\n\u003cdiv class=\"pdp-social-header\"\u003e\n\u003cdiv class=\"pdp-rating-score\"\u003e5.0 ★\u003c\/div\u003e\n\u003cdiv class=\"pdp-progress-bars\"\u003e\n\u003cdiv class=\"pdp-progress-item\"\u003e\n\u003cspan class=\"pdp-progress-label\"\u003eQuality \u0026amp; Value\u003c\/span\u003e \u003c!-- 绿色颜色填充进度条 --\u003e\n\u003cdiv class=\"pdp-progress-bg\"\u003e\n\u003cdiv class=\"pdp-progress-fill\" style=\"width: 100%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e100%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-progress-item\"\u003e\n\u003cspan class=\"pdp-progress-label\"\u003eFast Shipping\u003c\/span\u003e \u003c!-- 绿色颜色填充进度条 --\u003e\n\u003cdiv class=\"pdp-progress-bg\"\u003e\n\u003cdiv class=\"pdp-progress-fill\" style=\"width: 98%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e98%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AI 评价摘要 --\u003e\n\u003cdiv class=\"pdp-ai-summary\"\u003e🤖 \u003cstrong\u003eAI Summary:\u003c\/strong\u003e Buyers praise the vibrant warm glow of the 20 pumpkin LEDs, noting sturdy weather-resistance and extremely fast installation. Highly recommended for outdoor Halloween garden scenes.\u003c\/div\u003e\n\u003c!-- 精选买家秀（垂直堆叠） --\u003e\n\u003cdiv class=\"pdp-reviews-vertical\"\u003e\n\u003cdiv class=\"pdp-review-card\"\u003e\n\u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-author\"\u003eVerified Buyer — T. G.\u003c\/div\u003e\n\u003cp class=\"pdp-review-text\"\u003e\"Super high cost performance! Arrived fast and great quality. Looks amazing along my front walkway at night!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-card\"\u003e\n\u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-review-author\"\u003eVerified Buyer — M. R.\u003c\/div\u003e\n\u003cp class=\"pdp-review-text\"\u003e\"The warm orange pumpkin glow is perfect for Halloween. Charges quickly and stays bright all night long. Highly recommend!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shopify Custom HTML Block End --\u003e","brand":"bamafrontierman.com","offers":[{"title":"Default Title","offer_id":43039315099719,"sku":"NC02372608055147-南瓜树枝灯-20LED","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/O1CN01yDVREc1osINlWK9LV__2222431835280-0-cib.jpg?v=1785894030","url":"https:\/\/bamafrontierman.com\/products\/solar-pumpkin-branch-stake-lights-20-led","provider":"bamafrontierman.com","version":"1.0","type":"link"}