{"title":"Eyeliner","description":"\u003cp\u003eDefine your eyes with precision using our \u003cstrong\u003eEyeliner\u003c\/strong\u003e collection. From ultra-fine liquid liners and smooth kohl pencils to felt-tip pens and gel formulas, find the perfect eyeliner to create everything from a subtle everyday line to a bold, dramatic wing.\u003c\/p\u003e","products":[{"product_id":"glide-matte-retractable-eyeliner-pencil","title":"✨Retractable Matte Black Eyeliner Pencil","description":"\u003cstyle\u003e\n  .zv-eyeliner-page,\n  .zv-eyeliner-page * {\n    box-sizing: border-box;\n  }\n\n  .zv-eyeliner-page {\n    --zv-ink: #171717;\n    --zv-text: #3f3f46;\n    --zv-muted: #71717a;\n    --zv-bg: #ffffff;\n    --zv-soft: #f6f2f5;\n    --zv-card: #fbf9fa;\n    --zv-accent: #8b647b;\n    --zv-accent-dark: #67475a;\n    --zv-accent-soft: #eee3ea;\n    --zv-border: #e7e1e5;\n\n    width: 100%;\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 12px;\n    color: var(--zv-ink);\n    background: var(--zv-bg);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .zv-eyeliner-page h2,\n  .zv-eyeliner-page h3,\n  .zv-eyeliner-page p {\n    margin-top: 0;\n  }\n\n  .zv-eyeliner-page h2 {\n    margin-bottom: 12px;\n    font-size: clamp(28px, 7vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n  }\n\n  .zv-eyeliner-page h3 {\n    margin-bottom: 8px;\n    font-size: clamp(22px, 5.5vw, 30px);\n    line-height: 1.18;\n    letter-spacing: -0.02em;\n  }\n\n  .zv-eyeliner-page p {\n    margin-bottom: 14px;\n    color: var(--zv-text);\n  }\n\n  .zv-eyeliner-page strong {\n    color: var(--zv-ink);\n  }\n\n  .zv-eyeliner-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 20px auto 0;\n    border-radius: 18px;\n  }\n\n  .zv-section {\n    margin: 18px 0;\n    padding: 22px 18px;\n    border: 1px solid var(--zv-border);\n    border-radius: 20px;\n    background: var(--zv-card);\n  }\n\n  .zv-hero {\n    padding: 28px 18px 20px;\n    text-align: center;\n    background:\n      radial-gradient(circle at top right, #f2e7ee 0, transparent 42%),\n      linear-gradient(180deg, #fcfafb 0%, #f5eff3 100%);\n  }\n\n  .zv-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    color: var(--zv-accent-dark);\n    background: var(--zv-accent-soft);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .zv-hero-copy {\n    max-width: 690px;\n    margin: 0 auto;\n    font-size: 17px;\n  }\n\n  .zv-benefits {\n    display: block;\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    text-align: left;\n  }\n\n  .zv-benefits li {\n    margin: 8px 0;\n    padding: 12px 14px;\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--zv-text);\n    font-weight: 650;\n  }\n\n  .zv-intro {\n    text-align: center;\n  }\n\n  .zv-feature {\n    overflow: hidden;\n  }\n\n  .zv-feature-label {\n    margin-bottom: 6px;\n    color: var(--zv-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .zv-feature-copy {\n    margin-bottom: 0;\n    font-size: 16px;\n  }\n\n  .zv-callout {\n    margin-top: 16px;\n    padding: 14px 15px;\n    border-radius: 14px;\n    background: var(--zv-accent-soft);\n    color: var(--zv-accent-dark);\n    font-weight: 700;\n  }\n\n  .zv-steps {\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: zv-step;\n  }\n\n  .zv-steps li {\n    position: relative;\n    margin: 10px 0;\n    padding: 15px 14px 15px 54px;\n    border: 1px solid var(--zv-border);\n    border-radius: 14px;\n    background: #ffffff;\n    color: var(--zv-text);\n  }\n\n  .zv-steps li::before {\n    counter-increment: zv-step;\n    content: counter(zv-step);\n    position: absolute;\n    top: 14px;\n    left: 14px;\n    display: grid;\n    width: 28px;\n    height: 28px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--zv-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .zv-spec-list {\n    margin: 14px 0 0;\n  }\n\n  .zv-spec-item {\n    margin: 9px 0;\n    padding: 13px 14px;\n    border: 1px solid var(--zv-border);\n    border-radius: 13px;\n    background: #ffffff;\n  }\n\n  .zv-spec-item dt {\n    margin-bottom: 3px;\n    color: var(--zv-muted);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .zv-spec-item dd {\n    margin: 0;\n    color: var(--zv-ink);\n    font-weight: 650;\n  }\n\n  .zv-faq details {\n    margin: 10px 0;\n    border: 1px solid var(--zv-border);\n    border-radius: 14px;\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .zv-faq summary {\n    position: relative;\n    padding: 16px 48px 16px 15px;\n    color: var(--zv-ink);\n    font-weight: 750;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .zv-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .zv-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    transform: translateY(-50%);\n    color: var(--zv-accent-dark);\n    font-size: 25px;\n    font-weight: 400;\n  }\n\n  .zv-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .zv-faq-answer {\n    padding: 0 15px 16px;\n    color: var(--zv-text);\n  }\n\n  .zv-faq-answer p {\n    margin: 0;\n  }\n\n  .zv-cta {\n    padding: 28px 18px;\n    text-align: center;\n    color: #ffffff;\n    background:\n      radial-gradient(circle at top right, #9f7890 0, transparent 44%),\n      linear-gradient(145deg, #4d3543 0%, #745467 100%);\n  }\n\n  .zv-cta h2,\n  .zv-cta p {\n    color: #ffffff;\n  }\n\n  .zv-cta p {\n    max-width: 590px;\n    margin-right: auto;\n    margin-left: auto;\n    opacity: 0.92;\n  }\n\n  .zv-cta-button {\n    display: block;\n    width: 100%;\n    max-width: 480px;\n    margin: 18px auto 0;\n    padding: 16px 20px;\n    border-radius: 999px;\n    color: var(--zv-accent-dark);\n    background: #ffffff;\n    box-shadow: 0 10px 24px rgba(25, 14, 20, 0.22);\n    font-size: 17px;\n    font-weight: 850;\n    line-height: 1.2;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .zv-cta-button:hover {\n    color: var(--zv-accent-dark);\n    transform: translateY(-2px);\n    box-shadow: 0 14px 28px rgba(25, 14, 20, 0.28);\n  }\n\n  .zv-cta-note {\n    margin: 12px 0 0;\n    font-size: 13px;\n    opacity: 0.82;\n  }\n\n  @media (min-width: 750px) {\n    .zv-eyeliner-page {\n      padding: 22px;\n    }\n\n    .zv-section {\n      margin: 24px 0;\n      padding: 32px;\n    }\n\n    .zv-hero {\n      padding: 42px 36px 30px;\n    }\n\n    .zv-feature-copy,\n    .zv-hero-copy {\n      font-size: 18px;\n    }\n\n    .zv-cta-button {\n      width: auto;\n      min-width: 360px;\n      padding-right: 34px;\n      padding-left: 34px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"zv-eyeliner-page\"\u003e\n\u003c!-- ATTENTION --\u003e\n\u003csection class=\"zv-section zv-hero\"\u003e\u003cspan class=\"zv-eyebrow\"\u003eRetractable Matte Eyeliner\u003c\/span\u003e\n\u003ch2\u003eSmokey Eyes, Made Effortless.\u003c\/h2\u003e\n\u003cp class=\"zv-hero-copy\"\u003eCreate a smooth, richly pigmented matte-black line in one easy stroke. Blend it for a soft smokey finish or let it set for dependable, smudge-resistant wear.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/TikSave.io_7534721786781453581.gif?v=1786008030\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cul class=\"zv-benefits\"\u003e\n\u003cli\u003e✨ \u003cstrong\u003eOne-stroke color\u003c\/strong\u003e without tugging or skipping\u003c\/li\u003e\n\u003cli\u003e✅ \u003cstrong\u003eTwist-up design\u003c\/strong\u003e with no sharpener required\u003c\/li\u003e\n\u003cli\u003e🚀 \u003cstrong\u003eBuildable intensity\u003c\/strong\u003e from subtle definition to bold drama\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_34_1.png?v=1786006807\" alt=\"ZavrlyUS retractable matte black eyeliner pencil for easy smokey eye makeup\" loading=\"eager\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003c!-- INTEREST --\u003e\n\u003csection class=\"zv-section zv-intro\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003eWhy You Will Love It\u003c\/div\u003e\n\u003ch3\u003eOne Pencil. Endless Eye Looks.\u003c\/h3\u003e\n\u003cp\u003eFrom an everyday tightline to a dramatic wing, the creamy tip gives you the control to define, layer and blend without fighting a dry or dragging pencil.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"zv-section zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003e✨ Smooth Application\u003c\/div\u003e\n\u003ch3\u003eOne-Stroke Glide\u003c\/h3\u003e\n\u003cp class=\"zv-feature-copy\"\u003eThe creamy, high-pigment tip deposits a clean matte-black line without dragging across delicate lids. Use it for \u003cstrong\u003etightlining, waterlining or a bold wing\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"zv-callout\"\u003eGet rich definition faster—with fewer passes over the same area.\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_35_2.png?v=1786006806\" alt=\"One-stroke matte black eyeliner application for tightline waterline and winged liner\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003csection class=\"zv-section zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003e🚀 Quick and Convenient\u003c\/div\u003e\n\u003ch3\u003eTwist Up and Apply\u003c\/h3\u003e\n\u003cp class=\"zv-feature-copy\"\u003eExtend only \u003cstrong\u003e1–2 mm\u003c\/strong\u003e and start lining. The retractable design protects the formula and eliminates the mess and inconvenience of carrying a separate sharpener.\u003c\/p\u003e\n\u003cdiv class=\"zv-callout\"\u003eIdeal for quick morning routines, makeup bags and travel.\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_35_3.png?v=1786006806\" alt=\"Twist-up retractable eyeliner pencil that requires no sharpener\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003c!-- DESIRE --\u003e\n\u003csection class=\"zv-section zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003e✅ Controlled Wear\u003c\/div\u003e\n\u003ch3\u003eBlend First. Let It Set.\u003c\/h3\u003e\n\u003cp class=\"zv-feature-copy\"\u003eThe formula gives you time to soften and blend your line into a smokey finish. Once set, it delivers long-wearing, \u003cstrong\u003esmudge-resistant definition\u003c\/strong\u003e throughout the day.\u003c\/p\u003e\n\u003cdiv class=\"zv-callout\"\u003eCreate a soft-focus smokey eye without sacrificing lasting definition.\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_36_4.png?v=1786006807\" alt=\"Smudge-resistant eyeliner that blends into a soft smokey eye before setting\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003csection class=\"zv-section zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003e🌿 Conscious Formula\u003c\/div\u003e\n\u003ch3\u003eComfort Without Harsh Extras\u003c\/h3\u003e\n\u003cp class=\"zv-feature-copy\"\u003eMade without alcohol, added fragrance or gluten. The \u003cstrong\u003evegan formula\u003c\/strong\u003e is enriched with vitamin E to help the pencil feel comfortable around the delicate eye area.\u003c\/p\u003e\n\u003cdiv class=\"zv-callout\"\u003eAlcohol-free · Fragrance-free · Gluten-free · Vegan\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_37_5.png?v=1786006806\" alt=\"Vegan eyeliner formula with vitamin E and no alcohol fragrance or gluten\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003csection class=\"zv-section zv-feature\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003e🎯 Customizable Definition\u003c\/div\u003e\n\u003ch3\u003ePrecision or Intensity—You Decide\u003c\/h3\u003e\n\u003cp class=\"zv-feature-copy\"\u003eUse the very tip for a fine, controlled line. Angle the pencil and press the side against the skin for a thicker, richer result. One pencil takes your look from \u003cstrong\u003ebarely there to boldly defined\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_39_6.png?v=1786006807\" alt=\"Eyeliner tip comparison showing fine precision line and bold intense line\" loading=\"lazy\" width=\"1024\" height=\"1024\"\u003e\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003eHow to Use\u003c\/div\u003e\n\u003ch3\u003eYour Smokey Eye in Four Simple Steps\u003c\/h3\u003e\n\u003col class=\"zv-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwist carefully.\u003c\/strong\u003e Extend the tip approximately 1–2 mm to help prevent unnecessary breakage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDefine the lash line.\u003c\/strong\u003e Glide from the inner corner toward the outer corner using short, controlled strokes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlend before it sets.\u003c\/strong\u003e For a smokey finish, soften the line immediately with a small brush or cotton swab.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuild your intensity.\u003c\/strong\u003e Add another layer or press the side of the tip flat for a thicker, more dramatic line.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"zv-section\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003eProduct Details\u003c\/div\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eProduct TypeRetractable matte eyeliner pencil\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eShadeMatte Black\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eNet Content2.8 g \/ 0.10 oz\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eFinishMatte\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eFormula ClaimsAlcohol-Free, Fragrance-Free, Gluten-Free and Vegan\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eFeatured IngredientVitamin E\u003c\/div\u003e\n\u003cdiv class=\"zv-spec-item\"\u003eIdeal ForSmokey eyes, everyday liner, waterline and tightline looks\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"zv-section zv-faq\"\u003e\n\u003cdiv class=\"zv-feature-label\"\u003eFrequently Asked Questions\u003c\/div\u003e\n\u003ch3\u003eEverything You Need to Know\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need a sharpener?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eNo. The retractable twist-up design keeps the pencil ready to use. Extend only 1–2 mm before application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it on the waterline?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eYes. Its creamy texture is designed to glide smoothly along the waterline and lash line without unnecessary dragging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I create a smokey eye with it?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eYes. Apply the pencil and blend it immediately with a small brush or cotton swab. The formula gives you time to soften the line before it sets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the eyeliner smudge-proof?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eIt sets to a long-wearing, smudge-resistant finish after the initial blending period. Allow it to set before touching the eye area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the formula vegan?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eYes. The formula is vegan, alcohol-free, fragrance-free and gluten-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much product should I twist up?\u003c\/summary\u003e\n\u003cdiv class=\"zv-faq-answer\"\u003e\n\u003cp\u003eExtend approximately 1–2 mm at a time. Extending too much may place unnecessary pressure on the creamy tip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ACTION --\u003e\n\u003csection class=\"zv-section zv-cta\"\u003e\n\u003ch2\u003eReady to Create Your Signature Smokey Eye?\u003c\/h2\u003e\n\u003cp\u003eGlide on smooth matte-black color, blend it your way and build the exact intensity your look needs.\u003c\/p\u003e\n\u003ca class=\"zv-cta-button\" href=\"#\"\u003e Add to Bag \u003c\/a\u003e\n\u003cdiv class=\"zv-cta-note\"\u003eSmooth application · Buildable color · No sharpener needed\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Matte Black \/ 1 Pencil","offer_id":53671408796011,"sku":"NC02482608066486-black 黑色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ Buy 2 Get 1 Free","offer_id":53671418233195,"sku":"NC02482608066486-black 黑色*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ Buy 3 Get 2 Free(Free Shiping）","offer_id":53671418265963,"sku":"NC02482608066486-black 黑色*5","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_6_16_59_34_1.png?v=1786006807"},{"product_id":"velvet-touch-12-color-all-in-one-glam-stick-set","title":"Velvet Touch 12-Color All-in-One Glam Stick Set 💎💫","description":"\u003cstyle\u003e\n  \/* =====================================================\n     UNIVERSAL PRODUCT DETAIL PAGE — DUSTY ROSE EDITORIAL EDITION\n     配色说明：由中性炭褐色调整为「雾玫瑰 + 象牙白」，与美妆眼部\n     产品的色彩氛围呼应，同时保留极简高级的编辑感排版。\n     标题的高饱和紫色内联样式已替换为主题色，避免与整体配色冲突。\n     修改以下变量即可调整整页配色\n     ===================================================== *\/\n\n  .product-page-template {\n    --accent: #b3637f;\n    --accent-dark: #8a4a60;\n    --accent-light: #f8ecf0;\n\n    --heading: #2a1e22;\n    --text: #4a3b3f;\n    --muted: #8a767b;\n    --border: #ecdfe2;\n    --soft-bg: #faf5f6;\n    --white: #ffffff;\n    --shadow: 0 10px 28px rgba(42, 30, 34, 0.08);\n\n    width: 100%;\n    max-width: 960px;\n    margin: 0 auto;\n    overflow: hidden;\n    background: var(--white);\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  .product-page-template,\n  .product-page-template * {\n    box-sizing: border-box;\n  }\n\n  .product-page-template img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ppt-container {\n    width: 100%;\n    max-width: 860px;\n    margin: 0 auto;\n  }\n\n  .ppt-section {\n    padding: 48px 20px;\n  }\n\n  .ppt-section-soft {\n    background: var(--soft-bg);\n  }\n\n  \/* =====================================================\n     SHORT TITLE AND SUBTITLE\n     ===================================================== *\/\n\n  .ppt-hero {\n    padding: 34px 16px 34px;\n    background:\n      radial-gradient(\n        circle at top,\n        rgba(179, 99, 127, 0.09),\n        transparent 45%\n      ),\n      linear-gradient(180deg, #fdfbfb 0%, #ffffff 100%);\n  }\n\n  .ppt-hero-copy {\n    max-width: 760px;\n    margin: 0 auto 22px;\n    text-align: center;\n  }\n\n  .ppt-title {\n    margin: 0;\n    color: var(--heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 38px;\n    font-weight: 600;\n    letter-spacing: -0.015em;\n    line-height: 1.18;\n  }\n\n  \/* neutralize any inline color overrides on the title so it always\n     reads in the themed palette, regardless of source formatting *\/\n  .ppt-title span {\n    color: var(--heading) !important;\n  }\n\n  \/* signature detail: a tapered rose stroke under the hero title,\n     echoing a single sweep of eyeliner *\/\n  .ppt-title::after {\n    content: \"\";\n    display: block;\n    width: 84px;\n    height: 3px;\n    margin: 16px auto 0;\n    border-radius: 999px;\n    background: linear-gradient(90deg, var(--accent) 0%, var(--accent-dark) 100%);\n  }\n\n  .ppt-subtitle {\n    max-width: 700px;\n    margin: 14px auto 0;\n    color: var(--muted);\n    font-size: 19px;\n    line-height: 1.6;\n  }\n\n  \/* =====================================================\n     IMAGES AND GIF\n     ===================================================== *\/\n\n  .ppt-media {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: #f6eef1;\n    box-shadow: var(--shadow);\n  }\n\n  .ppt-media img {\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  .ppt-hero-media {\n    max-width: 540px;\n    margin: 0 auto;\n    border-radius: 10px;\n  }\n\n  \/* =====================================================\n     ONE-SENTENCE PRODUCT SUMMARY\n     ===================================================== *\/\n\n  .ppt-summary {\n    max-width: 760px;\n    margin: 24px auto 0;\n    padding: 20px 24px;\n    border-left: 3px solid var(--accent);\n    border-radius: 0 8px 8px 0;\n    background: var(--accent-light);\n    color: var(--heading);\n    font-size: 19px;\n    font-weight: 600;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  \/* =====================================================\n     INDEPENDENT MAIN IMAGE\n     ===================================================== *\/\n\n  .ppt-main-image-section {\n    padding-top: 40px;\n    padding-bottom: 40px;\n  }\n\n  .ppt-main-image {\n    width: 100%;\n    border-radius: 10px;\n  }\n\n  \/* =====================================================\n     SELLING POINTS\n     标题 → 说明 → 图片\n     ===================================================== *\/\n\n  .ppt-feature {\n    width: 100%;\n  }\n\n  .ppt-feature-copy {\n    max-width: 780px;\n    margin: 0 auto 20px;\n    padding-left: 18px;\n    border-left: 3px solid var(--accent-light);\n    text-align: left;\n  }\n\n  .ppt-feature-copy h2 {\n    margin: 0 0 12px;\n    color: var(--heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    font-weight: 600;\n    letter-spacing: -0.01em;\n    line-height: 1.25;\n  }\n\n  .ppt-feature-copy p {\n    margin: 0;\n    color: var(--text);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .ppt-feature-image {\n    width: 100%;\n    border-radius: 10px;\n  }\n\n  \/* =====================================================\n     USAGE SCENE\n     标题 → 说明 → 图片\n     ===================================================== *\/\n\n  .ppt-scene-copy {\n    max-width: 780px;\n    margin: 0 auto 20px;\n    padding-left: 18px;\n    border-left: 3px solid var(--accent-light);\n    text-align: left;\n  }\n\n  .ppt-scene-copy h2 {\n    margin: 0 0 12px;\n    color: var(--heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    font-weight: 600;\n    letter-spacing: -0.01em;\n    line-height: 1.25;\n  }\n\n  .ppt-scene-copy p {\n    margin: 0;\n    color: var(--text);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .ppt-scene-image {\n    width: 100%;\n    border-radius: 10px;\n  }\n\n  \/* =====================================================\n     PRODUCT SPECIFICATIONS TABLE\n     ===================================================== *\/\n\n  .ppt-spec-heading {\n    margin: 0 0 22px;\n    color: var(--heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    font-weight: 600;\n    line-height: 1.2;\n  }\n\n  .ppt-spec-table-wrap {\n    width: 100%;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: var(--white);\n    box-shadow: var(--shadow);\n  }\n\n  .ppt-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n    color: var(--text);\n    font-size: 17px;\n    line-height: 1.55;\n  }\n\n  .ppt-spec-table th,\n  .ppt-spec-table td {\n    padding: 16px 18px;\n    border-right: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: middle;\n    overflow-wrap: anywhere;\n  }\n\n  .ppt-spec-table th:last-child,\n  .ppt-spec-table td:last-child {\n    border-right: 0;\n  }\n\n  .ppt-spec-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ppt-spec-table thead th {\n    background: var(--accent-light);\n    color: var(--accent-dark);\n    font-size: 15px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .ppt-spec-table tbody tr:nth-child(even) {\n    background: var(--soft-bg);\n  }\n\n  .ppt-spec-table th:first-child,\n  .ppt-spec-table td:first-child {\n    width: 36%;\n  }\n\n  .ppt-spec-table th:last-child,\n  .ppt-spec-table td:last-child {\n    width: 64%;\n  }\n\n  .ppt-spec-table tbody td:first-child {\n    color: var(--heading);\n    font-weight: 700;\n  }\n\n  \/* =====================================================\n     FAQ\n     ===================================================== *\/\n\n  .ppt-faq-heading {\n    margin: 0 0 24px;\n    color: var(--heading);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 30px;\n    font-weight: 600;\n    line-height: 1.2;\n    text-align: center;\n  }\n\n  .ppt-faq-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .ppt-faq-list details {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: var(--white);\n    transition: border-color 0.15s ease;\n  }\n\n  .ppt-faq-list details[open] {\n    border-color: var(--accent);\n  }\n\n  .ppt-faq-list summary {\n    position: relative;\n    padding: 20px 53px 20px 19px;\n    color: var(--heading);\n    font-size: 19px;\n    font-weight: 700;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ppt-faq-list summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ppt-faq-list summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 18px;\n    color: var(--accent);\n    font-size: 28px;\n    font-weight: 400;\n    line-height: 1;\n  }\n\n  .ppt-faq-list details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ppt-faq-answer {\n    padding: 0 19px 20px;\n    color: var(--muted);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  \/* =====================================================\n     WHY US\n     ===================================================== *\/\n\n  .ppt-why-section {\n    padding: 26px 20px 44px;\n    background: var(--soft-bg);\n  }\n\n  .ppt-trust-card {\n    overflow: hidden;\n    margin-bottom: 20px;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    background: var(--white);\n    box-shadow: 0 8px 22px rgba(42, 30, 34, 0.06);\n  }\n\n  .ppt-trust-card:last-child {\n    margin-bottom: 0;\n  }\n\n  .ppt-trust-copy {\n    padding: 28px 23px 22px;\n    text-align: center;\n  }\n\n  .ppt-trust-copy h2 {\n    margin: 0 0 15px;\n    color: var(--heading);\n    font-size: 20px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    line-height: 1.25;\n    text-transform: uppercase;\n  }\n\n  .ppt-trust-copy p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .ppt-why-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 11px;\n    max-width: 680px;\n    margin: 19px auto 0;\n    text-align: left;\n  }\n\n  .ppt-why-item {\n    padding: 13px 14px;\n    border-left: 3px solid var(--accent);\n    border-radius: 5px;\n    background: var(--soft-bg);\n    color: var(--heading);\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .ppt-shipping-list {\n    display: grid;\n    gap: 10px;\n    max-width: 700px;\n    margin: 18px auto 0;\n    text-align: left;\n  }\n\n  .ppt-shipping-item {\n    padding: 14px 15px;\n    border-left: 3px solid var(--accent);\n    border-radius: 5px;\n    background: var(--soft-bg);\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .ppt-shipping-images {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 2px;\n  }\n\n  .ppt-shipping-images img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* =====================================================\n     MOBILE\n     ===================================================== *\/\n\n  @media (max-width: 760px) {\n    .product-page-template {\n      font-size: 18px;\n    }\n\n    .ppt-section {\n      padding: 35px 14px;\n    }\n\n    .ppt-hero {\n      padding: 20px 11px 23px;\n    }\n\n    .ppt-hero-copy {\n      margin-bottom: 13px;\n    }\n\n    .ppt-title {\n      font-size: 29px;\n      line-height: 1.16;\n    }\n\n    .ppt-subtitle {\n      margin-top: 7px;\n      font-size: 18px;\n      line-height: 1.5;\n    }\n\n    .ppt-summary {\n      margin-top: 16px;\n      padding: 17px 16px;\n      font-size: 18px;\n      line-height: 1.6;\n      text-align: left;\n    }\n\n    .ppt-main-image-section {\n      padding-top: 27px;\n      padding-bottom: 27px;\n    }\n\n    .ppt-feature-copy,\n    .ppt-scene-copy {\n      margin-bottom: 17px;\n    }\n\n    .ppt-feature-copy h2,\n    .ppt-scene-copy h2 {\n      font-size: 25px;\n    }\n\n    .ppt-feature-copy p,\n    .ppt-scene-copy p {\n      font-size: 18px;\n      line-height: 1.65;\n    }\n\n    .ppt-spec-heading {\n      margin-bottom: 18px;\n      font-size: 26px;\n    }\n\n    .ppt-spec-table {\n      font-size: 17px;\n    }\n\n    .ppt-spec-table th,\n    .ppt-spec-table td {\n      padding: 14px 12px;\n      line-height: 1.5;\n    }\n\n    .ppt-spec-table thead th {\n      font-size: 14px;\n    }\n\n    .ppt-spec-table th:first-child,\n    .ppt-spec-table td:first-child {\n      width: 38%;\n    }\n\n    .ppt-spec-table th:last-child,\n    .ppt-spec-table td:last-child {\n      width: 62%;\n    }\n\n    .ppt-faq-heading {\n      font-size: 26px;\n    }\n\n    .ppt-faq-list summary {\n      font-size: 18px;\n    }\n\n    .ppt-why-section {\n      padding: 18px 12px 34px;\n    }\n\n    .ppt-trust-copy {\n      padding: 23px 17px 19px;\n    }\n\n    .ppt-trust-copy h2 {\n      font-size: 18px;\n    }\n\n    .ppt-trust-copy p {\n      font-size: 17px;\n    }\n\n    .ppt-why-grid {\n      grid-template-columns: 1fr;\n      gap: 9px;\n    }\n\n    .ppt-why-item {\n      font-size: 17px;\n    }\n\n    .ppt-shipping-item {\n      font-size: 17px;\n    }\n\n    .ppt-shipping-images {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .ppt-section {\n      padding: 31px 12px;\n    }\n\n    .ppt-title {\n      font-size: 27px;\n    }\n\n    .ppt-feature-copy h2,\n    .ppt-scene-copy h2 {\n      font-size: 23px;\n    }\n\n    .ppt-spec-heading,\n    .ppt-faq-heading {\n      font-size: 24px;\n    }\n\n    .ppt-spec-table {\n      font-size: 16px;\n    }\n\n    .ppt-spec-table th,\n    .ppt-spec-table td {\n      padding: 13px 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-page-template\"\u003e\n\u003c!-- =================================================\n       1. SHORT TITLE\n       2. ONE-SENTENCE SUBTITLE\n       3. GIF OR MAIN IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-hero\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-hero-copy\"\u003e\n\u003ch1 class=\"ppt-title\"\u003e\u003cspan style=\"color: rgb(181, 61, 225);\"\u003e✨ Create Stunning Eye Makeup Instantly\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"ppt-subtitle\"\u003eStruggling with messy makeup palettes during morning rushes? Switch to these precise, creamy multi-use color pencils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-media ppt-hero-media\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/7_30_1_4564cd54-aa24-44fe-a3f9-3a5beabffed2.gif?v=1786087066\" alt=\"\"\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c!-- ONE-SENTENCE PRODUCT SUMMARY --\u003e\n\u003cdiv class=\"ppt-summary\"\u003eStop wasting time packing bulky eyeshadow palettes and multiple liners for quick touch-ups. This ultra-creamy 12-color pen set blends seamlessly, giving you flawless, waterproof eye looks in just 60 seconds.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       4. INDEPENDENT MAIN PRODUCT IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section ppt-main-image-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-media ppt-main-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_13_43.png?v=1784278480\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       5. SELLING POINT 1\n       TITLE + DESCRIPTION + IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e🎨 \u003cb\u003eReplace Four Bulky Makeup Tools\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eInstead of carrying heavy kits, use this single pen to draw smooth eyeliner, vibrant eyeshadow, facial highlights, and sharp lip contours perfectly.\u003c\/strong\u003e\u003cspan class=\"notranslate immersive-translate-target-wrapper\" lang=\"zh-CN\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-feature-image ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_18_06.png?v=1784278480\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       6. SELLING POINT 2\n       TITLE + DESCRIPTION + IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e⏱️ \u003cb\u003eAchieve Smooth Color In One Swipe\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eUnlike traditional stiff pencils that scratch your eyelids, this buttery, high-pigment formula glides effortlessly, delivering rich color payoff faster than standard powders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-feature-image ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_21_47.png?v=1784278708\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       7. SELLING POINT 3\n       TITLE + DESCRIPTION + IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e💦 \u003cb\u003eLock Your Look Against Sweat and Rain\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eEngineered with a specialized waterproof wax formula, these long-lasting crayons maintain absolute smudge-free perfection even through heavy gym workouts or sudden downpours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-feature-image ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_24_47.png?v=1784278484\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       8. SELLING POINT 4\n       TITLE + DESCRIPTION + IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-feature\"\u003e\n\u003cdiv class=\"ppt-feature-copy\"\u003e\n\u003ch2\u003e🧼 \u003cb\u003eFinish Daily Makeup Setup in Seconds\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe smart crayon design eliminates powder fallout entirely, saving you ten minutes of cleanup time and keeping your undereyes flawlessly clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-feature-image ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_39_13.png?v=1784278484\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       9. USAGE SCENE\n       TITLE + DESCRIPTION + IMAGE\n       ================================================= --\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003cdiv class=\"ppt-scene-copy\"\u003e\n\u003ch2\u003e✈️ \u003cb\u003eFlawless Glam During Travel Shifts\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cp\u003eWhen packing light for weekend music festivals or busy office trips, these lightweight pens slip seamlessly into tiny pockets for instant, striking touch-ups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-scene-image ppt-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_7_17__16_57_59.png?v=1784278716\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       10. PRODUCT SPECIFICATIONS\n       ================================================= --\u003e\n\u003csection class=\"ppt-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003ch2 class=\"ppt-spec-heading\"\u003e📦 Product Specifications\u003c\/h2\u003e\n\u003cdiv class=\"ppt-spec-table-wrap\"\u003e\n\u003ctable class=\"ppt-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct\u003c\/td\u003e\n\u003ctd\u003e12-Piece Multi-Functional Eyeliner Eyeshadow Pen Set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eGentle Wax-Based Creamy Formula with Pearlescent Pigments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFunctional Features\u003cspan class=\"notranslate immersive-translate-target-wrapper\" lang=\"zh-CN\"\u003e\u003cspan class=\"notranslate\"\u003e \u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"notranslate immersive-translate-target-wrapper\" lang=\"zh-CN\"\u003e\u003cspan class=\"notranslate\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e4-in-1 Multi-Use, Waterproof, 12 Shimmery Shades, Zero Powder Fallout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended For\u003cspan class=\"notranslate immersive-translate-target-wrapper\" lang=\"zh-CN\"\u003e\u003cspan class=\"notranslate\"\u003e \u003c\/span\u003e\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eDaily Eyeshadow \u0026amp; Eyeliner, Quick Highlights, Travel Makeup Kits\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       11. FAQ — ONLY 3 QUESTIONS\n       ================================================= --\u003e\n\u003csection class=\"ppt-section ppt-section-soft\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003ch2 class=\"ppt-faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"ppt-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: \u003cb\u003eAre these safe for sensitive eyes and contact lens wearers?\u003c\/b\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: Yes. The gentle, wax-based formula is dermatologist-tested and glides smoothly on the skin without causing any irritation or flaking.\u003cspan class=\"notranslate immersive-translate-target-wrapper\" lang=\"zh-CN\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: \u003cb\u003eHow do I remove this waterproof color at the end of the day?\u003c\/b\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: Easily. Simply apply standard oil-based makeup remover or cleansing balm, and the long-wear pigment dissolves cleanly in ten seconds.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQ: \u003cb\u003eDoes the set include sharp tools or require a separate sharpener?\u003c\/b\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ppt-faq-answer\"\u003eA: No. The pen tips are designed for immediate use right out of the box, ensuring perfect precision for everyday styling.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       12. WHY US\n       ================================================= --\u003e\n\u003csection class=\"ppt-why-section\"\u003e\n\u003cdiv class=\"ppt-container\"\u003e\n\u003c!-- WHY US --\u003e\n\u003cdiv class=\"ppt-trust-card\"\u003e\n\u003cdiv class=\"ppt-trust-copy\"\u003e\n\u003ch2\u003e\u003cstrong\u003e❤️ Why Us?\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv class=\"ppt-why-grid\"\u003e\n\u003cdiv class=\"ppt-why-item\"\u003e🏭 \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-why-item\"\u003e✅ \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-why-item\"\u003e💰 \u003cstrong\u003eFair Pricing\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-why-item\"\u003e🤝 \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-why-item\"\u003e⭐ \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg loading=\"lazy\" alt=\"Trusted manufacturers and quality-checked products\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\"\u003e\n\u003c\/div\u003e\n\u003c!-- SHOP WITH CONFIDENCE --\u003e\n\u003cdiv class=\"ppt-trust-card\"\u003e\n\u003cdiv class=\"ppt-trust-copy\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg loading=\"lazy\" alt=\"Secure checkout and helpful customer support\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\"\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING \u0026 DELIVERY --\u003e\n\u003cdiv class=\"ppt-trust-card\"\u003e\n\u003cdiv class=\"ppt-trust-copy\"\u003e\n\u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n\u003cdiv class=\"ppt-shipping-list\"\u003e\n\u003cdiv class=\"ppt-shipping-item\"\u003e📦 Every order is carefully packed and processed promptly.\u003c\/div\u003e\n\u003cdiv class=\"ppt-shipping-item\"\u003e🚚 Once shipped, you will receive a tracking number to monitor your package at any time.\u003c\/div\u003e\n\u003cdiv class=\"ppt-shipping-item\"\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ppt-shipping-images\"\u003e\n\u003cimg loading=\"lazy\" alt=\"Carefully packed orders\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\"\u003e \u003cimg loading=\"lazy\" alt=\"Tracked shipping and delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0186","offers":[{"title":"Buy 1 Set- 12PCS","offer_id":53676096356715,"sku":"NC01862607177163-如图12色盒装","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_17__14_19_40.png?v=1784535068"},{"product_id":"queen-cobra-waterproof-liquid-eyeliner-pen","title":"Queen Cobra Waterproof Liquid Eyeliner Pen | Jet Black","description":"\u003cstyle\u003e\n  .qc-product-page {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 16px 36px;\n    color: #171717;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .qc-product-page *,\n  .qc-product-page *::before,\n  .qc-product-page *::after {\n    box-sizing: border-box;\n  }\n\n  .qc-product-page h2,\n  .qc-product-page h3,\n  .qc-product-page p {\n    margin-top: 0;\n  }\n\n  .qc-product-page h2 {\n    margin-bottom: 12px;\n    font-size: 30px;\n    line-height: 1.16;\n    letter-spacing: -0.5px;\n    color: #111;\n  }\n\n  .qc-product-page h3 {\n    margin-bottom: 8px;\n    font-size: 22px;\n    line-height: 1.25;\n    color: #111;\n  }\n\n  .qc-product-page p {\n    margin-bottom: 14px;\n    font-size: 16px;\n  }\n\n  .qc-product-page strong {\n    font-weight: 700;\n  }\n\n  .qc-section {\n    margin: 34px 0;\n  }\n\n  .qc-hero {\n    padding-top: 10px;\n    text-align: center;\n  }\n\n  .qc-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: #f6ece7;\n    color: #8a563f;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n  }\n\n  .qc-hero h2 {\n    font-size: 36px;\n    margin-bottom: 12px;\n  }\n\n  .qc-hero-copy {\n    max-width: 650px;\n    margin: 0 auto 18px;\n    color: #444;\n    font-size: 17px !important;\n  }\n\n  .qc-benefit-strip {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin: 18px 0 0;\n  }\n\n  .qc-benefit-strip span {\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: #faf5f2;\n    color: #4a342b;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .qc-product-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 18px auto 0;\n    border-radius: 14px;\n  }\n\n  .qc-feature {\n    margin: 30px 0;\n  }\n\n  .qc-feature-title {\n    margin-bottom: 8px;\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .qc-feature-copy {\n    color: #444;\n  }\n\n  .qc-feature-copy strong {\n    color: #111;\n  }\n\n  .qc-points {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .qc-points li {\n    position: relative;\n    margin: 10px 0;\n    padding-left: 28px;\n    color: #333;\n    font-size: 16px;\n  }\n\n  .qc-points li::before {\n    position: absolute;\n    left: 0;\n    top: 0;\n    content: \"✓\";\n    color: #9a6046;\n    font-weight: 700;\n  }\n\n  .qc-howto {\n    padding: 24px 18px;\n    border-radius: 18px;\n    background: #faf7f5;\n  }\n\n  .qc-steps {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    counter-reset: qc-step;\n  }\n\n  .qc-steps li {\n    position: relative;\n    margin: 14px 0;\n    padding: 2px 0 2px 44px;\n    color: #333;\n    font-size: 16px;\n    counter-increment: qc-step;\n  }\n\n  .qc-steps li::before {\n    position: absolute;\n    left: 0;\n    top: 0;\n    display: flex;\n    width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #b87555;\n    color: #fff;\n    content: counter(qc-step);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .qc-specs {\n    padding: 20px 18px;\n    border-radius: 16px;\n    background: #f8f8f8;\n  }\n\n  .qc-spec-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 10px 0;\n  }\n\n  .qc-spec-label {\n    min-width: 105px;\n    color: #222;\n    font-weight: 700;\n  }\n\n  .qc-spec-value {\n    flex: 1;\n    color: #555;\n  }\n\n  .qc-faq details {\n    margin: 10px 0;\n    border-radius: 12px;\n    background: #f8f8f8;\n    overflow: hidden;\n  }\n\n  .qc-faq summary {\n    position: relative;\n    padding: 16px 44px 16px 16px;\n    cursor: pointer;\n    color: #171717;\n    font-size: 16px;\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .qc-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .qc-faq summary::after {\n    position: absolute;\n    right: 17px;\n    top: 50%;\n    content: \"+\";\n    transform: translateY(-50%);\n    color: #9a6046;\n    font-size: 24px;\n    font-weight: 400;\n  }\n\n  .qc-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .qc-faq-answer {\n    padding: 0 16px 16px;\n    color: #555;\n    font-size: 15px;\n  }\n\n  .qc-cta {\n    margin-top: 38px;\n    padding: 28px 18px;\n    border-radius: 18px;\n    background: #171717;\n    color: #fff;\n    text-align: center;\n  }\n\n  .qc-cta h2 {\n    margin-bottom: 10px;\n    color: #fff;\n  }\n\n  .qc-cta p {\n    color: #dedede;\n  }\n\n  .qc-cta-button {\n    display: block;\n    width: 100%;\n    margin: 18px auto 0;\n    padding: 15px 20px;\n    border-radius: 999px;\n    background: #d69a7b;\n    color: #111 !important;\n    font-size: 17px;\n    font-weight: 700;\n    text-align: center;\n    text-decoration: none;\n    transition: opacity 0.2s ease;\n  }\n\n  .qc-cta-button:hover {\n    opacity: 0.9;\n  }\n\n  .qc-mini-note {\n    margin-top: 10px;\n    color: #aaa !important;\n    font-size: 12px !important;\n  }\n\n  @media (min-width: 750px) {\n    .qc-product-page {\n      padding-left: 24px;\n      padding-right: 24px;\n    }\n\n    .qc-product-page h2 {\n      font-size: 34px;\n    }\n\n    .qc-hero h2 {\n      font-size: 44px;\n    }\n\n    .qc-feature-title {\n      font-size: 24px;\n    }\n\n    .qc-cta-button {\n      max-width: 360px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"qc-product-page\"\u003e\n\u003c!-- ATTENTION \/ HERO --\u003e\n\u003csection class=\"qc-section qc-hero\"\u003e\n\u003cdiv class=\"qc-eyebrow\"\u003eJet-Black Liquid Eyeliner\u003c\/div\u003e\n\u003ch2\u003eLine It Once. Own It All Day.\u003c\/h2\u003e\n\u003cp class=\"qc-hero-copy\"\u003eFrom a barely-there tightline to a razor-sharp wing, get \u003cstrong\u003edeep black definition, precise control, and long-lasting wear\u003c\/strong\u003e in one sleek pen.\u003c\/p\u003e\n\u003cp class=\"qc-hero-copy\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/1__2.gif?v=1786169781\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"qc-benefit-strip\"\u003e\n\u003cspan\u003e💧 Waterproof\u003c\/span\u003e \u003cspan\u003e✨ Ultra-Fine Tip\u003c\/span\u003e \u003cspan\u003e⚡ Quick-Dry\u003c\/span\u003e \u003cspan\u003e🖤 Matte Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_08_1.png?v=1786158029\" alt=\"Queen Cobra jet-black liquid eyeliner with precision winged eyeliner result\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- INTEREST --\u003e\n\u003csection class=\"qc-section\"\u003e\n\u003ch2\u003eSharp Lines. Zero Makeup Meltdowns.\u003c\/h2\u003e\n\u003cp\u003eDesigned for everyday wear, this liquid liner combines \u003cstrong\u003ebold pigment, precise application, and fast-setting performance\u003c\/strong\u003e so your eye look stays clean without constant checking or touch-ups.\u003c\/p\u003e\n\u003cul class=\"qc-points\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHumidity-ready wear\u003c\/strong\u003e helps resist smudging and transfer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFine felt tip\u003c\/strong\u003e gives you better control from lash line to wing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuick-dry formula\u003c\/strong\u003e helps prevent messy blinking and accidental smears.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeep matte black\u003c\/strong\u003e keeps your eye look bold from AM to PM.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- DESIRE \/ FEATURE 1 --\u003e\n\u003csection class=\"qc-feature\"\u003e\n\u003cdiv class=\"qc-feature-title\"\u003e💧 Waterproof \u0026amp; Smudge-Proof Wear\u003c\/div\u003e\n\u003cp class=\"qc-feature-copy\"\u003eHumidity, long days, and busy schedules do not have to ruin your liner. The intense pigment \u003cstrong\u003esets into a clean, transfer-resistant finish\u003c\/strong\u003e to help keep your wing looking sharp for longer.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_09_2.png?v=1786158029\" alt=\"Waterproof and smudge-resistant eyeliner comparison\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"qc-feature\"\u003e\n\u003cdiv class=\"qc-feature-title\"\u003e✨ Ultra-Fine Felt Tip\u003c\/div\u003e\n\u003cp class=\"qc-feature-copy\"\u003eGo thin, bold, or dramatic without fighting the applicator. The fine felt tip gives you \u003cstrong\u003esmooth control for tightlining, detailed strokes, and sharp wings\u003c\/strong\u003e in fewer passes.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_09_3.png?v=1786158028\" alt=\"Ultra-fine felt tip liquid eyeliner for precise lines and wings\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003csection class=\"qc-feature\"\u003e\n\u003cdiv class=\"qc-feature-title\"\u003e⚡ Quick-Dry in Seconds\u003c\/div\u003e\n\u003cp class=\"qc-feature-copy\"\u003eLess waiting. Less accidental transfer. The formula sets quickly so your line stays \u003cstrong\u003ecrisp, defined, and ready for the next step of your makeup routine\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_10_4.png?v=1786158028\" alt=\"Quick-dry liquid eyeliner that sets in 5 to 10 seconds\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003csection class=\"qc-feature\"\u003e\n\u003cdiv class=\"qc-feature-title\"\u003e🖤 Deep Matte Black That Lasts\u003c\/div\u003e\n\u003cp class=\"qc-feature-copy\"\u003eOne bold line can transform the entire eye look. Rich jet-black pigment delivers a \u003cstrong\u003edeep matte finish that stays visually intense from morning to night\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_10_5.png?v=1786158029\" alt=\"All-day matte jet-black eyeliner from morning to night\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- FEATURE 5 --\u003e\n\u003csection class=\"qc-feature\"\u003e\n\u003cdiv class=\"qc-feature-title\"\u003e👜 Slim, Travel-Ready Design\u003c\/div\u003e\n\u003cp class=\"qc-feature-copy\"\u003eAt just \u003cstrong\u003e0.5 mL\u003c\/strong\u003e, the slim rose-gold pen fits easily into makeup bags, purses, and travel kits—so precise touch-ups are always within reach.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_10_6.png?v=1786158028\" alt=\"Travel-ready 0.5 mL rose-gold liquid eyeliner pen\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"qc-section qc-howto\"\u003e\n\u003ch2\u003eHow to Get the Perfect Line\u003c\/h2\u003e\n\u003cp\u003eA few simple steps are all it takes to go from natural definition to a dramatic wing.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_11_7.png?v=1786158029\" alt=\"How to use Queen Cobra liquid eyeliner in four easy steps\" loading=\"lazy\"\u003e\n\u003col class=\"qc-steps\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eShake gently\u003c\/strong\u003e before use.\u003c\/li\u003e\n\u003cli\u003eStart at the inner corner and \u003cstrong\u003eglide along the lash line\u003c\/strong\u003e using short, even strokes.\u003c\/li\u003e\n\u003cli\u003eFor a wing, angle the tip outward from the outer corner, then \u003cstrong\u003econnect it back to the lash line\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eLet the liner \u003cstrong\u003edry for 5–10 seconds\u003c\/strong\u003e before blinking heavily or layering eyeshadow.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"qc-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"qc-specs\"\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003eLiquid Eyeliner Pen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eShade\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003eJet Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003e0.5 mL \/ 0.016 fl. oz.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eApplicator\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003eFine Felt Tip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003eDeep Matte Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-row\"\u003e\n\u003cdiv class=\"qc-spec-label\"\u003eBest For\u003c\/div\u003e\n\u003cdiv class=\"qc-spec-value\"\u003eEveryday liner, winged eyes \u0026amp; tightlining\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"qc-section qc-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it safe for sensitive eyes?\u003c\/summary\u003e\n\u003cdiv class=\"qc-faq-answer\"\u003eThe formula is designed for use around the eye area. If you have sensitive eyes or wear contact lenses, patch test on the wrist first and discontinue use if irritation occurs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I remove it?\u003c\/summary\u003e\n\u003cdiv class=\"qc-faq-answer\"\u003eUse a gentle eye makeup remover or micellar water. Hold a soaked pad over the eyelid for a few seconds, then wipe away gently without excessive rubbing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it flake or crack?\u003c\/summary\u003e\n\u003cdiv class=\"qc-faq-answer\"\u003eWhen applied in a thin, even layer and allowed to dry fully, it is designed to wear comfortably without unwanted flaking or cracking throughout the day.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long should I let it dry?\u003c\/summary\u003e\n\u003cdiv class=\"qc-faq-answer\"\u003eAllow approximately 5–10 seconds for the liner to set before blinking heavily or applying additional eye makeup.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it for both thin lines and dramatic wings?\u003c\/summary\u003e\n\u003cdiv class=\"qc-faq-answer\"\u003eYes. The fine felt tip is designed to give you control for subtle tightlines, classic everyday liner, or sharper winged looks.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- ACTION --\u003e\n\u003csection class=\"qc-cta\"\u003e\n\u003ch2\u003eYour Sharpest Wing Starts Here.\u003c\/h2\u003e\n\u003cp\u003ePrecise application. Deep matte black. Long-lasting definition. Add the eyeliner your makeup bag has been missing.\u003c\/p\u003e\n\u003ca class=\"qc-cta-button\" href=\"#\"\u003e Shop Now \u003c\/a\u003e\n\u003cp class=\"qc-mini-note\"\u003eJet Black · 0.5 mL · Fine Felt Tip\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"top: 3446.69px; left: 32px; display: none;\"\u003e\u003csvg class=\"\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Buy 1","offer_id":53681029054827,"sku":"NC0248260808544-01","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Buy 2 Get 1 Free","offer_id":53681029087595,"sku":"NC0248260808544-01*3","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Buy 3 Get 2 Free","offer_id":53681029120363,"sku":"NC0248260808544-01*5","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_8_10_56_08_1.png?v=1786158029"}],"url":"https:\/\/zavrlyus.com\/collections\/eyes-eyeliner.oembed","provider":"zavrlyUS","version":"1.0","type":"link"}