{"product_id":"bendable-diy-flower-light","title":"Bendable DIY Flower Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：LED仿真樱花树枝墙面装饰灯\n目标受众：追求浪漫温馨家居氛围，喜欢DIY装饰的女性\/家庭用户\n视觉风格：温馨、梦幻、柔和、强调光影效果\n配色策略：以樱花粉(--primary)作为点缀色，配合暖白背景(--bg-body)和柔和灰调(--bg-soft)营造舒适感\n模块顺序：Hero(氛围总览) -\u003e Feature1(核心玩法:DIY造型) -\u003e Feature2(核心体验:灯光控制) -\u003e Feature3(配套服务:安装便捷) -\u003e Specs(规格参数) -\u003e FAQ(常见疑问)\n详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_5.png, Feature3=image_7.png\n规格图映射：Specs=image_4.png, image_5.png, image_7.png\n对比模块：未加入（产品独特性较强，无需与普通竞品强对比，重在展示自身玩法）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #F0A8B3; \/* Soft Cherry Blossom Pink *\/\n      --primary-hover: #E3919D;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F9F5F6; \/* Very light 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.08);\n      --border-color: #EEEEEE;\n      --spacing-section: clamp(2.5rem, 6vw, 4.5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\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    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n    \n    .product-detail-container h1 { font-size: clamp(2rem, 5vw, 2.75rem); }\n    .product-detail-container h2 { font-size: clamp(1.75rem, 4vw, 2.25rem); }\n    .product-detail-container h3 { font-size: clamp(1.25rem, 3vw, 1.5rem); }\n    .product-detail-container p { margin: 0 0 1.25rem 0; font-size: clamp(1rem, 1.2vw, 1.125rem); color: var(--text-sub); }\n    \n    \/* General Elements *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background-color: 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-weight: 500;\n    }\n    \n    .trust-tag {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-size: 0.9rem;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n      margin-bottom: var(--spacing-item);\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n      }\n      .feature-media, .feature-copy {\n        width: 100%;\n      }\n      .feature-copy {\n        padding: 1rem 0;\n      }\n    }\n\n    \/* Specifications *\/\n    .spec-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    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n    \n    .spec-sub-table th {\n      background: #fff;\n      color: var(--primary);\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n      .spec-sub-table td::before { color: var(--primary); }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding: 1.5rem;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n    }\n    .faq-item h3 { margin-bottom: 0.75rem; color: var(--text-main); }\n    .faq-item p { margin-bottom: 0; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"trust-tag\"\u003e🌸 Bendable DIY Design\u003c\/span\u003e\n\u003ch1\u003eCreate Your Own Blossoming Wall Art\u003c\/h1\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eTransform any room with warm, romantic lighting. These realistic, bendable cherry blossom branches let you craft personalized wall decor that glows with ambiance.\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173823\/9713ca3ee5172c9f33eb1e5503e333f9.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\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173823\/b2bdfd4b3e431d215b53496b4e02c0d3.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=\"feature-copy\"\u003e\n\u003ch2\u003eShape It Your Way\u003c\/h2\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eDesigned with highly flexible dark branches, you have complete creative control. Easily bend and twist the vine into natural arches, winding trails, or artistic shapes to perfectly fit corners, headboards, or mantels. It's not just a light; it's customizable wall art.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Lighting Modes \u0026 Control --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173823\/7c5f49bb5bf343fb292e4e68d5ae867e.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=\"feature-copy\"\u003e\n\u003ch2\u003eSet the Perfect Mood via Remote\u003c\/h2\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eEffortlessly control the ambiance from the comfort of your couch. The included remote lets you switch between 8 dynamic lighting modes (like twinkling or steady glow), adjust brightness levels, and set an automatic timer for worry-free illumination.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Installation Kit --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260518173823\/7990e20cc720adc1661ec852deb85d71.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=\"feature-copy\"\u003e\n\u003ch2\u003eHassle-Free Setup, Ready to Glow\u003c\/h2\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eGet your beautiful decor up on the wall quickly. The complete kit includes the pre-lit branch, a remote control, and a set of cable managers with stickers for easy, damage-free wall mounting. Powered by a standard USB connection for safe, low-voltage use anywhere.\u003c\/span\u003e\u003c\/p\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\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eLight Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWarm LED within Cherry Blossom\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eUSB Plug (Low Voltage)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eControl Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eRemote Control \u0026amp; USB Button\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e8 Modes, Dimmable, Timer Function\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eFlexible wire core, Tape wrapping, Plastic flowers\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\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\u003ch3\u003e\u003cspan style=\"font-size:22px;\"\u003e💡 How is this product powered?\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eIt is powered by a standard USB plug. You can connect it to any USB wall adapter (like a phone charger), a power bank, or a computer USB port.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e\u003cspan style=\"font-size:22px;\"\u003e✂️ Can I cut the branches to make it shorter?\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eNo. Cutting the branches will sever the internal wiring and damage the lighting functionality permanently. You can, however, bend the branches back on themselves to adjust the apparent length.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003e\u003cspan style=\"font-size:22px;\"\u003e🏠 Is this suitable for outdoor use?\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003e\u003cspan style=\"font-size:18px;\"\u003eThis product is designed primarily for indoor use. The USB plug and the flowers are not fully waterproof, so we recommend keeping it in dry indoor environments like living rooms or bedrooms.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Pink \/ Standard: 5.2 Ft (72 LEDs) - Perfect for Headboards","offer_id":53231162491180,"sku":"0521-15107809","price":24.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Standard: 5.2 Ft (72 LEDs) - Perfect for Headboards","offer_id":53231162523948,"sku":"0521-15106765","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Standard: 5.2 Ft (72 LEDs) - Perfect for Headboards","offer_id":53231162556716,"sku":"0521-15109949","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Large: 6.2 Ft (96 LEDs) - Great for Mirrors \u0026 Desks","offer_id":53231162589484,"sku":"0521-15101693","price":34.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Large: 6.2 Ft (96 LEDs) - Great for Mirrors \u0026 Desks","offer_id":53231162622252,"sku":"0521-15100993","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Large: 6.2 Ft (96 LEDs) - Great for Mirrors \u0026 Desks","offer_id":53231162655020,"sku":"0521-15100315","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Deluxe: 7.5 Ft (144 LEDs) - Ultimate Wall Art","offer_id":53231162687788,"sku":"0521-15101174","price":44.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Deluxe: 7.5 Ft (144 LEDs) - Ultimate Wall Art","offer_id":53231162720556,"sku":"0521-15103251","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Deluxe: 7.5 Ft (144 LEDs) - Ultimate Wall Art","offer_id":53231162753324,"sku":"0521-15100401","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/9713ca3ee5172c9f33eb1e5503e333f9.jpg?v=1779347451","url":"https:\/\/newzyhoome.com\/products\/bendable-diy-flower-light","provider":"Newzyhoome","version":"1.0","type":"link"}