{"product_id":"sparkling-glitter-gel-pens","title":"Sparkling Glitter Gel Pens","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff6f3c;\n      --primary-hover: #e05e2e;\n      --primary-soft: #fff1eb;\n      --text-main: #2c2c2c;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fafafa;\n      --bg-soft: #f5f5f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --border-color: #eaeaea;\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    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\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 .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\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 span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Badge *\/\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--primary-soft);\n      color: var(--primary);\n      padding: 8px 18px;\n      border-radius: 30px;\n      font-size: 18px !important;\n      font-weight: 600;\n      margin-bottom: 24px;\n    }\n\n    \/* Natural Image Flow Container *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      font-size: 18px !important;\n      font-weight: 500;\n      color: var(--text-sub);\n      margin-bottom: 24px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 220px;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Block layout *\/\n    .hero-block {\n      text-align: center;\n      padding: 40px 0;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto !important;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-size: 18px !important;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 18px 0;\n      vertical-align: top;\n    }\n\n    .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value-cell {\n      width: 65%;\n    }\n\n    .spec-value {\n      display: block;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding-top: 20px;\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 24px;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 10px !important;\n    }\n\n    \/* Mobile Responsive Lock *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Mobile Feature Order Lock: Image first, text second *\/\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n      }\n\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td.spec-property {\n        display: none; \/* Hide standard TD desktop label in mobile *\/\n      }\n\n      .spec-table td.spec-value-cell {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td.spec-value-cell::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td.spec-value-cell {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Glitter Gel Pen Set\nTarget Audience: Journaling, coloring, card making, and DIY craft enthusiasts of all ages\nVisual Style: Creative, vibrant, and cleanly styled to emphasize glitter payoff\nColor Strategy: Warm orange and soft neutrals (--primary: #ff6f3c) coordinating with packaging colors\nModule Order: Intro\/Hero, Feature 1, Feature 2, Feature 3, Specifications, FAQ\nDetail Image Mapping: Hero=detail_5, Feature 1=detail_3, Feature 2=detail_1, Feature 3=detail_2\nSpecification Data Source: Product Analysis Report \u0026 Detail Images (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit comparison facts provided)\nInformation Boundary: Only verified facts used (1.0 mm metal bullet tip, glitter transparent barrel, light \u0026 dark paper compatibility, non-toxic, quick-dry formula).\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\u003cspan class=\"trust-badge\"\u003eNon-Toxic \u0026amp; Quick-Drying Ink\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eSparkle in Every Stroke!\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eVibrant, glistening gel pens designed to add a beautiful shimmering finish to your journals, planners, drawings, and DIY card-making projects.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903145425\/29c57155a36a6e4a4d1326aa3713a4d8.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903145425\/05a9f618a063f420c7ce0077f30692a4.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 class=\"feature-title\"\u003eVibrant Sparkling Glitter Ink\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEach pen contains eye-catching gel ink infused with tiny silver-like glitter particles that glow naturally. Watch your drawings, greeting cards, and doodles come alive with a sparkling multi-dimensional shine.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eGlitter Finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVibrant Colors\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEye-Catching Shine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903145426\/306cff861a753eb32c99da0b1e7aab33.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 class=\"feature-title\"\u003eEffortless and Smooth Writing Flow\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with a solid 1.0 mm conical metal bullet tip, these gel pens glide smoothly over paper. Enjoy continuous, consistent ink flow without scratchy interruptions, perfect for writing and filling colors alike.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1.0mm Bullet Tip\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Ink Flow\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eClean Lines\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260903145425\/a83a414ed169e6023b59d4a261088a04.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 class=\"feature-title\"\u003eIdeal for Light and Dark Surfaces\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eBring contrast and brilliance to any surface. This formulation works beautifully on regular white paper as well as black cards, scrapbooks, holiday decorations, and acrylic crafts.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLight \u0026amp; Dark Paper\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eJournaling \u0026amp; Planners\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-surface Compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eInk Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Ink Type\"\u003e\u003cspan class=\"spec-value\"\u003eSparkling glitter gel ink\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eWriting Tip Size\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Writing Tip Size\"\u003e\u003cspan class=\"spec-value\"\u003e1.0 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eTip Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Tip Material\"\u003e\u003cspan class=\"spec-value\"\u003eConical metal bullet tip\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eSet Options Available\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Set Options Available\"\u003e\u003cspan class=\"spec-value\"\u003e18 Colors (18 Pens) \/ 36 Colors (36 Pens • No Duplicate Colors)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eBarrel Design\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Barrel Design\"\u003e\u003cspan class=\"spec-value\"\u003eTransparent cylindrical body mixed with silver glitter\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eSafety \u0026amp; Usability\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\" data-label=\"Safety \u0026amp; Usability\"\u003e\u003cspan class=\"spec-value\"\u003eNon-toxic, quick-drying formula\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Do these glitter pens show up well on black paper?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes! The ink is highly pigmented and formulated to stand out brightly with a glittering finish on both light and dark-colored papers, including black scrapbooks and gift cards.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: What is the tip size and does it write smoothly?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Each pen has a 1.0 mm conical metal bullet tip that provides a smooth, bold flow. It is built to write seamlessly without dragging or clogging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Does the ink dry quickly to prevent smearing?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, our gel ink is designed with a quick-drying formula to keep your lines clean and dry, minimizing the risk of smudges during journaling or crafting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"18 Colors (18 Pens)","offer_id":50446946337018,"sku":"20260917-163730-7376","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 36 Colors (36 Pens • No Duplicate Colors) – Most Popular","offer_id":50446946369786,"sku":"20260917-163730-0539","price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/29c57155a36a6e4a4d1326aa3713a4d8.jpg?v=1789634364","url":"https:\/\/varitino.com\/products\/sparkling-glitter-gel-pens","provider":"Varitino","version":"1.0","type":"link"}