{"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\/products\/queen-cobra-waterproof-liquid-eyeliner-pen","provider":"zavrlyUS","version":"1.0","type":"link"}