{"product_id":"lumuwa-auralift™-led-therapy-face-sculptor-copy","title":"AuraGel - Korean Copper Peptide Gel","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600\u0026family=Space+Grotesk:wght@400;500;600\u0026display=swap');\n\n  .lumuwa-gel-page,\n  .lumuwa-gel-page * {\n    box-sizing: border-box;\n  }\n\n  .lumuwa-gel-page {\n    --lumuwa-bg: #F7F3EF;\n    --lumuwa-white: #FFFFFF;\n    --lumuwa-text: #121212;\n    --lumuwa-muted: #6C6763;\n    --lumuwa-accent: #E5453A;\n    --lumuwa-sand: #E8D8CF;\n    --lumuwa-champagne: #D9A67E;\n    --lumuwa-border: rgba(18, 18, 18, 0.12);\n\n    background: var(--lumuwa-bg);\n    color: var(--lumuwa-text);\n    font-family: \"Manrope\", sans-serif;\n    overflow: hidden;\n  }\n\n  .lumuwa-gel-page h1,\n  .lumuwa-gel-page h2,\n  .lumuwa-gel-page h3,\n  .lumuwa-gel-page p {\n    margin: 0;\n  }\n\n  .lumuwa-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n  .lumuwa-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 20px;\n    color: var(--lumuwa-accent);\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .lumuwa-eyebrow::before {\n    width: 28px;\n    height: 1px;\n    background: currentColor;\n    content: \"\";\n  }\n\n  .lumuwa-heading {\n    max-width: 850px;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: clamp(38px, 5.5vw, 76px);\n    font-weight: 500;\n    letter-spacing: -0.045em;\n    line-height: 0.98;\n  }\n\n  .lumuwa-heading em {\n    color: var(--lumuwa-accent);\n    font-style: normal;\n  }\n\n  .lumuwa-lead {\n    max-width: 720px;\n    margin-top: 28px !important;\n    color: var(--lumuwa-muted);\n    font-size: clamp(16px, 1.5vw, 19px);\n    line-height: 1.75;\n  }\n\n  \/* HERO *\/\n\n  .lumuwa-hero {\n    position: relative;\n    padding: 110px 0 105px;\n  }\n\n  .lumuwa-hero::before {\n    position: absolute;\n    top: -160px;\n    right: -120px;\n    width: 480px;\n    height: 480px;\n    border-radius: 50%;\n    background: rgba(229, 69, 58, 0.08);\n    filter: blur(10px);\n    content: \"\";\n  }\n\n  .lumuwa-hero::after {\n    position: absolute;\n    bottom: -180px;\n    left: -160px;\n    width: 420px;\n    height: 420px;\n    border-radius: 50%;\n    background: rgba(217, 166, 126, 0.16);\n    filter: blur(18px);\n    content: \"\";\n  }\n\n  .lumuwa-hero-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .lumuwa-hero-details {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 38px;\n  }\n\n  .lumuwa-pill {\n    padding: 11px 16px;\n    border: 1px solid var(--lumuwa-border);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.55);\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  \/* INTRO *\/\n\n  .lumuwa-intro {\n    padding: 95px 0;\n    background: var(--lumuwa-white);\n  }\n\n  .lumuwa-intro-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n    gap: 90px;\n    align-items: start;\n  }\n\n  .lumuwa-section-number {\n    display: block;\n    margin-bottom: 20px;\n    color: var(--lumuwa-accent);\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n  }\n\n  .lumuwa-section-title {\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: clamp(31px, 4vw, 52px);\n    font-weight: 500;\n    letter-spacing: -0.04em;\n    line-height: 1.06;\n  }\n\n  .lumuwa-rich-text {\n    color: var(--lumuwa-muted);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .lumuwa-rich-text p + p {\n    margin-top: 22px;\n  }\n\n  .lumuwa-rich-text strong {\n    color: var(--lumuwa-text);\n    font-weight: 600;\n  }\n\n  \/* BENEFITS *\/\n\n  .lumuwa-benefits {\n    padding: 105px 0;\n  }\n\n  .lumuwa-benefits-header {\n    display: flex;\n    justify-content: space-between;\n    gap: 50px;\n    align-items: end;\n    margin-bottom: 55px;\n  }\n\n  .lumuwa-benefits-header .lumuwa-section-title {\n    max-width: 650px;\n  }\n\n  .lumuwa-benefits-header p {\n    max-width: 390px;\n    color: var(--lumuwa-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .lumuwa-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    border-top: 1px solid var(--lumuwa-border);\n    border-left: 1px solid var(--lumuwa-border);\n  }\n\n  .lumuwa-benefit-card {\n    min-height: 285px;\n    padding: 32px 28px;\n    border-right: 1px solid var(--lumuwa-border);\n    border-bottom: 1px solid var(--lumuwa-border);\n    transition:\n      background-color 0.25s ease,\n      transform 0.25s ease;\n  }\n\n  .lumuwa-benefit-card:hover {\n    position: relative;\n    z-index: 2;\n    background: var(--lumuwa-white);\n    transform: translateY(-4px);\n  }\n\n  .lumuwa-benefit-icon {\n    display: grid;\n    width: 46px;\n    height: 46px;\n    margin-bottom: 42px;\n    border: 1px solid var(--lumuwa-text);\n    border-radius: 50%;\n    place-items: center;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n  }\n\n  .lumuwa-benefit-card h3 {\n    margin-bottom: 13px;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 19px;\n    font-weight: 500;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n  }\n\n  .lumuwa-benefit-card p {\n    color: var(--lumuwa-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* COPPER PEPTIDE SECTION *\/\n\n  .lumuwa-ingredient {\n    padding: 110px 0;\n    background: var(--lumuwa-text);\n    color: var(--lumuwa-white);\n  }\n\n  .lumuwa-ingredient-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n    gap: 90px;\n    align-items: center;\n  }\n\n  .lumuwa-ingredient .lumuwa-section-number,\n  .lumuwa-ingredient .lumuwa-eyebrow {\n    color: #FF776E;\n  }\n\n  .lumuwa-ingredient .lumuwa-section-title {\n    max-width: 650px;\n  }\n\n  .lumuwa-ingredient-copy {\n    margin-top: 28px !important;\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 16px;\n    line-height: 1.85;\n  }\n\n  .lumuwa-ingredient-card {\n    padding: 45px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 2px;\n    background:\n      linear-gradient(\n        145deg,\n        rgba(255, 255, 255, 0.08),\n        rgba(255, 255, 255, 0.02)\n      );\n  }\n\n  .lumuwa-ingredient-label {\n    display: block;\n    margin-bottom: 28px;\n    color: #FF776E;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .lumuwa-ingredient-name {\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: clamp(43px, 6vw, 78px);\n    font-weight: 400;\n    letter-spacing: -0.055em;\n    line-height: 1;\n  }\n\n  .lumuwa-ingredient-card p {\n    max-width: 420px;\n    margin-top: 26px;\n    color: rgba(255, 255, 255, 0.66);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* DEVICE PAIRING *\/\n\n  .lumuwa-pairing {\n    padding: 110px 0;\n    background: var(--lumuwa-white);\n  }\n\n  .lumuwa-pairing-box {\n    position: relative;\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);\n    gap: 80px;\n    align-items: center;\n    padding: 75px;\n    background: var(--lumuwa-sand);\n    overflow: hidden;\n  }\n\n  .lumuwa-pairing-box::after {\n    position: absolute;\n    top: -110px;\n    right: -100px;\n    width: 310px;\n    height: 310px;\n    border: 1px solid rgba(229, 69, 58, 0.4);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .lumuwa-pairing .lumuwa-section-title {\n    max-width: 660px;\n  }\n\n  .lumuwa-pairing-copy {\n    margin-top: 24px !important;\n    color: #5B514B;\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .lumuwa-pairing-features {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    gap: 0;\n    border-top: 1px solid rgba(18, 18, 18, 0.18);\n  }\n\n  .lumuwa-pairing-feature {\n    display: grid;\n    grid-template-columns: 35px 1fr;\n    gap: 16px;\n    padding: 21px 0;\n    border-bottom: 1px solid rgba(18, 18, 18, 0.18);\n  }\n\n  .lumuwa-pairing-feature span {\n    color: var(--lumuwa-accent);\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .lumuwa-pairing-feature p {\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n  }\n\n  \/* HOW TO USE *\/\n\n  .lumuwa-how-to {\n    padding: 105px 0;\n  }\n\n  .lumuwa-how-to-header {\n    margin-bottom: 55px;\n  }\n\n  .lumuwa-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .lumuwa-step {\n    position: relative;\n    min-height: 270px;\n    padding: 30px;\n    border: 1px solid var(--lumuwa-border);\n    background: rgba(255, 255, 255, 0.52);\n  }\n\n  .lumuwa-step-number {\n    display: block;\n    margin-bottom: 60px;\n    color: var(--lumuwa-accent);\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n  }\n\n  .lumuwa-step h3 {\n    margin-bottom: 13px;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 20px;\n    font-weight: 500;\n    letter-spacing: -0.025em;\n  }\n\n  .lumuwa-step p {\n    color: var(--lumuwa-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FINAL QUOTE *\/\n\n  .lumuwa-final {\n    padding: 110px 0;\n    background: var(--lumuwa-white);\n    text-align: center;\n  }\n\n  .lumuwa-final-inner {\n    max-width: 930px;\n    margin: 0 auto;\n  }\n\n  .lumuwa-final-heading {\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: clamp(38px, 6vw, 74px);\n    font-weight: 500;\n    letter-spacing: -0.05em;\n    line-height: 1;\n  }\n\n  .lumuwa-final-heading span {\n    color: var(--lumuwa-accent);\n  }\n\n  .lumuwa-final p {\n    max-width: 630px;\n    margin: 28px auto 0;\n    color: var(--lumuwa-muted);\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .lumuwa-signature {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    margin-top: 40px;\n    font-family: \"Space Grotesk\", sans-serif;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .lumuwa-signature::before,\n  .lumuwa-signature::after {\n    width: 38px;\n    height: 1px;\n    background: var(--lumuwa-accent);\n    content: \"\";\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 990px) {\n    .lumuwa-intro-grid,\n    .lumuwa-ingredient-grid,\n    .lumuwa-pairing-box {\n      grid-template-columns: 1fr;\n      gap: 45px;\n    }\n\n    .lumuwa-benefits-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .lumuwa-steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .lumuwa-pairing-box {\n      padding: 55px 40px;\n    }\n  }\n\n  @media (max-width: 749px) {\n    .lumuwa-container {\n      width: min(100% - 30px, 1180px);\n    }\n\n    .lumuwa-hero,\n    .lumuwa-intro,\n    .lumuwa-benefits,\n    .lumuwa-ingredient,\n    .lumuwa-pairing,\n    .lumuwa-how-to,\n    .lumuwa-final {\n      padding-top: 72px;\n      padding-bottom: 72px;\n    }\n\n    .lumuwa-heading {\n      font-size: clamp(39px, 12vw, 55px);\n      line-height: 1;\n    }\n\n    .lumuwa-lead {\n      margin-top: 22px !important;\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .lumuwa-benefits-header {\n      display: block;\n      margin-bottom: 35px;\n    }\n\n    .lumuwa-benefits-header p {\n      margin-top: 20px;\n    }\n\n    .lumuwa-benefits-grid,\n    .lumuwa-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .lumuwa-benefit-card {\n      min-height: auto;\n      padding: 27px 24px 30px;\n    }\n\n    .lumuwa-benefit-icon {\n      margin-bottom: 30px;\n    }\n\n    .lumuwa-ingredient-card {\n      padding: 32px 26px;\n    }\n\n    .lumuwa-pairing-box {\n      padding: 42px 25px;\n    }\n\n    .lumuwa-step {\n      min-height: 230px;\n    }\n\n    .lumuwa-step-number {\n      margin-bottom: 45px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"lumuwa-gel-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"lumuwa-hero\"\u003e\n    \u003cdiv class=\"lumuwa-container lumuwa-hero-content\"\u003e\n      \u003cspan class=\"lumuwa-eyebrow\"\u003eKorean Skincare Meets Beauty Technology\u003c\/span\u003e\n\n      \u003ch1 class=\"lumuwa-heading\"\u003e\n        The perfect glide for a more \u003cem\u003eelevated ritual.\u003c\/em\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"lumuwa-lead\"\u003e\n        The LUMUWA Korean Copper Peptide Conductive Gel is designed to enhance\n        the performance of your beauty device while surrounding the skin with\n        lightweight hydration, comfortable glide and skin-loving care.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lumuwa-hero-details\"\u003e\n        \u003cspan class=\"lumuwa-pill\"\u003eCopper Peptide Enriched\u003c\/span\u003e\n        \u003cspan class=\"lumuwa-pill\"\u003eOptimized Conductivity\u003c\/span\u003e\n        \u003cspan class=\"lumuwa-pill\"\u003eLightweight Hydration\u003c\/span\u003e\n        \u003cspan class=\"lumuwa-pill\"\u003eNon-Greasy Finish\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003cdiv class=\"lumuwa-intro\"\u003e\n    \u003cdiv class=\"lumuwa-container lumuwa-intro-grid\"\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"lumuwa-section-number\"\u003e01 \/ THE FORMULA\u003c\/span\u003e\n        \u003ch2 class=\"lumuwa-section-title\"\u003e\n          More than an ordinary conductive gel.\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumuwa-rich-text\"\u003e\n        \u003cp\u003e\n          Traditional conductive gels are often created for function alone.\n          The \u003cstrong\u003eLUMUWA Korean Copper Peptide Conductive Gel\u003c\/strong\u003e\n          brings together beauty technology and a refined skincare experience\n          in one lightweight formula.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its silky gel texture helps your device move smoothly over the skin,\n          reducing unnecessary friction while maintaining comfortable contact\n          throughout your ritual.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Enriched with copper peptides and hydrating ingredients, it leaves\n          the complexion feeling refreshed, soft and comfortably moisturized\n          without a heavy or greasy residue.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"lumuwa-benefits\"\u003e\n    \u003cdiv class=\"lumuwa-container\"\u003e\n\n      \u003cdiv class=\"lumuwa-benefits-header\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"lumuwa-section-number\"\u003e02 \/ WHY YOU'LL LOVE IT\u003c\/span\u003e\n          \u003ch2 class=\"lumuwa-section-title\"\u003e\n            Everything your device needs. Everything your skin will love.\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Created to make each movement feel smoother, more comfortable and\n          more intentional.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumuwa-benefits-grid\"\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eOptimized Conductivity\u003c\/h3\u003e\n          \u003cp\u003e\n            Helps maintain consistent contact between the skin and your\n            compatible beauty device.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003eEffortless Glide\u003c\/h3\u003e\n          \u003cp\u003e\n            Creates a smooth cushion that helps reduce dragging and tugging\n            during use.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003eCopper Peptide Care\u003c\/h3\u003e\n          \u003cp\u003e\n            Enriched with copper peptides to complement a modern,\n            skin-focused beauty ritual.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e04\u003c\/div\u003e\n          \u003ch3\u003eDeep Hydration\u003c\/h3\u003e\n          \u003cp\u003e\n            Replenishes moisture to leave the skin feeling soft, fresh and\n            comfortably hydrated.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e05\u003c\/div\u003e\n          \u003ch3\u003eSkin Barrier Support\u003c\/h3\u003e\n          \u003cp\u003e\n            Helps maintain moisture and supports a smoother,\n            healthier-looking complexion.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e06\u003c\/div\u003e\n          \u003ch3\u003eLightweight Texture\u003c\/h3\u003e\n          \u003cp\u003e\n            Glides beautifully without leaving the skin feeling oily,\n            sticky or weighed down.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e07\u003c\/div\u003e\n          \u003ch3\u003eComfortable Application\u003c\/h3\u003e\n          \u003cp\u003e\n            Keeps the skin cushioned and comfortable throughout every pass\n            of your device.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-benefit-card\"\u003e\n          \u003cdiv class=\"lumuwa-benefit-icon\"\u003e08\u003c\/div\u003e\n          \u003ch3\u003eFresh, Radiant Finish\u003c\/h3\u003e\n          \u003cp\u003e\n            Leaves the complexion feeling smooth, refreshed and naturally\n            luminous after use.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INGREDIENT FEATURE --\u003e\n  \u003cdiv class=\"lumuwa-ingredient\"\u003e\n    \u003cdiv class=\"lumuwa-container lumuwa-ingredient-grid\"\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"lumuwa-section-number\"\u003e03 \/ SKIN-LOVING TECHNOLOGY\u003c\/span\u003e\n\n        \u003ch2 class=\"lumuwa-section-title\"\u003e\n          Copper peptides meet Korean-inspired hydration.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"lumuwa-ingredient-copy\"\u003e\n          A refined blend created to offer more than simple conductivity.\n          The formula pairs a smooth, water-based gel texture with copper\n          peptide care, helping every beauty-tech session feel like a complete\n          skincare ritual.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumuwa-ingredient-card\"\u003e\n        \u003cspan class=\"lumuwa-ingredient-label\"\u003eFeatured Ingredient\u003c\/span\u003e\n\n        \u003cdiv class=\"lumuwa-ingredient-name\"\u003e\n          GHK-Cu\n        \u003c\/div\u003e\n\n        \u003cp\u003e\n          Copper peptide technology selected to complement hydration,\n          skin comfort and a smoother, healthier-looking appearance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PAIRING --\u003e\n  \u003cdiv class=\"lumuwa-pairing\"\u003e\n    \u003cdiv class=\"lumuwa-container\"\u003e\n\n      \u003cdiv class=\"lumuwa-pairing-box\"\u003e\n\n        \u003cdiv\u003e\n          \u003cspan class=\"lumuwa-section-number\"\u003e04 \/ THE PERFECT PAIRING\u003c\/span\u003e\n\n          \u003ch2 class=\"lumuwa-section-title\"\u003e\n            Made to elevate your AuraLift™ ritual.\n          \u003c\/h2\u003e\n\n          \u003cp class=\"lumuwa-pairing-copy\"\u003e\n            Apply before using the LUMUWA AuraLift™ to help the device glide\n            smoothly across the cheeks, jawline, forehead and neck while\n            maintaining comfortable contact with the skin.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lumuwa-pairing-features\"\u003e\n\n          \u003cdiv class=\"lumuwa-pairing-feature\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003e\n            \u003cp\u003eSupports smooth, uninterrupted movement\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumuwa-pairing-feature\"\u003e\n            \u003cspan\u003e02\u003c\/span\u003e\n            \u003cp\u003eHelps maintain optimal device contact\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumuwa-pairing-feature\"\u003e\n            \u003cspan\u003e03\u003c\/span\u003e\n            \u003cp\u003eReduces uncomfortable pulling and friction\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lumuwa-pairing-feature\"\u003e\n            \u003cspan\u003e04\u003c\/span\u003e\n            \u003cp\u003eLeaves skin hydrated after every ritual\u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"lumuwa-how-to\"\u003e\n    \u003cdiv class=\"lumuwa-container\"\u003e\n\n      \u003cdiv class=\"lumuwa-how-to-header\"\u003e\n        \u003cspan class=\"lumuwa-section-number\"\u003e05 \/ HOW TO USE\u003c\/span\u003e\n        \u003ch2 class=\"lumuwa-section-title\"\u003e\n          Four simple steps to a smoother ritual.\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lumuwa-steps\"\u003e\n\n        \u003carticle class=\"lumuwa-step\"\u003e\n          \u003cspan class=\"lumuwa-step-number\"\u003eSTEP 01\u003c\/span\u003e\n          \u003ch3\u003ePrepare\u003c\/h3\u003e\n          \u003cp\u003e\n            Begin with clean, dry skin before applying your conductive gel.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-step\"\u003e\n          \u003cspan class=\"lumuwa-step-number\"\u003eSTEP 02\u003c\/span\u003e\n          \u003ch3\u003eApply\u003c\/h3\u003e\n          \u003cp\u003e\n            Spread a generous, even layer over the area you plan to use your\n            device on.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-step\"\u003e\n          \u003cspan class=\"lumuwa-step-number\"\u003eSTEP 03\u003c\/span\u003e\n          \u003ch3\u003eGlide\u003c\/h3\u003e\n          \u003cp\u003e\n            Move your device gently upward and outward, adding more gel if the\n            skin begins to feel dry.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"lumuwa-step\"\u003e\n          \u003cspan class=\"lumuwa-step-number\"\u003eSTEP 04\u003c\/span\u003e\n          \u003ch3\u003eFinish\u003c\/h3\u003e\n          \u003cp\u003e\n            After your ritual, gently massage in the remaining gel or remove\n            the excess with water.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FINAL MESSAGE --\u003e\n  \u003cdiv class=\"lumuwa-final\"\u003e\n    \u003cdiv class=\"lumuwa-container lumuwa-final-inner\"\u003e\n\n      \u003ch2 class=\"lumuwa-final-heading\"\u003e\n        Hydrate. Conduct. \u003cspan\u003eEnhance.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Transform every beauty-device session into a smoother, more\n        comfortable and more luxurious skincare experience.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"lumuwa-signature\"\u003e\n        LUMUWA\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Auvi Care","offers":[{"title":"Default Title","offer_id":54319931883859,"sku":null,"price":37.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/1417\/2243\/files\/MeetHALO_-Fivequietminutesoflight_energyandmassage_deliveredexactlywhereyourhairactuallygrows._31.jpg?v=1784173287","url":"https:\/\/lumuwa.com\/products\/lumuwa-auralift%e2%84%a2-led-therapy-face-sculptor-copy","provider":"Lumuwa","version":"1.0","type":"link"}