{"product_id":"waterproof-precision-eyeliner-pencil","title":"✨Waterproof 1.5mm Precision Eyeliner Pencil🎨","description":"\u003cstyle\u003e\n  .zle-page,\n  .zle-page * {\n    box-sizing: border-box;\n  }\n\n  .zle-page {\n    --zle-ink: #171717;\n    --zle-text: #3f3f46;\n    --zle-muted: #71717a;\n    --zle-bg: #ffffff;\n    --zle-soft: #f6f5f3;\n    --zle-card: #fbfaf9;\n    --zle-accent: #6f5363;\n    --zle-accent-soft: #eee7eb;\n    --zle-border: #e7e5e4;\n\n    width: 100%;\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 12px;\n    color: var(--zle-ink);\n    background: var(--zle-bg);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.65;\n  }\n\n  .zle-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    border-radius: 18px;\n  }\n\n  .zle-section {\n    margin: 0 0 34px;\n  }\n\n  .zle-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin: 0 0 12px;\n    padding: 7px 12px;\n    border-radius: 999px;\n    background: var(--zle-accent-soft);\n    color: var(--zle-accent);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .zle-h1,\n  .zle-h2,\n  .zle-h3 {\n    margin: 0;\n    color: var(--zle-ink);\n    line-height: 1.12;\n    letter-spacing: -0.025em;\n  }\n\n  .zle-h1 {\n    font-size: clamp(34px, 8vw, 62px);\n    font-weight: 900;\n  }\n\n  .zle-h2 {\n    font-size: clamp(27px, 6vw, 42px);\n    font-weight: 900;\n  }\n\n  .zle-h3 {\n    font-size: clamp(22px, 5vw, 30px);\n    font-weight: 850;\n  }\n\n  .zle-lead {\n    margin: 16px 0 0;\n    color: var(--zle-text);\n    font-size: 18px;\n    line-height: 1.55;\n  }\n\n  .zle-copy {\n    margin: 12px 0 0;\n    color: var(--zle-text);\n    font-size: 16px;\n  }\n\n  .zle-copy strong,\n  .zle-list strong {\n    color: var(--zle-ink);\n  }\n\n  .zle-hero {\n    overflow: hidden;\n    padding: 26px 18px 18px;\n    border-radius: 24px;\n    background:\n      radial-gradient(\n        circle at 88% 10%,\n        rgba(111, 83, 99, 0.13),\n        transparent 32%\n      ),\n      linear-gradient(145deg, #f7f6f4 0%, #ffffff 55%, #f1edef 100%);\n  }\n\n  .zle-hero-copy {\n    margin-bottom: 22px;\n  }\n\n  .zle-hero-points {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n    margin: 20px 0 0;\n  }\n\n  .zle-hero-point {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    padding: 12px 14px;\n    border: 1px solid rgba(111, 83, 99, 0.12);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--zle-text);\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .zle-hero-point span:first-child {\n    flex: 0 0 auto;\n  }\n\n  .zle-intro {\n    padding: 22px 18px;\n    border-radius: 20px;\n    background: var(--zle-soft);\n    text-align: center;\n  }\n\n  .zle-intro p {\n    max-width: 720px;\n    margin: 12px auto 0;\n    color: var(--zle-text);\n    font-size: 17px;\n  }\n\n  \/*\n    所有卖点模块统一改为单栏结构：\n    图片在上，文案在下。\n    桌面端也不再切换为左右双栏。\n  *\/\n  .zle-feature {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    padding: 18px;\n    border: 1px solid var(--zle-border);\n    border-radius: 22px;\n    background: var(--zle-card);\n  }\n\n  .zle-feature-media {\n    width: 100%;\n    order: 1;\n  }\n\n  .zle-feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    width: 100%;\n    order: 2;\n  }\n\n  .zle-feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 38px;\n    height: 38px;\n    margin-bottom: 13px;\n    border-radius: 12px;\n    background: var(--zle-ink);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .zle-list {\n    display: grid;\n    gap: 10px;\n    margin: 17px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .zle-list li {\n    position: relative;\n    padding: 12px 13px 12px 42px;\n    border-radius: 13px;\n    background: #ffffff;\n    color: var(--zle-text);\n    font-size: 15px;\n  }\n\n  .zle-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: var(--zle-accent-soft);\n    color: var(--zle-accent);\n    font-size: 13px;\n    font-weight: 900;\n    line-height: 20px;\n    text-align: center;\n  }\n\n  .zle-shades {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 9px;\n    margin-top: 17px;\n  }\n\n  .zle-shade {\n    padding: 11px 9px;\n    border: 1px solid var(--zle-border);\n    border-radius: 12px;\n    background: #ffffff;\n    color: var(--zle-text);\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .zle-steps {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  .zle-step {\n    display: grid;\n    grid-template-columns: 42px minmax(0, 1fr);\n    gap: 12px;\n    align-items: center;\n    padding: 14px;\n    border-radius: 15px;\n    background: #ffffff;\n  }\n\n  .zle-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: var(--zle-accent);\n    color: #ffffff;\n    font-size: 17px;\n    font-weight: 900;\n  }\n\n  .zle-step strong {\n    display: block;\n    color: var(--zle-ink);\n    font-size: 16px;\n  }\n\n  .zle-step span {\n    display: block;\n    margin-top: 2px;\n    color: var(--zle-muted);\n    font-size: 14px;\n  }\n\n  .zle-spec-wrap {\n    overflow: hidden;\n    margin-top: 18px;\n    border: 1px solid var(--zle-border);\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .zle-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .zle-spec-table th,\n  .zle-spec-table td {\n    padding: 14px 13px;\n    border-bottom: 1px solid var(--zle-border);\n    vertical-align: top;\n    text-align: left;\n    font-size: 14px;\n    overflow-wrap: anywhere;\n  }\n\n  .zle-spec-table tr:last-child th,\n  .zle-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .zle-spec-table th {\n    width: 36%;\n    background: var(--zle-soft);\n    color: var(--zle-ink);\n    font-weight: 850;\n  }\n\n  .zle-spec-table td {\n    color: var(--zle-text);\n  }\n\n  .zle-trust {\n    padding: 22px 18px;\n    border-radius: 22px;\n    background: var(--zle-ink);\n    color: #ffffff;\n  }\n\n  .zle-trust .zle-h2 {\n    color: #ffffff;\n  }\n\n  .zle-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    margin-top: 18px;\n  }\n\n  .zle-trust-item {\n    padding: 15px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .zle-trust-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #ffffff;\n    font-size: 16px;\n  }\n\n  .zle-trust-item span {\n    color: rgba(255, 255, 255, 0.76);\n    font-size: 14px;\n  }\n\n  .zle-faq {\n    display: grid;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .zle-faq details {\n    border: 1px solid var(--zle-border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .zle-faq summary {\n    position: relative;\n    padding: 16px 46px 16px 16px;\n    color: var(--zle-ink);\n    font-size: 15px;\n    font-weight: 850;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .zle-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .zle-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    transform: translateY(-50%);\n    color: var(--zle-accent);\n    font-size: 24px;\n    font-weight: 500;\n  }\n\n  .zle-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .zle-faq-answer {\n    padding: 0 16px 16px;\n    color: var(--zle-text);\n    font-size: 14px;\n  }\n\n  .zle-cta {\n    padding: 28px 19px;\n    border-radius: 22px;\n    background:\n      radial-gradient(\n        circle at 10% 20%,\n        rgba(255, 255, 255, 0.18),\n        transparent 30%\n      ),\n      linear-gradient(135deg, #6f5363, #3f3038);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .zle-cta .zle-h2,\n  .zle-cta p {\n    color: #ffffff;\n  }\n\n  .zle-cta p {\n    max-width: 650px;\n    margin: 12px auto 0;\n    font-size: 17px;\n  }\n\n  .zle-cta-note {\n    display: inline-block;\n    margin-top: 18px;\n    border-radius: 999px;\n    background: #ffffff;\n  }\n\n  .zle-cta-note a {\n    display: block;\n    padding: 12px 18px;\n    border-radius: inherit;\n    color: var(--zle-ink);\n    font-size: 15px;\n    font-weight: 900;\n    line-height: 1.3;\n    text-decoration: none;\n  }\n\n  @media (min-width: 720px) {\n    .zle-page {\n      padding: 20px;\n    }\n\n    .zle-section {\n      margin-bottom: 46px;\n    }\n\n    .zle-hero {\n      padding: 38px;\n    }\n\n    .zle-hero-points {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    \/*\n      桌面端仍保持上下单栏，\n      不再设置左右两列。\n    *\/\n    .zle-feature {\n      display: flex;\n      flex-direction: column;\n      gap: 26px;\n      padding: 26px;\n    }\n\n    .zle-feature-media,\n    .zle-feature-copy,\n    .zle-feature.zle-reverse .zle-feature-media,\n    .zle-feature.zle-reverse .zle-feature-copy {\n      width: 100%;\n      order: initial;\n    }\n\n    .zle-feature-media {\n      order: 1;\n    }\n\n    .zle-feature-copy {\n      order: 2;\n    }\n\n    .zle-shades {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n\n    .zle-steps {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .zle-step {\n      grid-template-columns: 1fr;\n      align-items: start;\n    }\n\n    .zle-trust-grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .zle-spec-table th,\n    .zle-spec-table td {\n      padding: 16px 18px;\n      font-size: 15px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .zle-page {\n      padding: 8px;\n    }\n\n    .zle-section {\n      margin-bottom: 28px;\n    }\n\n    .zle-hero,\n    .zle-feature,\n    .zle-intro,\n    .zle-trust,\n    .zle-cta {\n      border-radius: 18px;\n    }\n\n    .zle-hero {\n      padding: 22px 14px 14px;\n    }\n\n    .zle-feature {\n      padding: 14px;\n      gap: 17px;\n    }\n\n    .zle-page img {\n      border-radius: 14px;\n    }\n\n    .zle-lead {\n      font-size: 16px;\n    }\n\n    .zle-copy,\n    .zle-intro p,\n    .zle-cta p {\n      font-size: 15px;\n    }\n\n    .zle-shades {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .zle-spec-table th {\n      width: 38%;\n    }\n\n    .zle-spec-table th,\n    .zle-spec-table td {\n      padding: 12px 10px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"zle-page\"\u003e\n\n  \u003c!-- ATTENTION \/ HOOK --\u003e\n  \u003csection class=\"zle-section zle-hero\"\u003e\n    \u003cdiv class=\"zle-hero-copy\"\u003e\n      \u003cdiv class=\"zle-eyebrow\"\u003e\n        ✨ Smooth Control. Sharper Results.\n      \u003c\/div\u003e\n\n      \u003ch1 class=\"zle-h1\"\u003e\n        Draw Every Line\u003cbr\u003e\n        with Precision\n      \u003c\/h1\u003e\n\n      \u003cp class=\"zle-lead\"\u003e\n        Stop fighting with eyeliner that drags, skips, or smudges.\n        The \u003cstrong\u003ecreamy 1.5 mm precision tip\u003c\/strong\u003e helps you create\n        smooth, defined lines with less effort.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"zle-hero-points\"\u003e\n        \u003cdiv class=\"zle-hero-point\"\u003e\n          \u003cspan\u003e🎯\u003c\/span\u003e\n          \u003cspan\u003eFine-to-bold precision\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zle-hero-point\"\u003e\n          \u003cspan\u003e💧\u003c\/span\u003e\n          \u003cspan\u003eWaterproof, smudge-resistant wear\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zle-hero-point\"\u003e\n          \u003cspan\u003e🎨\u003c\/span\u003e\n          \u003cspan\u003eEight wearable shades\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_17_1.png?v=1785724793\" alt=\"ZavrlyUS longwear precision eyeliner with 1.5 mm creamy tip\" loading=\"eager\"\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"zle-section zle-intro\"\u003e\n    \u003cdiv class=\"zle-eyebrow\"\u003e\n      Made for Real-Life Makeup\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"zle-h2\"\u003e\n      One Pencil. Endless Eye Looks.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Whether you prefer a barely-there lash line or a dramatic wing,\n      the smooth formula gives you the control to build your look\n      without dragging delicate skin.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTEREST \/ CORE FEATURE 1 --\u003e\n  \u003csection class=\"zle-section zle-feature\"\u003e\n    \u003cdiv class=\"zle-feature-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_17_2.png?v=1785724793\" alt=\"Close-up infographic showing the creamy 1.5 mm precision eyeliner tip\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zle-feature-copy\"\u003e\n      \u003cdiv class=\"zle-feature-number\"\u003e01\u003c\/div\u003e\n\n      \u003ch2 class=\"zle-h2\"\u003e\n        Creamy 1.5 mm Precision Tip\n      \u003c\/h2\u003e\n\n      \u003cp class=\"zle-copy\"\u003e\n        Get cleaner, more controlled lines without repeatedly tracing\n        over the same area.\n      \u003c\/p\u003e\n\n      \u003cul class=\"zle-list\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eGlides without tugging\u003c\/strong\u003e for a more comfortable\n          application around the eyes.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eUltra-fine control\u003c\/strong\u003e makes tightlining and sharp\n          wings easier.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eBuildable in one stroke\u003c\/strong\u003e from delicate definition\n          to a bolder finish.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTEREST \/ CORE FEATURE 2 --\u003e\n  \u003csection class=\"zle-section zle-feature\"\u003e\n    \u003cdiv class=\"zle-feature-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_17_3.png?v=1785724794\" alt=\"Waterproof and smudge-resistant eyeliner comparison\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zle-feature-copy\"\u003e\n      \u003cdiv class=\"zle-feature-number\"\u003e02\u003c\/div\u003e\n\n      \u003ch2 class=\"zle-h2\"\u003e\n        Waterproof \u0026amp; Smudge-Resistant\n      \u003c\/h2\u003e\n\n      \u003cp class=\"zle-copy\"\u003e\n        Spend less time checking for transfer and more time enjoying\n        your makeup.\n      \u003c\/p\u003e\n\n      \u003cul class=\"zle-list\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eDesigned to resist sweat, tears, and humidity\u003c\/strong\u003e\n          during everyday wear.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eFilm-forming color\u003c\/strong\u003e helps reduce fading and\n          unwanted transfer.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eLong-wearing definition\u003c\/strong\u003e keeps your eye look\n          feeling polished for longer.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ CORE FEATURE 3 --\u003e\n  \u003csection class=\"zle-section zle-feature\"\u003e\n    \u003cdiv class=\"zle-feature-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_17_4.png?v=1785724794\" alt=\"Eight ZavrlyUS eyeliner shades for natural and statement eye looks\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zle-feature-copy\"\u003e\n      \u003cdiv class=\"zle-feature-number\"\u003e03\u003c\/div\u003e\n\n      \u003ch2 class=\"zle-h2\"\u003e\n        Eight Shades for Every Mood\n      \u003c\/h2\u003e\n\n      \u003cp class=\"zle-copy\"\u003e\n        Match your liner to your skin tone, outfit, eye color, or mood.\n        Go natural for daytime or add color when you want more impact.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"zle-shades\"\u003e\n        \u003cdiv class=\"zle-shade\"\u003ePlum\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eEggplant\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eChocolate\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eBrown\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eLiquorice\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eBlack Truffle\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eNavy Blue\u003c\/div\u003e\n        \u003cdiv class=\"zle-shade\"\u003eBurgundy\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ CORE FEATURE 4 --\u003e\n  \u003csection class=\"zle-section zle-feature\"\u003e\n    \u003cdiv class=\"zle-feature-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_18_5.png?v=1785724794\" alt=\"Beginner-friendly eyeliner application from fine to bold lines\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zle-feature-copy\"\u003e\n      \u003cdiv class=\"zle-feature-number\"\u003e04\u003c\/div\u003e\n\n      \u003ch2 class=\"zle-h2\"\u003e\n        Beginner-Friendly Control\n      \u003c\/h2\u003e\n\n      \u003cp class=\"zle-copy\"\u003e\n        A creamy, even texture helps reduce skipping and patchiness,\n        so your lines look smoother even when you are still practicing.\n      \u003c\/p\u003e\n\n      \u003cul class=\"zle-list\"\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eSmooth color payoff\u003c\/strong\u003e with fewer uneven gaps.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eEasy-to-control tip\u003c\/strong\u003e supports steadier application.\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eTwist-up mechanism\u003c\/strong\u003e advances the product without\n          traditional pencil sharpening.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"zle-section zle-feature\"\u003e\n    \u003cdiv class=\"zle-feature-media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_18_6.png?v=1785724795\" alt=\"Three-step eyeliner application for tightline wing and smoky eye looks\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"zle-feature-copy\"\u003e\n      \u003cdiv class=\"zle-feature-number\"\u003e05\u003c\/div\u003e\n\n      \u003ch2 class=\"zle-h2\"\u003e\n        Define. Line. Elevate.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"zle-copy\"\u003e\n        One precision pencil can take your eyes from naturally defined\n        to softly smoky in three simple steps.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"zle-steps\"\u003e\n        \u003cdiv class=\"zle-step\"\u003e\n          \u003cdiv class=\"zle-step-number\"\u003e1\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eDefine\u003c\/strong\u003e\n            \u003cspan\u003e\n              Fill along the lash line for fuller-looking lashes.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zle-step\"\u003e\n          \u003cdiv class=\"zle-step-number\"\u003e2\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eLine\u003c\/strong\u003e\n            \u003cspan\u003e\n              Extend the outer corner for a clean cat-eye wing.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zle-step\"\u003e\n          \u003cdiv class=\"zle-step-number\"\u003e3\u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eElevate\u003c\/strong\u003e\n            \u003cspan\u003e\n              Layer or softly blend for a smoky, dimensional finish.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"zle-section\"\u003e\n    \u003cdiv class=\"zle-eyebrow\"\u003e\n      Product Details\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"zle-h2\"\u003e\n      Specifications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"zle-spec-wrap\"\u003e\n      \u003ctable class=\"zle-spec-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTip Width\u003c\/th\u003e\n            \u003ctd\u003e1.5 mm precision tip\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFormula\u003c\/th\u003e\n            \u003ctd\u003eCreamy, smooth-gliding, long-wearing formula\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLine Finish\u003c\/th\u003e\n            \u003ctd\u003eBuildable from fine definition to bold lines\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWear Properties\u003c\/th\u003e\n            \u003ctd\u003e\n              Waterproof and designed to resist smudging and transfer\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eShade Range\u003c\/th\u003e\n            \u003ctd\u003e\n              Plum, Eggplant, Chocolate, Brown, Liquorice, Black Truffle,\n              Navy Blue, and Burgundy\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMechanism\u003c\/th\u003e\n            \u003ctd\u003eTwist-up design\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eRecommended Looks\u003c\/th\u003e\n            \u003ctd\u003e\n              Tightline, cat-eye, smoky eye, and natural everyday definition\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWear Time\u003c\/th\u003e\n            \u003ctd\u003e\n              Designed for long wear; individual results may vary\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003csection class=\"zle-section zle-trust\"\u003e\n    \u003cdiv class=\"zle-eyebrow\"\u003e\n      Shop with Confidence\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"zle-h2\"\u003e\n      Why Choose ZavrlyUS?\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"zle-trust-grid\"\u003e\n      \u003cdiv class=\"zle-trust-item\"\u003e\n        \u003cstrong\u003e🔒 Secure Checkout\u003c\/strong\u003e\n        \u003cspan\u003e\n          Your payment information is processed through secure checkout.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zle-trust-item\"\u003e\n        \u003cstrong\u003e📦 Carefully Prepared Orders\u003c\/strong\u003e\n        \u003cspan\u003e\n          Each order is prepared for safe, reliable delivery.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zle-trust-item\"\u003e\n        \u003cstrong\u003e💬 Customer Support\u003c\/strong\u003e\n        \u003cspan\u003e\n          Contact our support team if you have questions about your order.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"zle-section\"\u003e\n    \u003cdiv class=\"zle-eyebrow\"\u003e\n      Quick Answers\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"zle-h2\"\u003e\n      Frequently Asked Questions\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"zle-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the eyeliner waterproof?\u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          Yes. The formula is designed to resist sweat, tears, humidity,\n          smudging, and transfer during normal everyday wear.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need a sharpener?\u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          No traditional pencil sharpening is required. Use the twist-up\n          mechanism to advance the product as needed.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many shades are available?\u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          Eight shades are available: Plum, Eggplant, Chocolate, Brown,\n          Liquorice, Black Truffle, Navy Blue, and Burgundy.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable for beginners?\u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          Yes. The creamy texture and fine tip help create smoother,\n          more controlled lines with less skipping.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use it for a cat-eye?\u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          Yes. The 1.5 mm tip can create thin definition and can be layered\n          into a more dramatic wing, cat-eye, or smoky look.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Can I use it on both the inner and outer lash line?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"zle-faq-answer\"\u003e\n          It can be used for tightlining, upper lash-line definition,\n          outer-corner wings, and softly blended eye looks.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ACTION --\u003e\n  \u003csection class=\"zle-section zle-cta\"\u003e\n    \u003ch2 class=\"zle-h2\"\u003e\n      Ready to Define Your Look?\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Choose your favorite shade and create smooth, precise definition\n      from your first line to your final wing.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"zle-cta-note\"\u003e\n      \u003ca href=\"#\"\u003e\n        Choose Your Shade Above ✨\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Plum","offer_id":53654871998827,"sku":"NC02482608033898-1# PLUM","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Eggplant","offer_id":53654872031595,"sku":"NC02482608033898-2# EGGPLANT","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Chocolate","offer_id":53654872064363,"sku":"NC02482608033898-3#CHOCOLATE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Brown","offer_id":53654872097131,"sku":"NC02482608033898-4# BROWN","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Liquorice","offer_id":53654872129899,"sku":"NC02482608033898-5# LIQUORICE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black Truffle","offer_id":53654872162667,"sku":"NC02482608033898-6#BLACK TRUF","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Navy Blue","offer_id":53654872195435,"sku":"NC02482608033898-7# FLENAVY BLUE","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Burgundy","offer_id":53654872228203,"sku":"NC02482608033898-8#Burgundy","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_3_10_39_17_1.png?v=1785724793","url":"https:\/\/zavrlyus.com\/products\/waterproof-precision-eyeliner-pencil","provider":"zavrlyUS","version":"1.0","type":"link"}