{"product_id":"waterproof-all-day-sparkle-eyeliner","title":"Waterproof All-Day Sparkle Eyeliner","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：彩妆（眼线笔套装）\n  目标受众：化妆爱好者，追求持久、闪耀妆效的用户\n  视觉风格：活力、闪耀、专业、干净\n  配色策略：以产品本身的深宝石色和金属光泽为灵感，使用深蓝作为主色调，搭配银灰色辅助，背景保持干净明亮。\n  模块顺序：Hero -\u003e Feature 1 (色彩多样性) -\u003e Feature 2 (防水持久) -\u003e Feature 3 (质地与易用性) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_5.png, Feature2=image_4.png, Feature3=image_6.png\n  规格图映射：Specs=image_2.png, image_3.png\n  对比模块：未加入（无明显对比需求，核心卖点在于自身特性）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #004e92;\n      --primary-hover: #003d73;\n      --accent-silver: #aeb1b3;\n      --text-main: #2d3436;\n      --text-sub: #636e72;\n      --bg-body: #ffffff;\n      --bg-soft: #f4f7f6;\n      --bg-card: #ffffff;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n\n      font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--primary);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-hero-subtitle {\n      font-size: clamp(18px, 2vw, 22px);\n      color: var(--text-sub);\n      margin-bottom: 2rem;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n      }\n\n      .pd-feature:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        flex: 1;\n      }\n    }\n\n    .pd-tags-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n    }\n\n    .pd-tag::before {\n      content: '✨';\n      margin-right: 6px;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--bg-soft);\n    }\n\n    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--bg-soft);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--bg-soft);\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-main);\n      list-style: none;\n    }\n\n    .pd-faq-question::-webkit-details-marker {\n      display: none;\n    }\n\n    .pd-faq-question::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n\n    details[open] .pd-faq-question::after {\n      content: '-';\n    }\n\n    .pd-faq-answer {\n      padding-top: 1rem;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eDesigned for Impactful Eyes\u003c\/span\u003e\n\u003ch1\u003eDefine Your Look with 14 Waterproof Glitter Shades\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subtitle\"\u003eExperience creamy gel glide and vibrant metallic sparkle that stays flawless all day, no matter what.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-media-container\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624112013\/55470dfc63bd73021abe07b898740e92.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624112013\/ea86eb55779a6d8e136b92b6d069b5a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eA Spectrum of Shimmer for Unlimited Creativity\u003c\/h2\u003e\n\n\u003cp\u003eUnlock endless eye makeup possibilities with 14 highly pigmented colors. From deep, sultry tones to brilliant, radiant brights, each pencil delivers intense color payoff with a stunning metallic and glitter finish. Perfect for creating bold statements or adding a subtle sparkle to any look.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e14 Vivid Colors\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMetallic \u0026amp; Glitter Finish\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHigh Pigmentation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Waterproof \u0026 Long-lasting --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624112013\/2da75ce4488aa53fb5e26f86b5ffc341.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eFlawless Wear from Morning to Night\u003c\/h2\u003e\n\n\u003cp\u003eNever worry about your eyeliner again. Our advanced waterproof and smudge-proof formula locks in color for all-day wear. Whether facing humidity, sweat, or long hours, your precise lines will remain intact without fading, transferring, or smudging.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmudge-Proof\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAll-Day Wear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Texture \u0026 Application --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624112013\/b5610ee25b586763a80cadf159382da4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eCreamy Glide Meets Precision Control\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy the best of both worlds: the soft, effortless glide of a gel and the precision of a pencil. The creamy texture applies smoothly without tugging or pulling at the delicate eye area, allowing you to easily create sharp winged liners or blend it out for a smoky effect before it sets.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCreamy Gel Formula\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmooth Gliding\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSharpenable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eSet of 14 Glitter Gel Eyeliner Pencils\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Range\"\u003e14 Shades (Including Black, Brown, Pink, Purple, Greens, Blues, Red, White, Silver, etc.)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Finish\"\u003eMetallic \/ Glitter Shimmer\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pencil Length\"\u003eApprox. 14.7 cm \/ 5.8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pencil Diameter\"\u003eApprox. 0.7 cm \/ 0.3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003eWaterproof, Smudge-proof, Long-lasting, Creamy Texture\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Form\"\u003eSharpenable Pencil (Sharpener not included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"margin-top: 1rem; text-align: center; color: var(--text-sub); font-size: 14px;\"\u003e*Data based on product images and description.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-question\"\u003eHow do I sharpen these pencils?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003eThese are sharpenable gel pencils. You can use any standard cosmetic pencil sharpener to get a fresh, precise tip for application. For best results, you can place the pencil in the refrigerator for 15 minutes before sharpening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-question\"\u003eIs the formula safe for sensitive eyes?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003eYes, the formula is dermatologically tested and designed to be safe for use around the delicate eye area, including for those with sensitive eyes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-question\"\u003eHow do I remove this waterproof eyeliner?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp\u003eDue to its long-lasting and waterproof nature, we recommend using an oil-based makeup remover or a dedicated waterproof eye makeup remover. Gently soak a cotton pad and hold it over the eye for a few seconds to dissolve the product before wiping it away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (14-Piece Complete Collection)","offer_id":45768124825791,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Gift \u0026 Share - 10%)","offer_id":45768124858559,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Sets (Makeup Artist Stock-Up - 15%)","offer_id":45768124891327,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/55470dfc63bd73021abe07b898740e92.jpg?v=1782272544","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/waterproof-all-day-sparkle-eyeliner","provider":"Bak","version":"1.0","type":"link"}