{"product_id":"seranova-lashlift-pro-ey1001","title":"Seranova LashLift Pro — EY1001","description":"\u003cstyle\u003e\n  .seranova-product {\n    --black: #080808;\n    --charcoal: #181818;\n    --dark-gray: #2b2b2b;\n    --gray-700: #5c5c5c;\n    --gray-500: #8b8b8b;\n    --gray-300: #d7d7d7;\n    --gray-200: #e9e9e9;\n    --gray-100: #f5f5f5;\n    --white: #ffffff;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--white);\n    color: var(--black);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.5;\n  }\n\n  .seranova-product *,\n  .seranova-product *::before,\n  .seranova-product *::after {\n    box-sizing: border-box;\n  }\n\n  .seranova-product h1,\n  .seranova-product h2,\n  .seranova-product h3,\n  .seranova-product p {\n    margin: 0;\n  }\n\n  .seranova-product img {\n    max-width: 100%;\n  }\n\n  .seranova-container {\n    width: min(1200px, calc(100% - 48px));\n    margin: 0 auto;\n  }\n\n  .seranova-eyebrow {\n    display: inline-block;\n    margin-bottom: 24px;\n    color: var(--gray-700);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n  }\n\n  .seranova-hero {\n    min-height: 680px;\n    display: flex;\n    align-items: center;\n    background:\n      radial-gradient(\n        circle at 76% 50%,\n        #e8e8e8 0%,\n        #f5f5f5 35%,\n        #ffffff 71%\n      );\n  }\n\n  .seranova-hero-grid {\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 72px;\n    padding: 100px 0;\n  }\n\n  .seranova-hero-copy {\n    max-width: 600px;\n  }\n\n  .seranova-hero h1 {\n    max-width: 680px;\n    font-size: clamp(48px, 6.5vw, 92px);\n    font-weight: 500;\n    line-height: 0.96;\n    letter-spacing: -4px;\n  }\n\n  .seranova-hero-description {\n    max-width: 540px;\n    margin-top: 32px !important;\n    color: var(--gray-700);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .seranova-product-code {\n    margin-top: 32px !important;\n    color: var(--gray-500);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n  }\n\n  .seranova-hero-visual {\n    aspect-ratio: 16 \/ 9;\n    min-height: 390px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background: linear-gradient(145deg, #f8f8f8, #dedede);\n  }\n\n  .seranova-hero-visual img,\n  .seranova-split-visual img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n  }\n\n  .seranova-placeholder {\n    padding: 32px;\n    color: var(--gray-500);\n    font-size: 11px;\n    font-weight: 700;\n    line-height: 1.7;\n    letter-spacing: 2px;\n    text-align: center;\n    text-transform: uppercase;\n  }\n\n  .seranova-intro {\n    padding: 150px 0;\n    background: var(--black);\n    color: var(--white);\n  }\n\n  .seranova-intro-inner {\n    max-width: 950px;\n  }\n\n  .seranova-intro .seranova-eyebrow {\n    color: #a6a6a6;\n  }\n\n  .seranova-intro h2 {\n    font-size: clamp(40px, 6vw, 78px);\n    font-weight: 400;\n    line-height: 1.05;\n    letter-spacing: -3px;\n  }\n\n  .seranova-intro p {\n    max-width: 720px;\n    margin-top: 36px;\n    color: #bcbcbc;\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  .seranova-features {\n    padding: 130px 0;\n    background: var(--white);\n  }\n\n  .seranova-section-header {\n    max-width: 790px;\n    margin-bottom: 72px;\n  }\n\n  .seranova-section-header h2 {\n    font-size: clamp(38px, 5vw, 68px);\n    font-weight: 500;\n    line-height: 1.05;\n    letter-spacing: -2.5px;\n  }\n\n  .seranova-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid var(--gray-300);\n    border-bottom: 1px solid var(--gray-300);\n  }\n\n  .seranova-feature-card {\n    min-height: 310px;\n    padding: 48px 36px;\n    border-right: 1px solid var(--gray-300);\n  }\n\n  .seranova-feature-card:last-child {\n    border-right: 0;\n  }\n\n  .seranova-feature-number {\n    display: block;\n    margin-bottom: 80px;\n    color: var(--gray-500);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n  }\n\n  .seranova-feature-card h3 {\n    margin-bottom: 18px;\n    font-size: 24px;\n    font-weight: 500;\n    line-height: 1.2;\n    letter-spacing: -0.7px;\n  }\n\n  .seranova-feature-card p {\n    color: var(--gray-700);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .seranova-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 700px;\n    background: var(--gray-100);\n  }\n\n  .seranova-split-visual {\n    aspect-ratio: 16 \/ 9;\n    min-height: 700px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    background: linear-gradient(145deg, #dddddd, #f5f5f5);\n  }\n\n  .seranova-split-content {\n    display: flex;\n    align-items: center;\n    padding: 90px;\n  }\n\n  .seranova-split-content-inner {\n    max-width: 540px;\n  }\n\n  .seranova-split-content h2 {\n    font-size: clamp(40px, 5vw, 70px);\n    font-weight: 500;\n    line-height: 1.04;\n    letter-spacing: -3px;\n  }\n\n  .seranova-split-content p {\n    margin-top: 30px;\n    color: var(--gray-700);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  .seranova-benefits {\n    padding: 140px 0;\n    background: var(--white);\n  }\n\n  .seranova-benefit-row {\n    display: grid;\n    grid-template-columns: 0.55fr 1.45fr;\n    gap: 60px;\n    padding: 45px 0;\n    border-top: 1px solid var(--gray-300);\n  }\n\n  .seranova-benefit-row:last-child {\n    border-bottom: 1px solid var(--gray-300);\n  }\n\n  .seranova-benefit-label {\n    color: var(--gray-500);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .seranova-benefit-text h3 {\n    margin-bottom: 14px;\n    font-size: 27px;\n    font-weight: 500;\n    line-height: 1.25;\n    letter-spacing: -0.8px;\n  }\n\n  .seranova-benefit-text p {\n    max-width: 690px;\n    color: var(--gray-700);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .seranova-routine {\n    padding: 150px 0;\n    background: var(--charcoal);\n    color: var(--white);\n  }\n\n  .seranova-routine-header {\n    max-width: 810px;\n    margin-bottom: 80px;\n  }\n\n  .seranova-routine-header .seranova-eyebrow {\n    color: #a6a6a6;\n  }\n\n  .seranova-routine h2 {\n    font-size: clamp(42px, 5.5vw, 74px);\n    font-weight: 400;\n    line-height: 1.04;\n    letter-spacing: -3px;\n  }\n\n  .seranova-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: #3b3b3b;\n  }\n\n  .seranova-step {\n    min-height: 330px;\n    padding: 42px;\n    background: var(--charcoal);\n  }\n\n  .seranova-step-number {\n    display: block;\n    margin-bottom: 90px;\n    color: #8f8f8f;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n  }\n\n  .seranova-step h3 {\n    margin-bottom: 16px;\n    font-size: 24px;\n    font-weight: 500;\n    line-height: 1.25;\n  }\n\n  .seranova-step p {\n    color: #bcbcbc;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .seranova-technology {\n    padding: 120px 0;\n    background: #ededed;\n  }\n\n  .seranova-technology-grid {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 90px;\n    align-items: center;\n  }\n\n  .seranova-technology h2 {\n    font-size: clamp(40px, 5vw, 66px);\n    font-weight: 500;\n    line-height: 1.05;\n    letter-spacing: -2.5px;\n  }\n\n  .seranova-technology p {\n    margin-top: 28px;\n    color: var(--gray-700);\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  .seranova-technology-list {\n    border-top: 1px solid var(--gray-300);\n  }\n\n  .seranova-technology-item {\n    padding: 25px 0;\n    border-bottom: 1px solid var(--gray-300);\n    color: var(--gray-700);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .seranova-technology-item strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--black);\n    font-size: 17px;\n    font-weight: 600;\n  }\n\n  .seranova-safety {\n    padding: 90px 0;\n    background: var(--white);\n  }\n\n  .seranova-safety-inner {\n    max-width: 900px;\n  }\n\n  .seranova-safety h3 {\n    margin-bottom: 20px;\n    font-size: 30px;\n    font-weight: 500;\n    line-height: 1.3;\n    letter-spacing: -1px;\n  }\n\n  .seranova-safety p {\n    color: var(--gray-700);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .seranova-care {\n    padding: 130px 0;\n    background: var(--gray-100);\n  }\n\n  .seranova-care-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 90px;\n    align-items: start;\n  }\n\n  .seranova-care h2 {\n    max-width: 550px;\n    font-size: clamp(40px, 5vw, 66px);\n    font-weight: 500;\n    line-height: 1.05;\n    letter-spacing: -2.5px;\n  }\n\n  .seranova-care-list {\n    border-top: 1px solid var(--gray-300);\n  }\n\n  .seranova-care-item {\n    padding: 28px 0;\n    border-bottom: 1px solid var(--gray-300);\n    color: var(--gray-700);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .seranova-care-item strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--black);\n    font-size: 17px;\n    font-weight: 600;\n  }\n\n  .seranova-faq {\n    padding: 140px 0;\n    background: var(--white);\n  }\n\n  .seranova-faq h2 {\n    margin-bottom: 60px;\n    font-size: clamp(42px, 5vw, 68px);\n    font-weight: 500;\n    line-height: 1.05;\n    letter-spacing: -2.5px;\n  }\n\n  .seranova-faq details {\n    border-top: 1px solid var(--gray-300);\n  }\n\n  .seranova-faq details:last-child {\n    border-bottom: 1px solid var(--gray-300);\n  }\n\n  .seranova-faq summary {\n    position: relative;\n    padding: 28px 50px 28px 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: 18px;\n    font-weight: 500;\n    line-height: 1.5;\n  }\n\n  .seranova-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .seranova-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 4px;\n    transform: translateY(-50%);\n    color: var(--gray-700);\n    font-size: 25px;\n    font-weight: 300;\n  }\n\n  .seranova-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .seranova-faq-answer {\n    max-width: 810px;\n    padding: 0 0 30px;\n    color: var(--gray-700);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .seranova-final {\n    padding: 160px 0;\n    background: var(--black);\n    color: var(--white);\n    text-align: center;\n  }\n\n  .seranova-final-inner {\n    max-width: 890px;\n    margin: 0 auto;\n  }\n\n  .seranova-final .seranova-eyebrow {\n    color: #9d9d9d;\n  }\n\n  .seranova-final h2 {\n    font-size: clamp(46px, 7vw, 88px);\n    font-weight: 400;\n    line-height: 0.98;\n    letter-spacing: -4px;\n  }\n\n  .seranova-final p {\n    max-width: 650px;\n    margin: 32px auto 0;\n    color: #b5b5b5;\n    font-size: 17px;\n    line-height: 1.8;\n  }\n\n  @media (max-width: 900px) {\n    .seranova-container {\n      width: min(100% - 32px, 720px);\n    }\n\n    .seranova-hero {\n      min-height: auto;\n    }\n\n    .seranova-hero-grid,\n    .seranova-care-grid,\n    .seranova-technology-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .seranova-hero-grid {\n      gap: 55px;\n      padding: 80px 0;\n    }\n\n    .seranova-hero h1 {\n      letter-spacing: -2.5px;\n    }\n\n    .seranova-feature-grid,\n    .seranova-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .seranova-feature-card {\n      min-height: auto;\n      border-right: 0;\n      border-bottom: 1px solid var(--gray-300);\n    }\n\n    .seranova-feature-card:last-child {\n      border-bottom: 0;\n    }\n\n    .seranova-feature-number,\n    .seranova-step-number {\n      margin-bottom: 50px;\n    }\n\n    .seranova-split {\n      grid-template-columns: 1fr;\n    }\n\n    .seranova-split-visual {\n      min-height: 450px;\n    }\n\n    .seranova-split-content {\n      padding: 90px 32px;\n    }\n\n    .seranova-benefit-row {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .seranova-care-grid,\n    .seranova-technology-grid {\n      gap: 55px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .seranova-container {\n      width: calc(100% - 28px);\n    }\n\n    .seranova-eyebrow {\n      margin-bottom: 18px;\n      font-size: 10px;\n      letter-spacing: 1.8px;\n    }\n\n    .seranova-hero-grid {\n      padding: 65px 0;\n    }\n\n    .seranova-hero h1 {\n      font-size: 46px;\n      line-height: 0.98;\n      letter-spacing: -2.2px;\n    }\n\n    .seranova-hero-description {\n      margin-top: 24px !important;\n      font-size: 16px;\n    }\n\n    .seranova-hero-visual {\n      min-height: 250px;\n    }\n\n    .seranova-intro,\n    .seranova-features,\n    .seranova-benefits,\n    .seranova-routine,\n    .seranova-technology,\n    .seranova-care,\n    .seranova-faq,\n    .seranova-final {\n      padding: 90px 0;\n    }\n\n    .seranova-safety {\n      padding: 70px 0;\n    }\n\n    .seranova-intro h2,\n    .seranova-section-header h2,\n    .seranova-split-content h2,\n    .seranova-routine h2,\n    .seranova-technology h2,\n    .seranova-care h2,\n    .seranova-faq h2 {\n      letter-spacing: -1.8px;\n    }\n\n    .seranova-feature-card,\n    .seranova-step {\n      padding: 34px 24px;\n    }\n\n    .seranova-split-visual {\n      min-height: 280px;\n    }\n\n    .seranova-split-content {\n      padding: 70px 24px;\n    }\n\n    .seranova-benefit-row {\n      padding: 34px 0;\n    }\n\n    .seranova-final h2 {\n      letter-spacing: -2.5px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"seranova-product\"\u003e\n\u003c!-- HERO \/ GÖRSEL 1 --\u003e\n\u003csection class=\"seranova-hero\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-hero-grid\"\u003e\n\u003cdiv class=\"seranova-hero-copy\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Seranova Eye Beauty \u003c\/span\u003e\n\u003ch1\u003eLift your lashes.\u003cbr\u003eElevate your look.\u003c\/h1\u003e\n\u003cp class=\"seranova-hero-description\"\u003eMeet LashLift Pro—a compact heated eyelash curler designed to help shape, lift and define your lashes as part of your everyday makeup routine.\u003c\/p\u003e\n\u003cp class=\"seranova-product-code\"\u003eLASHLIFT PRO · EY1001\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-hero-visual\"\u003e\n\u003cdiv class=\"seranova-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/html_1_a9e30ee8-c0c8-42ce-8a48-2ea20a89f9f1.png?v=1785353602\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT STORY --\u003e\n\u003csection class=\"seranova-intro\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-intro-inner\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e A more refined lash routine \u003c\/span\u003e\n\u003ch2\u003eGentle warmth meets controlled styling for a beautifully lifted look.\u003c\/h2\u003e\n\u003cp\u003eLashLift Pro brings a modern approach to eyelash styling. Its heated curved head is designed to follow the natural shape of the lash line, helping you guide lashes upward with slow, controlled movements before or after applying suitable eye makeup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"seranova-features\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-section-header\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Created for effortless definition \u003c\/span\u003e\n\u003ch2\u003eHeat. Shape.\u003cbr\u003eBeautifully lift.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-feature-grid\"\u003e\n\u003carticle class=\"seranova-feature-card\"\u003e\u003cspan class=\"seranova-feature-number\"\u003e 01 \u003c\/span\u003e\n\u003ch3\u003eHeated lash styling\u003c\/h3\u003e\n\u003cp\u003eThe heated styling head helps guide lashes into a more lifted, defined appearance with controlled movements.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"seranova-feature-card\"\u003e\u003cspan class=\"seranova-feature-number\"\u003e 02 \u003c\/span\u003e\n\u003ch3\u003eCurved comb design\u003c\/h3\u003e\n\u003cp\u003eThe shaped comb follows the natural curve of the lash line while helping separate and style the lashes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"seranova-feature-card\"\u003e\u003cspan class=\"seranova-feature-number\"\u003e 03 \u003c\/span\u003e\n\u003ch3\u003eCompact beauty essential\u003c\/h3\u003e\n\u003cp\u003eIts slim handheld format fits naturally inside a makeup bag, vanity drawer or travel beauty case.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GÖRSEL 2 --\u003e\n\u003csection class=\"seranova-split\"\u003e\n\u003cdiv class=\"seranova-split-visual\"\u003e\n\u003cdiv class=\"seranova-placeholder\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/html_2_60bd808d-84a2-43b1-adf2-0622ddd2cacf.png?v=1785353603\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-split-content\"\u003e\n\u003cdiv class=\"seranova-split-content-inner\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Your lashes, more defined \u003c\/span\u003e\n\u003ch2\u003eA lifted finish designed to complement your eye makeup.\u003c\/h2\u003e\n\u003cp\u003eUse LashLift Pro as part of your makeup preparation or finishing routine. The compact styling head allows you to work carefully from the lash base toward the tips while keeping your movements gentle and controlled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"seranova-benefits\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-section-header\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Why you’ll love it \u003c\/span\u003e\n\u003ch2\u003eA small tool.\u003cbr\u003eA beautifully lifted difference.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-row\"\u003e\n\u003cdiv class=\"seranova-benefit-label\"\u003eLift\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-text\"\u003e\n\u003ch3\u003eEnhance the appearance of your natural lashes\u003c\/h3\u003e\n\u003cp\u003eThe curved heated head helps guide lashes upward for a more open, defined eye look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-row\"\u003e\n\u003cdiv class=\"seranova-benefit-label\"\u003eSeparation\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-text\"\u003e\n\u003ch3\u003eStyle lashes with greater control\u003c\/h3\u003e\n\u003cp\u003eThe comb-like surface helps guide and separate lashes while you move the device slowly through the lash line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-row\"\u003e\n\u003cdiv class=\"seranova-benefit-label\"\u003eMakeup\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-text\"\u003e\n\u003ch3\u003eDesigned to complement mascara\u003c\/h3\u003e\n\u003cp\u003eLashLift Pro can be incorporated into your eye makeup routine according to the instructions supplied with the device and the cosmetic formula being used.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-row\"\u003e\n\u003cdiv class=\"seranova-benefit-label\"\u003ePortable\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-text\"\u003e\n\u003ch3\u003eEasy to keep close\u003c\/h3\u003e\n\u003cp\u003eThe compact body is convenient for home storage, makeup bags and beauty routines while travelling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-row\"\u003e\n\u003cdiv class=\"seranova-benefit-label\"\u003eRechargeable\u003c\/div\u003e\n\u003cdiv class=\"seranova-benefit-text\"\u003e\n\u003ch3\u003eCreated for everyday convenience\u003c\/h3\u003e\n\u003cp\u003eThe selected product version is designed with a USB charging connection for convenient use without disposable batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"seranova-routine\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-routine-header\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e How to use \u003c\/span\u003e\n\u003ch2\u003eCreate a lifted lash look in three careful steps.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-steps\"\u003e\n\u003carticle class=\"seranova-step\"\u003e\u003cspan class=\"seranova-step-number\"\u003e 01 \u003c\/span\u003e\n\u003ch3\u003ePrepare your lashes\u003c\/h3\u003e\n\u003cp\u003eMake sure the eye area and lashes are clean and suitable for use. Switch the device on and allow it to reach the required styling temperature.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"seranova-step\"\u003e\u003cspan class=\"seranova-step-number\"\u003e 02 \u003c\/span\u003e\n\u003ch3\u003eLift from the base\u003c\/h3\u003e\n\u003cp\u003ePosition the curved comb beneath the upper lashes without touching the eyelid. Guide the lashes upward slowly and gently.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"seranova-step\"\u003e\u003cspan class=\"seranova-step-number\"\u003e 03 \u003c\/span\u003e\n\u003ch3\u003eShape and finish\u003c\/h3\u003e\n\u003cp\u003eRepeat carefully across the lash line where needed, then switch the device off and allow it to cool before cleaning or storing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNOLOGY --\u003e\n\u003csection class=\"seranova-technology\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-technology-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Heated styling design \u003c\/span\u003e\n\u003ch2\u003eControlled warmth for a more refined curl.\u003c\/h2\u003e\n\u003cp\u003eLashLift Pro is designed to combine gentle heat with a curved comb surface. The shape helps support the lashes while you work slowly from the base toward the tips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-technology-list\"\u003e\n\u003cdiv class=\"seranova-technology-item\"\u003e\n\u003cstrong\u003e Curved heating head \u003c\/strong\u003e Designed to follow the natural shape of the upper lash line.\u003c\/div\u003e\n\u003cdiv class=\"seranova-technology-item\"\u003e\n\u003cstrong\u003e Protective comb surface \u003c\/strong\u003e Helps keep the lashes aligned while reducing direct contact between the heating area and the eyelid.\u003c\/div\u003e\n\u003cdiv class=\"seranova-technology-item\"\u003e\n\u003cstrong\u003e Slim precision body \u003c\/strong\u003e Provides a controlled grip during careful styling around the eye area.\u003c\/div\u003e\n\u003cdiv class=\"seranova-technology-item\"\u003e\n\u003cstrong\u003e USB charging connection \u003c\/strong\u003e Supports convenient charging for home and travel routines.\u003c\/div\u003e\n\u003cdiv class=\"seranova-technology-item\"\u003e\n\u003cstrong\u003e Compact protective format \u003c\/strong\u003e Designed to store easily alongside mascara, eyeliner and other eye makeup essentials.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003csection class=\"seranova-safety\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-safety-inner\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Important guidance \u003c\/span\u003e\n\u003ch3\u003eUse carefully around the delicate eye area.\u003c\/h3\u003e\n\u003cp\u003eAlways follow the instructions included with your device. Do not press the heated head against the eyelid, eyeball or surrounding sensitive skin. Test the temperature before bringing the device close to your lashes. Stop use immediately if you experience discomfort, excessive heat or irritation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CARE --\u003e\n\u003csection class=\"seranova-care\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-care-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Product care \u003c\/span\u003e\n\u003ch2\u003eKeep LashLift Pro clean, protected and ready to style.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"seranova-care-list\"\u003e\n\u003cdiv class=\"seranova-care-item\"\u003e\n\u003cstrong\u003e Switch off after use \u003c\/strong\u003e Turn the device off and allow the heated head to cool completely before cleaning or storing.\u003c\/div\u003e\n\u003cdiv class=\"seranova-care-item\"\u003e\n\u003cstrong\u003e Remove cosmetic residue \u003c\/strong\u003e Wipe the comb surface gently to remove visible mascara or makeup residue according to the supplied care instructions.\u003c\/div\u003e\n\u003cdiv class=\"seranova-care-item\"\u003e\n\u003cstrong\u003e Keep the device dry \u003c\/strong\u003e Do not immerse the product in water or allow liquid to enter the charging connection or internal components.\u003c\/div\u003e\n\u003cdiv class=\"seranova-care-item\"\u003e\n\u003cstrong\u003e Protect the styling head \u003c\/strong\u003e Avoid dropping the device or placing unnecessary pressure on the curved comb area.\u003c\/div\u003e\n\u003cdiv class=\"seranova-care-item\"\u003e\n\u003cstrong\u003e Store safely \u003c\/strong\u003e Keep the device in a clean, dry place away from excessive heat, direct sunlight and children.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"seranova-faq\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Questions, answered \u003c\/span\u003e\n\u003ch2\u003eFrequently asked questions.\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is LashLift Pro designed to do?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eLashLift Pro is a heated eyelash styling device designed to help guide, lift and define the appearance of the upper lashes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used with mascara?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eIt may be incorporated into a mascara routine when used according to the supplied instructions. Allow mascara to dry appropriately and avoid transferring excessive cosmetic residue onto the heated head.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the device become hot?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eThe styling head is designed to warm during operation. Always test the temperature before use and keep the heated surface away from the eyelid and surrounding skin.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I move it through my lashes?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eUse slow, gentle movements from beneath the upper lashes, guiding them upward from the base toward the tips without pulling or applying excessive pressure.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs LashLift Pro suitable for travel?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eIts slim, compact design makes it convenient to store inside a makeup bag or travel beauty case. Make sure the device is switched off and fully cooled before packing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the device powered?\u003c\/summary\u003e\n\u003cdiv class=\"seranova-faq-answer\"\u003eThis product page is prepared for the rechargeable USB version shown in the selected product option.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"seranova-final\"\u003e\n\u003cdiv class=\"seranova-container\"\u003e\n\u003cdiv class=\"seranova-final-inner\"\u003e\n\u003cspan class=\"seranova-eyebrow\"\u003e Seranova Beauty · EY1001 \u003c\/span\u003e\n\u003ch2\u003eLifted lashes.\u003cbr\u003eElevated beauty.\u003c\/h2\u003e\n\u003cp\u003eA compact heated eyelash curler created for controlled styling, beautifully defined lashes and a more elevated everyday eye look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Seranova Beauty","offers":[{"title":"Blue","offer_id":48855788748954,"sku":"CJJJ149878502BY","price":24.99,"currency_code":"USD","in_stock":false},{"title":"Pink","offer_id":48855788781722,"sku":"CJJJ149878503CX","price":24.99,"currency_code":"USD","in_stock":false},{"title":"White","offer_id":48855788814490,"sku":"CJJJ149878501AZ","price":24.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/g1_78dbc293-cacf-4194-b9d9-512664d78a70.png?v=1785353630","url":"https:\/\/serranova.store\/products\/seranova-lashlift-pro-ey1001","provider":"Seranova Beauty","version":"1.0","type":"link"}