{"product_id":"translucent-glitter-dragonfly-pen","title":"Translucent Glitter Dragonfly Pen","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ec879a;\n      --primary-hover: #d66f82;\n      --text-main: #2d3748;\n      --text-sub: #718096;\n      --bg-body: #ffffff;\n      --bg-card: #fcf8f9;\n      --bg-soft: #f4f7f6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.02);\n      --shadow-lg: 0 10px 20px rgba(236, 135, 154, 0.08);\n      --border-color: #f0e4e6;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* TYPOGRAPHY SYSTEM *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .feature-title,\n    .spec-title,\n    .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .feature-description,\n    .spec-value,\n    .faq-answer,\n    .trust-badge,\n    .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* SPACING *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* IMAGES *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16 \/ 9;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cbd5e0;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 20px;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* HERO BLOCK *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 4vw, 3rem) 0;\n      background: linear-gradient(180deg, var(--bg-card) 0%, rgba(255, 255, 255, 0) 100%);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-badge-container {\n      display: inline-block;\n      margin-bottom: 16px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: #fff;\n      border: 1px solid var(--border-color);\n      border-radius: 50px;\n      padding: 6px 16px;\n      font-weight: 500;\n      color: var(--primary);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-image-wrapper {\n      margin-top: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .feature-item {\n      display: flex;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n      background: #ffffff;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      padding: clamp(1rem, 3vw, 2rem);\n      box-sizing: border-box;\n    }\n\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 4px 12px;\n      font-size: 18px;\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* SPECIFICATIONS Table *\/\n    .specifications-section {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-sizing: border-box;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table td {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ BLOCK *\/\n    .faq-section {\n      background: #fff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-sizing: border-box;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* RESPONSIVE LAYOUT *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .feature-title,\n      .spec-title,\n      .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .feature-description,\n      .spec-value,\n      .faq-answer,\n      .trust-badge,\n      .tag {\n        font-size: 18px !important;\n      }\n\n      .feature-item, \n      .feature-item.reverse {\n        flex-direction: column !important;\n        gap: 1.5rem;\n      }\n\n      .feature-media {\n        width: 100%;\n        order: 1 !important; \/* Image First *\/\n      }\n\n      .feature-copy {\n        width: 100%;\n        order: 2 !important; \/* Text Second *\/\n      }\n\n      \/* Responsive Table Settings *\/\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 thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 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::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\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 {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Retractable Action Dragonfly Gel Pen\n  Target Audience: Stationery Collectors, Journaling Enthusiasts, Students, Creative Gift Seekers\n  Visual Style: Dreamy, Translucent, Elegant, Pastel-toned\n  Color Strategy: Soft pinks, pastel purples, and translucent blues reflecting the delicate shimmer of dragonfly wings.\n  Module Order: Hero Content Block -\u003e Feature 1 (Action) -\u003e Feature 2 (Writing) -\u003e Feature 3 (Gift Aspect) -\u003e Product Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_2, Feature1=detail_1, Feature2=detail_4, Feature3=detail_3\n  Specification Data Source: Image 7 (SKU selection screen) and supplementary content (0.5mm tip size, translucent pink\/green\/blue\/purple options, single pen and 1 pen + 2 refills configurations). No spec image placeholder is rendered.\n  Compare Section: Not included (no direct comparative state imagery provided, focused purely on individual interactive and visual features).\n  Information Boundary: Strictly relies on confirmed facts. Gel pen type (中性笔) is prioritized over \"ballpoint\" to guarantee technical accuracy for buyers expecting 0.5mm gel inks. Avoided adding estimated dimensions or materials.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003cheader class=\"hero-section detail-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003e✨ Interactive Fluttering Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eWings on Press: Experience the Magic of Writing\u003c\/h1\u003e\n\n\u003cp\u003eA gentle press brings the delicate wings to life, adding a playful touch of movement and shimmer to every writing moment.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918150605\/8c2b9ebc0be6362ea5d483aedf56c2fd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"detail-section\"\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=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918144808\/9f0894e9378bb86eed1779ddb612d753.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 class=\"feature-title\"\u003eFluttering Dragonfly Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eWatch the wings bloom with a simple push of your finger. The intricate compound eye mechanism activates four translucent, shimmer-covered wings that gently rise and fall to help you focus and unwind as you create.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003ePress Action\u003c\/span\u003e \u003cspan class=\"tag\"\u003eShimmer Accent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Premium 0.5mm Bullet Tip Writing --\u003e\n\n\u003csection class=\"detail-section\"\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=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918144559\/f64ee358660adfbb82816dd2138c98c5.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 class=\"feature-title\"\u003eSmooth, Effortless Writing\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEnjoy ultra-consistent line delivery thanks to the premium 0.5mm bullet tip. Engineered to provide clear and steady ink flow, this pen ensures notes, journals, and drawings remain neat, legible, and smudge-free.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e0.5mm Tip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eComfortable Grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Gifting and Aesthetic Aspect --\u003e\n\n\u003csection class=\"detail-section\"\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=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918150642\/b90059bb1141d9e2d777d5c167ccd001.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 class=\"feature-title\"\u003eA Gift That Feels Special\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eWith its dreamy translucent barrel patterns and elegant dragonfly details, this pen makes a stunning desk accessory. Perfect for students, journaling lovers, and creatives who appreciate a magical touch on their workspace.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eGift Ready\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStudy Essential\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=\"specifications-section detail-section\"\u003e\n\u003ch2 class=\"spec-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 data-label=\"Pen Tip Size\"\u003e\u003cspan class=\"spec-value\"\u003e0.5mm (Bullet Tip)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ink Color\"\u003e\u003cspan class=\"spec-value\"\u003eBlack (Gel Ink)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pen Body Options\"\u003e\u003cspan class=\"spec-value\"\u003eTranslucent Pink, Translucent Green, Translucent Blue, Translucent Purple\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Configurations\"\u003e\u003cspan class=\"spec-value\"\u003eSingle Pen \/ Gift Set (1 Pen + 2 Refills)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003e\u003cspan class=\"spec-value\"\u003eRetractable Fluttering Wings, Translucent Barrel with Pattern Accents\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=\"faq-section detail-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do the dragonfly wings open?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply press down on the top button (designed as a cute dragonfly compound eye mechanism) and the four delicate translucent wings will instantly unfold horizontally. They fold back nicely when resting.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e✍️ Is the ink smooth enough for everyday journaling?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, absolutely. The pen utilizes a 0.5mm bullet tip that produces clear, continuous lines, making it perfect for detailed notes, study guides, and beautiful planners.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🎨 What options are included in the Set package?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe set includes 1 dragonfly gel pen and 2 matching refills, available in your choice of Translucent Pink, Green, Blue, or Purple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Crystal Pink \/ 1 Gel Pen","offer_id":46230341288127,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Cyan \/ 1 Gel Pen","offer_id":46230341320895,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Blue \/ 1 Gel Pen","offer_id":46230341353663,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Lavender \/ 1 Gel Pen","offer_id":46230341386431,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Pink \/ 1 Pen + 2 Refills Set","offer_id":46230341419199,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Cyan \/ 1 Pen + 2 Refills Set","offer_id":46230341451967,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Blue \/ 1 Pen + 2 Refills Set","offer_id":46230341484735,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Crystal Lavender \/ 1 Pen + 2 Refills Set","offer_id":46230341517503,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/8c2b9ebc0be6362ea5d483aedf56c2fd.jpg?v=1789715224","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/translucent-glitter-dragonfly-pen","provider":"Bak","version":"1.0","type":"link"}