{"product_id":"handcrafted-hollow-paper-lantern-decor","title":"Handcrafted Hollow Paper Lantern Decor（Comes with LED bulbs）","description":"\u003cstyle\u003e\n    .pdp-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: #0F172A;\n      background-color: transparent;\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 20px 16px;\n      box-sizing: border-box;\n      line-height: 1.5;\n    }\n\n    .pdp-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Common Card Styles (所有卡片独立统一样式) *\/\n    .pdp-block-card {\n      background-color: #F8F6F1;\n      border-radius: 12px;\n      border: none;\n      padding: 24px;\n      margin-bottom: 24px; \/* 卡片与卡片之间统一保留 24px 留白 *\/\n    }\n\n    .pdp-block-card:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Headings *\/\n    .pdp-main-title {\n      font-size: 34px;\n      font-weight: 700;\n      line-height: 1.2;\n      margin: 8px 0 12px 0;\n      color: #0F172A;\n    }\n\n    .pdp-section-title {\n      font-size: 28px;\n      font-weight: 700;\n      margin: 0 0 20px 0;\n      color: #0F172A;\n      text-align: center;\n    }\n\n    .pdp-card-title {\n      font-size: 24px;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: #0F172A;\n    }\n\n    .pdp-subtitle {\n      font-size: 18px;\n      font-weight: 600;\n      color: #0F172A;\n    }\n\n    .pdp-text {\n      font-size: 16px;\n      color: #475569;\n    }\n\n    .pdp-text-sm {\n      font-size: 15px;\n      color: #475569;\n    }\n\n    .pdp-caption {\n      font-size: 13px;\n      color: #475569;\n    }\n\n    \/* HERO Section *\/\n    .pdp-badge {\n      display: inline-block;\n      font-size: 13px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      background-color: #0F172A;\n      color: #ffffff;\n      padding: 4px 10px;\n      border-radius: 4px;\n    }\n\n    .pdp-trust-bar {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-top: 12px;\n      flex-wrap: wrap;\n    }\n\n    .pdp-stars {\n      color: #F59E0B;\n      font-size: 18px;\n      letter-spacing: 2px;\n    }\n\n    .pdp-rating-text {\n      font-size: 15px;\n      font-weight: 600;\n      color: #0F172A;\n    }\n\n    .pdp-hero-img-wrap {\n      padding: 20px;\n      text-align: center;\n      margin-top: 16px;\n    }\n\n    .pdp-hero-img {\n      max-width: 100%;\n      height: auto;\n      max-height: 380px;\n      border-radius: 12px;\n      object-fit: contain;\n    }\n\n    \/* Pain Point Comparison *\/\n    .pdp-comparison-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n    }\n\n    @media (max-width: 600px) {\n      .pdp-comparison-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .pdp-compare-card {\n      padding: 16px;\n      border-radius: 8px;\n      font-size: 15px;\n      font-weight: 500;\n    }\n\n    .pdp-compare-before {\n      background-color: #FFF1F2;\n      color: #E11D48;\n      border-left: 4px solid #E11D48;\n    }\n\n    .pdp-compare-after {\n      background-color: #F0FDF4;\n      color: #16A34A;\n      border-left: 4px solid #16A34A;\n    }\n\n    \/* Feature Block Cards Specific (独立的卖点卡片：上文下图) *\/\n    .pdp-feature-card {\n      padding: 0;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .pdp-feature-content {\n      padding: 24px;\n    }\n\n    .pdp-feature-header {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    .pdp-feature-icon {\n      font-size: 20px;\n    }\n\n    .pdp-feature-img-wrap {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      max-height: 380px;\n      padding: 0;\n      overflow: hidden;\n    }\n\n    .pdp-feature-img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    \/* Specs Card *\/\n    .pdp-specs-list {\n      list-style: none;\n      padding: 0;\n      margin: 0 0 20px 0;\n    }\n\n    .pdp-spec-item {\n      display: flex;\n      justify-content: space-between;\n      padding: 12px 0;\n      border-bottom: 1px dashed #CBD5E1;\n      font-size: 16px;\n    }\n\n    .pdp-spec-item:last-child {\n      border-bottom: none;\n    }\n\n    .pdp-spec-label {\n      color: #475569;\n    }\n\n    .pdp-spec-value {\n      font-weight: 600;\n      color: #0F172A;\n    }\n\n    .pdp-specs-img-wrap {\n      padding: 0;\n      text-align: center;\n      margin-top: 20px;\n      border-radius: 8px;\n      overflow: hidden;\n    }\n\n    .pdp-specs-img {\n      width: 100%;\n      height: auto;\n      max-height: 380px;\n      object-fit: cover;\n      display: block;\n      border-radius: 8px;\n    }\n\n    \/* FAQ Details Panel *\/\n    .pdp-faq-item {\n      border-bottom: 1px dashed #CBD5E1;\n      padding: 12px 0;\n    }\n\n    .pdp-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .pdp-faq-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\n    .pdp-faq-summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pdp-faq-summary::after {\n      content: \"+\";\n      font-size: 20px;\n      font-weight: 400;\n      color: #0F172A;\n    }\n\n    details[open] .pdp-faq-summary::after {\n      content: \"−\";\n    }\n\n    .pdp-faq-content {\n      margin-top: 10px;\n      font-size: 16px;\n      color: #475569;\n      line-height: 1.6;\n    }\n\n    \/* CTA Banner (纯 HTML 跳转按钮样式) *\/\n    .pdp-cta-card {\n      text-align: center;\n      padding: 36px 24px;\n    }\n\n    .pdp-cta-btn {\n      display: inline-block;\n      width: 100%;\n      max-width: 320px;\n      background-color: #0F172A;\n      color: #ffffff !important;\n      font-size: 18px;\n      font-weight: 700;\n      text-align: center;\n      text-decoration: none;\n      padding: 16px 24px;\n      border-radius: 8px;\n      transition: all 0.25s ease;\n      cursor: pointer;\n      border: none;\n      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);\n    }\n\n    .pdp-cta-btn:hover {\n      background-color: #1E293B;\n      transform: translateY(-2px);\n      box-shadow: 0 6px 16px rgba(15, 23, 42, 0.25);\n      color: #ffffff !important;\n    }\n\n    \/* Social Proof Section *\/\n    .pdp-social-summary {\n      display: flex;\n      align-items: center;\n      gap: 20px;\n      margin-bottom: 20px;\n      background-color: #ffffff;\n      padding: 16px;\n      border-radius: 8px;\n    }\n\n    .pdp-big-score {\n      font-size: 34px;\n      font-weight: 700;\n      color: #0F172A;\n      line-height: 1;\n    }\n\n    .pdp-progress-bars {\n      flex-grow: 1;\n    }\n\n    .pdp-progress-row {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 13px;\n      margin-bottom: 6px;\n    }\n\n    .pdp-progress-bar-bg {\n      flex-grow: 1;\n      height: 8px;\n      background-color: #E2E8F0;\n      border-radius: 4px;\n      overflow: hidden;\n    }\n\n    .pdp-progress-bar-fill {\n      height: 100%;\n      background-color: #16A34A;\n      border-radius: 4px;\n    }\n\n    .pdp-ai-summary {\n      background-color: #F0FDF4;\n      border: 1px solid #16A34A;\n      border-radius: 8px;\n      padding: 14px 16px;\n      font-size: 15px;\n      color: #16A34A;\n      margin-bottom: 20px;\n    }\n\n    \/* 买家秀上下单列分布 *\/\n    .pdp-reviews-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .pdp-review-item {\n      background-color: #ffffff;\n      padding: 16px;\n      border-radius: 8px;\n      width: 100%;\n    }\n\n    .pdp-review-header {\n      display: flex;\n      justify-content: space-between;\n      margin-bottom: 6px;\n    }\n\n    .pdp-reviewer-name {\n      font-size: 15px;\n      font-weight: 600;\n      color: #0F172A;\n    }\n\n    .pdp-verified {\n      font-size: 13px;\n      color: #16A34A;\n      font-weight: 500;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"pdp-container\"\u003e\n\u003c!-- MODULE 1: HERO --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003cspan class=\"pdp-badge\"\u003eMid-Autumn Collection\u003c\/span\u003e\n\u003ch1 class=\"pdp-main-title\"\u003eHandcrafted Hollow Paper Lantern Decor\u003c\/h1\u003e\n\u003cdiv class=\"pdp-trust-bar\"\u003e\n\u003cdiv class=\"pdp-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cspan class=\"pdp-rating-text\"\u003e5.0 \/ 5.0\u003c\/span\u003e \u003cspan class=\"pdp-caption\"\u003e(24,000+ Units Sold Worldwide)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-trust-bar\"\u003e\u003cspan class=\"pdp-caption\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/gif_00e01743-55ee-4ff7-97a3-a7561b282842.gif?v=1785832790\" alt=\"\" width=\"477\" height=\"596\"\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 2: PAIN POINT COMPARISON --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eWhy Upgrade Your Decor?\u003c\/h2\u003e\n\u003cdiv class=\"pdp-comparison-grid\"\u003e\n\u003cdiv class=\"pdp-compare-card pdp-compare-before\"\u003e❌ \u003cstrong\u003eBefore:\u003c\/strong\u003e Plain, easily damaged, boring lighting setups.\u003c\/div\u003e\n\u003cdiv class=\"pdp-compare-card pdp-compare-after\"\u003e✔ \u003cstrong\u003eAfter:\u003c\/strong\u003e Elegant cutout details, cozy ambient warmth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 3: FEATURE CARDS --\u003e \u003c!-- 卖点卡片 1 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-feature-card\"\u003e\n\u003cdiv class=\"pdp-feature-content\"\u003e\n\u003cdiv class=\"pdp-feature-header\"\u003e\n\u003cspan class=\"pdp-feature-icon\"\u003e🏮\u003c\/span\u003e\n\u003cdiv class=\"pdp-subtitle\"\u003eHollow-Out Craft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-text\"\u003eIntricate traditional paper cutouts create beautiful shadow patterns when illuminated. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/1_22400384-8cc1-4af7-b4d8-254b48b96b79.png?v=1785831837\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点卡片 2 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-feature-card\"\u003e\n\u003cdiv class=\"pdp-feature-content\"\u003e\n\u003cdiv class=\"pdp-feature-header\"\u003e\n\u003cspan class=\"pdp-feature-icon\"\u003e✂️\u003c\/span\u003e\n\u003cdiv class=\"pdp-subtitle\"\u003eFun DIY Assembly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-text\"\u003eEasy to assemble at home; great for family craft sessions and photography props. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/2_8a11bd78-c41c-4fa2-a3ed-43a1479d2b70.png?v=1785831838\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点卡片 3 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-feature-card\"\u003e\n\u003cdiv class=\"pdp-feature-content\"\u003e\n\u003cdiv class=\"pdp-feature-header\"\u003e\n\u003cspan class=\"pdp-feature-icon\"\u003e💡\u003c\/span\u003e\n\u003cdiv class=\"pdp-subtitle\"\u003eWarm LED Light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-text\"\u003eIncludes a compact LED bulb to emit a warm, cozy glow for festive night celebrations. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/3_4d9ef64b-1c3e-49b9-aa40-d9bc907badcb.png?v=1785831838\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卖点卡片 4 --\u003e\n\u003cdiv class=\"pdp-block-card pdp-feature-card\"\u003e\n\u003cdiv class=\"pdp-feature-content\"\u003e\n\u003cdiv class=\"pdp-feature-header\"\u003e\n\u003cspan class=\"pdp-feature-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"pdp-subtitle\"\u003eVibrant Colors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-text\"\u003eAvailable in multiple rich colors and two versatile sizes to fit any decor setting. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/4_3a2bb83b-7d77-42fb-b358-afee0e81e8f1.png?v=1785831838\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 4: SPECS CARD --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"pdp-text\" style=\"margin-bottom: 16px;\"\u003eCarefully crafted with high-quality paper and natural wooden handles for authentic traditional aesthetics.\u003c\/div\u003e\n\u003cul class=\"pdp-specs-list\"\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eHandmade Specialty Paper \u0026amp; Wood\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eLantern Diameter Options\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e6.0 in \/ 8.0 in\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eWooden Handle Length\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e10.4 in\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eWeight\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003e0.35 oz\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eLight Source\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eWarm LED Light Bulb\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"pdp-spec-item\"\u003e\n\u003cspan class=\"pdp-spec-label\"\u003eCraft Type\u003c\/span\u003e \u003cspan class=\"pdp-spec-value\"\u003eFolk Craft \/ DIY\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pdp-specs-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/9ac0e623-811c-45c6-bb24-7bc84dfe6815.png?v=1785834957\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 5: FAQ --\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 class=\"pdp-faq-summary\"\u003eIs the LED light included with the lantern?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eYes! Each set comes with a warm LED light bead and a wooden handle so you can easily carry or hang it right out of the box.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary class=\"pdp-faq-summary\"\u003eHow difficult is the DIY assembly?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eIt is very easy and tool-free! It usually takes less than 3 minutes to expand and attach the handle, making it a great craft activity for children and adults alike.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary class=\"pdp-faq-summary\"\u003eCan these lanterns be used outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eBecause they are crafted from delicate specialty paper, we recommend using them in dry weather or indoors to protect the cutout designs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"pdp-faq-item\"\u003e\n\u003csummary class=\"pdp-faq-summary\"\u003eHow long does shipping usually take?\u003c\/summary\u003e\n\u003cdiv class=\"pdp-faq-content\"\u003eOrders are processed within 24 hours. Standard US delivery typically takes 5–8 business days depending on your location.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 6: CTA BANNER (使用纯 HTML a 标签链接跳转) --\u003e\n\u003cdiv class=\"pdp-block-card pdp-cta-card\"\u003e\n\u003ch2 class=\"pdp-card-title\"\u003eBring Warmth \u0026amp; Festive Atmosphere Home\u003c\/h2\u003e\n\u003cp class=\"pdp-text\" style=\"margin-bottom: 24px;\"\u003eLimited seasonal stock available. Order today for fast local shipping.\u003c\/p\u003e\n\u003c!-- 将按钮改成了 HTML a 标签，您可以自行更改 href 后的链接地址 --\u003e \u003ca href=\"#\" class=\"pdp-cta-btn\"\u003eBUY NOW\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- MODULE 7: SOCIAL PROOF --\u003e\n\u003cdiv class=\"pdp-block-card\"\u003e\n\u003ch2 class=\"pdp-section-title\"\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cdiv class=\"pdp-social-summary\"\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cdiv class=\"pdp-big-score\"\u003e100%\u003c\/div\u003e\n\u003cdiv class=\"pdp-stars\" style=\"font-size: 14px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-caption\"\u003eSatisfaction Rate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-progress-bars\"\u003e\n\u003cdiv class=\"pdp-progress-row\"\u003e\n\u003cspan\u003eQuality \u0026amp; Finish\u003c\/span\u003e\n\u003cdiv class=\"pdp-progress-bar-bg\"\u003e\n\u003cdiv class=\"pdp-progress-bar-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-row\"\u003e\n\u003cspan\u003eAssembly Ease\u003c\/span\u003e\n\u003cdiv class=\"pdp-progress-bar-bg\"\u003e\n\u003cdiv class=\"pdp-progress-bar-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\u003cdiv class=\"pdp-progress-row\"\u003e\n\u003cspan\u003eFast Shipping\u003c\/span\u003e\n\u003cdiv class=\"pdp-progress-bar-bg\"\u003e\n\u003cdiv class=\"pdp-progress-bar-fill\" style=\"width: 96%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan\u003e96%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-ai-summary\"\u003e✨ \u003cstrong\u003eAI Review Summary:\u003c\/strong\u003e Customers consistently praise the vibrant colors, solid packaging, and beautiful warm light effect created by the hollow-out cutout design.\u003c\/div\u003e\n\u003cdiv class=\"pdp-reviews-list\"\u003e\n\u003c!-- Review 1 --\u003e\n\u003cdiv class=\"pdp-review-item\"\u003e\n\u003cdiv class=\"pdp-review-header\"\u003e\n\u003cspan class=\"pdp-reviewer-name\"\u003eSarah M.\u003c\/span\u003e \u003cspan class=\"pdp-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-stars\" style=\"font-size: 14px; margin-bottom: 6px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-text-sm\"\u003e\"Extremely satisfied! The quality is top-notch and exactly as described. The hollow-out patterns cast the most beautiful light in our living room. Fast delivery too!\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 2 --\u003e\n\u003cdiv class=\"pdp-review-item\"\u003e\n\u003cdiv class=\"pdp-review-header\"\u003e\n\u003cspan class=\"pdp-reviewer-name\"\u003eDavid K.\u003c\/span\u003e \u003cspan class=\"pdp-verified\"\u003e✔ Verified Buyer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdp-stars\" style=\"font-size: 14px; margin-bottom: 6px;\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"pdp-text-sm\"\u003e\"Bought these for a Mid-Autumn family photo shoot. Kids loved assembling them with the wooden sticks. Packaging was carefully packed with zero damage.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"bamafrontierman.com","offers":[{"title":"9 PACK(8 INCH MIX COLOR) \/ Free LED beads and hooks included","offer_id":43039226658887,"sku":"NC02372608044946-8寸橙色+8寸粉色+8寸红色+8寸黄色+8寸蓝色+8寸绿色+8寸玫红+8寸紫色+8寸拼色+led灯*10","price":32.99,"currency_code":"USD","in_stock":true},{"title":"9 PACK(6 INCH MIX COLOR) \/ Free LED beads and hooks included","offer_id":43039226691655,"sku":"NC02372608044946-6寸橙色+6寸粉色+6寸红色+6寸黄色+6寸蓝色+6寸绿色+6寸玫红+6寸紫色+6寸拼色+led灯*10","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/719xFntsfGL._AC_SL1200.jpg?v=1785836589","url":"https:\/\/bamafrontierman.com\/products\/handcrafted-hollow-paper-lantern-decor","provider":"bamafrontierman.com","version":"1.0","type":"link"}