{"product_id":"seranova-lumilash™-ey1002","title":"Seranova LumiLash™ — EY1002","description":"\u003cstyle\u003e\n  .seranova-product-page {\n    --sr-black: #0b0b0b;\n    --sr-soft-black: #171717;\n    --sr-gray: #6b6b6b;\n    --sr-light-gray: #f5f5f3;\n    --sr-border: #dededb;\n    --sr-white: #ffffff;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--sr-black);\n    background: var(--sr-white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .seranova-product-page *,\n  .seranova-product-page *::before,\n  .seranova-product-page *::after {\n    box-sizing: border-box;\n  }\n\n  .seranova-product-page h1,\n  .seranova-product-page h2,\n  .seranova-product-page h3,\n  .seranova-product-page p {\n    margin-top: 0;\n  }\n\n  .seranova-product-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .sr-section {\n    padding: 90px 40px;\n  }\n\n  .sr-section--soft {\n    background: var(--sr-light-gray);\n  }\n\n  .sr-section--dark {\n    background: var(--sr-black);\n    color: var(--sr-white);\n  }\n\n  .sr-container {\n    width: 100%;\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .sr-eyebrow {\n    margin-bottom: 18px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.4px;\n    text-transform: uppercase;\n  }\n\n  .sr-heading {\n    max-width: 820px;\n    margin-bottom: 24px;\n    font-size: clamp(34px, 5vw, 64px);\n    font-weight: 500;\n    line-height: 1.08;\n    letter-spacing: -2px;\n  }\n\n  .sr-heading--medium {\n    max-width: 760px;\n    font-size: clamp(30px, 4vw, 48px);\n    letter-spacing: -1.4px;\n  }\n\n  .sr-subheading {\n    max-width: 690px;\n    margin-bottom: 0;\n    color: var(--sr-gray);\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  .sr-section--dark .sr-subheading {\n    color: #c9c9c9;\n  }\n\n  .sr-hero {\n    min-height: 620px;\n    display: flex;\n    align-items: center;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 1) 0%,\n        rgba(247, 247, 245, 1) 65%,\n        rgba(235, 235, 232, 1) 100%\n      );\n  }\n\n  .sr-hero__inner {\n    width: 100%;\n    max-width: 1080px;\n    margin: 0 auto;\n    padding: 100px 40px;\n  }\n\n  .sr-hero__title {\n    max-width: 850px;\n    margin-bottom: 28px;\n    font-size: clamp(46px, 7vw, 82px);\n    font-weight: 500;\n    line-height: 1;\n    letter-spacing: -3px;\n  }\n\n  .sr-hero__description {\n    max-width: 650px;\n    margin-bottom: 35px;\n    color: var(--sr-gray);\n    font-size: 19px;\n    line-height: 1.75;\n  }\n\n  .sr-hero__details {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n\n  .sr-pill {\n    display: inline-flex;\n    align-items: center;\n    min-height: 40px;\n    padding: 9px 17px;\n    border: 1px solid var(--sr-border);\n    border-radius: 100px;\n    background: rgba(255, 255, 255, 0.75);\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n  }\n\n  .sr-intro-grid {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    gap: 80px;\n    align-items: start;\n  }\n\n  .sr-intro-number {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n  }\n\n  .sr-intro-copy {\n    max-width: 690px;\n    margin-bottom: 0;\n    color: var(--sr-gray);\n    font-size: 21px;\n    line-height: 1.75;\n  }\n\n  .sr-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 22px;\n    margin-top: 55px;\n  }\n\n  .sr-feature-card {\n    min-height: 250px;\n    padding: 34px;\n    border: 1px solid var(--sr-border);\n    background: var(--sr-white);\n  }\n\n  .sr-feature-card__number {\n    display: block;\n    margin-bottom: 42px;\n    color: var(--sr-gray);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n  }\n\n  .sr-feature-card h3 {\n    margin-bottom: 14px;\n    font-size: 21px;\n    font-weight: 600;\n    letter-spacing: -0.4px;\n  }\n\n  .sr-feature-card p {\n    margin-bottom: 0;\n    color: var(--sr-gray);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .sr-image-block {\n    padding: 0 40px;\n    background: var(--sr-white);\n  }\n\n  .sr-image-frame {\n    position: relative;\n    width: 100%;\n    max-width: 1120px;\n    margin: 0 auto;\n    overflow: hidden;\n    aspect-ratio: 16 \/ 9;\n    background:\n      linear-gradient(\n        135deg,\n        #f4f4f2 0%,\n        #e9e9e6 100%\n      );\n  }\n\n  .sr-image-frame img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .sr-image-placeholder {\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 30px;\n    color: #777777;\n    text-align: center;\n  }\n\n  .sr-image-placeholder__inner {\n    max-width: 420px;\n  }\n\n  .sr-image-placeholder__title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--sr-black);\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .sr-image-placeholder__text {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  .sr-image-caption {\n    max-width: 1120px;\n    margin: 15px auto 0;\n    color: var(--sr-gray);\n    font-size: 12px;\n    letter-spacing: 0.5px;\n  }\n\n  .sr-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: start;\n  }\n\n  .sr-list {\n    margin: 34px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--sr-border);\n  }\n\n  .sr-list li {\n    display: grid;\n    grid-template-columns: 34px 1fr;\n    gap: 18px;\n    padding: 23px 0;\n    border-bottom: 1px solid var(--sr-border);\n  }\n\n  .sr-list__number {\n    color: var(--sr-gray);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .sr-list__content strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 16px;\n  }\n\n  .sr-list__content span {\n    display: block;\n    color: var(--sr-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .sr-how-to-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    margin-top: 55px;\n    background: #333333;\n    border: 1px solid #333333;\n  }\n\n  .sr-step {\n    min-height: 270px;\n    padding: 38px;\n    background: var(--sr-soft-black);\n  }\n\n  .sr-step__number {\n    display: block;\n    margin-bottom: 62px;\n    color: #a8a8a8;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n  }\n\n  .sr-step h3 {\n    margin-bottom: 12px;\n    font-size: 21px;\n    font-weight: 500;\n  }\n\n  .sr-step p {\n    margin-bottom: 0;\n    color: #bdbdbd;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .sr-spec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0 80px;\n    margin-top: 50px;\n  }\n\n  .sr-spec-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    padding: 20px 0;\n    border-bottom: 1px solid var(--sr-border);\n  }\n\n  .sr-spec-row__label {\n    color: var(--sr-gray);\n    font-size: 14px;\n  }\n\n  .sr-spec-row__value {\n    font-size: 14px;\n    font-weight: 600;\n    text-align: right;\n  }\n\n  .sr-package {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  .sr-package-card {\n    padding: 45px;\n    border: 1px solid var(--sr-border);\n    background: var(--sr-white);\n  }\n\n  .sr-package-card ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sr-package-card li {\n    position: relative;\n    padding: 16px 0 16px 28px;\n    border-bottom: 1px solid var(--sr-border);\n    font-size: 15px;\n  }\n\n  .sr-package-card li:last-child {\n    border-bottom: 0;\n  }\n\n  .sr-package-card li::before {\n    content: \"—\";\n    position: absolute;\n    left: 0;\n    top: 16px;\n    color: var(--sr-gray);\n  }\n\n  .sr-faq {\n    margin-top: 45px;\n    border-top: 1px solid var(--sr-border);\n  }\n\n  .sr-faq-item {\n    padding: 28px 0;\n    border-bottom: 1px solid var(--sr-border);\n  }\n\n  .sr-faq-item h3 {\n    margin-bottom: 10px;\n    font-size: 17px;\n    font-weight: 600;\n  }\n\n  .sr-faq-item p {\n    max-width: 820px;\n    margin-bottom: 0;\n    color: var(--sr-gray);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .sr-closing {\n    padding: 110px 40px;\n    text-align: center;\n  }\n\n  .sr-closing__inner {\n    max-width: 850px;\n    margin: 0 auto;\n  }\n\n  .sr-closing h2 {\n    margin-bottom: 25px;\n    font-size: clamp(38px, 5vw, 66px);\n    font-weight: 500;\n    line-height: 1.08;\n    letter-spacing: -2px;\n  }\n\n  .sr-closing p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: #c5c5c5;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .sr-disclaimer {\n    padding: 25px 40px;\n    border-top: 1px solid var(--sr-border);\n    background: var(--sr-white);\n  }\n\n  .sr-disclaimer p {\n    max-width: 1080px;\n    margin: 0 auto;\n    color: #777777;\n    font-size: 11px;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  @media screen and (max-width: 900px) {\n    .sr-section {\n      padding: 70px 24px;\n    }\n\n    .sr-hero {\n      min-height: auto;\n    }\n\n    .sr-hero__inner {\n      padding: 85px 24px;\n    }\n\n    .sr-hero__title {\n      letter-spacing: -2px;\n    }\n\n    .sr-intro-grid,\n    .sr-split,\n    .sr-package {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n\n    .sr-feature-grid,\n    .sr-how-to-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sr-feature-card,\n    .sr-step {\n      min-height: auto;\n    }\n\n    .sr-step__number {\n      margin-bottom: 35px;\n    }\n\n    .sr-spec-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .sr-image-block {\n      padding: 0 24px;\n    }\n  }\n\n  @media screen and (max-width: 560px) {\n    .sr-section {\n      padding: 58px 18px;\n    }\n\n    .sr-hero__inner {\n      padding: 72px 18px;\n    }\n\n    .sr-hero__title {\n      font-size: 45px;\n      letter-spacing: -1.8px;\n    }\n\n    .sr-hero__description {\n      font-size: 16px;\n    }\n\n    .sr-heading {\n      font-size: 37px;\n      letter-spacing: -1.4px;\n    }\n\n    .sr-heading--medium {\n      font-size: 33px;\n    }\n\n    .sr-subheading,\n    .sr-intro-copy {\n      font-size: 16px;\n    }\n\n    .sr-feature-card,\n    .sr-step,\n    .sr-package-card {\n      padding: 28px;\n    }\n\n    .sr-image-block {\n      padding: 0;\n    }\n\n    .sr-image-caption {\n      padding: 0 18px;\n    }\n\n    .sr-spec-row {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n\n    .sr-spec-row__value {\n      text-align: left;\n    }\n\n    .sr-closing {\n      padding: 80px 18px;\n    }\n\n    .sr-closing h2 {\n      font-size: 42px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"seranova-product-page\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"sr-hero\"\u003e\n\u003cdiv class=\"sr-hero__inner\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eSeranova Beauty · EY1002\u003c\/p\u003e\n\u003ch1 class=\"sr-hero__title\"\u003eSeranova LumiLash™\u003c\/h1\u003e\n\u003cp class=\"sr-hero__description\"\u003eElevate your natural lashes with a rechargeable heated eyelash curler designed for smooth, defined and beautifully lifted results.\u003c\/p\u003e\n\u003cdiv class=\"sr-hero__details\"\u003e\n\u003cspan class=\"sr-pill\"\u003eRechargeable Design\u003c\/span\u003e \u003cspan class=\"sr-pill\"\u003eHeated Lash Styling\u003c\/span\u003e \u003cspan class=\"sr-pill\"\u003ePortable \u0026amp; Lightweight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTRODUCTION --\u003e\n\u003csection class=\"sr-section\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cdiv class=\"sr-intro-grid\"\u003e\n\u003cdiv\u003e\u003cspan class=\"sr-intro-number\"\u003e01 — EFFORTLESS LIFT\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eA refined finishing touch for your everyday eye look.\u003c\/h2\u003e\n\u003cp class=\"sr-intro-copy\"\u003eSeranova LumiLash™ uses gentle heat to help shape and lift the lashes without the harsh squeezing motion of a traditional eyelash curler. Its slim, portable form makes it easy to create a polished look at home or while travelling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY BENEFITS --\u003e\n\u003csection class=\"sr-section sr-section--soft\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eDesigned for your routine\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eBeautifully lifted lashes, made simple.\u003c\/h2\u003e\n\u003cp class=\"sr-subheading\"\u003eA compact beauty tool created to bring definition, control and ease to your daily lash-styling routine.\u003c\/p\u003e\n\u003cdiv class=\"sr-feature-grid\"\u003e\n\u003carticle class=\"sr-feature-card\"\u003e\u003cspan class=\"sr-feature-card__number\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eGentle Heated Styling\u003c\/h3\u003e\n\u003cp\u003eWarmth helps guide the lashes upward for a naturally lifted and more defined appearance.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-feature-card\"\u003e\u003cspan class=\"sr-feature-card__number\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eNo Pinching Motion\u003c\/h3\u003e\n\u003cp\u003eThe smooth heated design styles the lashes without clamping them between traditional metal plates.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-feature-card\"\u003e\u003cspan class=\"sr-feature-card__number\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eMade for Life on the Go\u003c\/h3\u003e\n\u003cp\u003eIts lightweight, portable body fits effortlessly into a makeup bag, handbag or travel case.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 16:9 IMAGE AREA 1 --\u003e\n\u003csection class=\"sr-image-block\"\u003e\n\u003cdiv class=\"sr-image-frame\"\u003e\n\u003cdiv class=\"sr-image-placeholder\"\u003e\n\u003cdiv class=\"sr-image-placeholder__inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/html_1_a8dad1ec-81ae-42b5-a737-7a02223b5b60.png?v=1785353963\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sr-image-caption\"\u003eSeranova LumiLash™ · Effortless heated lash styling\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT EXPERIENCE --\u003e\n\u003csection class=\"sr-section\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cdiv class=\"sr-split\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"sr-eyebrow\"\u003eThoughtfully designed\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eControl, comfort and precision in one compact tool.\u003c\/h2\u003e\n\u003cp class=\"sr-subheading\"\u003eThe contoured styling head follows the natural shape of the lashes, helping you lift and define them gradually from root to tip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul class=\"sr-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"sr-list__number\"\u003e01\u003c\/span\u003e\n\u003cdiv class=\"sr-list__content\"\u003e\n\u003cstrong\u003eCurved Styling Head\u003c\/strong\u003e \u003cspan\u003e Designed to follow the natural lash line for controlled, even styling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sr-list__number\"\u003e02\u003c\/span\u003e\n\u003cdiv class=\"sr-list__content\"\u003e\n\u003cstrong\u003eRechargeable Convenience\u003c\/strong\u003e \u003cspan\u003e Recharge the device and enjoy cordless styling without disposable batteries. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sr-list__number\"\u003e03\u003c\/span\u003e\n\u003cdiv class=\"sr-list__content\"\u003e\n\u003cstrong\u003eLightweight Body\u003c\/strong\u003e \u003cspan\u003e Comfortable to hold and simple to manoeuvre around the delicate eye area. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"sr-list__number\"\u003e04\u003c\/span\u003e\n\u003cdiv class=\"sr-list__content\"\u003e\n\u003cstrong\u003eEveryday Versatility\u003c\/strong\u003e \u003cspan\u003e Use it on clean lashes or as a finishing step after your mascara has fully dried. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\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=\"sr-section sr-section--dark\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eHow to use\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eYour lash-lifting ritual in three simple steps.\u003c\/h2\u003e\n\u003cp class=\"sr-subheading\"\u003eUse gentle movements and avoid pressing the heated surface directly against the eyelid.\u003c\/p\u003e\n\u003cdiv class=\"sr-how-to-grid\"\u003e\n\u003carticle class=\"sr-step\"\u003e\u003cspan class=\"sr-step__number\"\u003eSTEP 01\u003c\/span\u003e\n\u003ch3\u003ePrepare\u003c\/h3\u003e\n\u003cp\u003eMake sure the styling head is clean. Switch on the device and allow it to warm before bringing it near the lashes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-step\"\u003e\u003cspan class=\"sr-step__number\"\u003eSTEP 02\u003c\/span\u003e\n\u003ch3\u003eLift\u003c\/h3\u003e\n\u003cp\u003ePosition the curler beneath the upper lashes and slowly guide them upward from the roots toward the tips.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-step\"\u003e\u003cspan class=\"sr-step__number\"\u003eSTEP 03\u003c\/span\u003e\n\u003ch3\u003eDefine\u003c\/h3\u003e\n\u003cp\u003eHold briefly at the desired angle, then repeat gently until the lashes achieve your preferred level of lift.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 16:9 IMAGE AREA 2 --\u003e\n\u003csection class=\"sr-image-block\"\u003e\n\u003cdiv class=\"sr-image-frame\"\u003e\n\u003cdiv class=\"sr-image-placeholder\"\u003e\n\u003cdiv class=\"sr-image-placeholder__inner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/html_2_e3ea3d68-eece-4fa4-98da-95372494093c.png?v=1785353963\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"sr-image-caption\"\u003eA compact essential for home, handbags and travel\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection class=\"sr-section\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eProduct details\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eEverything you need to know.\u003c\/h2\u003e\n\u003cdiv class=\"sr-spec-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eProduct name\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Seranova LumiLash™ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eProduct code\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e EY1002 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eProduct type\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Heated eyelash curler \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003ePower type\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Rechargeable \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eCharging connection\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e USB \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eUse area\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Upper eyelashes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eDesign\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Portable handheld \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-spec-row\"\u003e\n\u003cspan class=\"sr-spec-row__label\"\u003eAvailable colours\u003c\/span\u003e \u003cspan class=\"sr-spec-row__value\"\u003e Black or white \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE CONTENT --\u003e\n\u003csection class=\"sr-section sr-section--soft\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cdiv class=\"sr-package\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"sr-eyebrow\"\u003eInside the package\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eYour new daily beauty essential.\u003c\/h2\u003e\n\u003cp class=\"sr-subheading\"\u003eThe package includes the primary components required to charge, protect and use your heated eyelash curler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sr-package-card\"\u003e\n\u003cul\u003e\n\u003cli\u003e1 × Seranova LumiLash™ Heated Eyelash Curler\u003c\/li\u003e\n\u003cli\u003e1 × USB Charging Cable\u003c\/li\u003e\n\u003cli\u003e1 × Protective Cap\u003c\/li\u003e\n\u003cli\u003e1 × Product Instruction Guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"sr-section\"\u003e\n\u003cdiv class=\"sr-container\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eFrequently asked questions\u003c\/p\u003e\n\u003ch2 class=\"sr-heading sr-heading--medium\"\u003eSimple answers for a confident routine.\u003c\/h2\u003e\n\u003cdiv class=\"sr-faq\"\u003e\n\u003carticle class=\"sr-faq-item\"\u003e\n\u003ch3\u003eCan I use Seranova LumiLash™ every day?\u003c\/h3\u003e\n\u003cp\u003eIt is designed for regular cosmetic use. Use gentle movements, avoid prolonged contact with one area and follow the supplied product instructions.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-faq-item\"\u003e\n\u003ch3\u003eShould I use it before or after mascara?\u003c\/h3\u003e\n\u003cp\u003eYou may use it on clean, dry lashes. It may also be used after mascara, provided the mascara has completely dried and no residue transfers onto the styling head.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-faq-item\"\u003e\n\u003ch3\u003eDoes it pinch the eyelashes?\u003c\/h3\u003e\n\u003cp\u003eUnlike traditional clamp-style curlers, the heated styling head lifts the lashes without squeezing them between two metal plates.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-faq-item\"\u003e\n\u003ch3\u003eHow should I clean the styling head?\u003c\/h3\u003e\n\u003cp\u003eTurn off the device, allow it to cool completely and gently wipe the styling surface with a clean, dry cloth. Do not immerse the device in water.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sr-faq-item\"\u003e\n\u003ch3\u003eIs it suitable for travelling?\u003c\/h3\u003e\n\u003cp\u003eYes. Its compact, rechargeable design makes it convenient for makeup bags and travel cases. Always switch it off and attach the protective cap before storing it.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLOSING SECTION --\u003e\n\u003csection class=\"sr-section--dark sr-closing\"\u003e\n\u003cdiv class=\"sr-closing__inner\"\u003e\n\u003cp class=\"sr-eyebrow\"\u003eSeranova Beauty\u003c\/p\u003e\n\u003ch2\u003eLift your lashes.\u003cbr\u003eElevate your look.\u003c\/h2\u003e\n\u003cp\u003eA thoughtfully selected beauty tool designed to bring effortless definition to the moments that shape your everyday routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY NOTE --\u003e\n\u003cdiv class=\"sr-disclaimer\"\u003e\n\u003cp\u003eFor cosmetic use only. Keep away from water and children. Discontinue use if discomfort occurs. Product appearance, packaging and included accessories may vary slightly depending on the selected variant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Seranova Beauty","offers":[{"title":"Black","offer_id":48855818010778,"sku":"CJJT130050702BY","price":14.99,"currency_code":"USD","in_stock":false},{"title":"White","offer_id":48855818043546,"sku":"CJJT130050701AZ","price":14.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0762\/7063\/3114\/files\/g1_250b44d7-6516-4d29-a45f-f96fcb5e1327.png?v=1785354022","url":"https:\/\/serranova.store\/products\/seranova-lumilash%e2%84%a2-ey1002","provider":"Seranova Beauty","version":"1.0","type":"link"}