{"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","url":"https:\/\/zavrlyus.com\/products\/glide-matte-retractable-eyeliner-pencil","provider":"zavrlyUS","version":"1.0","type":"link"}