{"product_id":"50-plus-lash-revival-mascara","title":"🪶50+ Lash Revival Mascara | Waterproof Mascara for Mature Lashes💧","description":"\u003cstyle\u003e\n  .mlm-page {\n    --mlm-text: #252525;\n    --mlm-muted: #666666;\n    --mlm-soft: #f7f7f5;\n    --mlm-silver: #ececea;\n    --mlm-dark: #171717;\n    --mlm-accent: #745448;\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--mlm-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .mlm-page * {\n    box-sizing: border-box;\n  }\n\n  .mlm-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  .mlm-hero,\n  .mlm-section,\n  .mlm-steps,\n  .mlm-specs,\n  .mlm-trust,\n  .mlm-closing {\n    margin: 0 0 24px;\n    border-radius: 18px;\n    overflow: hidden;\n  }\n\n  .mlm-hero {\n    padding: 30px 20px;\n    text-align: center;\n    background:\n      radial-gradient(circle at top left, rgba(255,255,255,.95), rgba(255,255,255,0) 45%),\n      linear-gradient(145deg, #f4f4f2 0%, #ffffff 55%, #ececea 100%);\n  }\n\n  .mlm-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    background: #ffffff;\n    box-shadow: 0 5px 18px rgba(0,0,0,.06);\n    color: var(--mlm-accent);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .04em;\n  }\n\n  .mlm-hero h1 {\n    margin: 0 0 12px;\n    color: var(--mlm-dark);\n    font-size: clamp(30px, 7vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -.025em;\n  }\n\n  .mlm-hero-copy {\n    max-width: 640px;\n    margin: 0 auto 18px;\n    color: #4d4d4d;\n    font-size: 17px;\n  }\n\n  .mlm-usp-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 18px;\n  }\n\n  .mlm-usp-row span {\n    padding: 8px 11px;\n    border-radius: 10px;\n    background: rgba(255,255,255,.85);\n    color: #333333;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .mlm-section {\n    background: #ffffff;\n    box-shadow: 0 8px 30px rgba(0,0,0,.055);\n  }\n\n  .mlm-content {\n    padding: 24px 20px;\n  }\n\n  .mlm-kicker {\n    margin: 0 0 7px;\n    color: var(--mlm-accent);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n  }\n\n  .mlm-section h2,\n  .mlm-steps h2,\n  .mlm-specs h2,\n  .mlm-trust h2,\n  .mlm-closing h2 {\n    margin: 0 0 10px;\n    color: var(--mlm-dark);\n    font-size: clamp(24px, 6vw, 34px);\n    line-height: 1.16;\n  }\n\n  .mlm-section p,\n  .mlm-steps p,\n  .mlm-specs p,\n  .mlm-trust p,\n  .mlm-closing p {\n    margin: 0 0 12px;\n  }\n\n  .mlm-benefits {\n    padding: 0;\n    margin: 16px 0 0;\n    list-style: none;\n  }\n\n  .mlm-benefits li {\n    position: relative;\n    margin: 0 0 11px;\n    padding-left: 29px;\n  }\n\n  .mlm-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--mlm-accent);\n    font-weight: 900;\n  }\n\n  .mlm-highlight {\n    margin-top: 16px;\n    padding: 14px 16px;\n    border-radius: 12px;\n    background: var(--mlm-soft);\n    color: #3d3d3d;\n    font-weight: 700;\n  }\n\n  .mlm-steps {\n    padding: 26px 20px;\n    background: var(--mlm-soft);\n  }\n\n  .mlm-step-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .mlm-step {\n    padding: 18px;\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .mlm-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 10px;\n    border-radius: 50%;\n    background: var(--mlm-dark);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .mlm-step h3 {\n    margin: 0 0 5px;\n    font-size: 18px;\n    line-height: 1.25;\n  }\n\n  .mlm-step p {\n    margin: 0;\n    color: var(--mlm-muted);\n    font-size: 15px;\n  }\n\n  .mlm-specs {\n    padding: 26px 20px;\n    background: #ffffff;\n    box-shadow: 0 8px 30px rgba(0,0,0,.055);\n  }\n\n  .mlm-spec-list {\n    margin-top: 17px;\n    border-radius: 14px;\n    overflow: hidden;\n    background: var(--mlm-soft);\n  }\n\n  .mlm-spec-row {\n    display: grid;\n    grid-template-columns: 42% 58%;\n    gap: 10px;\n    padding: 13px 15px;\n    border-bottom: 1px solid rgba(0,0,0,.07);\n  }\n\n  .mlm-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .mlm-spec-label {\n    color: #565656;\n    font-weight: 700;\n  }\n\n  .mlm-spec-value {\n    color: var(--mlm-dark);\n  }\n\n  .mlm-trust {\n    padding: 25px 20px;\n    text-align: center;\n    background: linear-gradient(145deg, #232323, #080808);\n    color: #ffffff;\n  }\n\n  .mlm-trust h2 {\n    color: #ffffff;\n  }\n\n  .mlm-trust-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .mlm-trust-item {\n    padding: 15px;\n    border-radius: 13px;\n    background: rgba(255,255,255,.09);\n  }\n\n  .mlm-trust-item strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 16px;\n  }\n\n  .mlm-trust-item span {\n    color: rgba(255,255,255,.76);\n    font-size: 14px;\n  }\n\n  .mlm-closing {\n    padding: 28px 20px;\n    text-align: center;\n    background: linear-gradient(145deg, #f0efed, #ffffff);\n  }\n\n  .mlm-closing p {\n    max-width: 620px;\n    margin-left: auto;\n    margin-right: auto;\n    color: #555555;\n  }\n\n  .mlm-closing-note {\n    display: inline-block;\n    margin-top: 8px;\n    padding: 10px 15px;\n    border-radius: 999px;\n    background: #ffffff;\n    box-shadow: 0 5px 18px rgba(0,0,0,.06);\n    color: var(--mlm-dark);\n    font-weight: 800;\n  }\n\n  @media (min-width: 680px) {\n    .mlm-hero {\n      padding: 44px 38px;\n    }\n\n    .mlm-content,\n    .mlm-steps,\n    .mlm-specs,\n    .mlm-trust,\n    .mlm-closing {\n      padding: 34px 36px;\n    }\n\n    .mlm-step-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .mlm-trust-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlm-page\"\u003e\n\n  \u003c!-- ATTENTION \/ HOOK --\u003e\n  \u003csection class=\"mlm-hero\"\u003e\n    \u003cdiv class=\"mlm-eyebrow\"\u003eCREATED FOR LASHES 50+\u003c\/div\u003e\n\n    \u003ch1\u003eBring Thin, Sparse Lashes Back to Life\u003c\/h1\u003e\n\n    \u003cp class=\"mlm-hero-copy\"\u003e\n      A gentle, precision mascara that helps mature lashes look\n      \u003cstrong\u003elonger, fuller and beautifully lifted\u003c\/strong\u003e—without heavy clumps,\n      uncomfortable tugging or a stiff, spidery finish.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mlm-usp-row\"\u003e\n      \u003cspan\u003e🌟 Sensitive-Eye Safe\u003c\/span\u003e\n      \u003cspan\u003e💧 Waterproof Wear\u003c\/span\u003e\n      \u003cspan\u003e🪶 Length + Volume\u003c\/span\u003e\n      \u003cspan\u003e🖌️ Slim Precision Brush\u003c\/span\u003e\n      \u003cspan\u003e⏱️ Fast-Dry · Easy-Off\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTEREST \/ FEATURE 1 --\u003e\n  \u003csection class=\"mlm-section\"\u003e\n    \u003cdiv class=\"mlm-content\"\u003e\n      \u003cp class=\"mlm-kicker\"\u003e💕 Mature-Lash Revival\u003c\/p\u003e\n      \u003ch2\u003eMade for Thin, Short and Sparse Lashes\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Lashes can appear finer and less defined over time. This gentle formula\n        helps restore the look of \u003cstrong\u003elift, length and natural fullness\u003c\/strong\u003e\n        without weighing delicate lashes down.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlm-benefits\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBuilds visible length\u003c\/strong\u003e from root to tip.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAdds soft, natural-looking volume\u003c\/strong\u003e without stiffness.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHelps lift and curl\u003c\/strong\u003e for a more awake-looking eye area.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eGlides on without tugging\u003c\/strong\u003e fragile mature lashes.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"mlm-highlight\"\u003e\n        Age is just a number. Beautiful lashes never go out of style.\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_7_24_11_36_36_1.png?v=1784864222\" alt=\"\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ FEATURE 2 --\u003e\n  \u003csection class=\"mlm-section\"\u003e\n    \u003cdiv class=\"mlm-content\"\u003e\n      \u003cp class=\"mlm-kicker\"\u003e💧 All-Day Confidence\u003c\/p\u003e\n      \u003ch2\u003eWaterproof, Smudge-Proof Wear\u003c\/h2\u003e\n\n      \u003cp\u003e\n        From busy mornings to evening plans, your lashes stay\n        \u003cstrong\u003edefined, lifted and clean-looking\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlm-benefits\"\u003e\n        \u003cli\u003eResists \u003cstrong\u003erain, sweat and tears\u003c\/strong\u003e.\u003c\/li\u003e\n        \u003cli\u003eHelps prevent fading and under-eye transfer.\u003c\/li\u003e\n        \u003cli\u003eKeeps the eye area looking fresh—without raccoon eyes.\u003c\/li\u003e\n        \u003cli\u003eIdeal for meetings, workouts, events and everyday wear.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"mlm-highlight\"\u003e\n        Flawless from dawn to date night.\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_7_24_11_36_38_3.png?v=1784864222\" alt=\"\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ FEATURE 3 --\u003e\n  \u003csection class=\"mlm-section\"\u003e\n    \u003cdiv class=\"mlm-content\"\u003e\n      \u003cp class=\"mlm-kicker\"\u003e🌿 Gentle Eye Comfort\u003c\/p\u003e\n      \u003ch2\u003eHypoallergenic and Sensitive-Eye Friendly\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The gentle, non-irritating formula is designed to bring definition to\n        delicate lashes while keeping the eye area feeling comfortable.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlm-benefits\"\u003e\n        \u003cli\u003eCreated with \u003cstrong\u003esensitive eyes\u003c\/strong\u003e in mind.\u003c\/li\u003e\n        \u003cli\u003eComfortable for delicate eye-area skin.\u003c\/li\u003e\n        \u003cli\u003eHelps deliver definition without a heavy feeling.\u003c\/li\u003e\n        \u003cli\u003eSuitable for every skin type.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"mlm-highlight\"\u003e\n        Kind to delicate eyes. Powerful on barely-there lashes.\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_7_24_11_36_38_5.png?v=1784864221\" alt=\"\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ FEATURE 4 --\u003e\n  \u003csection class=\"mlm-section\"\u003e\n    \u003cdiv class=\"mlm-content\"\u003e\n      \u003cp class=\"mlm-kicker\"\u003e🖌️ Precision Without Clumps\u003c\/p\u003e\n      \u003ch2\u003eA Slim Brush That Finds Every Lash\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The ultra-fine precision wand reaches short, fine and hard-to-reach\n        lashes that oversized brushes often miss.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlm-benefits\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCoats from root to tip\u003c\/strong\u003e with greater control.\u003c\/li\u003e\n        \u003cli\u003eSeparates individual lashes for a cleaner finish.\u003c\/li\u003e\n        \u003cli\u003eHelps reduce globs, sticking and visible clumping.\u003c\/li\u003e\n        \u003cli\u003eDefines inner and outer corner lashes with ease.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"mlm-highlight\"\u003e\n        Define. Separate. Lift. Every lash gets noticed.\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_7_24_11_36_38_4.png?v=1784864222\" alt=\"\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DESIRE \/ FEATURE 5 --\u003e\n  \u003csection class=\"mlm-section\"\u003e\n    \u003cdiv class=\"mlm-content\"\u003e\n      \u003cp class=\"mlm-kicker\"\u003e⏱️ Easy From Start to Finish\u003c\/p\u003e\n      \u003ch2\u003eSmooth Application. Simple Removal.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        The quick-drying texture glides on evenly and offers better control—even\n        when your hands are not as steady as they used to be.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlm-benefits\"\u003e\n        \u003cli\u003eApplies smoothly without repeated heavy strokes.\u003c\/li\u003e\n        \u003cli\u003eDries quickly to help reduce accidental smudging.\u003c\/li\u003e\n        \u003cli\u003eRemoves with regular makeup remover.\u003c\/li\u003e\n        \u003cli\u003eNo aggressive rubbing or unnecessary lash pulling.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"mlm-highlight\"\u003e\n        On in seconds. Off without the struggle.\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_7_24_11_36_39_7.png?v=1784864222\" alt=\"\"\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003csection class=\"mlm-steps\"\u003e\n    \u003cp class=\"mlm-kicker\"\u003eHow It Works\u003c\/p\u003e\n    \u003ch2\u003eBeautifully Defined Lashes in 3 Simple Steps\u003c\/h2\u003e\n\n    \u003cdiv class=\"mlm-step-grid\"\u003e\n      \u003cdiv class=\"mlm-step\"\u003e\n        \u003cdiv class=\"mlm-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eStart at the Roots\u003c\/h3\u003e\n        \u003cp\u003e\n          Place the slim brush close to the lash line and gently wiggle it to\n          coat the base.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-step\"\u003e\n        \u003cdiv class=\"mlm-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eLift Through the Tips\u003c\/h3\u003e\n        \u003cp\u003e\n          Sweep upward slowly to separate, lengthen and create a naturally\n          lifted shape.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-step\"\u003e\n        \u003cdiv class=\"mlm-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eBuild as Desired\u003c\/h3\u003e\n        \u003cp\u003e\n          Add another light coat where you want more definition or fuller-looking\n          volume.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlm-specs\"\u003e\n    \u003cp class=\"mlm-kicker\"\u003eProduct Details\u003c\/p\u003e\n    \u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"mlm-spec-list\"\u003e\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eProduct Type\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eLengthening and volumizing mascara\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eBrush Style\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eSlim precision brush\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eDefined, lifted and natural-looking\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eWear\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eWaterproof and smudge-resistant\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eEye Type\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eSuitable for sensitive and mature eyes\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eAvailable Shades\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003e01 Natural Black · 02 Mocha Brown\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-spec-row\"\u003e\n        \u003cdiv class=\"mlm-spec-label\"\u003eRemoval\u003c\/div\u003e\n        \u003cdiv class=\"mlm-spec-value\"\u003eUse regular eye makeup remover\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TRUST --\u003e\n  \u003csection class=\"mlm-trust\"\u003e\n    \u003ch2\u003eWhy Shop With Confidence\u003c\/h2\u003e\n\n    \u003cdiv class=\"mlm-trust-grid\"\u003e\n      \u003cdiv class=\"mlm-trust-item\"\u003e\n        \u003cstrong\u003e📦 Trackable Shipping\u003c\/strong\u003e\n        \u003cspan\u003eFollow your order from dispatch to delivery.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-trust-item\"\u003e\n        \u003cstrong\u003e🔒 Secure Checkout\u003c\/strong\u003e\n        \u003cspan\u003eYour payment information is processed securely.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlm-trust-item\"\u003e\n        \u003cstrong\u003e💬 Customer Support\u003c\/strong\u003e\n        \u003cspan\u003eHelpful assistance when you need it.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ACTION --\u003e\n  \u003csection class=\"mlm-closing\"\u003e\n    \u003cp class=\"mlm-kicker\"\u003eYour Lashes Still Have More to Give\u003c\/p\u003e\n    \u003ch2\u003eLift, Lengthen and Define Without the Fuss\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Give thin, short and sparse lashes the gentle definition they deserve.\n      Choose your shade and rediscover fuller-looking, naturally lifted lashes.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"mlm-closing-note\"\u003e\n      Available in Natural Black and Mocha Brown\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"01 NATURAL BLACK","offer_id":53601195098475,"sku":"NC02482607241281-黑色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"02 MOCHA BROWN","offer_id":53601195131243,"sku":"NC02482607241281-棕色","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_7_24_11_36_36_1.png?v=1784864222","url":"https:\/\/zavrlyus.com\/products\/50-plus-lash-revival-mascara","provider":"zavrlyUS","version":"1.0","type":"link"}