{"product_id":"precision-touch-up-paint-pen","title":"Precision Touch-Up Paint Pen","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #F2C94C;\n      --primary-hover: #E0B83C;\n      --text-main: #1A1A1A;\n      --text-sub: #4F4F4F;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F2F2F2;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.05);\n      --border-color: #E0E0E0;\n\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .spec-label,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Badge \u0026 Tag Elements *\/\n    .badge-container {\n      margin-bottom: 16px;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: var(--text-main);\n      font-weight: 600;\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\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      text-align: center;\n      padding: 60px 20px;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 18px;\n      min-height: 200px;\n      width: 100%;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    .hero-media {\n      margin-top: 24px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Block *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .spec-table-container {\n      width: 100%;\n      margin-top: 16px;\n    }\n\n    .spec-row {\n      display: flex;\n      justify-content: space-between;\n      padding: 16px 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-row:last-child {\n      border-bottom: none;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .spec-value-cell {\n      width: 60%;\n      text-align: left;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .faq-question {\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* Responsive \/ Layout Locks *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        padding-top: 40px;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Typography Lock - Fonts do not shrink below rules *\/\n      .product-detail-container h1 {\n        font-size: 22px;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .faq-question {\n        font-size: 20px;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container .spec-label,\n      .product-detail-container .spec-value,\n      .product-detail-container .faq-answer,\n      .product-detail-container .badge,\n      .product-detail-container .tag {\n        font-size: 18px;\n      }\n\n      \/* Mobile layout - spec row column conversion *\/\n      .spec-row {\n        flex-direction: column;\n        gap: 8px;\n        padding: 12px 0;\n      }\n\n      .spec-label {\n        width: 100%;\n      }\n\n      .spec-value-cell {\n        width: 100%;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-row {\n        gap: 4px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Performance Touch-Up Paint Pen (Soft Brush Valve Type)\nTarget Audience: Car owners doing quick DIY scratch repairs and creative craft hobbyists\nVisual Style: Professional, clean, and highly structured with high-contrast elements\nColor Strategy: Deep charcoal grey and bright yellow accents, reflecting the yellow pen design and precise performance\nModule Order: Hero\/Intro -\u003e Feature 1 (Precision Soft Brush Tip) -\u003e Feature 2 (Controlled Valve Flow) -\u003e Feature 3 (Multi-Surface Versatility) -\u003e Feature 4 (Water-Resistant \u0026 Easy To Remove) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_3, Feature1=detail_2, Feature2=detail_5, Feature3=detail_1, Feature4=detail_6\nSpecification Data Source: spec_1, spec_2 (Data extracted from package details and color charts. No specification image placeholders rendered)\nCompare Section: Not included (Not explicitly provided in source images or text)\nInformation Boundary: Strictly relies on facts directly visible or written in the report (Brand: GINO, Model: JO-001, Valve type, 0.5-5mm line control, 12 colors, etc.)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eProfessional Precision\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eHigh-Performance Touch-Up Paint Pen\u003c\/h1\u003e\n\n\u003cp\u003eSeamlessly restore narrow panel seams, body panel gaps, and micro-scratches on your vehicle, or create detailed designs on multiple craft surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img103\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914160644\/04d90383736c284ebb0696b456000706.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img166\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914152345\/aec3406b3ffaa78c01bfc71ccbb8c0b4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSoft Brush Style Precision Tip\u003c\/h3\u003e\n\n\u003cp\u003eFeaturing a fine, brush-style flexible nib that contours smoothly over complicated curves and edges. It makes reaching inside narrow automotive seams, gaps, and tight panel junctions effortless, ensuring accurate paint delivery precisely where you want it.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFlexible Nib\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSeam Painting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 2 --\u003e\u003c!-- Feature Section 3 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img167\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914152345\/bbb6c18b543ab97c3b4342821c6b9791.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMulti-Surface Craft Versatility\u003c\/h3\u003e\n\n\u003cp\u003eThis high-performance oil-based paint pen adheres cleanly to a broad array of surfaces. It is suitable for creative projects and everyday marking on metal, wood, ceramics, glass, fabrics, and plastics.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e6+ Materials Supported\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAll-Purpose\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 4 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img168\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914152345\/a78492919f90a812f030f86ccbbda464.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eWater-Resistant \u0026amp; Easy To Clean\u003c\/h3\u003e\n\n\u003cp\u003eOnce dried, the touch-up formula resists fading and holds up strong during regular water washing. If you make a mistake or want to redo a section of your repair, the fresh paint can be wiped clean with alcohol without leaving traces behind.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWash Resistant\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAlcohol Wipable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block (Text Only, No Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eSpecifications\u003cspan class=\"spec-label\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eType\u003c\/span\u003e\n\n\u003cdiv class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-Performance Oil-Based Touch-Up Pen\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eNib Style\u003c\/span\u003e\n\n\u003cdiv class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003eSoft Brush Valve Tip\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eLine Width Capability\u003c\/span\u003e\n\n\u003cdiv class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e0.5mm - 5.0mm (controlled by pressure)\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\u003cspan class=\"spec-label\"\u003eAvailable Colors\u003c\/span\u003e\n\n\u003cdiv class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e12 Colors (Black, White, Red, Gold, Silver, Green, Blue, Pink, Orange, Purple, Yellow, Brown)\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-question\"\u003e💡 On what surfaces can I use this touch-up paint pen?\u003c\/span\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is designed for versatile performance. You can apply it directly to car panels, metal, wood, ceramics, glass, fabrics, and plastics for both automotive touch-ups and everyday crafting projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-question\"\u003e💡 Is the paint permanent and water-resistant?\u003c\/span\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. Once fully dried, the oil-based paint formula resists fading and handles regular water washing. If you need to make corrections or completely remove the application, you can wipe it clean using alcohol.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cspan class=\"faq-question\"\u003e💡 How do I activate the paint flow on the soft brush tip?\u003c\/span\u003e\n\n\u003cp class=\"faq-answer\"\u003eEnsure the cap is tightly closed, then shake the pen well to mix the paint. Remove the cap, point the brush nib downwards, and press it gently against a scrap surface. This activates the internal valve to supply paint cleanly without leaks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Midnight Black","offer_id":46202653278399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Pure White","offer_id":46202653311167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Soul Red","offer_id":46202653343935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Metallic Gold","offer_id":46202653376703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Metallic Silver","offer_id":46202653409471,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Forest Green","offer_id":46202653442239,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Pearl Blue","offer_id":46202653475007,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Sakura Pink","offer_id":46202653507775,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Amber Orange","offer_id":46202653540543,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Imperial Purple","offer_id":46202653573311,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Racing Yellow","offer_id":46202653606079,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Mocha Brown","offer_id":46202653638847,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/04d90383736c284ebb0696b456000706.jpg?v=1789373229","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/precision-touch-up-paint-pen","provider":"Bak","version":"1.0","type":"link"}