{"product_id":"pastel-precision-glue-set","title":"Pastel Precision Glue Set","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：马卡龙色点点胶笔套装（6支入）\n  目标受众：手账爱好者、学生、DIY手工制作人群\n  视觉风格：甜美、清新、马卡龙色系、柔和\n  配色策略：以马卡龙粉为主色调，配合柔和背景色，营造轻松治愈感\n  模块顺序：Hero -\u003e Precision Feature (痛点解决) -\u003e Comparison Feature (快干优势) -\u003e Usage Scenarios (场景种草) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=detail_1(image_4.png), Feature1(Precision)=detail_2(image_1.png), Compare=detail_3(image_2.png), Feature2(Scenarios)=detail_4(image_3.png)\n  规格图映射：Specs=spec_1(image_0.png)\n  对比模块：已加入。因 image_2 明确展示了 Ours vs Others 的快干\/整洁对比，这对用户决策至关重要。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF9EAA; \/* 马卡龙粉色调 *\/\n      --primary-hover: #FF8595;\n      --text-main: #4A4A4A; \/* 柔和深灰 *\/\n      --text-sub: #7A7A7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFF9FA; \/* 极淡的粉色背景 *\/\n      --bg-soft: #FFF0F3; \/* 稍深的粉色装饰背景 *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(255, 158, 170, 0.1);\n      --shadow-lg: 0 8px 24px rgba(255, 158, 170, 0.15);\n      --border-color: #FFE0E6;\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    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\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-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    \/* Image Styling - Scheme A (Default Flow) *\/\n    .pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Image Placeholder Styling *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    .hero-placeholder { min-height: 400px; }\n    .feature-placeholder { min-height: 350px; }\n    .spec-placeholder { min-height: 300px; }\n\n    \/* Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .feature-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n    }\n\n    .badge-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 8px 16px;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Comparison Section *\/\n    .compare-container {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table td, .specs-table th {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    \/* FAQ *\/\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-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 767px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n\n      .feature-media { order: -1; }\n\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 thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .specs-table td {\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 24px;\n        width: 45%;\n        white-space: nowrap;\n        text-align: left;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for Creative Ease ✨\u003c\/span\u003e\n\u003ch1\u003eMess-Free Creativity with Macaron Precision Glue Pens\u003c\/h1\u003e\n\n\u003cp\u003eAdd neat, precise details to your crafts and journals without the sticky mess. This 6-color pastel set brings precision and joy to your everyday DIY projects.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-badges\"\u003e\n\u003cspan class=\"badge-item\"\u003eFine Tip Precision\u003c\/span\u003e \u003cspan class=\"badge-item\"\u003eQuick Drying\u003c\/span\u003e \u003cspan class=\"badge-item\"\u003e6 Macaron Colors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [📷 需替换：detail_1 (image_4.png)] --\u003e\n\u003cdiv class=\"img-placeholder hero-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260801115440\/8ade3ca59911da8f03460ae19c5bc309.jpg\"\u003e\u003c\/div\u003e\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=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder feature-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260801115440\/b851cbaee3a2a24072d6cbfe21edcd17.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePinpoint Accuracy for Tiny Details\u003c\/h2\u003e\n\n\u003cp\u003eApply glue exactly where you need it, just like writing with a pen. The fine ballpoint tip allows you to create intricate shapes, attach small die-cuts, and secure delicate decorations without globs or overflow. Perfect for scrapbooking and handmade cards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPARE SECTION: QUICK DRY --\u003e\n\n\u003cdiv class=\"pd-section compare-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eThe Cleanest Way to Craft\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDries Fast, Stays Neat\u003c\/h3\u003e\n\n\u003cp\u003eSay goodbye to waiting times and wrinkled paper. Our quick-drying formula bonds securely in moments, keeping your journal pages flat and your workspace clean. No more sticky fingers or messy residue.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli style=\"list-style: none; margin-bottom: 0.5rem;\"\u003e✅ \u003cstrong\u003eOurs:\u003c\/strong\u003e Quick drying, precise dots, clean results.\u003c\/li\u003e\n\t\u003cli style=\"list-style: none; color: var(--text-sub);\"\u003e❌ \u003cstrong\u003eOthers:\u003c\/strong\u003e Slow drying, messy liquid, wrinkled paper.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [📷 需替换：detail_3 (image_2.png)] --\u003e\n\u003cdiv class=\"img-placeholder feature-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260801115440\/ec54f34f57e1f8c967f6e3cf1cb24f0d.jpg\"\u003e\u003c\/div\u003e\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=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eYour Essential Multipurpose Tool\u003c\/h2\u003e\n\n\u003cp\u003eFrom bullet journaling and school assignments to intricate handicrafts, these glue pens make sticking things down effortless. The pen shape is comfortable to hold, making it easy for anyone to control the flow for decoration or pasting exercises.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [📷 需替换：detail_4 (image_3.png)] --\u003e\n\u003cdiv class=\"img-placeholder feature-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260801115440\/5d37f285a563ca398edb2d5d4a8aa78a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid-2\" style=\"align-items: start;\"\u003e\n\u003cdiv class=\"spec-media\"\u003e\n\u003c!-- [📷 需替换：spec_1 (image_0.png)] --\u003e\n\u003cdiv class=\"img-placeholder spec-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260801115440\/2d25f655b798e4be0579b009a887c7e9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eGlue Pen Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eQuantity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e6 Pens per Pack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eColor Palette\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMacaron Series (6 Assorted Shades)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003ePen Length\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApprox. 15.5 cm \/ 6.1 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Attribute\"\u003eApplication Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eFine Ballpoint Tip\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!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: What materials does this glue work best on?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: These glue pens are ideal for porous materials like paper, cardstock, photographs, and lightweight craft embellishments. They are perfect for paper crafting and journaling.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Is the bond permanent?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, once dried, the glue forms a secure and permanent bond suitable for standard scrapbooking and craft projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How do I prevent the tip from clogging?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: To ensure smooth flow every time, always replace the pen cap tightly immediately after use to prevent the glue at the tip from drying out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (6 Pens)","offer_id":45945315688639,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Keep a Backup - 10%)","offer_id":45945315721407,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3 Sets (Best Value - 15%)","offer_id":45945315754175,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8ade3ca59911da8f03460ae19c5bc309.jpg?v=1785556615","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/pastel-precision-glue-set","provider":"Bak","version":"1.0","type":"link"}