{"product_id":"waterproof-mascara-built-in-mirror","title":"✨Waterproof Mascara with Built-In Mirror \u0026 Silicone Brush","description":"\u003cstyle\u003e\n  .zv-mascara,\n  .zv-mascara * {\n    box-sizing: border-box;\n  }\n\n  .zv-mascara {\n    --zv-gold: #a77a24;\n    --zv-gold-dark: #7d5818;\n    --zv-champagne: #c9b896;\n    --zv-cream: #f8f5f0;\n    --zv-soft: #f3ede3;\n    --zv-white: #ffffff;\n    --zv-ink: #241f1a;\n    --zv-text: #4c453d;\n    --zv-muted: #766e65;\n    --zv-border: #e6ded2;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 14px 24px;\n    color: var(--zv-text);\n    background: var(--zv-white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.6;\n  }\n\n  .zv-mascara h2,\n  .zv-mascara h3,\n  .zv-mascara p {\n    margin-top: 0;\n  }\n\n  .zv-mascara h2 {\n    margin-bottom: 8px;\n    color: var(--zv-ink);\n    font-size: 28px;\n    line-height: 1.2;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n  .zv-mascara h3 {\n    margin-bottom: 6px;\n    color: var(--zv-ink);\n    font-size: 21px;\n    line-height: 1.3;\n    font-weight: 750;\n  }\n\n  .zv-mascara p {\n    margin-bottom: 10px;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .zv-mascara img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 12px auto 0;\n    border-radius: 14px;\n  }\n\n  .zv-section {\n    padding: 20px 0;\n  }\n\n  \/* HERO *\/\n  .zv-hero {\n    padding-top: 16px;\n    text-align: center;\n  }\n\n  .zv-eyebrow {\n    display: inline-block;\n    margin-bottom: 7px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: var(--zv-soft);\n    color: var(--zv-gold-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .zv-hero h2 {\n    margin-bottom: 8px;\n    color: var(--zv-gold-dark);\n    font-size: 34px;\n  }\n\n  .zv-hero-copy {\n    max-width: 700px;\n    margin: 0 auto 6px;\n    color: var(--zv-text);\n    font-size: 17px !important;\n  }\n\n  .zv-hero strong,\n  .zv-feature strong,\n  .zv-step strong {\n    color: var(--zv-ink);\n  }\n\n  .zv-quick-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n    margin: 12px 0 2px;\n  }\n\n  .zv-benefit-pill {\n    padding: 7px 11px;\n    border: 1px solid var(--zv-border);\n    border-radius: 999px;\n    background: var(--zv-white);\n    color: var(--zv-text);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  \/* INTRO *\/\n  .zv-intro-box {\n    padding: 18px 16px;\n    border-radius: 16px;\n    background: var(--zv-cream);\n  }\n\n  .zv-intro-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* FEATURES *\/\n  .zv-feature {\n    margin-bottom: 14px;\n    padding: 18px 16px;\n    border-radius: 16px;\n    background: var(--zv-cream);\n  }\n\n  .zv-feature:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-feature p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* HOW TO USE *\/\n  .zv-steps {\n    counter-reset: zv-step;\n    margin-top: 12px;\n  }\n\n  .zv-step {\n    position: relative;\n    margin-bottom: 8px;\n    padding: 14px 14px 14px 50px;\n    border: 1px solid var(--zv-border);\n    border-radius: 14px;\n    background: var(--zv-white);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .zv-step:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-step::before {\n    counter-increment: zv-step;\n    content: counter(zv-step);\n    position: absolute;\n    top: 13px;\n    left: 14px;\n    width: 27px;\n    height: 27px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--zv-gold);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .zv-step strong {\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  \/* SPECIFICATIONS *\/\n  .zv-spec-box {\n    overflow: hidden;\n    border: 1px solid var(--zv-border);\n    border-radius: 16px;\n    background: var(--zv-white);\n  }\n\n  .zv-spec-row {\n    display: block;\n    padding: 12px 14px;\n    border-bottom: 1px solid var(--zv-border);\n  }\n\n  .zv-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .zv-spec-label {\n    display: block;\n    margin-bottom: 2px;\n    color: var(--zv-ink);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .zv-spec-value {\n    display: block;\n    color: var(--zv-text);\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  \/* FAQ *\/\n  .zv-faq details {\n    margin-bottom: 8px;\n    border: 1px solid var(--zv-border);\n    border-radius: 13px;\n    background: var(--zv-white);\n    overflow: hidden;\n  }\n\n  .zv-faq details:last-child {\n    margin-bottom: 0;\n  }\n\n  .zv-faq summary {\n    position: relative;\n    padding: 14px 42px 14px 14px;\n    color: var(--zv-ink);\n    font-size: 16px;\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: 15px;\n    transform: translateY(-50%);\n    color: var(--zv-gold);\n    font-size: 23px;\n    font-weight: 500;\n    transition: transform 0.2s ease;\n  }\n\n  .zv-faq details[open] summary::after {\n    transform: translateY(-50%) rotate(45deg);\n  }\n\n  .zv-faq-content {\n    padding: 0 14px 14px;\n    color: var(--zv-text);\n  }\n\n  .zv-faq-content p {\n    margin-bottom: 0;\n  }\n\n  \/* CTA *\/\n  .zv-final {\n    padding: 22px 16px;\n    text-align: center;\n    border-radius: 18px;\n    background: var(--zv-soft);\n  }\n\n  .zv-final h2 {\n    margin-bottom: 8px;\n    color: var(--zv-gold-dark);\n  }\n\n  .zv-final p {\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .zv-cta {\n    display: block;\n    width: 100%;\n    max-width: 420px;\n    margin: 14px auto 0;\n    padding: 15px 22px;\n    border-radius: 999px;\n    background: var(--zv-gold-dark);\n    color: #ffffff !important;\n    text-align: center;\n    text-decoration: none !important;\n    font-size: 17px;\n    font-weight: 800;\n    box-shadow: 0 7px 18px rgba(125, 88, 24, 0.18);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .zv-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 10px 24px rgba(125, 88, 24, 0.24);\n  }\n\n  .zv-cta-note {\n    margin-top: 8px !important;\n    margin-bottom: 0 !important;\n    color: var(--zv-muted);\n    font-size: 12px !important;\n  }\n\n  \/* DESKTOP *\/\n  @media (min-width: 768px) {\n    .zv-mascara {\n      padding-left: 20px;\n      padding-right: 20px;\n    }\n\n    .zv-section {\n      padding: 26px 0;\n    }\n\n    .zv-hero {\n      padding-top: 20px;\n    }\n\n    .zv-hero h2 {\n      font-size: 42px;\n    }\n\n    .zv-mascara h2 {\n      font-size: 32px;\n    }\n\n    .zv-feature,\n    .zv-intro-box {\n      padding: 22px;\n    }\n\n    .zv-spec-row {\n      display: flex;\n      gap: 24px;\n      align-items: flex-start;\n      padding: 13px 18px;\n    }\n\n    .zv-spec-label {\n      width: 190px;\n      flex-shrink: 0;\n      margin-bottom: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"zv-mascara\"\u003e\n\n  \u003c!-- A: ATTENTION --\u003e\n  \u003csection class=\"zv-section zv-hero\"\u003e\n\n    \u003cspan class=\"zv-eyebrow\"\u003eEveryday Lash Essential\u003c\/span\u003e\n\n    \u003ch2\u003eLashes That Go Anywhere\u003c\/h2\u003e\n\n    \u003cp class=\"zv-hero-copy\"\u003e\n      Meet the mascara made for busy mornings, long days, and quick touch-ups.\n      \u003cstrong\u003eWaterproof wear, lift, length, volume, and a built-in mirror\u003c\/strong\u003e\n      come together in one travel-friendly tube.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"zv-quick-benefits\"\u003e\n      \u003cspan class=\"zv-benefit-pill\"\u003e💧 Waterproof Wear\u003c\/span\u003e\n      \u003cspan class=\"zv-benefit-pill\"\u003e🪞 Built-In Mirror\u003c\/span\u003e\n      \u003cspan class=\"zv-benefit-pill\"\u003e🖌️ Precision Brush\u003c\/span\u003e\n      \u003cspan class=\"zv-benefit-pill\"\u003e✨ Length + Volume\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/08071.gif?v=1786071022\" alt=\"ZavrlyUS waterproof mascara with built-in mirror\" loading=\"lazy\"\u003e\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- I: INTEREST --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-intro-box\"\u003e\n\n      \u003ch2\u003eEverything You Need for Defined Lashes — In One Tube\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Skip the bulky makeup bag. This black mascara combines a\n        \u003cstrong\u003esmall silicone precision brush\u003c\/strong\u003e with a convenient\n        \u003cstrong\u003ebuilt-in mirror\u003c\/strong\u003e, helping you apply, define, and check\n        your lashes wherever the day takes you.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Go from naturally defined daytime lashes to a fuller, more dramatic\n        look with a buildable formula that stays comfortable without\n        unnecessary heaviness.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- D: DESIRE \/ FEATURE 1 --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-feature\"\u003e\n\n      \u003ch3\u003e🪞 Built-In Mirror\u003c\/h3\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eTouch up without hunting for a compact.\u003c\/strong\u003e\n        The integrated mirror gives you a convenient close-up view whenever\n        you need to check your lashes — perfect for handbags, desks, travel,\n        and quick on-the-go fixes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_7_10_46_49_1.png?v=1786070837\" alt=\"Built-in mirror mascara for quick lash touch-ups\" loading=\"lazy\"\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 2 --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-feature\"\u003e\n\n      \u003ch3\u003e🖌️ Silicone Precision Brush\u003c\/h3\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eCatch and separate lashes with more control.\u003c\/strong\u003e\n        Small, flexible silicone bristles help grip lashes from root to tip,\n        making it easier to create a cleaner, more defined finish with less\n        clumping.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_7_10_46_49_2.png?v=1786070837\" alt=\"Silicone precision mascara brush separating eyelashes\" loading=\"lazy\"\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 3 --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-feature\"\u003e\n\n      \u003ch3\u003e💧 Waterproof \u0026amp; Smudge-Proof\u003c\/h3\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eKeep your lash look cleaner for longer.\u003c\/strong\u003e\n        The formula is designed to resist water, humidity, sweat, and everyday\n        smudging, helping your lashes stay neat and defined from morning\n        through night.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_7_10_46_50_3.png?v=1786070837\" alt=\"Waterproof and smudge-resistant black mascara\" loading=\"lazy\"\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 4 --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-feature\"\u003e\n\n      \u003ch3\u003e✨ Lift, Length \u0026amp; Volume\u003c\/h3\u003e\n\n      \u003cp\u003e\n        \u003cstrong\u003eCustomize your lashes instead of settling for one look.\u003c\/strong\u003e\n        Apply one coat for visible definition and length, then layer more when\n        you want fuller, more dramatic-looking lashes.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_7_10_46_50_4.png?v=1786070837\" alt=\"Mascara before and after showing lift length and volume\" loading=\"lazy\"\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003ch2\u003eHow to Get Your Best Lash Look\u003c\/h2\u003e\n\n    \u003cdiv class=\"zv-steps\"\u003e\n\n      \u003cdiv class=\"zv-step\"\u003e\n        \u003cstrong\u003eStart at the roots.\u003c\/strong\u003e\n        Position the silicone brush close to the base of your upper lashes.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-step\"\u003e\n        \u003cstrong\u003eBrush upward from root to tip.\u003c\/strong\u003e\n        Use smooth strokes to separate, define, and coat lashes evenly.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-step\"\u003e\n        \u003cstrong\u003eBuild your desired intensity.\u003c\/strong\u003e\n        Add another coat when you want more visible length and volume.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-step\"\u003e\n        \u003cstrong\u003eCheck your finish.\u003c\/strong\u003e\n        Use the built-in mirror for quick adjustments without carrying a\n        separate compact.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"zv-spec-box\"\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eColor\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003eBlack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003e7 g \/ 0.25 oz\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eBrush Type\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003eSmall silicone precision brush\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eKey Benefits\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003e\n          Lengthening, volumizing, curling, waterproof, and smudge-resistant\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eShelf Life\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003e3 years\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"zv-spec-row\"\u003e\n        \u003cspan class=\"zv-spec-label\"\u003eBest For\u003c\/span\u003e\n        \u003cspan class=\"zv-spec-value\"\u003e\n          Everyday makeup, travel, handbags, and on-the-go touch-ups\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"zv-section zv-faq\"\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs this mascara waterproof?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          The formula is designed to resist water, sweat, humidity, and\n          everyday smudging. Wear performance can vary depending on skin type,\n          environment, and application.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat makes the silicone brush different?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          Its small, flexible bristles are designed to grip and separate lashes\n          from root to tip, giving you more control while helping reduce\n          clumping.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I build up the mascara for more volume?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          Yes. Use one coat for a more defined everyday look, then apply\n          additional coats when you want fuller, more dramatic-looking lashes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the built-in mirror for?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          It gives you a convenient way to check your lashes and make quick\n          touch-ups without carrying a separate compact mirror.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I use it if I have sensitive eyes?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          The product is intended for general cosmetic use. If you have\n          sensitive eyes or wear contact lenses, test carefully before regular\n          use and discontinue use if irritation occurs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I remove it?\u003c\/summary\u003e\n\n      \u003cdiv class=\"zv-faq-content\"\u003e\n        \u003cp\u003e\n          Use a gentle eye makeup remover or micellar water. Hold the remover\n          over closed eyes briefly to help dissolve the mascara, then wipe\n          softly without excessive rubbing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- A: ACTION --\u003e\n  \u003csection class=\"zv-section\"\u003e\n\n    \u003cdiv class=\"zv-final\"\u003e\n\n      \u003ch2\u003eDefined Lashes. Less to Carry.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Get waterproof definition, buildable volume, precise application,\n        and a convenient built-in mirror in one everyday mascara.\n      \u003c\/p\u003e\n\n      \u003ca class=\"zv-cta\" href=\"#\"\u003e\n        Get Yours Now\n      \u003c\/a\u003e\n\n      \u003cp class=\"zv-cta-note\"\u003e\n        Perfect for everyday makeup, travel, and quick touch-ups.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"7 g \/ 0.25 oz \/ 1 Pack","offer_id":53675514560875,"sku":"NC02482608076710-7g\/支","price":24.99,"currency_code":"USD","in_stock":true},{"title":"7 g \/ 0.25 oz \/ 🔥Buy 2 save $ 10","offer_id":53675514593643,"sku":"NC02482608076710-7g\/支*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"7 g \/ 0.25 oz \/ 👑Buy 3 Get 1 Free+Free Shiping","offer_id":53675514626411,"sku":"NC02482608076710-7g\/支*4","price":74.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_8_7_10_46_49_1.png?v=1786070837","url":"https:\/\/zavrlyus.com\/products\/waterproof-mascara-built-in-mirror","provider":"zavrlyUS","version":"1.0","type":"link"}