{"product_id":"create-your-own-3d-stickers","title":"Create Your Own 3D Stickers","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：儿童DIY手工套装\n  目标受众：3岁以上儿童及其家长\n  视觉风格：活泼、色彩丰富、强调果冻质感和趣味性\n  配色策略：以包装的薄荷绿为基调，辅以鲜艳的糖果色，营造快乐、安全的氛围\n  模块顺序：Hero -\u003e Feature 1 (创作乐趣) -\u003e Feature 2 (无痕复用) -\u003e Compare (对比优势) -\u003e Feature 3 (场景玩法) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_0.png, Feature2=image_2.png, Compare=image_1.png, Feature3=image_3.png\n  规格图映射：Specs=image_5.png\n  对比模块：已加入，因image_1提供了清晰的“我们的果冻贴纸 vs 普通贴纸”对比，有助于突出核心优势。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4FD1B6;\n      --primary-hover: #3ABCA1;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F4FCFA;\n      --bg-soft: #F0F7F5;\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 12px rgba(79, 209, 182, 0.1);\n      --shadow-lg: 0 8px 24px rgba(79, 209, 182, 0.15);\n      --border-color: #E0E0E0;\n\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      letter-spacing: -0.02em;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      border: 2px dashed var(--border-color);\n      background: var(--bg-soft);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      min-height: 300px;\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    .hero-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-section.reverse {\n        direction: rtl;\n      }\n      .feature-section.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    .feature-copy ul {\n      list-style: none;\n      padding: 0;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-copy li {\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--primary);\n    }\n\n    \/* Comparison Section *\/\n    .compare-section {\n      text-align: center;\n    }\n\n    \/* Specifications Section *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      text-align: left;\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      vertical-align: top;\n    }\n\n    .specs-table th {\n      width: 30%;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table tr {\n        margin-bottom: 1.5rem;\n      }\n      .specs-table th {\n        display: none;\n      }\n      .specs-table td {\n        padding: 0.75rem 0;\n        border: none;\n        position: relative;\n        padding-left: 40%;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 0;\n        top: 0.75rem;\n        width: 35%;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Designed for Creative Kids Ages 3+\u003c\/span\u003e\n\u003ch1\u003eCreate Your Own 3D Jelly Stickers\u003c\/h1\u003e\n\n\u003cp\u003eA fun, mess-free DIY kit to paint, decorate, and play with reusable puffy stickers that you make yourself.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\" style=\"min-height: 400px;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805141202\/4f45b8a8c4e592d0a2a5868aebec3207.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805141202\/4c98b0c9dfdad448ad11545b3303ece2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMake It Puffy, Make It Shine\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy a satisfying DIY experience! Simply trace and fill the patterns with the special jelly paint pens. Once dry, your designs transform into glossy, raised 3D stickers with a fun, squishy texture.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eVibrant Colors\u003c\/li\u003e\n\t\u003cli\u003eGlossy Finish\u003c\/li\u003e\n\t\u003cli\u003e3D Texture\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Reusable \u0026 No-Mess --\u003e\n\n\u003cdiv class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805141202\/81faef9387cb75cc3119384db4e8ebae.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStick, Peel, and Re-Stick Anywhere\u003c\/h2\u003e\n\n\u003cp\u003eThe magic is in the residue-free adhesive. Kids can proudly decorate their water bottles, notebooks, or even the fridge, then peel them off and move them somewhere new without leaving a mark behind.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eResidue-Free\u003c\/li\u003e\n\t\u003cli\u003eReusable\u003c\/li\u003e\n\t\u003cli\u003eMulti-Surface\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison Section --\u003e\n\n\u003cdiv class=\"pd-section compare-section\"\u003e\n\u003ch2\u003eWhy Choose Our Jelly Sticker Kit?\u003c\/h2\u003e\n\n\u003cp\u003eSee the difference between creating your own 3D art and ordinary flat stickers.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805141202\/7d2fc77ef03df1cd01c3953868c36943.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805142036\/06e86cf0d4fdc66252eeae3200fbc0e0.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuild Your Own Little Worlds\u003c\/h2\u003e\n\n\u003cp\u003eThe fun doesn't stop at making stickers. The kit includes themed scene cards like a dessert shop or flower store. Use your handmade creations to set up imaginative scenes and play pretend.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eImaginative Play\u003c\/li\u003e\n\t\u003cli\u003eIncludes Scene Cards\u003c\/li\u003e\n\t\u003cli\u003eStorytelling Fun\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\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=\"Age Recommendation\"\u003e\u003cspan style=\"font-size:16px;\"\u003eAge Recommendation\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Age Recommendation\"\u003e\u003cspan style=\"font-size:16px;\"\u003e3 Years and Up\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Box Dimensions\"\u003e\u003cspan style=\"font-size:16px;\"\u003eBox Dimensions\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Box Dimensions\"\u003e\u003cspan style=\"font-size:16px;\"\u003e24.4 x 18.3 x 2.5 cm (approx. 9.6 x 7.2 x 1.0 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Kit Contents\"\u003e\u003cspan style=\"font-size:16px;\"\u003eKit Contents\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Kit Contents\"\u003e\n\t\t\t\u003cul style=\"margin: 0; padding-left: 1.2rem;\"\u003e\n\t\t\t\t\u003cli\u003e\u003cspan style=\"font-size:16px;\"\u003e6 x Color Paint Pens\u003c\/span\u003e\u003c\/li\u003e\n\t\t\t\t\u003cli\u003e\u003cspan style=\"font-size:16px;\"\u003e2 x Liner Pens\u003c\/span\u003e\u003c\/li\u003e\n\t\t\t\t\u003cli\u003e\u003cspan style=\"font-size:16px;\"\u003e3 x Decoration Bottles (glitter\/beads)\u003c\/span\u003e\u003c\/li\u003e\n\t\t\t\t\u003cli\u003e\u003cspan style=\"font-size:16px;\"\u003e4 x Pattern Templates\u003c\/span\u003e\u003c\/li\u003e\n\t\t\t\t\u003cli\u003e\u003cspan style=\"font-size:16px;\"\u003e4 x Scene Cards\u003c\/span\u003e\u003c\/li\u003e\n\t\t\t\u003c\/ul\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Data source: image_5.png --\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow long do the stickers take to dry?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor best results, we recommend letting the outline dry for about 1 hour before filling in with color. Allow the final sticker to dry flat for at least 24 hours before peeling it off the template.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat surfaces can I stick them on?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe jelly stickers work best on smooth, non-porous surfaces such as glass, plastic, metal, tiles, and glossy paper. They are perfect for windows, fridges, cups, and phone cases.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre they really reusable?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The finished stickers are designed to be peeled off and restuck multiple times without losing their grip or leaving any sticky residue behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Starter Set)","offer_id":45961622749375,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2 Kits (Share with Friends - 10%)","offer_id":45961622782143,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3 Kits (Stock Up \u0026 Save - 15%)","offer_id":45961622814911,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4f45b8a8c4e592d0a2a5868aebec3207.jpg?v=1785910854","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/create-your-own-3d-stickers","provider":"Bak","version":"1.0","type":"link"}