{"product_id":"precision-glide-waterproof-liquid-eyeliner-pen","title":"Precision Glide Waterproof Liquid Eyeliner Pen","description":"\u003cstyle\u003e\n  .pg-eyeliner,\n  .pg-eyeliner * {\n    box-sizing: border-box;\n  }\n\n  .pg-eyeliner {\n    --pg-bg: #f7f1e8;\n    --pg-card: #fffaf3;\n    --pg-ink: #191512;\n    --pg-muted: #675d55;\n    --pg-gold: #a77b2d;\n    --pg-line: rgba(167, 123, 45, 0.24);\n    --pg-shadow: 0 18px 55px rgba(63, 46, 29, 0.12);\n    width: 100%;\n    max-width: 980px;\n    margin: 0 auto;\n    overflow: hidden;\n    border-radius: 28px;\n    background: var(--pg-bg);\n    color: var(--pg-ink);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.55;\n  }\n\n  .pg-eyeliner img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .pg-eyeliner h2,\n  .pg-eyeliner h3,\n  .pg-eyeliner p {\n    margin-top: 0;\n  }\n\n  .pg-section {\n    padding: 64px 54px;\n  }\n\n  .pg-section + .pg-section {\n    border-top: 1px solid var(--pg-line);\n  }\n\n  .pg-center {\n    text-align: center;\n  }\n\n  .pg-kicker {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--pg-gold);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .pg-title {\n    max-width: 760px;\n    margin: 0 auto 18px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(38px, 6vw, 72px);\n    font-weight: 500;\n    line-height: 0.98;\n    letter-spacing: -0.035em;\n  }\n\n  .pg-heading {\n    max-width: 720px;\n    margin: 0 auto 16px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 4.8vw, 54px);\n    font-weight: 500;\n    line-height: 1.04;\n    letter-spacing: -0.025em;\n  }\n\n  .pg-subheading {\n    max-width: 680px;\n    margin: 0 auto 30px;\n    color: var(--pg-muted);\n    font-size: clamp(16px, 2vw, 20px);\n  }\n\n  .pg-media {\n    margin: 34px 0 0;\n    overflow: hidden;\n    border: 1px solid rgba(167, 123, 45, 0.18);\n    border-radius: 22px;\n    background: #eee5d9;\n    box-shadow: var(--pg-shadow);\n  }\n\n  .pg-media img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .pg-media--gif img {\n    background: #eee5d9;\n  }\n\n  .pg-benefits {\n    max-width: 760px;\n    margin: 34px auto 0;\n    border-top: 1px solid var(--pg-line);\n  }\n\n  .pg-benefit {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    padding: 20px 0;\n    border-bottom: 1px solid var(--pg-line);\n    text-align: left;\n  }\n\n  .pg-benefit__icon {\n    display: grid;\n    flex: 0 0 42px;\n    width: 42px;\n    height: 42px;\n    place-items: center;\n    border: 1px solid rgba(167, 123, 45, 0.42);\n    border-radius: 50%;\n    color: var(--pg-gold);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .pg-benefit strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 17px;\n  }\n\n  .pg-benefit span {\n    color: var(--pg-muted);\n    font-size: 15px;\n  }\n\n  .pg-story {\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .pg-story + .pg-story {\n    margin-top: 58px;\n  }\n\n  .pg-story__eyebrow {\n    margin-bottom: 8px;\n    color: var(--pg-gold);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .pg-story h3 {\n    margin-bottom: 10px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(27px, 3.5vw, 42px);\n    font-weight: 500;\n    line-height: 1.08;\n  }\n\n  .pg-story p {\n    margin-bottom: 0;\n    color: var(--pg-muted);\n    font-size: 17px;\n  }\n\n  .pg-callout {\n    max-width: 760px;\n    margin: 36px auto 0;\n    padding: 26px 24px;\n    border: 1px solid rgba(167, 123, 45, 0.32);\n    border-radius: 18px;\n    background: rgba(255, 250, 243, 0.78);\n    text-align: center;\n  }\n\n  .pg-callout strong {\n    display: block;\n    margin-bottom: 6px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 25px;\n    font-weight: 500;\n  }\n\n  .pg-callout span {\n    color: var(--pg-muted);\n  }\n\n  .pg-steps {\n    max-width: 760px;\n    margin: 32px auto 0;\n    counter-reset: pg-step;\n  }\n\n  .pg-step {\n    position: relative;\n    padding: 0 0 25px 58px;\n    text-align: left;\n  }\n\n  .pg-step + .pg-step {\n    padding-top: 2px;\n  }\n\n  .pg-step::before {\n    counter-increment: pg-step;\n    content: counter(pg-step);\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 38px;\n    height: 38px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--pg-gold);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .pg-step strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 17px;\n  }\n\n  .pg-step span {\n    color: var(--pg-muted);\n    font-size: 15px;\n  }\n\n  .pg-faq {\n    max-width: 760px;\n    margin: 30px auto 0;\n    text-align: left;\n  }\n\n  .pg-faq details {\n    border-top: 1px solid var(--pg-line);\n  }\n\n  .pg-faq details:last-child {\n    border-bottom: 1px solid var(--pg-line);\n  }\n\n  .pg-faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    cursor: pointer;\n    list-style: none;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .pg-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .pg-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 14px;\n    right: 2px;\n    color: var(--pg-gold);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 29px;\n    font-weight: 400;\n  }\n\n  .pg-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .pg-faq details p {\n    padding: 0 34px 20px 0;\n    color: var(--pg-muted);\n    font-size: 15px;\n  }\n\n  .pg-cta {\n    background:\n      radial-gradient(circle at 20% 0%, rgba(255,255,255,0.72), transparent 42%),\n      linear-gradient(135deg, #ead7b5 0%, #f7efe3 48%, #e6c78f 100%);\n  }\n\n  .pg-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 52px;\n    margin-top: 4px;\n    padding: 14px 30px;\n    border: 1px solid #1b1714;\n    border-radius: 999px;\n    background: #1b1714;\n    color: #fff !important;\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-decoration: none;\n    text-transform: uppercase;\n    transition: transform 180ms ease, box-shadow 180ms ease;\n  }\n\n  .pg-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 28px rgba(25, 21, 18, 0.2);\n  }\n\n  .pg-note {\n    max-width: 680px;\n    margin: 18px auto 0;\n    color: #6c5c4d;\n    font-size: 13px;\n  }\n\n  @media (max-width: 749px) {\n    .pg-eyeliner {\n      border-radius: 0;\n    }\n\n    .pg-section {\n      padding: 46px 16px;\n    }\n\n    .pg-title {\n      font-size: clamp(39px, 13vw, 58px);\n    }\n\n    .pg-heading {\n      font-size: clamp(31px, 9.5vw, 44px);\n    }\n\n    .pg-subheading {\n      margin-bottom: 24px;\n      font-size: 16px;\n    }\n\n    .pg-media {\n      margin-top: 26px;\n      border-radius: 15px;\n      box-shadow: 0 12px 34px rgba(63, 46, 29, 0.11);\n    }\n\n    .pg-story + .pg-story {\n      margin-top: 44px;\n    }\n\n    .pg-story p {\n      font-size: 16px;\n    }\n\n    .pg-benefit {\n      gap: 13px;\n      padding: 17px 0;\n    }\n\n    .pg-benefit__icon {\n      flex-basis: 38px;\n      width: 38px;\n      height: 38px;\n      font-size: 16px;\n    }\n\n    .pg-callout {\n      padding: 22px 18px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .pg-button {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pg-eyeliner\"\u003e\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003ePrecision Glide Liquid Eyeliner\u003c\/span\u003e\n    \u003ch2 class=\"pg-title\"\u003eYour cleanest wing starts here.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      A fine felt tip, rich black color and smooth control come together for liner that feels easier from the very first stroke.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pg-benefits\" aria-label=\"Product highlights\"\u003e\n      \u003cdiv class=\"pg-benefit\"\u003e\n        \u003cspan class=\"pg-benefit__icon\" aria-hidden=\"true\"\u003e01\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003ePrecision felt tip\u003c\/strong\u003e\u003cspan\u003eCreate thin definition, fuller lines or a sharp wing with controlled pressure.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pg-benefit\"\u003e\n        \u003cspan class=\"pg-benefit__icon\" aria-hidden=\"true\"\u003e02\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eIntense black payoff\u003c\/strong\u003e\u003cspan\u003eRich pigment helps every stroke look crisp, smooth and visibly defined.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pg-benefit\"\u003e\n        \u003cspan class=\"pg-benefit__icon\" aria-hidden=\"true\"\u003e03\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eWater- and smudge-resistant\u003c\/strong\u003e\u003cspan\u003eOnce dry, the formula is designed to stay cleaner through busy days and humid moments.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pg-benefit\"\u003e\n        \u003cspan class=\"pg-benefit__icon\" aria-hidden=\"true\"\u003e04\u003c\/span\u003e\n        \u003cdiv\u003e\n\u003cstrong\u003eBeginner-friendly control\u003c\/strong\u003e\u003cspan\u003eUse short strokes along the lash line—there is no need to draw the entire wing in one move.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfigure class=\"pg-media\"\u003e\n      \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_32_1.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_32_1.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_32_1.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_32_1.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_32_1.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 872px\" alt=\"Precision Glide liquid eyeliner with an ultra-precise felt tip and finished winged eye look\" width=\"1254\" height=\"1254\" loading=\"eager\" fetchpriority=\"high\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eSee the glide\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eFrom lash line to wing—without the struggle.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      The pointed applicator gives you room to build gradually, so you can keep it subtle or extend it into a bold cat eye.\n    \u003c\/p\u003e\n    \u003cfigure class=\"pg-media pg-media--gif\"\u003e\n      \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/imgi_167_download_75222382-ae71-475f-b12c-6a404177f513.gif?v=1784603899\" alt=\"Precision Glide eyeliner application demonstration\" width=\"800\" height=\"800\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section\"\u003e\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cdiv class=\"pg-story__eyebrow\"\u003eControlled precision\u003c\/div\u003e\n      \u003ch3\u003eA tip that follows your hand.\u003c\/h3\u003e\n      \u003cp\u003e\n        Hold the pen closer to the tip for detailed work, then change the angle or pressure to move from a hair-thin line to a fuller wing.\n      \u003c\/p\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_34_2.png?v=1784603669\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_34_2.png?v=1784603669\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_34_2.png?v=1784603669\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_34_2.png?v=1784603669\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_34_2.png?v=1784603669\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Close-up of the precision felt tip with fine, medium and winged eyeliner strokes\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cdiv class=\"pg-story__eyebrow\"\u003eBold color payoff\u003c\/div\u003e\n      \u003ch3\u003eDeep black definition in every look.\u003c\/h3\u003e\n      \u003cp\u003e\n        Smooth, rich color makes the lash line look instantly more defined—from soft everyday liner to a statement cat eye.\n      \u003c\/p\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_36_3.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_36_3.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_36_3.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_36_3.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_36_3.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Intense black eyeliner payoff with multiple stroke styles\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cdiv class=\"pg-story__eyebrow\"\u003eReady for real life\u003c\/div\u003e\n      \u003ch3\u003eSet it. Wear it. Keep moving.\u003c\/h3\u003e\n      \u003cp\u003e\n        Let your liner dry fully before touching it. Once set, it is designed to resist water, transfer and everyday smudging.\n      \u003c\/p\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_39_4.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_39_4.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_39_4.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_39_4.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_39_4.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Water-resistant long-wear eyeliner shown on a model with water droplets\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eReal-routine energy\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eEasy enough for your everyday mirror.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      A polished wing should not require a professional hand. Take your time, use short strokes and build the shape that suits you.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_08_55_1.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_08_55_1.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_08_55_1.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_08_55_1.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_08_55_1.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Woman applying Precision Glide eyeliner at a bathroom vanity\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_04_2.png?v=1784603669\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_04_2.png?v=1784603669\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_04_2.png?v=1784603669\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_04_2.png?v=1784603669\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_04_2.png?v=1784603669\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Beauty creator using the eyeliner pen to create a sharp wing\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_08_3.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_08_3.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_08_3.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_08_3.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_08_3.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Mature woman applying Precision Glide eyeliner with easy control\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eSee the difference\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eA small line. A visibly more defined eye.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      Add subtle depth at the lash line or extend the outer corner for a lifted, more expressive finish.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_13_4.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_13_4.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_13_4.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_13_4.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_13_4.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Before and after eyeliner comparison showing instant definition\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_17_5.png?v=1784603671\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_17_5.png?v=1784603671\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_17_5.png?v=1784603671\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_17_5.png?v=1784603671\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_17_5.png?v=1784603671\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Before and after winged eyeliner comparison for hooded eyes\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-story\"\u003e\n      \u003cfigure class=\"pg-media\"\u003e\n        \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_20_6.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_20_6.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_20_6.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_20_6.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_20_6.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 720px\" alt=\"Before and after eyeliner comparison on a mature eye\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pg-callout\"\u003e\n      \u003cstrong\u003eMade to flatter different eye shapes.\u003c\/strong\u003e\n      \u003cspan\u003eKeep the line fine for everyday definition, or build the outer corner for a more lifted effect.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003ePerformance test\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eProof that your line can stay put.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      Draw, let it set, then meet water and gentle wiping with less transfer and less mess.\n    \u003c\/p\u003e\n    \u003cfigure class=\"pg-media\"\u003e\n      \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_24_7.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_24_7.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_24_7.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_24_7.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_11_09_24_7.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 872px\" alt=\"Water and wipe resistance test for Precision Glide liquid eyeliner\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eThree simple steps\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eYour easiest route to a clean wing.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      Start with clean, dry lids and build the shape little by little. Give the formula time to set before touching the eye area.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pg-steps\"\u003e\n      \u003cdiv class=\"pg-step\"\u003e\n\u003cstrong\u003ePrep\u003c\/strong\u003e\u003cspan\u003eRemove excess oil, skincare or concealer from the lash line.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pg-step\"\u003e\n\u003cstrong\u003eLine\u003c\/strong\u003e\u003cspan\u003eUse short strokes from the inner lash line outward. Add the wing last.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"pg-step\"\u003e\n\u003cstrong\u003eSet\u003c\/strong\u003e\u003cspan\u003eAllow approximately 30 seconds to dry fully before rubbing or layering.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfigure class=\"pg-media\"\u003e\n      \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_41_5.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_41_5.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_41_5.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_41_5.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_41_5.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 872px\" alt=\"Three-step guide for applying Precision Glide liquid eyeliner\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eMake it yours\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eOne pen. More than one mood.\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003e\n      Keep your wing classic and refined for daytime, or build it thicker and longer when you want a bolder finish.\n    \u003c\/p\u003e\n    \u003cfigure class=\"pg-media\"\u003e\n      \u003cimg src=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784603670\u0026amp;width=1254\" srcset=\"https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784603670\u0026amp;width=480 480w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784603670\u0026amp;width=750 750w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784603670\u0026amp;width=1100 1100w, https:\/\/virellas-beauty.com\/cdn\/shop\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784603670\u0026amp;width=1254 1254w\" sizes=\"(max-width: 749px) 100vw, 872px\" alt=\"Classic wing and bold cat-eye looks created with Precision Glide eyeliner\" width=\"1254\" height=\"1254\" loading=\"lazy\" decoding=\"async\"\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eQuestions, answered\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eEverything you need to know.\u003c\/h2\u003e\n\n    \u003cdiv class=\"pg-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the eyeliner waterproof?\u003c\/summary\u003e\n        \u003cp\u003eIt is designed to resist water and everyday smudging once fully dry. For best results, apply to clean, oil-free lids and allow about 30 seconds to set.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for beginners?\u003c\/summary\u003e\n        \u003cp\u003eYes. The pointed felt tip works well with short, controlled strokes, so you can build your line gradually instead of drawing everything in one pass.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it on hooded or mature eyes?\u003c\/summary\u003e\n        \u003cp\u003eYes. Keep the line thin along the lash line, look straight into the mirror while placing the wing, and allow it to dry before fully opening or blinking the eye.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I remove it?\u003c\/summary\u003e\n        \u003cp\u003eHold a bi-phase or oil-based eye makeup remover over the closed eye for several seconds, then wipe gently without pulling the skin.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat should I do before first use?\u003c\/summary\u003e\n        \u003cp\u003ePatch test a small amount first if you have sensitive skin. Stop use and rinse thoroughly if redness, itching or burning occurs.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pg-section pg-center pg-cta\"\u003e\n    \u003cspan class=\"pg-kicker\"\u003eYour wing, made easier\u003c\/span\u003e\n    \u003ch2 class=\"pg-heading\"\u003eReady for clean definition in a few controlled strokes?\u003c\/h2\u003e\n    \u003cp class=\"pg-subheading\"\u003eChoose your preferred bundle above and make Precision Glide part of your everyday routine.\u003c\/p\u003e\n    \u003ca class=\"pg-button\" href=\"#MainContent\"\u003eChoose Your Bundle\u003c\/a\u003e\n    \u003cp class=\"pg-note\"\u003eFor external use only. Avoid direct contact with the eye. Keep the cap tightly closed after use.\u003c\/p\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"virellas-beauty","offers":[{"title":"BUY 1","offer_id":49016322130139,"sku":"shdumzug-A03-hsyxb","price":33.32,"currency_code":"USD","in_stock":true},{"title":"BUY 1 FREE 1","offer_id":49016322162907,"sku":"shdumzug-A03-pkg-hsyxb*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"BUY 2 FREE 2","offer_id":49016322195675,"sku":"shdumzug-A03-pkg-hsyxb*4","price":48.88,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0840\/0961\/5579\/files\/ChatGPTImage2026_7_21_10_44_43_6.png?v=1784912264","url":"https:\/\/9grc0f-z0.myshopify.com\/products\/precision-glide-waterproof-liquid-eyeliner-pen","provider":"Happy Flash Sale","version":"1.0","type":"link"}