{"product_id":"fuzzy-sakura-diy-blade","title":"Fuzzy Sakura DIY Blade","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：DIY手工材料包（樱花剑道具）\n  目标受众：手工爱好者、汉服Coser、寻找创意礼物的用户\n  视觉风格：柔和、古风、唯美、毛绒质感\n  配色策略：以粉色为主基调，搭配白色、绿色，营造清新雅致的氛围。\n  模块顺序：Hero (整体吸引) -\u003e 特别说明横幅 -\u003e Feature 1 (核心颜值) -\u003e Feature 2 (DIY乐趣与材质) -\u003e Feature 3 (场景与礼物属性) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_0.png (局部), Feature2=image_1.png, Feature3=image_0.png (另一局部)\n  规格图映射：Specs=image_1.png\n  对比模块：未加入（无明显竞品对比需求，重点在展示自身美感）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFB7C5; \/* Soft Sakura Pink *\/\n      --primary-hover: #F8A3B0;\n      --text-main: #4A4A4A;\n      --text-sub: #787878;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFF5F7; \/* Very pale pink background for cards *\/\n      --bg-soft: #F2F2F2;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --border-color: #F0E0E6;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 24px 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 16px 0;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* General Components *\/\n    .tag-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 16px;\n    }\n\n    .tag-pill {\n      background: var(--bg-card);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n\n    .hero-subhead {\n      font-size: 20px;\n      color: var(--text-sub);\n      margin-bottom: 24px;\n      display: block;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: white;\n      padding: 8px 20px;\n      border-radius: 30px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 32px;\n    }\n\n    .hero-image-wrapper {\n      margin-top: 24px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .hero-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Special Note Banner *\/\n    .special-note-banner {\n      background-color: #FFF0F0;\n      border: 1px solid #FFCACA;\n      color: #D84B4B;\n      padding: 16px 24px;\n      border-radius: var(--radius-md);\n      margin: 32px auto 0 auto;\n      text-align: center;\n      font-weight: 600;\n      font-size: 18px;\n      max-width: 800px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      box-shadow: 0 4px 12px rgba(216, 75, 75, 0.08);\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(32px, 6vw, 64px);\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-image-box {\n      aspect-ratio: 1\/1;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      position: relative;\n    }\n    \n    .feature-image-box img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n    }\n\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Specifications Section *\/\n    .specs-box {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(24px, 5vw, 40px);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      text-align: left;\n      padding: 16px 24px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 24px 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 12px;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 767px) {\n      .feature-section,\n      .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 100%;\n      }\n\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: white;\n      }\n\n      .specs-table th, .specs-table td {\n        padding: 12px 16px;\n        border: none;\n      }\n\n      .specs-table td {\n        border-top: 1px solid var(--border-color);\n        padding-top: 12px;\n        position: relative;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        display: block;\n        margin-bottom: 8px;\n        color: var(--text-main);\n      }\n      \n      .special-note-banner {\n        font-size: 16px;\n        padding: 12px 16px;\n      }\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003ch1\u003eCraft Your Own Ethereal Cherry Blossom Sword\u003c\/h1\u003e\n\u003cspan class=\"hero-subhead\"\u003eA beautiful DIY project for cosplay, decor, or a heartfelt handmade gift.\u003c\/span\u003e\n\n\u003cdiv class=\"hero-badge\"\u003e✨ Designed for creative fun \u0026amp; ancient aesthetics\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415144752\/ae29df54f744f79e597fbb9d15f410c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 新增：特别说明横幅 --\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Design Aesthetics --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-image-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415144749\/8acaa11a3111d78fdfb2eacc1e82e82b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStunning Hanfu-Style Aesthetics\u003c\/h2\u003e\n\n\u003cp\u003eInspired by ancient beauty, this prop features a gradient pink-to-white blade body. A prominent lily is surrounded by delicate cascading cherry blossoms and green vines, creating a soft, romantic visual perfect for photography.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-pills\"\u003e\n\u003cspan class=\"tag-pill\"\u003e🌸 Floral Detail\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🎀 Gradient Color\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e📷 Photo Perfect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 DIY Fun --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-image-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415144749\/282b986057997f2323ce8f2e1db26c06.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSoft, Safe \u0026amp; Fun to Create\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy the satisfying process of crafting with soft, bendable chenille stems (pipe cleaners). The material is plush, flexible, and free of sharp edges, making it a safe and enjoyable DIY activity for beginners and craft lovers.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-pills\"\u003e\n\u003cspan class=\"tag-pill\"\u003e🧸 Soft Texture\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🖐️ Easy to Twist\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🛡️ Safe Material\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gift \u0026 Scenario --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-image-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415144749\/9325a1370b2dcc51d71cdacbd467799b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Unique Gift from the Heart\u003c\/h2\u003e\n\n\u003cp\u003eInstead of a store-bought item, give a truly unique present that you've crafted yourself. It's an ideal gift for friends, partners, or anyone who loves Hanfu, cosplay, or charming handmade decor.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-pills\"\u003e\n\u003cspan class=\"tag-pill\"\u003e🎁 Creative Gift\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🏮 Hanfu Prop\u003c\/span\u003e \u003cspan class=\"tag-pill\"\u003e🏠 Room Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDIY Material Kit (Requires assembly)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePrimary Materials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eChenille Stems (Pipe Cleaners), Felt, Decorative Accessories\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStyle Theme\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCherry Blossom \/ Peach Blossom Floral Sword\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAvailable Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1-Set Kit \/ 2-Set Kit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecommended Use\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCrafting, Photography Prop, Cosplay, Gift, Decoration\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Is this a finished product?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: No, this is a DIY material kit. You will receive all the necessary materials to handcraft the blossom sword yourself, enjoying the fun of creation!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Is the material safe to handle?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, the main material is soft chenille stems (pipe cleaners) which are plush and bendable. The finished prop has no sharp blades or dangerous edges.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Do I need special tools to make it?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The chenille stems are easily shaped by hand. You may need basic crafting tools like scissors to cut materials to length, but no complex machinery is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single Kit","offer_id":51540862927138,"sku":"0416-13497076","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Save 20%)","offer_id":51540862959906,"sku":"0416-13494455","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Save 30%)","offer_id":51540862992674,"sku":"0416-13497679","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/ae29df54f744f79e597fbb9d15f410c6.jpg?v=1776766674","url":"https:\/\/newshopllox.com\/products\/fuzzy-sakura-diy-blade","provider":"Newshopllox","version":"1.0","type":"link"}