{"product_id":"diy-wooden-cello-music-box","title":"DIY Wooden Cello Music Box","description":"\u003cdiv id=\"offer-template-0\"\u003e \u003c\/div\u003e\n\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：DIY木质机械传动模型（大提琴天使造型）\n  目标受众：手工爱好者、寻找独特桌面装饰的成人\/青少年\n  视觉风格：温暖木质感、机械精密感、梦幻光影氛围\n  配色策略：以原木色为主调，搭配暖棕色强调文字，米色背景营造柔和感。\n  模块顺序：Hero (整体氛围与核心价值) -\u003e Feature 1 (核心机械动态) -\u003e Feature 2 (材质与DIY工艺) -\u003e Feature 3 (装饰性与灯光细节) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png (最佳氛围), Feature1=image_2.png (动态说明), Feature2=image_3.png (板材细节), Feature3=image_4.png (齿轮细节)\n  规格图映射：Specs=image_5.png (款式与音乐选项)\n  对比模块：未加入（无显著竞品对比必要，聚焦自身独特体验）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8c5e35; \/* Warm wood tone *\/\n      --primary-hover: #6b4728;\n      --text-main: #2c2c2c;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fcfaf7; \/* Light cream background for cards *\/\n      --bg-soft: #f5f1ec; \/* Soft beige for sections *\/\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: #eaddd0;\n      --spacing-section: clamp(3rem, 8vw, 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    }\n\n    \/* Base Styles *\/\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      color: var(--text-main);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 42px); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n    .product-detail-container h3 { font-size: 22px; }\n    .product-detail-container p { margin: 0 0 1.5rem 0; font-size: 18px; color: var(--text-sub); }\n    .product-detail-container img { max-width: 100%; height: auto; display: block; border-radius: var(--radius-md); }\n\n    \/* Layout Utilities *\/\n    .pd-section { margin-bottom: var(--spacing-section); }\n    .pd-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }\n    .text-center { text-align: center; }\n    .mx-auto { margin-left: auto; margin-right: auto; }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Placeholder - Scheme A *\/\n    .img-placeholder-a {\n      width: 100%;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Hero Section *\/\n    .hero-section { max-width: 1000px; }\n    .hero-subtitle { font-size: 20px; max-width: 800px; margin: 0 auto 2rem auto; }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item .feature-copy { padding: 2rem 0; }\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }\n    .feature-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .specs-container { background: var(--bg-card); padding: 2.5rem; border-radius: var(--radius-lg); border: 1px solid var(--border-color); }\n    .specs-table { width: 100%; border-collapse: collapse; }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th { width: 35%; color: var(--text-sub); font-weight: 500; }\n    .specs-table td { font-weight: 600; color: var(--text-main); }\n    .specs-table tr:last-child th, .specs-table tr:last-child td { border-bottom: none; }\n\n    \/* FAQ *\/\n    .faq-item { background: var(--bg-card); padding: 1.5rem; border-radius: var(--radius-md); margin-bottom: 1rem; border: 1px solid var(--border-color); }\n    .faq-question { font-size: 20px; font-weight: 600; color: var(--primary); margin-bottom: 0.5rem; }\n    .faq-answer { margin: 0; font-size: 18px; }\n\n    \/* Responsive Styles *\/\n    @media (max-width: 767px) {\n      .pd-grid-2 { grid-template-columns: 1fr; gap: 2rem; }\n      .feature-item { display: flex; flex-direction: column; }\n      .feature-item:nth-child(even) { flex-direction: column; } \/* Force stacking on mobile *\/\n      .feature-media { order: 1; }\n      .feature-copy { order: 2; padding: 1rem 0 0 0; }\n      \n      \/* Mobile Table Stack *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td { display: block; width: 100%; }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding: 1rem;\n        position: relative;\n        padding-left: 40%;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        top: 1rem;\n        width: 35%;\n        white-space: nowrap;\n        font-weight: 500;\n        color: var(--text-sub);\n        text-align: left;\n      }\n      .specs-table tr:last-child td:last-child { border-bottom: none; }\n    }\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) .feature-media { order: 2; }\n      .feature-item:nth-child(even) .feature-copy { order: 1; }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section text-center mx-auto\"\u003e\n\u003cspan class=\"trust-badge\"\u003eDesigned for Creative Relaxation\u003c\/span\u003e\n\u003ch1\u003eBuild Your Own Mechanical Melody\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA stunning wooden cello model that comes to life with intricate gears, graceful motion, warm lights, and enchanting music.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder-a\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img138\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260803175221\/a5d5f9136d520d6be43167f63d3b2fc9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-item pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-a\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260803175222\/e38879cf91cfdf3795d04c8d50d79a44.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMesmerizing Mechanical Movement\u003c\/h2\u003e\n\n\u003cp\u003eExperience the magic of engineering art. An exposed system of precision wooden gears automatically drives the angel wings to flap gently and the bow to glide back and forth across the cello, creating a captivating visual rhythm.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGear Driven Action\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAutomated Bowing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWing Flapping Motion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Craftsmanship \u0026 DIY --\u003e\n\n\u003cdiv class=\"pd-section feature-item pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-a\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img147\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260803175222\/467c109847b8ffe572eaf471f7dffe48.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePrecision Laser-Cut Craftsmanship\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy a satisfying and safe DIY assembly experience. Every piece is constructed from high-quality basswood, laser-cut for exact fitment with smooth, burr-free edges. The natural wood finish features authentic charred accents for a premium, rustic feel.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePremium Basswood\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Edges\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Glue Needed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Artistic Decor --\u003e\n\n\u003cdiv class=\"pd-section feature-item pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-a\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img141\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260803175222\/6571d2bf3feb8fe6ec709b833f1f64d8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAn Artistic Desktop Centerpiece\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a model kit, the finished piece is stunning decor. The complex gear train and elegant cello silhouette create a sophisticated aesthetic. Wrap it in the included colorful LED lights to create a magical, warm atmosphere at night.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIntricate Details\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eColorful LED Lights\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBuilt-in Music melody\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 specs-container mx-auto\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial Detail\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePrecision Laser-Cut Basswood Plywood\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Assembly Type\"\u003eAssembly Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eDIY Mechanical Interlocking (No glue required)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Key Features\"\u003eKey Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMechanical gear movement (wings \u0026amp; bow), LED string lights, Music melody\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Available Styles\"\u003eAvailable Styles\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAngel Cello \/ Butterfly Cello (Refer to selection)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Usage\"\u003eRecommended Usage\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eIndoor decoration, desk accessory, gifting\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; color: var(--text-sub); text-align: center; margin-top: 1.5rem;\"\u003e* Note: Contains small parts. Recommended for ages 14+.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section mx-auto\" style=\"max-width: 800px;\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs glue required for assembly?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, the parts are designed to interlock precisely without glue. However, applying a small amount of wax (often included or standard candle wax) to the gears during assembly ensures smoother mechanical operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow are the lights and motion powered?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe mechanical motion is typically powered by a spring-wound mechanism (music box style). The colorful LED string lights are powered by a separate small battery pack that can be discreetly placed behind or beside the model.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow difficult is the assembly process?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis is an intermediate-level DIY kit that requires patience and care. It is designed for adults or teenagers who enjoy hands-on crafting. Detailed instructions are included to guide you through the process step-by-step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Angel Cello + Full Kit (Lights \u0026 Markers)","offer_id":45954189852863,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Angel Cello + LED Lights","offer_id":45954189885631,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Angel Cello (Basic Model)","offer_id":45954189918399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Butterfly Cello + Full Kit (Lights \u0026 Markers)","offer_id":45954189951167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Butterfly Cello + LED Lights","offer_id":45954189983935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Butterfly Cello (Basic Model)","offer_id":45954190016703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/a5d5f9136d520d6be43167f63d3b2fc9.jpg?v=1785751125","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/diy-wooden-cello-music-box","provider":"Bak","version":"1.0","type":"link"}