{"title":"All Products","description":"","products":[{"product_id":"lux-skin®-tallow-honey-balm","title":"LUX SKIN® Tallow + Honey Balm","description":"\u003cstyle\u003e\n  .lux-tallow-honey-module{\n    --honey: #b88a3d;\n    --honey-light: #d8b56f;\n    --honey-glow: #ead49a;\n    --honey-pale: #fff7e6;\n    --honey-deep: #f0dfb7;\n    --rose: #d98b98;\n    --rose-light: #f0b4bd;\n    --rose-pale: #fff0f2;\n    --cream: #fffaf2;\n    --navy: #1a1a2e;\n    --navy-soft: #2e2e4a;\n    --text: #2c2c2c;\n    --text-soft: #5a5a5a;\n    --card: #ffffff;\n    --border: #eadfce;\n\n    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module * { box-sizing: border-box; }\n  .lux-tallow-honey-module h2, .lux-tallow-honey-module p, .lux-tallow-honey-module ul, .lux-tallow-honey-module li { margin: 0; padding: 0; }\n\n  .lux-tallow-honey-module .container{\n    max-width: 740px;\n    margin: 0 auto;\n    padding: 40px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n  }\n\n  .lux-tallow-honey-module .card,\n  .lux-tallow-honey-module .guidance-card,\n  .lux-tallow-honey-module .expect-card,\n  .lux-tallow-honey-module .proof-card{\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 36px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .lux-tallow-honey-module .card::before,\n  .lux-tallow-honey-module .proof-card::before{\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n  }\n\n  .lux-tallow-honey-module .card::before{\n    background: linear-gradient(90deg, var(--honey), var(--rose-light), var(--honey));\n  }\n\n  .lux-tallow-honey-module .proof-card::before{\n    background: linear-gradient(90deg, var(--honey), var(--rose-light));\n  }\n\n  .lux-tallow-honey-module .card-label{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--honey);\n    margin-bottom: 16px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .card h2{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 600;\n    color: var(--navy);\n    line-height: 1.2;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .card p{\n    font-size: 15px;\n    line-height: 1.7;\n    color: var(--text);\n    margin-bottom: 14px;\n  }\n  .lux-tallow-honey-module .card p:last-child{ margin-bottom: 0; }\n\n  .lux-tallow-honey-module .hero-actives{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 24px 0;\n  }\n\n  .lux-tallow-honey-module .hero-active{\n    padding: 20px;\n    border-radius: 12px;\n    border: 1px solid var(--border);\n    position: relative;\n    overflow: hidden;\n    background: #fff;\n  }\n\n  .lux-tallow-honey-module .hero-active::after{\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 4px;\n    height: 100%;\n  }\n\n  .lux-tallow-honey-module .hero-active.honey-primary{\n    background: linear-gradient(135deg, #fff7e6 0%, #fff 100%);\n  }\n  .lux-tallow-honey-module .hero-active.honey-primary::after{ background: var(--honey); }\n\n  .lux-tallow-honey-module .hero-active.honey-secondary{\n    background: linear-gradient(135deg, #fff0f2 0%, #fff 100%);\n  }\n  .lux-tallow-honey-module .hero-active.honey-secondary::after{ background: var(--rose); }\n\n  .lux-tallow-honey-module .hero-active-name{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 4px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .hero-active.honey-primary .hero-active-name{ color: var(--honey); }\n  .lux-tallow-honey-module .hero-active.honey-secondary .hero-active-name{ color: var(--rose); }\n\n  .lux-tallow-honey-module .hero-active-title{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--navy);\n    margin-bottom: 8px;\n  }\n\n  .lux-tallow-honey-module .hero-active-desc{\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .special-callout{\n    background: linear-gradient(135deg, var(--honey-pale) 0%, #fffaf2 100%);\n    border-radius: 12px;\n    padding: 20px 24px;\n    margin-top: 20px;\n    font-size: 14.5px;\n    line-height: 1.7;\n    border-left: 3px solid var(--honey);\n  }\n  .lux-tallow-honey-module .special-callout strong{ color: var(--navy); }\n\n  .lux-tallow-honey-module .divider{\n    border: none;\n    border-top: 1px dashed var(--border);\n    margin: 24px 0;\n  }\n\n  .lux-tallow-honey-module .kit-includes{\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    margin: 10px 0 20px;\n  }\n\n  .lux-tallow-honey-module .kit-item{\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14.5px;\n    line-height: 1.5;\n  }\n\n  .lux-tallow-honey-module .kit-item .dot{\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--honey);\n    flex-shrink: 0;\n  }\n\n  .lux-tallow-honey-module .meta-row{\n    display: flex;\n    gap: 32px;\n    margin-top: 4px;\n    flex-wrap: wrap;\n  }\n\n  .lux-tallow-honey-module .meta-item{\n    font-size: 14px;\n    color: var(--text-soft);\n  }\n  .lux-tallow-honey-module .meta-item strong{ color: var(--text); }\n\n  .lux-tallow-honey-module .ingredients-strip{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .lux-tallow-honey-module .ing-tag{\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    padding: 5px 12px;\n    border-radius: 999px;\n    border: 1px solid;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .ing-tag.honey-tag{\n    background: #fff7e6;\n    border-color: #ead49a;\n    color: var(--honey);\n  }\n\n  .lux-tallow-honey-module .ing-tag.rose-tag{\n    background: #fff0f2;\n    border-color: #f0b4bd;\n    color: var(--rose);\n  }\n\n  .lux-tallow-honey-module .ing-tag.support-tag{\n    background: #f8f8f8;\n    border-color: #e0e0e0;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .guidance-card{ overflow: visible; }\n\n  .lux-tallow-honey-module .bubble{\n    position: absolute;\n    top: -14px;\n    left: 24px;\n    background: var(--honey-deep);\n    color: var(--navy);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    padding: 7px 16px;\n    border-radius: 999px;\n    white-space: nowrap;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .guidance-card p{\n    font-size: 14.5px;\n    line-height: 1.7;\n    margin-bottom: 12px;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .guidance-list{\n    list-style: none;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n\n  .lux-tallow-honey-module .guidance-list li{\n    font-size: 14.5px;\n    line-height: 1.6;\n    padding-left: 18px;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .guidance-list li::before{\n    content: '→';\n    position: absolute;\n    left: 0;\n    color: var(--honey);\n    font-weight: 600;\n  }\n\n  .lux-tallow-honey-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n  .lux-tallow-honey-module .expect-card .bubble{ background: var(--honey-pale); }\n\n  .lux-tallow-honey-module .results-header{\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .results-header strong{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 600;\n    color: var(--navy);\n  }\n\n  .lux-tallow-honey-module .results-grid{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .result-item{\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 16px 18px 16px 34px;\n    font-size: 13.5px;\n    line-height: 1.6;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .result-item::before{\n    content: '✦';\n    position: absolute;\n    left: 14px;\n    top: 16px;\n    font-size: 10px;\n  }\n\n  .lux-tallow-honey-module .result-item.honey-result{\n    background: linear-gradient(135deg, #fff7e6, #fff);\n  }\n  .lux-tallow-honey-module .result-item.honey-result::before{ color: var(--honey); }\n\n  .lux-tallow-honey-module .result-item.rose-result{\n    background: linear-gradient(135deg, #fff0f2, #fff);\n  }\n  .lux-tallow-honey-module .result-item.rose-result::before{ color: var(--rose); }\n\n  .lux-tallow-honey-module .result-item.shared-result{\n    background: linear-gradient(135deg, #f9f6ef, #fff);\n  }\n  .lux-tallow-honey-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n  .lux-tallow-honey-module .result-tag{\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    display: inline-block;\n    padding: 2px 8px;\n    border-radius: 4px;\n    margin-bottom: 6px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .tag-honey{ background: #f5e3bd; color: var(--honey); }\n  .lux-tallow-honey-module .tag-rose{ background: #f7d4d9; color: var(--rose); }\n  .lux-tallow-honey-module .tag-both{ background: #e8e0d2; color: var(--navy-soft); }\n\n  .lux-tallow-honey-module .timeline{\n    margin-top: 20px;\n    padding: 20px 24px;\n    background: linear-gradient(135deg, #fffaf2, #f8f3ea);\n    border-radius: 12px;\n    border: 1px solid var(--border);\n  }\n\n  .lux-tallow-honey-module .timeline-title{\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--honey);\n    margin-bottom: 14px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .timeline-steps{\n    display: flex;\n    gap: 0;\n    position: relative;\n  }\n\n  .lux-tallow-honey-module .timeline-steps::before{\n    content: '';\n    position: absolute;\n    top: 12px;\n    left: 12px;\n    right: 12px;\n    height: 2px;\n    background: linear-gradient(90deg, var(--honey-glow), var(--rose-pale), var(--honey-glow));\n  }\n\n  .lux-tallow-honey-module .timeline-step{\n    flex: 1;\n    text-align: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .lux-tallow-honey-module .timeline-dot{\n    width: 24px; height: 24px;\n    border-radius: 50%;\n    background: var(--card);\n    border: 2px solid var(--honey);\n    margin: 0 auto 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 10px;\n    font-weight: 700;\n    color: var(--honey);\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .lux-tallow-honey-module .timeline-step:last-child .timeline-dot{\n    border-color: var(--rose);\n    color: var(--rose);\n  }\n\n  .lux-tallow-honey-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color: var(--navy-soft);\n    color: var(--navy-soft);\n  }\n\n  .lux-tallow-honey-module .timeline-text{\n    font-size: 12px;\n    line-height: 1.4;\n    color: var(--text-soft);\n  }\n\n  .lux-tallow-honey-module .timeline-text strong{\n    display: block;\n    color: var(--text);\n    font-size: 13px;\n  }\n\n  .lux-tallow-honey-module .proof-header-wrap{\n    position: relative;\n    margin-bottom: 24px;\n  }\n\n  .lux-tallow-honey-module .proof-pill{\n    display: inline-block;\n    background: linear-gradient(135deg, var(--honey-pale), var(--honey-deep));\n    color: var(--navy);\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 18px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    padding: 12px 26px;\n    border-radius: 999px;\n    border: 1px solid var(--honey-glow);\n    box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-tallow-honey-module .proof-grid{\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 20px;\n  }\n\n  .lux-tallow-honey-module .proof-stat{\n    padding: 18px 20px;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .lux-tallow-honey-module .proof-stat.stat-honey{\n    background: linear-gradient(135deg, #fff7e6, #f5e8cb);\n    border: 1px solid #ead49a;\n  }\n\n  .lux-tallow-honey-module .proof-stat.stat-rose{\n    background: linear-gradient(135deg, #fff0f2, #f7dce0);\n    border: 1px solid #f0b4bd;\n  }\n\n  .lux-tallow-honey-module .proof-stat .stat-number{\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 700;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n\n  .lux-tallow-honey-module .stat-honey .stat-number{ color: var(--honey); }\n  .lux-tallow-honey-module .stat-rose .stat-number{ color: var(--rose); }\n\n  .lux-tallow-honey-module .proof-stat .stat-label{\n    font-size: 12px;\n    line-height: 1.4;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .proof-stat .stat-source{\n    font-size: 10px;\n    color: #9b8b74;\n    margin-top: 4px;\n    font-style: italic;\n  }\n\n  .lux-tallow-honey-module .proof-list{\n    list-style: none;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin: 0 0 24px 0;\n  }\n\n  .lux-tallow-honey-module .proof-list li{\n    font-size: 14px;\n    line-height: 1.6;\n    padding-left: 20px;\n    position: relative;\n    color: var(--text);\n  }\n\n  .lux-tallow-honey-module .proof-list li::before{\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: var(--honey);\n    font-weight: 700;\n  }\n\n  .lux-tallow-honey-module .proof-list a{\n    color: var(--honey);\n    text-decoration: none;\n    font-weight: 600;\n  }\n\n  .lux-tallow-honey-module .disclaimer{\n    font-size: 11.5px;\n    line-height: 1.6;\n    color: #999;\n    font-style: italic;\n    border-top: 1px solid var(--border);\n    padding-top: 16px;\n  }\n\n  @media (max-width: 600px){\n    .lux-tallow-honey-module .container{ padding: 24px 16px; }\n    .lux-tallow-honey-module .card,\n    .lux-tallow-honey-module .guidance-card,\n    .lux-tallow-honey-module .expect-card,\n    .lux-tallow-honey-module .proof-card{ padding: 28px 20px; }\n\n    .lux-tallow-honey-module .expect-card{ padding: 34px 20px 24px; }\n    .lux-tallow-honey-module .hero-actives{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .results-grid{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .proof-grid{ grid-template-columns: 1fr; }\n    .lux-tallow-honey-module .meta-row{ flex-direction: column; gap: 8px; }\n    .lux-tallow-honey-module .timeline-steps{ flex-direction: column; gap: 18px; }\n    .lux-tallow-honey-module .timeline-steps::before{ display: none; }\n    .lux-tallow-honey-module .card h2{ font-size: 24px; }\n    .lux-tallow-honey-module .bubble{ left: 16px; }\n    .lux-tallow-honey-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-tallow-honey-module\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003c!-- WHAT IS IT --\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n      \u003ch2\u003eLUX SKIN® Tallow \u0026amp; Honey Balm\u003c\/h2\u003e\n      \u003cp\u003eA simple, deeply nourishing balm for skin that feels dry, tight, weather-stressed or over-processed. Made for the health-conscious skincare customer, it brings together traditional tallow care with modern hydration support — without turning your daily routine into a complicated 10-step ritual.\u003c\/p\u003e\n      \u003cp\u003eThis formula pairs a lipid-rich tallow base with honey extract, shea butter, squalane, jojoba, glycerin, panthenol, oat kernel extract and sodium hyaluronate — a transparent, multi-layer moisture system designed to support the look and feel of a healthy skin barrier.\u003c\/p\u003e\n\n      \u003cdiv class=\"hero-actives\"\u003e\n        \u003cdiv class=\"hero-active honey-primary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eTallow + Traditional Lipids\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eA replenishing emollient base with tallow, shea butter, olive oil, jojoba and squalane to soften dry skin, reduce the feeling of tightness and support a supple, nourished finish.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-active honey-secondary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eHoney Extract + Humectants\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eHoney extract, glycerin and sodium hyaluronate help attract and hold moisture at the skin’s surface, while panthenol and oat kernel extract support comfort for dry, reactive-feeling skin.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eUse it wherever skin needs honest, everyday nourishment — as a final step over your skincare routine, on dry patches, across the hands, or as a softening lip balm.\u003c\/p\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhy tallow?\u003c\/strong\u003e\u003cbr\u003e\n        Tallow is a traditional, lipid-rich ingredient valued by the natural skincare community for its dense, balm-like texture and skin-softening feel. In this formula, it is paired with shea butter, olive oil, jojoba and squalane to create a replenishing emollient base that helps dry skin feel softer, smoother and more comfortable.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003e\n        Many moisturisers focus on a single hydration pathway. Tallow \u0026amp; Honey Balm layers \u003cstrong\u003eocclusive comfort, emollient softness and humectant hydration\u003c\/strong\u003e in one balm: traditional lipid-rich ingredients help soften, honey extract and glycerin help draw moisture, and oat plus panthenol help skin feel calmer and more comfortable.\n      \u003c\/div\u003e\n\n      \u003chr class=\"divider\"\u003e\n\n      \u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eProduct Details:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cdiv class=\"kit-includes\"\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × LUX SKIN® Tallow \u0026amp; Honey Balm\u003c\/div\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 50g \/ 1.76 oz nourishing balm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"meta-row\"\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eUse On:\u003c\/strong\u003e Face, lips, hands, dry patches and body\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e Daily, especially on slightly damp skin\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRoutine Style:\u003c\/strong\u003e Simple, nourishing, final-step balm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ingredients-strip\"\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eTallow\u003c\/span\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eHoney Extract\u003c\/span\u003e\n        \u003cspan class=\"ing-tag honey-tag\"\u003eShea Butter\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSqualane\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eJojoba Oil\u003c\/span\u003e\n        \u003cspan class=\"ing-tag rose-tag\"\u003ePanthenol\u003c\/span\u003e\n        \u003cspan class=\"ing-tag rose-tag\"\u003eOat Extract\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSodium Hyaluronate\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003cdiv class=\"guidance-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eHOW DO I USE IT?\u003c\/div\u003e\n      \u003cp\u003eThe balm is designed for daily use wherever skin feels dry, depleted or in need of extra nourishment. It works especially well as a simple, final-step balm for customers who prefer fewer products, more intentional ingredients and a skin-comfort-first routine.\u003c\/p\u003e\n      \u003cul class=\"guidance-list\"\u003e\n        \u003cli\u003eWarm a \u003cstrong\u003esmall amount\u003c\/strong\u003e between fingertips until it softens.\u003c\/li\u003e\n        \u003cli\u003eGently massage into \u003cstrong\u003eclean skin\u003c\/strong\u003e on the face, lips, hands or dry areas.\u003c\/li\u003e\n        \u003cli\u003eApply to \u003cstrong\u003eslightly damp skin\u003c\/strong\u003e for best results and a smoother finish.\u003c\/li\u003e\n        \u003cli\u003eUse as the final step in your routine to help seal in hydration and comfort.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT TO EXPECT --\u003e\n    \u003cdiv class=\"expect-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n      \u003cdiv class=\"results-header\"\u003e\n        \u003cstrong\u003eResults you’ll notice\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"results-grid\"\u003e\n        \u003cdiv class=\"result-item honey-result\"\u003e\n          \u003cdiv class=\"result-tag tag-honey\"\u003eTallow + Shea\u003c\/div\u003e\n          Skin feels instantly softer, cushioned and more comfortable, with a balm-to-skin finish designed for dry areas.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item rose-result\"\u003e\n          \u003cdiv class=\"result-tag tag-rose\"\u003eHoney + Glycerin\u003c\/div\u003e\n          Helps attract moisture to the skin’s surface for a plumper, more supple look and feel.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item honey-result\"\u003e\n          \u003cdiv class=\"result-tag tag-honey\"\u003eSqualane + Jojoba\u003c\/div\u003e\n          Lightweight emollients help reduce the feeling of roughness without leaving skin feeling stripped or tight.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item rose-result\"\u003e\n          \u003cdiv class=\"result-tag tag-rose\"\u003ePanthenol\u003c\/div\u003e\n          Supports skin comfort and hydration, making the balm ideal when skin feels dry, tight or weather-stressed.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item shared-result\"\u003e\n          \u003cdiv class=\"result-tag tag-both\"\u003eOat Extract\u003c\/div\u003e\n          Helps support a calmer-looking complexion and a more comfortable feel on dry, reactive-feeling skin.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item shared-result\"\u003e\n          \u003cdiv class=\"result-tag tag-both\"\u003eSimple Daily Care\u003c\/div\u003e\n          A low-fuss final-step balm to help leave skin looking nourished, dewy and resilient with consistent use.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"timeline\"\u003e\n        \u003cdiv class=\"timeline-title\"\u003eYour Nourishment Timeline\u003c\/div\u003e\n        \u003cdiv class=\"timeline-steps\"\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eFirst use\u003c\/strong\u003e Softer feel, less tightness, nourished glow\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eDays 3 to 7\u003c\/strong\u003e Dry patches feel smoother and more comfortable\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eOngoing use\u003c\/strong\u003e Skin appears more supple, cared-for and resilient with a simpler daily routine\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- INGREDIENT PROOF --\u003e\n    \u003cdiv class=\"proof-card\"\u003e\n      \u003cdiv class=\"proof-header-wrap\"\u003e\n        \u003cdiv class=\"proof-pill\"\u003eProof-Backed Ingredient Story\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"proof-grid\"\u003e\n        \u003cdiv class=\"proof-stat stat-honey\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e50\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eSubject clinical study found colloidal oatmeal lotion improved dryness, moisturisation and barrier measures\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eIlnytska et al., J Drugs Dermatol, 2016\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-rose\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eRandomised controlled studies assessed a panthenol-containing emollient for moisturisation and barrier restoration support\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eStettler et al., J Dermatolog Treat, 2016\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-honey\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e2013\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eCosmetic dermatology review summarised honey’s long history in topical skin care applications\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eBurlando \u0026amp; Cornara, J Cosmet Dermatol\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat stat-rose\"\u003e\n          \u003cdiv class=\"stat-number\"\u003eHA\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eHyaluronic acid is widely recognised as a key molecule involved in skin moisture and water retention\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003ePapakonstantinou et al., Dermatoendocrinol, 2012\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"proof-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOat science:\u003c\/strong\u003e Colloidal oatmeal research shows activity linked to epidermal differentiation, tight junctions, lipid regulation and clinical improvements in dry skin barrier appearance and feel. \u003ca href=\"https:\/\/jddonline.com\/articles\/colloidal-oatmeal-emavena-sativaem-improves-skin-barrier-through-multi-therapy-activity-S1545961616P0684X\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHoney heritage:\u003c\/strong\u003e Honey has been reviewed in cosmetic dermatology as a topical skin-care ingredient with a long history of use. \u003ca href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/24305429\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHydration support:\u003c\/strong\u003e Sodium hyaluronate is the salt form of hyaluronic acid, a molecule strongly associated with skin moisture and water-binding support. \u003ca href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC3583886\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePanthenol support:\u003c\/strong\u003e Published research on panthenol-containing emollients reports favourable effects on barrier function, barrier repair and skin hydration. \u003ca href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/27425824\/\" target=\"_blank\" rel=\"noopener\"\u003eView source\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBarrier-style balm base:\u003c\/strong\u003e Tallow, shea butter, olive oil, jojoba oil, squalane and caprylic\/capric triglyceride create a replenishing emollient system to help soften the feel of dry skin.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eComfort ingredients:\u003c\/strong\u003e Panthenol, oat kernel extract, tocopherol and rosemary leaf extract round out the formula with supportive conditioning and antioxidant-style cosmetic care.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. This product is not intended to diagnose, treat, cure or prevent any disease. Patch test before first use. Discontinue use if irritation occurs. For external use only and avoid contact with eyes. Not recommended for infants under 2 years due to essential oils.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Tallow \u0026 Honey Balm Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n  \u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\" open\u003e\n    \u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eTallow \u0026amp; Honey Balm\u003c\/summary\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003eAqua (Water), Adeps Bovis (Tallow), Olea Europaea (Olive) Oil, Emulsifying Wax, Butyrospermum Parkii (Shea) Butter, Squalane, Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Simmondsia Chinensis (Jojoba) Seed Oil, Honey Extract, 1,2-Hexanediol, Pentylene Glycol, Panthenol, Phenoxyethanol, Hydroxyacetophenone, Rosmarinus Officinalis (Rosemary) Leaf Extract, Avena Sativa (Oat) Kernel Extract, Tocopherol, Xanthan Gum, Ethylhexylglycerin, Sodium Hyaluronate, Disodium EDTA.\u003c\/p\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":53129507700847,"sku":"TALLOW_01","price":108.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage2-TallowBalmwithHoneyLuxSkin_1.jpg?v=1779256649"},{"product_id":"lux-skin®-micro-infusion-kit-microbiome-restore","title":"LUX SKIN® Micro Infusion Kit with Pre + Postbiotics","description":"\u003c!-- LUX SKIN Microbiome Restore Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cstyle\u003e\n    .lux-micro-bio-module{\n      --sage: #4a7c6f;\n      --sage-light: #7aab9e;\n      --sage-glow: #a8c9c2;\n      --sage-pale: #e8f2f0;\n      --sage-deep: #d0e6e2;\n      --lavender: #7a6fa8;\n      --lavender-light: #b0a8d4;\n      --lavender-pale: #ede9f8;\n      --navy: #1a1a2e;\n      --navy-soft: #2e2e4a;\n      --text: #2c2c2c;\n      --text-soft: #5a5a5a;\n      --card: #ffffff;\n      --border: #e0e8e6;\n\n      font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module * { box-sizing: border-box; }\n    .lux-micro-bio-module h2, .lux-micro-bio-module p, .lux-micro-bio-module ul, .lux-micro-bio-module li { margin: 0; padding: 0; }\n\n    .lux-micro-bio-module .container{\n      max-width: 740px;\n      margin: 0 auto;\n      padding: 40px 20px;\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n    }\n\n    .lux-micro-bio-module .card,\n    .lux-micro-bio-module .guidance-card,\n    .lux-micro-bio-module .expect-card,\n    .lux-micro-bio-module .proof-card{\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 36px 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .lux-micro-bio-module .card::before,\n    .lux-micro-bio-module .proof-card::before{\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n    }\n\n    .lux-micro-bio-module .card::before{\n      background: linear-gradient(90deg, var(--sage), var(--lavender-light), var(--sage));\n    }\n\n    .lux-micro-bio-module .proof-card::before{\n      background: linear-gradient(90deg, var(--sage), var(--lavender-light));\n    }\n\n    .lux-micro-bio-module .card-label{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--sage);\n      margin-bottom: 16px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .card h2{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.2;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .card p{\n      font-size: 15px;\n      line-height: 1.7;\n      color: var(--text);\n      margin-bottom: 14px;\n    }\n    .lux-micro-bio-module .card p:last-child{ margin-bottom: 0; }\n\n    .lux-micro-bio-module .hero-actives{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin: 24px 0;\n    }\n\n    .lux-micro-bio-module .hero-active{\n      padding: 20px;\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      position: relative;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .lux-micro-bio-module .hero-active::after{\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 4px;\n      height: 100%;\n    }\n\n    .lux-micro-bio-module .hero-active.bio-primary{\n      background: linear-gradient(135deg, #eef6f4 0%, #fff 100%);\n    }\n    .lux-micro-bio-module .hero-active.bio-primary::after{ background: var(--sage); }\n\n    .lux-micro-bio-module .hero-active.bio-secondary{\n      background: linear-gradient(135deg, #f0eef8 0%, #fff 100%);\n    }\n    .lux-micro-bio-module .hero-active.bio-secondary::after{ background: var(--lavender); }\n\n    .lux-micro-bio-module .hero-active-name{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 4px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .hero-active.bio-primary .hero-active-name{ color: var(--sage); }\n    .lux-micro-bio-module .hero-active.bio-secondary .hero-active-name{ color: var(--lavender); }\n\n    .lux-micro-bio-module .hero-active-title{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .lux-micro-bio-module .hero-active-desc{\n      font-size: 13px;\n      line-height: 1.6;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .special-callout{\n      background: linear-gradient(135deg, var(--sage-pale) 0%, #f5faf9 100%);\n      border-radius: 12px;\n      padding: 20px 24px;\n      margin-top: 20px;\n      font-size: 14.5px;\n      line-height: 1.7;\n      border-left: 3px solid var(--sage);\n    }\n    .lux-micro-bio-module .special-callout strong{ color: var(--navy); }\n\n    .lux-micro-bio-module .divider{\n      border: none;\n      border-top: 1px dashed var(--border);\n      margin: 24px 0;\n    }\n\n    .lux-micro-bio-module .kit-includes{\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      margin: 10px 0 20px;\n    }\n\n    .lux-micro-bio-module .kit-item{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14.5px;\n      line-height: 1.5;\n    }\n\n    .lux-micro-bio-module .kit-item .dot{\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--sage);\n      flex-shrink: 0;\n    }\n\n    .lux-micro-bio-module .meta-row{\n      display: flex;\n      gap: 32px;\n      margin-top: 4px;\n      flex-wrap: wrap;\n    }\n\n    .lux-micro-bio-module .meta-item{\n      font-size: 14px;\n      color: var(--text-soft);\n    }\n    .lux-micro-bio-module .meta-item strong{ color: var(--text); }\n\n    .lux-micro-bio-module .ingredients-strip{\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .lux-micro-bio-module .ing-tag{\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n      padding: 5px 12px;\n      border-radius: 999px;\n      border: 1px solid;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .ing-tag.bio-tag{\n      background: #eef6f4;\n      border-color: #c4ddd9;\n      color: var(--sage);\n    }\n\n    .lux-micro-bio-module .ing-tag.lav-tag{\n      background: #f0eef8;\n      border-color: #cdc8e8;\n      color: var(--lavender);\n    }\n\n    .lux-micro-bio-module .ing-tag.support-tag{\n      background: #f8f8f8;\n      border-color: #e0e0e0;\n      color: var(--text-soft);\n    }\n\n    \/* Guidance *\/\n    .lux-micro-bio-module .guidance-card{ overflow: visible; }\n\n    .lux-micro-bio-module .bubble{\n      position: absolute;\n      top: -14px;\n      left: 24px;\n      background: var(--sage-deep);\n      color: var(--navy);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 7px 16px;\n      border-radius: 999px;\n      white-space: nowrap;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .guidance-card p{\n      font-size: 14.5px;\n      line-height: 1.7;\n      margin-bottom: 12px;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .guidance-list{\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .lux-micro-bio-module .guidance-list li{\n      font-size: 14.5px;\n      line-height: 1.6;\n      padding-left: 18px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .guidance-list li::before{\n      content: '→';\n      position: absolute;\n      left: 0;\n      color: var(--sage);\n      font-weight: 600;\n    }\n\n    \/* Expect *\/\n    .lux-micro-bio-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n    .lux-micro-bio-module .expect-card .bubble{ background: var(--sage-pale); }\n\n    .lux-micro-bio-module .results-header{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .results-header span{ font-size: 20px; }\n\n    .lux-micro-bio-module .results-header strong{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 22px;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    .lux-micro-bio-module .results-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .result-item{\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 16px 18px 16px 34px;\n      font-size: 13.5px;\n      line-height: 1.6;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .result-item::before{\n      content: '✦';\n      position: absolute;\n      left: 14px;\n      top: 16px;\n      font-size: 10px;\n    }\n\n    .lux-micro-bio-module .result-item.bio-result{\n      background: linear-gradient(135deg, #eef6f4, #fff);\n    }\n    .lux-micro-bio-module .result-item.bio-result::before{ color: var(--sage); }\n\n    .lux-micro-bio-module .result-item.lav-result{\n      background: linear-gradient(135deg, #f0eef8, #fff);\n    }\n    .lux-micro-bio-module .result-item.lav-result::before{ color: var(--lavender); }\n\n    .lux-micro-bio-module .result-item.shared-result{\n      background: linear-gradient(135deg, #f4f6f8, #fff);\n    }\n    .lux-micro-bio-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n    .lux-micro-bio-module .result-tag{\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      padding: 2px 8px;\n      border-radius: 4px;\n      margin-bottom: 6px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .tag-bio{ background: #d4ece8; color: var(--sage); }\n    .lux-micro-bio-module .tag-lav{ background: #dcdaf0; color: var(--lavender); }\n    .lux-micro-bio-module .tag-both{ background: #e0e4ea; color: var(--navy-soft); }\n\n    .lux-micro-bio-module .timeline{\n      margin-top: 20px;\n      padding: 20px 24px;\n      background: linear-gradient(135deg, #fafafa, #f2f7f6);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n    }\n\n    .lux-micro-bio-module .timeline-title{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--sage);\n      margin-bottom: 14px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .timeline-steps{\n      display: flex;\n      gap: 0;\n      position: relative;\n    }\n\n    .lux-micro-bio-module .timeline-steps::before{\n      content: '';\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      right: 12px;\n      height: 2px;\n      background: linear-gradient(90deg, var(--sage-glow), var(--lavender-pale), var(--sage-glow));\n    }\n\n    .lux-micro-bio-module .timeline-step{\n      flex: 1;\n      text-align: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .lux-micro-bio-module .timeline-dot{\n      width: 24px; height: 24px;\n      border-radius: 50%;\n      background: var(--card);\n      border: 2px solid var(--sage);\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      font-weight: 700;\n      color: var(--sage);\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-micro-bio-module .timeline-step:last-child .timeline-dot{\n      border-color: var(--lavender);\n      color: var(--lavender);\n    }\n\n    .lux-micro-bio-module .timeline-step:nth-child(2) .timeline-dot{\n      border-color: var(--navy-soft);\n      color: var(--navy-soft);\n    }\n\n    .lux-micro-bio-module .timeline-text{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .timeline-text strong{\n      display: block;\n      color: var(--text);\n      font-size: 13px;\n    }\n\n    \/* Proof *\/\n    .lux-micro-bio-module .proof-header-wrap{\n      position: relative;\n      margin-bottom: 24px;\n    }\n\n    .lux-micro-bio-module .proof-pill{\n      display: inline-block;\n      background: linear-gradient(135deg, var(--sage-pale), var(--sage-deep));\n      color: var(--navy);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      padding: 12px 26px;\n      border-radius: 999px;\n      border: 1px solid var(--sage-glow);\n      box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n    }\n\n    .lux-micro-bio-module .proof-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    .lux-micro-bio-module .proof-stat{\n      padding: 18px 20px;\n      border-radius: 12px;\n      text-align: center;\n    }\n\n    .lux-micro-bio-module .proof-stat.stat-bio{\n      background: linear-gradient(135deg, #eef6f4, #e4f0ee);\n      border: 1px solid #c4ddd9;\n    }\n\n    .lux-micro-bio-module .proof-stat.stat-lav{\n      background: linear-gradient(135deg, #f0eef8, #e8e6f4);\n      border: 1px solid #cdc8e8;\n    }\n\n    .lux-micro-bio-module .proof-stat .stat-number{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 36px;\n      font-weight: 700;\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n\n    .lux-micro-bio-module .stat-bio .stat-number{ color: var(--sage); }\n    .lux-micro-bio-module .stat-lav .stat-number{ color: var(--lavender); }\n\n    .lux-micro-bio-module .proof-stat .stat-label{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-micro-bio-module .proof-stat .stat-source{\n      font-size: 10px;\n      color: #aaa;\n      margin-top: 4px;\n      font-style: italic;\n    }\n\n    .lux-micro-bio-module .proof-list{\n      list-style: none;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin: 0 0 24px 0;\n    }\n\n    .lux-micro-bio-module .proof-list li{\n      font-size: 14px;\n      line-height: 1.6;\n      padding-left: 20px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-micro-bio-module .proof-list li::before{\n      content: '✓';\n      position: absolute;\n      left: 0;\n      color: var(--sage);\n      font-weight: 700;\n    }\n\n    .lux-micro-bio-module .disclaimer{\n      font-size: 11.5px;\n      line-height: 1.6;\n      color: #999;\n      font-style: italic;\n      border-top: 1px solid var(--border);\n      padding-top: 16px;\n    }\n\n    @media (max-width: 600px){\n      .lux-micro-bio-module .container{ padding: 24px 16px; }\n      .lux-micro-bio-module .card,\n      .lux-micro-bio-module .guidance-card,\n      .lux-micro-bio-module .expect-card,\n      .lux-micro-bio-module .proof-card{ padding: 28px 20px; }\n\n      .lux-micro-bio-module .expect-card{ padding: 34px 20px 24px; }\n      .lux-micro-bio-module .hero-actives{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .results-grid{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .proof-grid{ grid-template-columns: 1fr; }\n      .lux-micro-bio-module .meta-row{ flex-direction: column; gap: 8px; }\n      .lux-micro-bio-module .card h2{ font-size: 24px; }\n      .lux-micro-bio-module .bubble{ left: 16px; }\n      .lux-micro-bio-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"lux-micro-bio-module\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\u003ch2\u003eLUX SKIN® Micro Infusion Kit — Microbiome Restore\u003c\/h2\u003e\n\u003cp\u003eA next-level at-home treatment designed to help restore your skin's microbiome, strengthen the barrier, and support the look of calmer, more radiant, resilient skin — at a fraction of typical in-clinic costs.\u003c\/p\u003e\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eMicrobiome Restore Serum\u003c\/strong\u003e absorb effectively — delivering postbiotics and prebiotics exactly where they're needed most.\u003c\/p\u003e\n\u003cdiv class=\"hero-actives\"\u003e\n\u003cdiv class=\"hero-active bio-primary\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003ePostbiotics\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003eBioactive compounds produced by beneficial bacteria that help rebalance the skin's ecosystem, support barrier integrity, and calm the look of sensitivity and redness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-active bio-secondary\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003ePrebiotics + 5% Niacinamide\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003ePrebiotics feed beneficial skin bacteria to restore microbiome balance, while 5% niacinamide supports the look of brightness, even tone, and a strengthened barrier.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003ecalmer skin, lasting hydration, improved radiance, and a stronger barrier\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"special-callout\"\u003e\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eWhile most serums address surface symptoms, ours targets the root cause — a disrupted microbiome. By pairing postbiotics with prebiotics and 5% niacinamide in a micro-infusion format, this kit delivers a professional-grade foundation reset designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"kit-includes\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Microbiome Restore 5ml Serum Vials\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-row\"\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-strip\"\u003e\n\u003cspan class=\"ing-tag bio-tag\"\u003ePostbiotics\u003c\/span\u003e \u003cspan class=\"ing-tag bio-tag\"\u003ePrebiotics\u003c\/span\u003e \u003cspan class=\"ing-tag lav-tag\"\u003e5% Niacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag lav-tag\"\u003eZinc\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eAllantoin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"guidance-list\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003cdiv class=\"results-header\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e \u003cstrong\u003eResults you'll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"results-grid\"\u003e\n\u003cdiv class=\"result-item bio-result\"\u003e\n\u003cdiv class=\"result-tag tag-bio\"\u003ePostbiotics\u003c\/div\u003e\nHelps calm the look of redness and sensitivity as the microbiome begins to rebalance\u003c\/div\u003e\n\u003cdiv class=\"result-item lav-result\"\u003e\n\u003cdiv class=\"result-tag tag-lav\"\u003eNiacinamide\u003c\/div\u003e\nSupports the look of a more even, brighter skin tone and visibly refined pores\u003c\/div\u003e\n\u003cdiv class=\"result-item bio-result\"\u003e\n\u003cdiv class=\"result-tag tag-bio\"\u003ePrebiotics\u003c\/div\u003e\nDesigned to support a stronger-looking barrier, helping moisture stay locked in longer\u003c\/div\u003e\n\u003cdiv class=\"result-item lav-result\"\u003e\n\u003cdiv class=\"result-tag tag-lav\"\u003eNiacinamide\u003c\/div\u003e\nSupports the look of firmer, smoother skin with consistent weekly use\u003c\/div\u003e\n\u003cdiv class=\"result-item shared-result\"\u003e\n\u003cdiv class=\"result-tag tag-both\"\u003eMicrobiome Reset\u003c\/div\u003e\nHelps restore the look of radiance and resilience as the skin's ecosystem rebalances\u003c\/div\u003e\n\u003cdiv class=\"result-item shared-result\"\u003e\n\u003cdiv class=\"result-tag tag-both\"\u003eFoundation Reset\u003c\/div\u003e\nQuick 5 to 10 minute weekly treatments — your other products finally perform better\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline\"\u003e\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\u003cdiv class=\"timeline-steps\"\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Calmer look, improved hydration, early glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Barrier strengthens, sensitivity settles, texture refines\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e Lasting radiance, resilient skin, routine performs better\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TESTED \u0026 PROVEN --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-grid\"\u003e\n\u003cdiv class=\"proof-stat stat-bio\"\u003e\n\u003cdiv class=\"stat-number\"\u003e176%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003e24-hour moisture retention rate — rated \"excellent\" (150%+ threshold)\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-lav\"\u003e\n\u003cdiv class=\"stat-number\"\u003e81%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eFirming \u0026amp; anti-wrinkle elastase inhibition rate, outperformed control\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-bio\"\u003e\n\u003cdiv class=\"stat-number\"\u003e51%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eSoothing \u0026amp; calming hyaluronidase inhibition rate\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-lav\"\u003e\n\u003cdiv class=\"stat-number\"\u003e33%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eBrightening tyrosinase inhibition rate — proven effective\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eILAC-accredited laboratory, February 2026\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"proof-list\"\u003e\n\u003cli\u003eDesigned to restore the skin's microbiome — the root cause of sensitivity, dullness, and barrier damage\u003c\/li\u003e\n\u003cli\u003ePostbiotics and prebiotics work together to replenish beneficial bacteria and rebalance the skin's ecosystem\u003c\/li\u003e\n\u003cli\u003e5% niacinamide has been widely studied for supporting barrier function, brightness, and skin tone\u003c\/li\u003e\n\u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact with the skin compared to simple topical application\u003c\/li\u003e\n\u003cli\u003e4 independent efficacy reports from an ILAC MRA internationally accredited testing facility — all results statistically significant (P\u0026lt;0.05)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicrobiome Restore Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Zinc PCA, Allantoin, Sodium Hyaluronate, Lactobacillus Ferment (Postbiotic), Inulin (Prebiotic), Centella Asiatica Extract, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Sclerotium Gum, Phenoxyethanol, Hydroxyacetophenone, Oligopeptide-1, Palmitoyl Pentapeptide-4, Acetyl Tetrapeptide-9.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background: #fff9f3; border: 1px solid #f3d8c2; border-radius: 12px; padding: 14px 18px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size: 15px; color: #333; margin-top: 18px;\"\u003e\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca style=\"color: #ff3b30; font-weight: 600; text-decoration: none; margin-left: 6px;\" href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\u003c\/div\u003e\n","brand":"LUX SKIN AUS","offers":[{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129507733615,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129507766383,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129507799151,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129507831919,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":53129507864687,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129507897455,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/MicroInfusionKit-render03_557e97ed-4b47-4614-8b3d-399c4772fc2f.jpg?v=1779256651"},{"product_id":"daily-skin-mist","title":"LUX SKIN® Daily Skin Mist","description":"\u003c!-- Real Results Widget --\u003e\n\u003cstyle\u003e\n  .review-container {\n    max-width: 980px;\n    margin: 40px auto;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .bubble-title {\n    display: inline-block;\n    background: linear-gradient(135deg, #E8D4E8 0%, #D4C4D8 100%);\n    padding: 10px 26px;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #2c2c2c;\n    margin-bottom: 18px;\n  }\n\n  .review-box {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 16px;\n    padding: 36px 28px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n  }\n\n  .review-label {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    letter-spacing: 0.5px;\n  }\n\n  .review-content {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .review-text {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #333;\n  }\n\n  .review-author {\n    font-size: 15px;\n    font-weight: 600;\n    margin-top: 12px;\n    color: #2c2c2c;\n  }\n\n  .review-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    border: 1px solid #eee;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"review-container\"\u003e\n  \u003cdiv class=\"bubble-title\"\u003eReal Results\u003c\/div\u003e\n\n  \u003cdiv class=\"review-box\"\u003e\n    \u003cdiv class=\"review-label\"\u003eCustomer Review\u003c\/div\u003e\n\n    \u003cdiv class=\"review-content\"\u003e\n      \u003cdiv class=\"review-text-container\"\u003e\n        \u003cp class=\"review-text\"\u003e\n          \"I've tried so many serums and creams over the years, but nothing has given me results like this.\n          My skin feels smoother, looks more radiant, and I love that it's so easy to use every day.\n          Just a quick mist and my skin stays hydrated and glowing all day long.\n          I honestly feel more confident going makeup-free now.\n          The Anti-Aging Daily Mist is a game changer for my routine!\"\n        \u003c\/p\u003e\n        \u003cp class=\"review-author\"\u003e— Ashley M\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-image-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/MIST_02.png?v=1760478943\" alt=\"Real results with LUX SKIN Anti-Aging Daily Mist\" class=\"review-image\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Which Package Box --\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eHOW OFTEN DO I USE IT?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Daily Mist is designed for \u003cstrong\u003eeveryday use\u003c\/strong\u003e as part of your skincare routine.\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor a quick refresh: \u003cstrong\u003eApply morning \u0026amp; night\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor best results: \u003cstrong\u003eUse daily after cleansing \u0026amp; before moisturiser\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eDaily benefits you’ll notice\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eInstant refresh and hydration with every mist\u003c\/li\u003e\n\u003cli\u003eHelps smooth \u0026amp; plump the skin throughout the day\u003c\/li\u003e\n\u003cli\u003eInfused with peptides \u0026amp; antioxidants to fight visible aging\u003c\/li\u003e\n\u003cli\u003eSupports firmer, more youthful-looking skin with daily use\u003c\/li\u003e\n\u003cli\u003eProtects against environmental stressors that accelerate skin aging\u003c\/li\u003e\n\u003cli\u003eLightweight, non-sticky formula suitable for all skin types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eClinically evaluated actives to support skin firmness \u0026amp; elasticity\u003c\/li\u003e\n\u003cli\u003eHelps reduce the appearance of fine lines with daily use\u003c\/li\u003e\n\u003cli\u003eShown to boost hydration levels for smoother, more supple skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Anti Aging Daily Mist was formulated with dermatology-inspired actives to support a more youthful complexion.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp\u003eHold bottle 20–30cm from face and spray evenly over clean, dry skin. Let mist absorb fully before applying moisturiser or sunscreen. Use morning and evening, or anytime your skin needs a refresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Anti Aging Daily Mist\u003c\/strong\u003e is a lightweight facial spray designed to deliver \u003cstrong\u003ehydration, peptides \u0026amp; antioxidants\u003c\/strong\u003e directly into your skin.\u003c\/p\u003e\n\u003cp\u003eInspired by professional skin treatments, this daily mist refreshes and nourishes while helping to \u003cstrong\u003ereduce visible signs of aging\u003c\/strong\u003e such as fine lines, loss of firmness, and dullness.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eAnti Aging Peptide Complex\u003c\/strong\u003e combines hydrating humectants with clinically studied peptides and antioxidants — making it a must-have for your daily routine.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 60ml\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Daily use, morning \u0026amp; evening\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Daily Mist Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti-Aging Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycerin, Betaine, 3-O-Ethyl Ascorbic Acid, Lactobacillus Ferment, Phenoxyethanol, Hydroxyacetophenone, 1,2-Hexanediol, Acetyl Hexapeptide-8, Ethyl Ethylglycerin, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Isoleucine, Leucine, Methyl Propylamine, Phenylalanine, Carbomer, Fragrance, PEG-40 Hydrogenated Castor Oil.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eSkin Repair Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Witch Hazel Water, Glycerin, Butylene Glycol, Sclerotium Gum, Sodium Guaiazulene Sulfonate, Betaine, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Licorice Root Extract, Chamomile Flower Extract, Rosemary Leaf Extract, 1,2-Hexanediol, Propanediol, Caprylhydroxamic Acid, Carboxymethyl Chitosan, Diphenyl Dimethicone, Triethylhexanoin, Polyglyceryl-10 Myristate, Asiaticoside, Madecassoside, Asiatic Acid, Disodium EDTA, Salmon PDRN.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eDeep Hydrate Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Betaine, Isododecane, Hydroxyethyl Urea, Bacillus\/Soybean Ferment Extract, Lactobacillus\/Citrus Medica Limonum Peel Ferment Extract, Phenoxyethanol, Alumina, Dipropylene Glycol, Sodium Hyaluronate, Ammonium Acryloyldimethyltaurate\/VP Copolymer, PEG-40 Hydrogenated Castor Oil, Silica, Cocos Nucifera (Coconut) Oil, Tremella Fuciformis (Mushroom) Extract, Ethylhexylglycerin, 1,2-Hexanediol, Disodium EDTA, Dendrobium Officinale Stem Extract, Titanium Dioxide, Rhinacanthus Communis Extract, Dimethicone, Astaxanthin, Pentylene Glycol, Glycine, Hydroxyacetophenone, Serine, Glutamic Acid, Aspartic Acid, Leucine, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Proline, Threonine, Valine, Isoleucine,\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Anti Aging Daily Mist (with Peptides)","offer_id":53129507930223,"sku":"MIST_02","price":108.0,"currency_code":"AED","in_stock":true},{"title":"Skin Repair Daily Mist (with Salmon DNA)","offer_id":53129507962991,"sku":"MIST_03","price":108.0,"currency_code":"AED","in_stock":true},{"title":"Deep Hydrate Daily Mist (with Tremella Mushroom)","offer_id":53129507995759,"sku":"MIST_01","price":108.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-AntiAgingDailyMist3000x3000pix_1_1512x_059997d7-5735-4d27-ac9d-38b186efe1b2.jpg?v=1779256652"},{"product_id":"clera-microbiome-balancing-serum","title":"CLERA by LUX® Microbiome Restore Serum","description":"\u003c!-- CLERA SECTIONS (FIXED DESKTOP WIDTH + FIXED NESTING) --\u003e\n\u003cstyle\u003e\n  \/* Global container width (tweak this once) *\/\n  :root{\n    --clera-max: 1180px;\n    --clera-pad: 20px;\n  }\n\n  \/* BEFORE \u0026 AFTER RESULTS GALLERY *\/\n  .clera-results {\n    max-width: var(--clera-max);\n    margin: 60px auto;\n    padding: 0 var(--clera-pad);\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-results__header { text-align: center; margin-bottom: 40px; }\n  .clera-results__tag {\n    display: inline-block; background: #f5e8e8; color: #1a1a1a;\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.2px; padding: 6px 16px; border-radius: 30px;\n    margin-bottom: 16px;\n  }\n  .clera-results__title {\n    font-family: Georgia, 'Times New Roman', serif; font-size: 28px;\n    font-weight: 400; color: #1a1a1a; margin: 0 0 10px; line-height: 1.3;\n  }\n  .clera-results__subtitle { font-size: 14px; color: #888; margin: 0; line-height: 1.5; }\n\n  .clera-results__carousel { position: relative; overflow: hidden; }\n  .clera-results__track {\n    display: flex;\n    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n    will-change: transform;\n  }\n  .clera-results__slide { min-width: 100%; padding: 0 4px; box-sizing: border-box; }\n  .clera-results__card { background: #fafafa; border-radius: 16px; overflow: hidden; border: 1px solid #f0eaea; }\n  .clera-results__image-wrap { position: relative; width: 100%; overflow: hidden; }\n  .clera-results__image-wrap img { display: block; width: 100%; height: auto; }\n  .clera-results__info {\n    padding: 18px 22px 20px;\n    display: flex; align-items: center; justify-content: space-between; gap: 12px;\n  }\n  .clera-results__name { font-family: Georgia, 'Times New Roman', serif; font-size: 15px; color: #1a1a1a; margin: 0 0 2px; }\n  .clera-results__detail { font-size: 12px; color: #aaa; margin: 0; }\n  .clera-results__concern {\n    display: inline-block; background: #f5e8e8; color: #8b6b6b;\n    font-size: 11px; font-weight: 500; padding: 4px 12px;\n    border-radius: 20px; white-space: nowrap;\n  }\n  .clera-results__nav {\n    position: absolute; top: 50%; transform: translateY(-50%);\n    width: 38px; height: 38px; background: rgba(255,255,255,0.9);\n    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);\n    border: 1px solid #f0eaea; border-radius: 50%; cursor: pointer;\n    z-index: 10; display: flex; align-items: center; justify-content: center;\n    transition: opacity 0.3s, box-shadow 0.3s;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06); padding: 0;\n  }\n  .clera-results__nav:hover { box-shadow: 0 4px 14px rgba(0,0,0,0.1); }\n  .clera-results__nav--prev { left: 12px; }\n  .clera-results__nav--next { right: 12px; }\n  .clera-results__nav svg {\n    width: 16px; height: 16px; stroke: #8b6b6b; fill: none;\n    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;\n  }\n  .clera-results__dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }\n  .clera-results__dot {\n    width: 8px; height: 8px; border-radius: 50%;\n    background: #e0d6d6; border: none; padding: 0;\n    cursor: pointer; transition: background 0.3s, transform 0.3s;\n  }\n  .clera-results__dot--active { background: #c4a0a0; transform: scale(1.25); }\n  .clera-results__disclaimer {\n    text-align: center; font-size: 11px; color: #bbb;\n    margin-top: 20px; font-style: italic;\n  }\n\n  \/* HOW IT WORKS *\/\n  .clera-steps {\n    max-width: var(--clera-max);\n    margin: 60px auto;\n    padding: 0 var(--clera-pad);\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-steps__header { text-align: center; margin-bottom: 44px; }\n  .clera-steps__tag {\n    display: inline-block; background: #f5e8e8; color: #1a1a1a;\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.2px; padding: 6px 16px; border-radius: 30px;\n    margin-bottom: 16px;\n  }\n  .clera-steps__title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 28px; font-weight: 400; color: #1a1a1a; margin: 0; line-height: 1.3;\n  }\n  .clera-steps__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }\n  .clera-steps__card {\n    background: #fafafa; border: 1px solid #f0eaea; border-radius: 16px;\n    padding: 32px 24px 28px; text-align: center; position: relative;\n  }\n  .clera-steps__number {\n    display: inline-flex; align-items: center; justify-content: center;\n    width: 32px; height: 32px; border-radius: 50%;\n    background: #f5e8e8; color: #8b6b6b; font-size: 13px; font-weight: 700;\n    margin-bottom: 20px;\n  }\n  .clera-steps__icon {\n    width: 64px; height: 64px; margin: 0 auto 20px;\n    display: flex; align-items: center; justify-content: center;\n    background: linear-gradient(145deg, #f9f0f0, #f0e6e6);\n    border-radius: 50%;\n  }\n  .clera-steps__icon svg {\n    width: 28px; height: 28px; stroke: #8b6b6b; fill: none;\n    stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;\n  }\n  .clera-steps__card-title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 18px; font-weight: 400; color: #1a1a1a;\n    margin: 0 0 10px;\n  }\n  .clera-steps__card-desc { font-size: 13px; line-height: 1.6; color: #888; margin: 0; }\n\n  @media (min-width: 641px) {\n    .clera-steps__card:not(:last-child)::after {\n      content: ''; position: absolute; top: 72px; right: -14px;\n      width: 8px; height: 8px; border-top: 2px solid #e0d6d6;\n      border-right: 2px solid #e0d6d6; transform: rotate(45deg); z-index: 2;\n    }\n  }\n\n  \/* LAB *\/\n  .clera-lab {\n    max-width: var(--clera-max);\n    margin: 60px auto;\n    padding: 0 var(--clera-pad);\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-lab__header { text-align: center; margin-bottom: 40px; }\n  .clera-lab__tag {\n    display: inline-block; background: #f5e8e8; color: #1a1a1a;\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.2px; padding: 6px 16px; border-radius: 30px;\n    margin-bottom: 16px;\n  }\n  .clera-lab__title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 28px; font-weight: 400; color: #1a1a1a;\n    margin: 0 0 10px; line-height: 1.3;\n  }\n  .clera-lab__subtitle { font-size: 14px; color: #888; margin: 0; line-height: 1.5; }\n  .clera-lab__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n  .clera-lab__card {\n    background: #fafafa; border: 1px solid #f0eaea; border-radius: 16px;\n    padding: 28px 24px; text-align: center; position: relative; overflow: hidden;\n  }\n  .clera-lab__card::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n    background: linear-gradient(90deg, #e8d5d5, #d4b8b8);\n    border-radius: 16px 16px 0 0;\n  }\n  .clera-lab__icon {\n    width: 48px; height: 48px; margin: 0 auto 16px;\n    display: flex; align-items: center; justify-content: center;\n    background: linear-gradient(145deg, #f9f0f0, #f0e6e6);\n    border-radius: 50%;\n  }\n  .clera-lab__icon svg {\n    width: 22px; height: 22px; stroke: #8b6b6b; fill: none;\n    stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;\n  }\n  .clera-lab__stat {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 38px; font-weight: 400; color: #1a1a1a;\n    line-height: 1; margin: 0 0 4px;\n  }\n  .clera-lab__stat-unit { font-size: 20px; color: #aaa; }\n  .clera-lab__label {\n    font-size: 14px; font-weight: 600; color: #8b6b6b;\n    margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.5px;\n  }\n  .clera-lab__desc { font-size: 13px; color: #999; line-height: 1.5; margin: 0; }\n  .clera-lab__sig {\n    display: inline-block; background: #edf7ed; color: #4a8c4a;\n    font-size: 10px; font-weight: 600; letter-spacing: 0.5px;\n    padding: 3px 10px; border-radius: 20px; margin-top: 12px;\n  }\n  .clera-lab__footer {\n    margin-top: 28px; background: #fafafa; border: 1px solid #f0eaea;\n    border-radius: 12px; padding: 18px 24px;\n    display: flex; align-items: center; justify-content: center;\n    gap: 20px; flex-wrap: wrap;\n  }\n  .clera-lab__footer-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #888; }\n  .clera-lab__footer-icon { width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }\n  .clera-lab__footer-icon svg {\n    width: 16px; height: 16px; stroke: #8b6b6b; fill: none;\n    stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;\n  }\n  .clera-lab__disclaimer {\n    text-align: center; font-size: 11px; color: #bbb;\n    margin-top: 16px; font-style: italic; line-height: 1.5;\n  }\n  .clera-lab__card--highlight { border-color: #e0d0d0; background: linear-gradient(180deg, #fdfafa, #f9f4f4); }\n  .clera-lab__card--highlight::before { background: linear-gradient(90deg, #c4a0a0, #8b6b6b); }\n  .clera-lab__badge {\n    position: absolute; top: 14px; right: 14px;\n    background: #f5e8e8; color: #8b6b6b;\n    font-size: 9px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 0.8px; padding: 3px 8px; border-radius: 10px;\n  }\n\n  \/* EDU *\/\n  .clera-edu {\n    max-width: var(--clera-max);\n    margin: 60px auto;\n    padding: 0 var(--clera-pad);\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-edu__header { text-align: center; margin-bottom: 36px; }\n  .clera-edu__tag {\n    display: inline-block; background: #f5e8e8; color: #1a1a1a;\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.2px; padding: 6px 16px; border-radius: 30px;\n    margin-bottom: 16px;\n  }\n  .clera-edu__title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 28px; font-weight: 400; color: #1a1a1a;\n    margin: 0 0 12px; line-height: 1.3;\n  }\n  .clera-edu__intro { font-size: 15px; color: #777; margin: 0 auto; max-width: 640px; line-height: 1.6; }\n  .clera-edu__paths { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }\n  .clera-edu__path { border-radius: 16px; padding: 28px 24px 24px; position: relative; }\n  .clera-edu__path--without { background: #faf6f6; border: 1px solid #f0e4e4; }\n  .clera-edu__path--with { background: #f6faf7; border: 1px solid #dceede; }\n  .clera-edu__path-label {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    text-transform: uppercase; letter-spacing: 1px;\n    padding: 4px 12px; border-radius: 20px; margin-bottom: 20px;\n  }\n  .clera-edu__path--without .clera-edu__path-label { background: #f0e0e0; color: #9a6b6b; }\n  .clera-edu__path--with .clera-edu__path-label { background: #d8eed8; color: #4a7a4a; }\n  .clera-edu__flow { list-style: none; margin: 0; padding: 0; }\n  .clera-edu__flow-step { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; position: relative; }\n  .clera-edu__flow-step:not(:last-child)::after { content: ''; position: absolute; left: 15px; top: 38px; bottom: -2px; width: 2px; }\n  .clera-edu__path--without .clera-edu__flow-step::after { background: #e8d0d0; }\n  .clera-edu__path--with .clera-edu__flow-step::after { background: #c0dfc0; }\n  .clera-edu__flow-dot {\n    width: 32px; height: 32px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; position: relative; z-index: 1;\n  }\n  .clera-edu__path--without .clera-edu__flow-dot { background: #f0e0e0; }\n  .clera-edu__path--with .clera-edu__flow-dot { background: #d8eed8; }\n  .clera-edu__flow-dot svg { width: 16px; height: 16px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }\n  .clera-edu__path--without .clera-edu__flow-dot svg { stroke: #9a6b6b; }\n  .clera-edu__path--with .clera-edu__flow-dot svg { stroke: #4a7a4a; }\n  .clera-edu__flow-text { flex: 1; padding-top: 5px; }\n  .clera-edu__flow-title { font-size: 14px; font-weight: 600; margin: 0 0 3px; }\n  .clera-edu__path--without .clera-edu__flow-title { color: #8b5e5e; }\n  .clera-edu__path--with .clera-edu__flow-title { color: #3d6b3d; }\n  .clera-edu__flow-desc { font-size: 13px; color: #999; margin: 0; line-height: 1.45; }\n  .clera-edu__outcome { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.5; text-align: center; }\n  .clera-edu__path--without .clera-edu__outcome { background: #f5e0e0; color: #8b5e5e; font-weight: 500; }\n  .clera-edu__path--with .clera-edu__outcome { background: #daf0da; color: #3d6b3d; font-weight: 500; }\n  .clera-edu__cta {\n    text-align: center; margin-top: 32px;\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 17px; color: #1a1a1a; line-height: 1.5;\n    font-style: italic; max-width: 560px; margin-left: auto; margin-right: auto;\n  }\n\n  \/* COMPARE *\/\n  .clera-compare {\n    max-width: var(--clera-max);\n    margin: 60px auto;\n    padding: 0 var(--clera-pad);\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-compare__header { text-align: center; margin-bottom: 36px; }\n  .clera-compare__tag {\n    display: inline-block; background: #f5e8e8; color: #1a1a1a;\n    font-size: 11px; font-weight: 600; text-transform: uppercase;\n    letter-spacing: 1.2px; padding: 6px 16px; border-radius: 30px;\n    margin-bottom: 16px;\n  }\n  .clera-compare__title {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 28px; font-weight: 400; color: #1a1a1a;\n    margin: 0 0 10px; line-height: 1.3;\n  }\n  .clera-compare__subtitle { font-size: 14px; color: #888; margin: 0; line-height: 1.5; }\n  .clera-compare__wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 16px; border: 1px solid #f0eaea; }\n  .clera-compare__table { width: 100%; border-collapse: collapse; min-width: 600px; }\n  .clera-compare__table thead th {\n    background: #fafafa; font-size: 11px; font-weight: 600;\n    text-transform: uppercase; letter-spacing: 0.8px; color: #999;\n    padding: 14px 18px; text-align: left; border-bottom: 1px solid #f0eaea;\n  }\n  .clera-compare__table thead th:nth-child(2) { text-align: right; }\n  .clera-compare__table tbody tr { border-bottom: 1px solid #f5f0f0; transition: background 0.2s; }\n  .clera-compare__table tbody tr:last-child { border-bottom: none; }\n  .clera-compare__table tbody td {\n    padding: 16px 18px; font-size: 14px; color: #666;\n    vertical-align: top; line-height: 1.45;\n  }\n  .clera-compare__table tbody td:nth-child(2) {\n    text-align: right; white-space: nowrap; font-weight: 500;\n  }\n  .clera-compare__hero { background: linear-gradient(90deg, #f9f4f4, #f4f9f5) !important; border-bottom: 2px solid #e0d6d6 !important; }\n  .clera-compare__hero td { color: #1a1a1a !important; font-weight: 500; }\n  .clera-compare__hero td:first-child { font-weight: 600; }\n  .clera-compare__product-name { display: flex; align-items: center; gap: 10px; }\n  .clera-compare__badge {\n    display: inline-block; background: #d8eed8; color: #3d6b3d;\n    font-size: 9px; font-weight: 700; text-transform: uppercase;\n    letter-spacing: 0.6px; padding: 3px 8px; border-radius: 10px; white-space: nowrap;\n  }\n  .clera-compare__price-hero { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; color: #1a1a1a; }\n  .clera-compare__price-strike {\n    font-size: 13px; color: #bbb; text-decoration: line-through; margin-left: 6px;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  }\n  .clera-compare__comp-name { font-weight: 500; color: #555; }\n  .clera-compare__note {\n    text-align: center; margin-top: 20px; font-size: 14px;\n    color: #777; line-height: 1.5; font-style: italic;\n  }\n\n  \/* Mobile *\/\n  @media (max-width: 640px) {\n    :root{ --clera-pad: 12px; }\n\n    .clera-results { margin: 40px auto; }\n    .clera-results__title,\n    .clera-steps__title,\n    .clera-lab__title,\n    .clera-edu__title,\n    .clera-compare__title { font-size: 22px; }\n\n    .clera-results__nav { width: 32px; height: 32px; }\n    .clera-results__nav--prev { left: 6px; }\n    .clera-results__nav--next { right: 6px; }\n\n    .clera-results__info {\n      padding: 14px 16px 16px;\n      flex-direction: column; align-items: flex-start; gap: 8px;\n    }\n\n    .clera-steps__grid { grid-template-columns: 1fr; gap: 16px; }\n    .clera-steps__card {\n      display: flex; align-items: center; text-align: left;\n      padding: 20px; gap: 16px;\n    }\n    .clera-steps__number { display: none; }\n    .clera-steps__icon { margin: 0; flex-shrink: 0; width: 52px; height: 52px; }\n    .clera-steps__icon svg { width: 24px; height: 24px; }\n\n    .clera-lab__grid { grid-template-columns: 1fr; }\n    .clera-lab__stat { font-size: 32px; }\n    .clera-lab__footer { flex-direction: column; gap: 10px; }\n\n    .clera-edu__paths { grid-template-columns: 1fr; gap: 16px; }\n    .clera-edu__path { padding: 24px 20px 20px; }\n\n    .clera-compare__table tbody td,\n    .clera-compare__table thead th { padding: 12px 14px; font-size: 13px; }\n    .clera-compare__price-hero { font-size: 17px; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- RESULTS --\u003e\n\u003cdiv class=\"clera-results\"\u003e\n  \u003cdiv class=\"clera-results__header\"\u003e\n    \u003cdiv class=\"clera-results__tag\"\u003eReal Results\u003c\/div\u003e\n    \u003ch2 class=\"clera-results__title\"\u003eWhat restored skin looks like\u003c\/h2\u003e\n    \u003cp class=\"clera-results__subtitle\"\u003eDaily use over 4–8 weeks.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-results__carousel\"\u003e\n    \u003cbutton aria-label=\"Previous result\" class=\"clera-results__nav clera-results__nav--prev\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n    \u003cbutton aria-label=\"Next result\" class=\"clera-results__nav clera-results__nav--next\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"9 6 15 12 9 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/button\u003e\n\n    \u003cdiv class=\"clera-results__track\"\u003e\n      \u003cdiv class=\"clera-results__slide\"\u003e\n        \u003cdiv class=\"clera-results__card\"\u003e\n          \u003cdiv class=\"clera-results__image-wrap\"\u003e\n            \u003cimg alt=\"Before and after 4 weeks of CLERA — Sarah, 42\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/3602\/0754\/files\/nano-banana-2026-02-15T08-03-00.jpg?v=1771142924\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-results__info\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"clera-results__name\"\u003eSarah, 42\u003c\/p\u003e\n              \u003cp class=\"clera-results__detail\"\u003eCombination skin · Used CLERA morning \u0026amp; night\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"clera-results__concern\"\u003eDullness \u0026amp; sensitivity\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clera-results__slide\"\u003e\n        \u003cdiv class=\"clera-results__card\"\u003e\n          \u003cdiv class=\"clera-results__image-wrap\"\u003e\n            \u003cimg alt=\"Before and after 6 weeks of CLERA — Michelle, 40\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/3602\/0754\/files\/nano-banana-2026-02-15T08-06-32.jpg?v=1771142923\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-results__info\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"clera-results__name\"\u003eMichelle, 40\u003c\/p\u003e\n              \u003cp class=\"clera-results__detail\"\u003eDry skin · Perimenopause · Used with existing routine\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"clera-results__concern\"\u003eRedness \u0026amp; dryness\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"clera-results__slide\"\u003e\n        \u003cdiv class=\"clera-results__card\"\u003e\n          \u003cdiv class=\"clera-results__image-wrap\"\u003e\n            \u003cimg alt=\"Before and after 8 weeks of CLERA — Linda, 51\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/3602\/0754\/files\/nano-banana-2026-02-15T08-22-28.jpg?v=1771143757\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-results__info\"\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"clera-results__name\"\u003eLinda, 51\u003c\/p\u003e\n              \u003cp class=\"clera-results__detail\"\u003eMature skin · Replaced 3 serums with CLERA\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"clera-results__concern\"\u003eFine lines \u0026amp; lost radiance\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-results__dots\"\u003e\n    \u003cbutton aria-label=\"Slide 1\" data-dot=\"0\" class=\"clera-results__dot clera-results__dot--active\"\u003e\u003c\/button\u003e\n    \u003cbutton aria-label=\"Slide 2\" data-dot=\"1\" class=\"clera-results__dot\"\u003e\u003c\/button\u003e\n    \u003cbutton aria-label=\"Slide 3\" data-dot=\"2\" class=\"clera-results__dot\"\u003e\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"clera-results__disclaimer\"\u003e*Individual results may vary. Images show results with consistent daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n  (function() {\n    function initCleraResults(root) {\n      if (!root || root.dataset.cleraInit === '1') return;\n      root.dataset.cleraInit = '1';\n\n      var track = root.querySelector('.clera-results__track');\n      var slides = root.querySelectorAll('.clera-results__slide');\n      var prevBtn = root.querySelector('.clera-results__nav--prev');\n      var nextBtn = root.querySelector('.clera-results__nav--next');\n      var dots = root.querySelectorAll('.clera-results__dot');\n\n      if (!track || !slides.length) return;\n\n      var index = 0;\n\n      function clamp(i) {\n        return Math.max(0, Math.min(i, slides.length - 1));\n      }\n\n      function setActiveDot(i) {\n        if (!dots || !dots.length) return;\n        dots.forEach(function(d) { d.classList.remove('clera-results__dot--active'); });\n        if (dots[i]) dots[i].classList.add('clera-results__dot--active');\n      }\n\n      function update(i) {\n        index = clamp(i);\n        track.style.transform = 'translateX(-' + (index * 100) + '%)';\n        setActiveDot(index);\n      }\n\n      function onPrev(e) {\n        if (e) e.preventDefault();\n        update(index - 1);\n      }\n\n      function onNext(e) {\n        if (e) e.preventDefault();\n        update(index + 1);\n      }\n\n      if (prevBtn) {\n        prevBtn.type = 'button';\n        prevBtn.addEventListener('click', onPrev, { passive: false });\n        prevBtn.addEventListener('touchend', onPrev, { passive: false });\n      }\n\n      if (nextBtn) {\n        nextBtn.type = 'button';\n        nextBtn.addEventListener('click', onNext, { passive: false });\n        nextBtn.addEventListener('touchend', onNext, { passive: false });\n      }\n\n      if (dots \u0026\u0026 dots.length) {\n        dots.forEach(function(dot) {\n          dot.type = 'button';\n          dot.addEventListener('click', function(e) {\n            e.preventDefault();\n            var n = parseInt(dot.getAttribute('data-dot'), 10);\n            if (!isNaN(n)) update(n);\n          }, { passive: false });\n        });\n      }\n\n      \/* Swipe support *\/\n      var startX = 0;\n      var startY = 0;\n      var dragging = false;\n\n      function onTouchStart(e) {\n        if (!e.touches || e.touches.length !== 1) return;\n        dragging = true;\n        startX = e.touches[0].clientX;\n        startY = e.touches[0].clientY;\n      }\n\n      function onTouchMove(e) {\n        if (!dragging || !e.touches || e.touches.length !== 1) return;\n        var dx = e.touches[0].clientX - startX;\n        var dy = e.touches[0].clientY - startY;\n        if (Math.abs(dx) \u003e Math.abs(dy) \u0026\u0026 Math.abs(dx) \u003e 8) {\n          e.preventDefault();\n        }\n      }\n\n      function onTouchEnd(e) {\n        if (!dragging) return;\n        dragging = false;\n\n        var endX = (e.changedTouches \u0026\u0026 e.changedTouches[0]) ? e.changedTouches[0].clientX : startX;\n        var dx = endX - startX;\n\n        if (Math.abs(dx) \u003e 40) {\n          if (dx \u003c 0) update(index + 1);\n          else update(index - 1);\n        }\n      }\n\n      root.addEventListener('touchstart', onTouchStart, { passive: true });\n      root.addEventListener('touchmove', onTouchMove, { passive: false });\n      root.addEventListener('touchend', onTouchEnd, { passive: true });\n\n      \/* Init *\/\n      update(0);\n    }\n\n    function initAll() {\n      document.querySelectorAll('.clera-results').forEach(initCleraResults);\n    }\n\n    if (document.readyState === 'loading') {\n      document.addEventListener('DOMContentLoaded', initAll);\n    } else {\n      initAll();\n    }\n\n    \/* Shopify theme editor support *\/\n    document.addEventListener('shopify:section:load', initAll);\n  })();\n\u003c\/script\u003e\n\n\n\u003c!-- HOW IT WORKS (this is the ONLY place we use the 3-column grid) --\u003e\n\u003cdiv class=\"clera-steps\"\u003e\n  \u003cdiv class=\"clera-steps__header\"\u003e\n    \u003cdiv class=\"clera-steps__tag\"\u003eHow It Works\u003c\/div\u003e\n    \u003ch2 class=\"clera-steps__title\"\u003eThree steps. One foundation.\u003c\/h2\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-steps__grid\"\u003e\n    \u003cdiv class=\"clera-steps__card\"\u003e\n      \u003cspan class=\"clera-steps__number\"\u003e1\u003c\/span\u003e\n      \u003cdiv class=\"clera-steps__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"clera-steps__card-content\"\u003e\n        \u003ch3 class=\"clera-steps__card-title\"\u003eApply\u003c\/h3\u003e\n        \u003cp class=\"clera-steps__card-desc\"\u003e3 drops on clean skin, morning and night. Lightweight gel absorbs in seconds, no residue, no waiting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clera-steps__card\"\u003e\n      \u003cspan class=\"clera-steps__number\"\u003e2\u003c\/span\u003e\n      \u003cdiv class=\"clera-steps__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"clera-steps__card-content\"\u003e\n        \u003ch3 class=\"clera-steps__card-title\"\u003eRestore\u003c\/h3\u003e\n        \u003cp class=\"clera-steps__card-desc\"\u003ePostbiotics and prebiotics rebuild your microbiome. Your barrier strengthens.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clera-steps__card\"\u003e\n      \u003cspan class=\"clera-steps__number\"\u003e3\u003c\/span\u003e\n      \u003cdiv class=\"clera-steps__icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"clera-steps__card-content\"\u003e\n        \u003ch3 class=\"clera-steps__card-title\"\u003ePerform\u003c\/h3\u003e\n        \u003cp class=\"clera-steps__card-desc\"\u003eYour routine finally works better because the foundation is supported.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- LAB (NO clera-steps__grid wrapper anymore) --\u003e\n\u003cdiv class=\"clera-lab\"\u003e\n  \u003cdiv class=\"clera-lab__header\"\u003e\n    \u003cdiv class=\"clera-lab__tag\"\u003eLaboratory Tested\u003c\/div\u003e\n    \u003ch2 class=\"clera-lab__title\"\u003eProven results. Not just promises.\u003c\/h2\u003e\n    \u003cp class=\"clera-lab__subtitle\"\u003eIndependent laboratory testing by ILAC-accredited facility. All results statistically significant (P\u0026lt;0.05).\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-lab__grid\"\u003e\n    \u003cdiv class=\"clera-lab__card clera-lab__card--highlight\"\u003e\n      \u003cspan class=\"clera-lab__badge\"\u003eOutperformed control\u003c\/span\u003e\n      \u003cdiv class=\"clera-lab__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"clera-lab__stat\"\u003e81\u003cspan class=\"clera-lab__stat-unit\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp class=\"clera-lab__label\"\u003eFirming \u0026amp; Anti-Wrinkle\u003c\/p\u003e\n      \u003cp class=\"clera-lab__desc\"\u003eElastase inhibition rate, outperformed control (78.92%).\u003c\/p\u003e\n      \u003cspan class=\"clera-lab__sig\"\u003e✓ Proven effective\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clera-lab__card\"\u003e\n      \u003cdiv class=\"clera-lab__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"clera-lab__stat\"\u003e51\u003cspan class=\"clera-lab__stat-unit\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp class=\"clera-lab__label\"\u003eSoothing \u0026amp; Calming\u003c\/p\u003e\n      \u003cp class=\"clera-lab__desc\"\u003eHyaluronidase inhibition rate.\u003c\/p\u003e\n      \u003cspan class=\"clera-lab__sig\"\u003e✓ Proven effective\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clera-lab__card\"\u003e\n      \u003cdiv class=\"clera-lab__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"clera-lab__stat\"\u003e176\u003cspan class=\"clera-lab__stat-unit\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp class=\"clera-lab__label\"\u003e24h Moisture Retention\u003c\/p\u003e\n      \u003cp class=\"clera-lab__desc\"\u003eRelative moisturisation rate over 24 hours.\u003c\/p\u003e\n      \u003cspan class=\"clera-lab__sig\"\u003e✓ Rated \"excellent\" (150%+)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"clera-lab__card\"\u003e\n      \u003cdiv class=\"clera-lab__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      \u003cp class=\"clera-lab__stat\"\u003e33\u003cspan class=\"clera-lab__stat-unit\"\u003e%\u003c\/span\u003e\u003c\/p\u003e\n      \u003cp class=\"clera-lab__label\"\u003eBrightening\u003c\/p\u003e\n      \u003cp class=\"clera-lab__desc\"\u003eTyrosinase inhibition rate.\u003c\/p\u003e\n      \u003cspan class=\"clera-lab__sig\"\u003e✓ Proven effective\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-lab__footer\"\u003e\n    \u003cdiv class=\"clera-lab__footer-item\"\u003e\n      \u003cdiv class=\"clera-lab__footer-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      ILAC-accredited laboratory\n    \u003c\/div\u003e\n    \u003cdiv class=\"clera-lab__footer-item\"\u003e\n      \u003cdiv class=\"clera-lab__footer-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      4 independent efficacy reports\n    \u003c\/div\u003e\n    \u003cdiv class=\"clera-lab__footer-item\"\u003e\n      \u003cdiv class=\"clera-lab__footer-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      All results scientifically verified\n    \u003c\/div\u003e\n    \u003cdiv class=\"clera-lab__footer-item\"\u003e\n      \u003cdiv class=\"clera-lab__footer-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n      Tested February 2026\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"clera-lab__disclaimer\"\u003eTesting conducted by an ILAC MRA internationally accredited testing facility. In-vitro laboratory testing on product sample. Results demonstrate ingredient efficacy under controlled conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- CLERA \"WHY YOUR ROUTINE ISN'T WORKING\" EDUCATION SECTION --\u003e\n\u003cdiv class=\"clera-edu\"\u003e\n  \u003c!-- Header --\u003e\n  \u003cdiv class=\"clera-edu__header\"\u003e\n    \u003cdiv class=\"clera-edu__tag\"\u003eThe Science\u003c\/div\u003e\n    \u003ch2 class=\"clera-edu__title\"\u003eWhy nothing seems to work anymore\u003c\/h2\u003e\n    \u003cp class=\"clera-edu__intro\"\u003e\n      After 30, your skin's microbiome, the invisible ecosystem that controls moisture, sensitivity, and radiance, begins to decline.\n      Here's what's really happening beneath the surface.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Two pathways --\u003e\n  \u003cdiv class=\"clera-edu__paths\"\u003e\n    \u003c!-- WITHOUT CLERA --\u003e\n    \u003cdiv class=\"clera-edu__path clera-edu__path--without\"\u003e\n      \u003cspan class=\"clera-edu__path-label\"\u003eWithout microbiome support\u003c\/span\u003e\n\n      \u003cul class=\"clera-edu__flow\"\u003e\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eMicrobiome declines\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eAge, stress, hormones, and harsh products deplete your skin's beneficial bacteria\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eBarrier weakens\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eWithout a healthy microbiome, your skin barrier can't maintain itself\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eSymptoms appear\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eMoisture escapes. Sensitivity rises. Dullness sets in. Redness won't calm down.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eProducts underperform\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eYour serums, retinol, and actives can't penetrate a compromised barrier properly\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eYou add more products\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eMore actives, more acids, more steps, which damages the microbiome further\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"clera-edu__outcome\"\u003eThe cycle continues. More spending, worse results.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WITH CLERA --\u003e\n    \u003cdiv class=\"clera-edu__path clera-edu__path--with\"\u003e\n      \u003cspan class=\"clera-edu__path-label\"\u003eWith CLERA daily\u003c\/span\u003e\n\n      \u003cul class=\"clera-edu__flow\"\u003e\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eMicrobiome restores\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003ePostbiotics and prebiotics replenish beneficial bacteria and rebalance the ecosystem\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"18 15 12 9 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eBarrier strengthens\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eA healthy microbiome supports the lipids your barrier needs\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"18 15 12 9 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eSymptoms resolve\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eMoisture holds. Sensitivity calms. Radiance returns. Skin feels resilient again.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"18 15 12 9 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eProducts perform\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eYour retinol penetrates. Your vitamin C brightens. Your moisturiser locks in for hours.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n\n        \u003cli class=\"clera-edu__flow-step\"\u003e\n          \u003cdiv class=\"clera-edu__flow-dot\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"clera-edu__flow-text\"\u003e\n            \u003cp class=\"clera-edu__flow-title\"\u003eYou need less\u003c\/p\u003e\n            \u003cp class=\"clera-edu__flow-desc\"\u003eFewer products, better results. Your routine gets simpler because the foundation works.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"clera-edu__outcome\"\u003eThe foundation works. Everything else follows.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"clera-edu__cta\"\u003e\n    Your skincare isn't failing you. Your skin's ecosystem is.\u003cbr\u003e\n    CLERA fixes the foundation so everything else finally works.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- COMPARE (NO clera-steps__grid wrapper anymore) --\u003e\n\u003cdiv class=\"clera-compare\"\u003e\n  \u003cdiv class=\"clera-compare__header\"\u003e\n    \u003cdiv class=\"clera-compare__tag\"\u003eHow We Compare\u003c\/div\u003e\n    \u003ch2 class=\"clera-compare__title\"\u003eRestore your skin's foundation without the clinic price tag\u003c\/h2\u003e\n    \u003cp class=\"clera-compare__subtitle\"\u003eWhat women typically spend trying to fix barrier damage, sensitivity, and dullness.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"clera-compare__wrap\"\u003e\n    \u003ctable class=\"clera-compare__table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eOption\u003c\/th\u003e\n          \u003cth\u003eTypical Cost\u003c\/th\u003e\n          \u003cth\u003eWhat It Involves\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr class=\"clera-compare__hero\"\u003e\n          \u003ctd\u003e\n            \u003cdiv class=\"clera-compare__product-name\"\u003eCLERA Microbiome Restore Serum \u003cspan class=\"clera-compare__badge\"\u003eBest value\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e\n\u003cspan class=\"clera-compare__price-hero\"\u003e$39\u003c\/span\u003e \u003cspan class=\"clera-compare__price-strike\"\u003e$80\u003c\/span\u003e\n\u003c\/td\u003e\n          \u003ctd\u003ePostbiotics + prebiotics + 5% niacinamide + zinc.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"clera-compare__comp-name\"\u003eProbiotic skincare brands\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e$45–$85+\u003c\/td\u003e\n          \u003ctd\u003eSingle-action probiotic products, often require layering multiple serums\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"clera-compare__comp-name\"\u003eBarrier repair creams\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e$25–$55+\u003c\/td\u003e\n          \u003ctd\u003eAddresses symptoms of barrier damage but doesn't rebuild the microbiome itself\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"clera-compare__comp-name\"\u003eDermatologist barrier protocols\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e$150–$400+\u003c\/td\u003e\n          \u003ctd\u003eConsultation plus multiple prescription products, ongoing cost\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cspan class=\"clera-compare__comp-name\"\u003eLED \/ laser skin rejuvenation\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e$500–$2,000+\u003c\/td\u003e\n          \u003ctd\u003eMultiple sessions, downtime required, treats surface not root cause\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"clera-compare__note\"\u003eWhen CLERA is your daily base, your existing products perform better and you may find you need fewer of them.\u003c\/p\u003e\n\u003c\/div\u003e\n","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129508028527,"sku":"CLERA_01","price":108.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazon_image_Bottle_Box_CLERA_4.jpg?v=1779256654"},{"product_id":"anti-wrinkle-trio","title":"Anti-Wrinkle Trio","description":"\u003cstyle\u003e\n  .lux-bf-widget {\n    border: 1px solid #f0d6c8;\n    border-radius: 16px;\n    padding: 20px 24px;\n    background: #fffaf5;\n    max-width: 620px;\n    margin: 16px 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n  .lux-bf-widget h3 {\n    margin: 0 0 16px;\n    font-size: 22px;\n    font-weight: 700;\n    color: #1f2933;\n  }\n  .lux-bf-widget .bf-tagline {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: #111827;\n    color: #fde68a;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .lux-bf-widget ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .lux-bf-widget li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 10px;\n    font-size: 15px;\n    color: #374151;\n  }\n  .lux-bf-widget li:last-child {\n    margin-bottom: 0;\n  }\n  .lux-bf-widget .tick {\n    color: #059669;\n    font-size: 16px;\n    line-height: 1.4;\n  }\n  .lux-bf-widget .highlight {\n    color: #b91c1c;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-bf-widget\"\u003e\n\u003cdiv class=\"bf-tagline\"\u003eLIMITED TIME\u003c\/div\u003e\n\u003ch3\u003eBUNDLE OFFER\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan class=\"highlight\"\u003eSave an extra $15 in this bundle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 x Month Supply Anti Aging Micro Infusion Kit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 x Jar Advanced Collagen Repair Cream\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 x Anti Aging Peptide Daily Mist\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BUNDLE: Micro Infusion + Collagen Cream + Daily Mist --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- WHY THIS BUNDLE WORKS --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHY THIS BUNDLE WORKS\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cp\u003eThis bundle is designed to work in layers. Each product plays a specific role, and together they create results that are more visible, more consistent, and longer-lasting.\u003c\/p\u003e\n\u003cul style=\"margin: 12px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTargets visible aging at the source:\u003c\/strong\u003e The Anti Aging Micro Infusion helps deliver skin-supporting actives where they matter most, improving the look of fine lines, texture, and skin quality.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydrates and protects throughout the day:\u003c\/strong\u003e The Anti Aging Daily Mist refreshes, hydrates, and delivers peptides and antioxidants that defend against daily environmental stress.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLocks in results and supports the barrier:\u003c\/strong\u003e The Collagen Cream seals in hydration with peptides and ceramides, helping skin stay plump, calm, and resilient.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetter tolerance, better results:\u003c\/strong\u003e When skin is hydrated and supported, it responds better to active treatments and maintains results longer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px; padding-top: 16px; border-top: 1px dashed #ccc;\"\u003e\n\u003cstrong\u003eHow to use together\u003c\/strong\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e2× weekly (night):\u003c\/strong\u003e Anti Aging Micro Infusion on clean, dry skin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaily:\u003c\/strong\u003e Anti Aging Daily Mist morning and evening (and anytime skin needs refresh)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFinish nightly:\u003c\/strong\u003e Apply Collagen Cream as your final step\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #555; margin-top: 14px;\"\u003eIndividual results may vary. Cosmetic use only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS BUBBLE --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 30px;\"\u003eINGREDIENTS\u003c\/div\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003c!-- Anti Aging Micro Infusion --\u003e\n\u003cdetails open=\"\" style=\"margin-bottom: 16px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-hydroxy acetophenone, 1,2-Hexanediol, SM, Nicotinamide (VB3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- Collagen Cream --\u003e\n\u003cdetails style=\"margin-bottom: 16px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eCollagen Cream\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003eAqua (Water), Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Cetyl Alcohol, Stearyl Alcohol, Dimethicone, Isononyl Isononanoate, Niacinamide, Soluble Collagen, Palmitoyl Tripeptide-1, Palmitoyl Tetrapeptide-7, Ceramide NP, Ceramide AP, Ceramide EOP, Cholesterol, Hydrogenated Lecithin, Panthenol, Sodium Hyaluronate, Trehalose, Butylene Glycol, Pentylene Glycol, Allantoin, Avena Sativa (Oat) Peptide, Tocopherol, Bisabolol, Xanthan Gum, Hydroxyethyl Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Polysorbate 60, Sorbitan Isostearate, 1,2-Hexanediol, Hydroxyacetophenone, Ethylhexylglycerin, Fragrance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- Daily Mist --\u003e\n\u003cdetails\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti Aging Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003eAqua, Butylene Glycol, Glycerin, Betaine, 3-O-Ethyl Ascorbic Acid, Lactobacillus Ferment, Phenoxyethanol, Hydroxyacetophenone, 1,2-Hexanediol, Acetyl Hexapeptide-8, Ethyl Ethylglycerin, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Isoleucine, Leucine, Methyl Propylamine, Phenylalanine, Carbomer, Fragrance, PEG-40 Hydrogenated Castor Oil.\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #555; margin-top: 8px;\"\u003eOther variants (Skin Repair \/ Deep Hydrate) use different formulations. Refer to individual product pages for full variant-specific ingredient lists.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cp style=\"font-size: 13px; color: #555; margin-top: 16px;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"1 Month Anti-Wrinkle Trio","offer_id":53129508061295,"sku":"MIK_01+COL_01+MIST_02","price":218.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/nano-banana-2026-01-19T09-08-19_c7f8770e-2100-48cb-9500-99008ecdc424.jpg?v=1779256657"},{"product_id":"complete-aging-bundle","title":"Complete Anti-Aging System","description":"\u003cstyle\u003e\n  .lux-bf-widget {\n    border: 1px solid #f0d6c8;\n    border-radius: 16px;\n    padding: 20px 24px;\n    background: #fffaf5;\n    max-width: 620px;\n    margin: 16px 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n  .lux-bf-widget h3 {\n    margin: 0 0 16px;\n    font-size: 22px;\n    font-weight: 700;\n    color: #1f2933;\n  }\n  .lux-bf-widget .bf-tagline {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: #111827;\n    color: #fde68a;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .lux-bf-widget ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .lux-bf-widget li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 10px;\n    font-size: 15px;\n    color: #374151;\n  }\n  .lux-bf-widget li:last-child {\n    margin-bottom: 0;\n  }\n  .lux-bf-widget .tick {\n    color: #059669;\n    font-size: 16px;\n    line-height: 1.4;\n  }\n  .lux-bf-widget .highlight {\n    color: #b91c1c;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-bf-widget\"\u003e\n\u003cdiv class=\"bf-tagline\"\u003eLIMITED TIME\u003c\/div\u003e\n\u003ch3\u003eBUNDLE OFFER\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan class=\"highlight\"\u003eSave an extra $30 in this bundle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 Month Supply of Anti-Aging Micro Infusion Kit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: LED Mask with Near Infrared Light\u003c\/span\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 Jar Advanced Collagen Repair Cream\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Bundle Benefits + Ingredients (Anti Aging Micro Infusion + Collagen Cream)\nPaste into Shopify product description.\n--\u003e\n\u003c\/div\u003e\n\u003c!-- Why This Bundle Works (Bubble Design – incl NIR LED Mask) --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHY THIS BUNDLE WORKS\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cp\u003eThis bundle is designed to work in layers. Each product plays a specific role, and together they create results that are more visible, more consistent, and longer-lasting.\u003c\/p\u003e\n\u003cul style=\"margin: 12px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eTargets visible aging at the source:\u003c\/strong\u003e The Anti Aging Micro Infusion helps deliver skin-supporting actives where they matter most, improving the look of fine lines, texture, and overall skin quality.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupports skin renewal and recovery:\u003c\/strong\u003e The NIR LED Mask uses near-infrared light to support skin vitality and recovery, helping skin look firmer, smoother, and more resilient over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLocks in hydration and reinforces the barrier:\u003c\/strong\u003e The Collagen Cream seals everything in with deep hydration, peptides, and ceramides, supporting the skin barrier so results look calm, plump, and healthy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBetter results through consistency:\u003c\/strong\u003e When skin is supported before, during, and after treatment, it tolerates actives better and maintains results longer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px; padding-top: 16px; border-top: 1px dashed #ccc;\"\u003e\n\u003cstrong\u003eHow to use together\u003c\/strong\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e2× weekly (night):\u003c\/strong\u003e Anti Aging Micro Infusion on clean, dry skin\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOther nights:\u003c\/strong\u003e Use the LED Mask to support recovery\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Apply Collagen Cream as the final step\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 13px; color: #555; margin-top: 14px;\"\u003eIndividual results may vary. Cosmetic use only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ingredients (Bubble Design – Bundle) --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 6px 18px; border-radius: 30px;\"\u003eINGREDIENTS\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003c!-- Anti Aging Micro Infusion --\u003e\n\u003cdetails style=\"margin-bottom: 16px;\" open=\"\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-hydroxy acetophenone, 1,2-Hexanediol, SM, Nicotinamide (VB3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- Collagen Cream --\u003e\n\u003cdetails style=\"margin-bottom: 16px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eCollagen Cream\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003eAqua (Water), Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Cetyl Alcohol, Stearyl Alcohol, Dimethicone, Isononyl Isononanoate, Niacinamide, Soluble Collagen, Palmitoyl Tripeptide-1, Palmitoyl Tetrapeptide-7, Ceramide NP, Ceramide AP, Ceramide EOP, Cholesterol, Hydrogenated Lecithin, Panthenol, Sodium Hyaluronate, Trehalose, Butylene Glycol, Pentylene Glycol, Allantoin, Avena Sativa (Oat) Peptide, Tocopherol, Bisabolol, Xanthan Gum, Hydroxyethyl Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Polysorbate 60, Sorbitan Isostearate, 1,2-Hexanediol, Hydroxyacetophenone, Ethylhexylglycerin, Fragrance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- NIR LED Mask --\u003e\n\u003cdetails\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003e\u003cbr\u003e\u003c\/summary\u003e\n\u003cp style=\"margin-top: 10px; font-size: 14px;\"\u003eThis device uses Near-Infrared (NIR) LED light technology and does not contain topical ingredients.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cp style=\"font-size: 13px; color: #555; margin-top: 16px;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":53129508094063,"sku":"MIK_01+LFM02+COL_01","price":438.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/nano-banana-2026-01-18T08-51-20.jpg?v=1779256658"},{"product_id":"infrared-mask-collagen-cream","title":"Youth Renewal System","description":"\u003cstyle\u003e\n  .lux-bf-widget {\n    border: 1px solid #f0d6c8;\n    border-radius: 16px;\n    padding: 20px 24px;\n    background: #fffaf5;\n    max-width: 620px;\n    margin: 16px 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n  .lux-bf-widget h3 {\n    margin: 0 0 16px;\n    font-size: 22px;\n    font-weight: 700;\n    color: #1f2933;\n  }\n  .lux-bf-widget .bf-tagline {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: #111827;\n    color: #fde68a;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .lux-bf-widget ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .lux-bf-widget li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 10px;\n    font-size: 15px;\n    color: #374151;\n  }\n  .lux-bf-widget li:last-child {\n    margin-bottom: 0;\n  }\n  .lux-bf-widget .tick {\n    color: #059669;\n    font-size: 16px;\n    line-height: 1.4;\n  }\n  .lux-bf-widget .highlight {\n    color: #b91c1c;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-bf-widget\"\u003e\n\u003cdiv class=\"bf-tagline\"\u003eLIMITED TIME\u003c\/div\u003e\n\u003ch3\u003eBUNDLE OFFER\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan class=\"highlight\"\u003eSave an extra $20 in this bundle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 Jar of Advanced Collagen Repair Cream\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: LED Mask with Near Infrared Light\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BUNDLE: LED MASK + COLLAGEN CREAM (Unified Description) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Which Package Box --\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eHOW OFTEN DO I USE IT?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThis bundle is designed to be used as a simple, consistent routine: \u003cstrong\u003eLED treatment 3–5x per week\u003c\/strong\u003e, followed by the \u003cstrong\u003eCollagen Cream nightly\u003c\/strong\u003e to lock in hydration and support firmness.\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLED Mask:\u003c\/strong\u003e 10–20 minutes per session, \u003cstrong\u003e3–5 times per week\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollagen Cream:\u003c\/strong\u003e Apply \u003cstrong\u003enightly\u003c\/strong\u003e as the final step of your routine\u003c\/li\u003e\n\u003cli\u003eOptional: Use the cream in the \u003cstrong\u003emorning\u003c\/strong\u003e for extra hydration and comfort\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll notice with consistent use\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eSkin feels more hydrated, soft, and comfortable\u003c\/li\u003e\n\u003cli\u003eVisible improvement in smoothness, tone, and skin texture\u003c\/li\u003e\n\u003cli\u003eHelps support firmer, more plump-looking skin over time\u003c\/li\u003e\n\u003cli\u003eSupports a clearer, calmer-looking complexion\u003c\/li\u003e\n\u003cli\u003eStrengthens the skin barrier to reduce dryness and tightness\u003c\/li\u003e\n\u003cli\u003ePromotes a more radiant, healthy-looking glow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eClinically supported LED wavelengths used by skin professionals (Red, Blue, Yellow, NIR)\u003c\/li\u003e\n\u003cli\u003eUtilizes Near Infrared Light (850nm) to support deeper skin rejuvenation and tone\u003c\/li\u003e\n\u003cli\u003eFormulated with dermatology-inspired, clinically studied ingredients to support firmness \u0026amp; elasticity\u003c\/li\u003e\n\u003cli\u003eHelps enhance hydration for smoother, more supple-looking skin with consistent use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e This bundle is intended for cosmetic use only. Individual results may vary depending on skin type and frequency of use. \u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003col style=\"margin: 0; padding-left: 20px;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eChoose your LED mode\u003c\/strong\u003e based on your skin goal and wear the mask for \u003cstrong\u003e10–20 minutes\u003c\/strong\u003e. Use \u003cstrong\u003e3–5 times per week\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eAfter your session\u003c\/strong\u003e, apply the \u003cstrong\u003eCollagen Cream\u003c\/strong\u003e to clean, dry skin and gently massage over the face and neck.\u003c\/li\u003e\n\u003cli\u003eUse the cream as the \u003cstrong\u003efinal step at night\u003c\/strong\u003e. A thin layer is sufficient and should absorb comfortably without feeling heavy.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eLUX SKIN® LED Mask + Collagen Cream Bundle\u003c\/strong\u003e is an at-home skin rejuvenation system that combines \u003cstrong\u003ewireless LED light therapy\u003c\/strong\u003e (Red, Blue, Yellow, and Near Infrared) with a \u003cstrong\u003ecollagen-activating barrier moisturiser\u003c\/strong\u003e to support firmer, smoother, more radiant-looking skin.\u003c\/p\u003e\n\u003cp style=\"margin-top: 14px;\"\u003e\u003cstrong\u003eLED Mask (4 Modes):\u003c\/strong\u003e\u003cbr\u003eRed Light for firming \u0026amp; skin texture\u003cbr\u003eBlue Light for clarifying and oil balance\u003cbr\u003eYellow Light for glow \u0026amp; soothing\u003cbr\u003eNear Infrared (850nm) for deeper rejuvenation support\u003c\/p\u003e\n\u003cp style=\"margin-top: 14px;\"\u003e\u003cstrong\u003eCollagen Cream:\u003c\/strong\u003e\u003cbr\u003eA rich yet lightweight moisturiser designed to deeply hydrate, strengthen the skin barrier, and support a more plump, youthful-looking complexion over time.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes the bundle special?\u003c\/strong\u003e\u003cbr\u003eLED supports renewal beneath the surface, while the Collagen Cream seals in hydration and supports barrier repair and visible firmness for a complete routine.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eIncludes:\u003c\/strong\u003e 1 x Wireless LED Mask (4 Light Modes) + 1 x Collagen Cream\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eLED Treatment Time:\u003c\/strong\u003e 10–20 minutes per session\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e LED 3–5x weekly + Cream nightly\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eCream Size:\u003c\/strong\u003e 30g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Which Light Mode Do I Need? (Bundle Version) --\u003e\n\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eWhich Light Mode Do I Need?\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRed LED (620–625nm):\u003c\/strong\u003e \u003cspan\u003efor firmer, youthful-looking skin and improved texture.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlue LED (460–465nm):\u003c\/strong\u003e \u003cspan\u003efor clearer-looking skin and balanced oil production.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYellow LED (590–595nm):\u003c\/strong\u003e \u003cspan\u003efor radiant, glowing skin and a calmer complexion.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNear Infrared LED (850nm):\u003c\/strong\u003e \u003cspan\u003efor enhanced firmness and deeper rejuvenation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Ingredients (Collagen Cream) --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eCollagen Activating Barrier Cream\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua (Water), Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Cetyl Alcohol, Stearyl Alcohol, Dimethicone, Isononyl Isononanoate, Niacinamide, Soluble Collagen, Palmitoyl Tripeptide-1, Palmitoyl Tetrapeptide-7, Ceramide NP, Ceramide AP, Ceramide EOP, Cholesterol, Hydrogenated Lecithin, Panthenol, Sodium Hyaluronate, Trehalose, Butylene Glycol, Pentylene Glycol, Allantoin, Avena Sativa (Oat) Peptide, Tocopherol, Bisabolol, Xanthan Gum, Hydroxyethyl Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Polysorbate 60, Sorbitan Isostearate, 1,2-Hexanediol, Hydroxyacetophenone, Ethylhexylglycerin, Fragrance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\" class=\"guidance-box\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box (clean bubble header style) --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisible changes\u003c\/strong\u003e in as little as 4 treatments, with transformative, long-lasting results after 8–12.\u003c\/li\u003e\n\u003cli\u003eClinically tested to improve skin firmness \u0026amp; elasticity\u003c\/li\u003e\n\u003cli\u003eTargets skin-aging enzymes to reduce visible signs of aging\u003c\/li\u003e\n\u003cli\u003eDeep serum absorption with wrinkle-fighting peptides\u003c\/li\u003e\n\u003cli\u003eSmoother, firmer, more youthful-looking skin after each use\u003c\/li\u003e\n\u003cli\u003eQuick 5–10 minute weekly at-home treatments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eScientifically evaluated to visibly firm and improve skin elasticity\u003c\/li\u003e\n\u003cli\u003eLab-tested to reduce skin-aging enzyme activity (elastase) by up to \u003cstrong\u003e44%\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eIndependent testing confirmed anti-wrinkle and firming benefits\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e The LUX SKIN® Micro Infusion \u003cspan style=\"text-decoration: underline;\"\u003eAnti Aging Serum\u003c\/span\u003e was independently tested in a third-party laboratory in March 2025 using scientific methods to evaluate its efficacy.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only. \u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\" class=\"reeview-app-widget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .image-box {\n        background-color: white;\n        border-radius: 12px;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        padding: 16px;\n        max-width: 375px;\n        width: 100%;\n        margin: 32px auto;\n    }\n\n    .image-box img {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        display: block;\n    }\n\n    .image-caption {\n        margin-top: 16px;\n        color: #666;\n        font-size: 14px;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"image-box\"\u003e\n\u003cimg alt=\"Product Image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Before_and_After_Skin_Rejuvenation.png?v=1759396858\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\u003cdiv style=\"display: inline-block; background: #e9c8c5; color: #111; font-weight: 600; font-size: 14px; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eLUX SKIN® Micro Infusion Kit brings professional-grade anti-aging treatments to your home — at a fraction of the clinic cost. Inspired by celebrity-favorite skin clinics, the kit uses ultra-fine micro-needles to gently exfoliate and create micro-channels in the skin — enhancing serum absorption and boosting renewal.\u003c\/p\u003e\n\u003cp\u003eThe Micro Infusion Serum penetrates deeply to deliver wrinkle-fighting peptides, firming actives, and rejuvenating ingredients that support a smoother, more youthful complexion. The magic is in our custom Micro Infusion Serum — uniquely formulated with potent anti-aging peptides you won’t find anywhere else.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\u003cli\u003e4 × LUX SKIN® Anti Aging 5ml Serum Vials\u003c\/li\u003e\n\u003cli\u003e1 × 0.3mm Micro-Needle Roller Head\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5–10 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week (72 hours apart)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"micro-infusion-section-box\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhich Micro Infusion Kit Is For You?\u003c\/h2\u003e\n\u003cdiv class=\"micro-infusion-list\"\u003e\n\u003ca class=\"kit-link\" href=\"\/products\/lux-skin-micro-infusion-kit\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/products\/lux-skin-micro-infusion-kit-glass-skin\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/products\/hair-growth-actives\"\u003eHAIR REGROWTH\u003c\/a\u003e \u003ca class=\"kit-link\" href=\"\/products\/stretch-mark-repair\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.micro-infusion-section-box {\n  max-width: 500px;\n  margin: 0 auto;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n}\n\n.micro-infusion-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.kit-link {\n  display: block;\n  padding: 14px 20px;\n  background: #f9f9f9;\n  border: 1px solid #ddd;\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111;\n  text-decoration: none;\n  transition: background 0.2s, border-color 0.2s;\n}\n\n.kit-link:hover {\n  background: #f1f1f1;\n  border-color: #ccc;\n}\n\u003c\/style\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"1 Jar + Infrared LED Mask","offer_id":53129508126831,"sku":"COL_01+LFM02","price":365.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/nano-banana-2026-01-04T00-14-19.png?v=1779256658"},{"product_id":"advanced-collagen-repair-cream","title":"LUX SKIN® Advanced Collagen Repair Cream","description":"\u003c!-- Real Results Widget --\u003e\n\u003cstyle\u003e\n  .review-container {\n    max-width: 980px;\n    margin: 40px auto;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .bubble-title {\n    display: inline-block;\n    background: linear-gradient(135deg, #E8D4E8 0%, #D4C4D8 100%);\n    padding: 10px 26px;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #2c2c2c;\n    margin-bottom: 18px;\n  }\n\n  .review-box {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 16px;\n    padding: 36px 28px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n  }\n\n  .review-label {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    letter-spacing: 0.5px;\n  }\n\n  .review-content {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .review-text {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #333;\n  }\n\n  .review-author {\n    font-size: 15px;\n    font-weight: 600;\n    margin-top: 12px;\n    color: #2c2c2c;\n  }\n\n  .review-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    border: 1px solid #eee;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"review-container\"\u003e\n\u003cdiv class=\"bubble-title\"\u003eReal Results\u003c\/div\u003e\n\u003cdiv class=\"review-box\"\u003e\n\u003cdiv class=\"review-label\"\u003eCustomer Review\u003c\/div\u003e\n\u003cdiv class=\"review-content\"\u003e\n\u003cdiv class=\"review-text-container\"\u003e\n\u003cp class=\"review-text\"\u003e“I’ve tried countless serums and creams over the years, but nothing has delivered results like this. My skin feels noticeably smoother, looks more radiant, and stays hydrated all day without feeling heavy. I love how easily it fits into my routine. Just a small amount at night and I wake up with skin that feels plump and refreshed. I’m genuinely more confident going makeup-free now. This cream has become a staple in my skincare routine.”\u003c\/p\u003e\n\u003cp class=\"review-author\"\u003e— Janice L.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-image-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/nano-banana-2025-12-19T02-12-20.png?v=1766113448\" alt=\"Real results with LUX SKIN Advanced Collagen Repair Cream\" class=\"review-image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Which Package Box --\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n  \n  \u003c!-- Bubble Header --\u003e\n  \u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003e\n    HOW OFTEN DO I USE IT?\n  \u003c\/div\u003e\n\n  \u003c!-- Intro Text --\u003e\n  \u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003e\n    The Collagen Cream is designed for \u003cstrong\u003edaily use\u003c\/strong\u003e to support hydration, barrier repair, and skin firmness.\n  \u003c\/p\u003e\n\n  \u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n    \u003cli\u003eFor best results: \u003cstrong\u003eApply nightly as the final step of your routine\u003c\/strong\u003e\n\u003c\/li\u003e\n    \u003cli\u003eOptional: \u003cstrong\u003eUse in the morning for extra hydration and skin comfort\u003c\/strong\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n  \n  \u003c!-- Bubble Header --\u003e\n  \u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003e\n    WHAT TO EXPECT\n  \u003c\/div\u003e\n\n  \u003c!-- Content --\u003e\n  \u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n    \u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n      \u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e\n      \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll notice with consistent use\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n      \u003cli\u003eSkin feels instantly more hydrated, soft, and comfortable\u003c\/li\u003e\n      \u003cli\u003eVisible improvement in smoothness and skin texture\u003c\/li\u003e\n      \u003cli\u003eHelps support firmer, more plump-looking skin over time\u003c\/li\u003e\n      \u003cli\u003eStrengthens the skin barrier to reduce dryness and tightness\u003c\/li\u003e\n      \u003cli\u003eSupports a more radiant, healthy-looking complexion\u003c\/li\u003e\n      \u003cli\u003eRich yet lightweight cream that absorbs without feeling heavy\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n  \u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n  \u003cul\u003e\n    \u003cli\u003eFormulated with clinically studied ingredients to support skin firmness \u0026amp; elasticity\u003c\/li\u003e\n    \u003cli\u003eHelps improve the appearance of fine lines with consistent use\u003c\/li\u003e\n    \u003cli\u003eProven to enhance hydration for smoother, more supple-looking skin\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp class=\"disclaimer\"\u003e\n    \u003cem\u003e\n      The LUX SKIN® Collagen Cream is formulated with dermatology-inspired ingredients to support skin hydration, barrier strength, and a more youthful-looking complexion.\u003cbr\u003e\n      Individual results may vary. This product is intended for cosmetic use only.\n    \u003c\/em\u003e\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n  \n  \u003c!-- Bubble Header --\u003e\n  \u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003e\n    HOW TO USE\n  \u003c\/div\u003e\n\n  \u003c!-- Content --\u003e\n  \u003cp\u003e\n    Apply a small amount to clean, dry skin and gently massage over the face and neck. Use as the final step of your skincare routine, preferably at night. A thin layer is sufficient and should absorb comfortably without feeling heavy.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- What Is It Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n  \n  \u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003e\n    What Is It?\n  \u003c\/div\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eLUX SKIN® Collagen Cream\u003c\/strong\u003e is a rich yet lightweight moisturiser designed to deeply hydrate, support the skin barrier, and improve the appearance of firmness and smoothness.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Inspired by professional skincare formulations, this cream helps reduce visible signs of aging such as fine lines, dryness, and loss of elasticity, while leaving skin feeling soft, plump, and comfortable.\n  \u003c\/p\u003e\n\n  \u003cp style=\"margin-top: 18px;\"\u003e\n    \u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003e\n    Our exclusive \u003cstrong\u003eCollagen Activating Complex\u003c\/strong\u003e combines soluble collagen, clinically studied peptides, ceramides, and humectants to support skin resilience, hydration, and a more youthful-looking complexion.\n  \u003c\/p\u003e\n\n  \u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\n  \u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 30g\u003c\/p\u003e\n  \u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Daily use, preferably at night\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- Collagen Cream Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\n  \u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\n  \u003cdetails class=\"accordion-item\"\u003e\n    \u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003e\n      Collagen Activating Barrier Cream\n    \u003c\/summary\u003e\n\n    \u003cp style=\"margin-top: 8px;\"\u003e\n      Aqua (Water), Glycerin, Caprylic\/Capric Triglyceride, Cetearyl Alcohol, Cetyl Alcohol, Stearyl Alcohol, Dimethicone, Isononyl Isononanoate, Niacinamide, Soluble Collagen, Palmitoyl Tripeptide-1, Palmitoyl Tetrapeptide-7, Ceramide NP, Ceramide AP, Ceramide EOP, Cholesterol, Hydrogenated Lecithin, Panthenol, Sodium Hyaluronate, Trehalose, Butylene Glycol, Pentylene Glycol, Allantoin, Avena Sativa (Oat) Peptide, Tocopherol, Bisabolol, Xanthan Gum, Hydroxyethyl Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Polysorbate 60, Sorbitan Isostearate, 1,2-Hexanediol, Hydroxyacetophenone, Ethylhexylglycerin, Fragrance.\n    \u003c\/p\u003e\n\n  \u003c\/details\u003e\n\n\u003c\/div\u003e\n","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":53129508159599,"sku":"COL_01","price":108.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Advanced_Collagen_Repair_Cream_Lux_Skin_-_render_03_1.jpg?v=1779256659"},{"product_id":"mask-micro-bundle","title":"Pro-Aging Defense Kit","description":"\u003cstyle\u003e\n  .lux-bf-widget {\n    border: 1px solid #f0d6c8;\n    border-radius: 16px;\n    padding: 20px 24px;\n    background: #fffaf5;\n    max-width: 620px;\n    margin: 16px 0;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  }\n  .lux-bf-widget h3 {\n    margin: 0 0 16px;\n    font-size: 22px;\n    font-weight: 700;\n    color: #1f2933;\n  }\n  .lux-bf-widget .bf-tagline {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: #111827;\n    color: #fde68a;\n    font-size: 12px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n  .lux-bf-widget ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .lux-bf-widget li {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 10px;\n    font-size: 15px;\n    color: #374151;\n  }\n  .lux-bf-widget li:last-child {\n    margin-bottom: 0;\n  }\n  .lux-bf-widget .tick {\n    color: #059669;\n    font-size: 16px;\n    line-height: 1.4;\n  }\n  .lux-bf-widget .highlight {\n    color: #b91c1c;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-bf-widget\"\u003e\n\u003cdiv class=\"bf-tagline\"\u003eLIMITED TIME\u003c\/div\u003e\n\u003ch3\u003eBUNDLE OFFER\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan class=\"highlight\"\u003eSave an extra $20 in this bundle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: 1 Month Supply of any Micro Infusion Kit\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003e \u003cspan\u003eIncludes: LED Mask with Near Infrared Light\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box (clean bubble header style) --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisible changes\u003c\/strong\u003e in as little as 4 treatments, with transformative, long-lasting results after 8–12.\u003c\/li\u003e\n\u003cli\u003eClinically tested to improve skin firmness \u0026amp; elasticity\u003c\/li\u003e\n\u003cli\u003eTargets skin-aging enzymes to reduce visible signs of aging\u003c\/li\u003e\n\u003cli\u003eDeep serum absorption with wrinkle-fighting peptides\u003c\/li\u003e\n\u003cli\u003eSmoother, firmer, more youthful-looking skin after each use\u003c\/li\u003e\n\u003cli\u003eQuick 5–10 minute weekly at-home treatments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eScientifically evaluated to visibly firm and improve skin elasticity\u003c\/li\u003e\n\u003cli\u003eLab-tested to reduce skin-aging enzyme activity (elastase) by up to \u003cstrong\u003e44%\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eIndependent testing confirmed anti-wrinkle and firming benefits\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e The LUX SKIN® Micro Infusion \u003cspan style=\"text-decoration: underline;\"\u003eAnti Aging Serum\u003c\/span\u003e was independently tested in a third-party laboratory in March 2025 using scientific methods to evaluate its efficacy.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only. \u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv class=\"reeview-app-widget\" id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .image-box {\n        background-color: white;\n        border-radius: 12px;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        padding: 16px;\n        max-width: 375px;\n        width: 100%;\n        margin: 32px auto;\n    }\n\n    .image-box img {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        display: block;\n    }\n\n    .image-caption {\n        margin-top: 16px;\n        color: #666;\n        font-size: 14px;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"image-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Before_and_After_Skin_Rejuvenation.png?v=1759396858\" alt=\"Product Image\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\" style=\"display: inline-block; background: #e9c8c5; color: #111; font-weight: 600; font-size: 14px; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 20px;\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eLUX SKIN® Micro Infusion Kit brings professional-grade anti-aging treatments to your home — at a fraction of the clinic cost. Inspired by celebrity-favorite skin clinics, the kit uses ultra-fine micro-needles to gently exfoliate and create micro-channels in the skin — enhancing serum absorption and boosting renewal.\u003c\/p\u003e\n\u003cp\u003eThe Micro Infusion Serum penetrates deeply to deliver wrinkle-fighting peptides, firming actives, and rejuvenating ingredients that support a smoother, more youthful complexion. The magic is in our custom Micro Infusion Serum — uniquely formulated with potent anti-aging peptides you won’t find anywhere else.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\u003cli\u003e4 × LUX SKIN® Anti Aging 5ml Serum Vials\u003c\/li\u003e\n\u003cli\u003e1 × 0.3mm Micro-Needle Roller Head\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5–10 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week (72 hours apart)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"micro-infusion-section-box\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhich Micro Infusion Kit Is For You?\u003c\/h2\u003e\n\u003cdiv class=\"micro-infusion-list\"\u003e\n\u003ca href=\"\/products\/lux-skin-micro-infusion-kit\" class=\"kit-link\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e \u003ca href=\"\/products\/lux-skin-micro-infusion-kit-glass-skin\" class=\"kit-link\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e \u003ca href=\"\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\" class=\"kit-link\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e \u003ca href=\"\/products\/hair-growth-actives\" class=\"kit-link\"\u003eHAIR REGROWTH\u003c\/a\u003e \u003ca href=\"\/products\/stretch-mark-repair\" class=\"kit-link\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.micro-infusion-section-box {\n  max-width: 500px;\n  margin: 0 auto;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n}\n\n.micro-infusion-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.kit-link {\n  display: block;\n  padding: 14px 20px;\n  background: #f9f9f9;\n  border: 1px solid #ddd;\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111;\n  text-decoration: none;\n  transition: background 0.2s, border-color 0.2s;\n}\n\n.kit-link:hover {\n  background: #f1f1f1;\n  border-color: #ccc;\n}\n\u003c\/style\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Anti Aging (with Peptides)","offer_id":53129508192367,"sku":"MIK_01+LFM02","price":365.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129508225135,"sku":"MIK_02+LFM02","price":365.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129508257903,"sku":"MIK_03+LFM02","price":365.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129508290671,"sku":"MIK_04+LFM02","price":365.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129508323439,"sku":"MIK_05+LFM02","price":365.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/nano-banana-2025-11-25T02-28-56_-_Edited.png?v=1779256660"},{"product_id":"lux-skin-daily-anti-aging-mist","title":"LUX SKIN® Anti Aging Daily Mist (with Peptides)","description":"\u003c!-- Real Results Widget --\u003e\n\u003cstyle\u003e\n  .review-container {\n    max-width: 980px;\n    margin: 40px auto;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .bubble-title {\n    display: inline-block;\n    background: linear-gradient(135deg, #E8D4E8 0%, #D4C4D8 100%);\n    padding: 10px 26px;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #2c2c2c;\n    margin-bottom: 18px;\n  }\n\n  .review-box {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 16px;\n    padding: 36px 28px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n  }\n\n  .review-label {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    letter-spacing: 0.5px;\n  }\n\n  .review-content {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .review-text {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #333;\n  }\n\n  .review-author {\n    font-size: 15px;\n    font-weight: 600;\n    margin-top: 12px;\n    color: #2c2c2c;\n  }\n\n  .review-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    border: 1px solid #eee;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"review-container\"\u003e\n  \u003cdiv class=\"bubble-title\"\u003eReal Results\u003c\/div\u003e\n\n  \u003cdiv class=\"review-box\"\u003e\n    \u003cdiv class=\"review-label\"\u003eCustomer Review\u003c\/div\u003e\n\n    \u003cdiv class=\"review-content\"\u003e\n      \u003cdiv class=\"review-text-container\"\u003e\n        \u003cp class=\"review-text\"\u003e\n          \"I've tried so many serums and creams over the years, but nothing has given me results like this.\n          My skin feels smoother, looks more radiant, and I love that it's so easy to use every day.\n          Just a quick mist and my skin stays hydrated and glowing all day long.\n          I honestly feel more confident going makeup-free now.\n          The Anti-Aging Daily Mist is a game changer for my routine!\"\n        \u003c\/p\u003e\n        \u003cp class=\"review-author\"\u003e— Ashley M\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-image-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/MIST_02.png?v=1760478943\" alt=\"Real results with LUX SKIN Anti-Aging Daily Mist\" class=\"review-image\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Which Package Box --\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eHOW OFTEN DO I USE IT?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Daily Mist is designed for \u003cstrong\u003eeveryday use\u003c\/strong\u003e as part of your skincare routine.\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor a quick refresh: \u003cstrong\u003eApply morning \u0026amp; night\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor best results: \u003cstrong\u003eUse daily after cleansing \u0026amp; before moisturiser\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eDaily benefits you’ll notice\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eInstant refresh and hydration with every mist\u003c\/li\u003e\n\u003cli\u003eHelps smooth \u0026amp; plump the skin throughout the day\u003c\/li\u003e\n\u003cli\u003eInfused with peptides \u0026amp; antioxidants to fight visible aging\u003c\/li\u003e\n\u003cli\u003eSupports firmer, more youthful-looking skin with daily use\u003c\/li\u003e\n\u003cli\u003eProtects against environmental stressors that accelerate skin aging\u003c\/li\u003e\n\u003cli\u003eLightweight, non-sticky formula suitable for all skin types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eClinically evaluated actives to support skin firmness \u0026amp; elasticity\u003c\/li\u003e\n\u003cli\u003eHelps reduce the appearance of fine lines with daily use\u003c\/li\u003e\n\u003cli\u003eShown to boost hydration levels for smoother, more supple skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Anti Aging Daily Mist was formulated with dermatology-inspired actives to support a more youthful complexion.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp\u003eHold bottle 20–30cm from face and spray evenly over clean, dry skin. Let mist absorb fully before applying moisturiser or sunscreen. Use morning and evening, or anytime your skin needs a refresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Anti Aging Daily Mist\u003c\/strong\u003e is a lightweight facial spray designed to deliver \u003cstrong\u003ehydration, peptides \u0026amp; antioxidants\u003c\/strong\u003e directly into your skin.\u003c\/p\u003e\n\u003cp\u003eInspired by professional skin treatments, this daily mist refreshes and nourishes while helping to \u003cstrong\u003ereduce visible signs of aging\u003c\/strong\u003e such as fine lines, loss of firmness, and dullness.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eAnti Aging Peptide Complex\u003c\/strong\u003e combines hydrating humectants with clinically studied peptides and antioxidants — making it a must-have for your daily routine.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 60ml\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Daily use, morning \u0026amp; evening\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Daily Mist Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti-Aging Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycerin, Betaine, 3-O-Ethyl Ascorbic Acid, Lactobacillus Ferment, Phenoxyethanol, Hydroxyacetophenone, 1,2-Hexanediol, Acetyl Hexapeptide-8, Ethyl Ethylglycerin, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Isoleucine, Leucine, Methyl Propylamine, Phenylalanine, Carbomer, Fragrance, PEG-40 Hydrogenated Castor Oil.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eSkin Repair Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Witch Hazel Water, Glycerin, Butylene Glycol, Sclerotium Gum, Sodium Guaiazulene Sulfonate, Betaine, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Licorice Root Extract, Chamomile Flower Extract, Rosemary Leaf Extract, 1,2-Hexanediol, Propanediol, Caprylhydroxamic Acid, Carboxymethyl Chitosan, Diphenyl Dimethicone, Triethylhexanoin, Polyglyceryl-10 Myristate, Asiaticoside, Madecassoside, Asiatic Acid, Disodium EDTA, Salmon PDRN.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eDeep Hydrate Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Betaine, Isododecane, Hydroxyethyl Urea, Bacillus\/Soybean Ferment Extract, Lactobacillus\/Citrus Medica Limonum Peel Ferment Extract, Phenoxyethanol, Alumina, Dipropylene Glycol, Sodium Hyaluronate, Ammonium Acryloyldimethyltaurate\/VP Copolymer, PEG-40 Hydrogenated Castor Oil, Silica, Cocos Nucifera (Coconut) Oil, Tremella Fuciformis (Mushroom) Extract, Ethylhexylglycerin, 1,2-Hexanediol, Disodium EDTA, Dendrobium Officinale Stem Extract, Titanium Dioxide, Rhinacanthus Communis Extract, Dimethicone, Astaxanthin, Pentylene Glycol, Glycine, Hydroxyacetophenone, Serine, Glutamic Acid, Aspartic Acid, Leucine, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Proline, Threonine, Valine, Isoleucine,\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Anti Aging Daily Mist (with Peptides)","offer_id":53129508356207,"sku":"MIST_02","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Skin Repair Daily Mist (with Salmon DNA)","offer_id":53129508388975,"sku":"MIST_03","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Deep Hydrate Daily Mist (with Tremella Mushroom)","offer_id":53129508421743,"sku":"MIST_01","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-AntiAgingDailyMist3000x3000pix_1.jpg?v=1779256662"},{"product_id":"lux-skin-skin-repair-daily-mist","title":"LUX SKIN® Skin Repair Daily Mist (with Salmon DNA)","description":"\u003c!-- Real Results Widget – Skin Repair with Salmon DNA --\u003e\n\u003cstyle\u003e\n  .review-container {\n    max-width: 980px;\n    margin: 40px auto;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .bubble-title {\n    display: inline-block;\n    background: linear-gradient(135deg, #E8D4E8 0%, #D4C4D8 100%);\n    padding: 10px 26px;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #2c2c2c;\n    margin-bottom: 18px;\n  }\n\n  .review-box {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 16px;\n    padding: 36px 28px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n  }\n\n  .review-label {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    letter-spacing: 0.5px;\n  }\n\n  .review-content {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .review-text {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #333;\n  }\n\n  .review-author {\n    font-size: 15px;\n    font-weight: 600;\n    margin-top: 12px;\n    color: #2c2c2c;\n  }\n\n  .review-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    border: 1px solid #eee;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"review-container\"\u003e\n  \u003cdiv class=\"bubble-title\"\u003eReal Results\u003c\/div\u003e\n\n  \u003cdiv class=\"review-box\"\u003e\n    \u003cdiv class=\"review-label\"\u003eCustomer Review\u003c\/div\u003e\n\n    \u003cdiv class=\"review-content\"\u003e\n      \u003cdiv class=\"review-text-container\"\u003e\n        \u003cp class=\"review-text\"\u003e\n          “After struggling with redness and dry patches for years, the Skin Repair Mist has completely transformed my skin.\n          The Salmon DNA formula feels so soothing - it calms irritation instantly and keeps my skin hydrated all day.\n          Within two weeks, my texture was smoother, the redness faded, and my skin finally looked healthy again.\n          It’s lightweight but powerful - I use it every morning and night before my serum and moisturiser.\n          I genuinely can’t imagine my routine without it now.”\n        \u003c\/p\u003e\n        \u003cp class=\"review-author\"\u003e— Natalie R\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-image-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/MIST_03.png?v=1760494563\" alt=\"Real results with LUX SKIN Repair Mist with Salmon DNA\" class=\"review-image\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Which Package Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\" class=\"guidance-box\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eHOW OFTEN DO I USE IT?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Daily Mist is designed for \u003cstrong\u003eeveryday use\u003c\/strong\u003e as part of your skincare routine.\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor a quick refresh: \u003cstrong\u003eApply morning \u0026amp; night\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor best results: \u003cstrong\u003eUse daily after cleansing \u0026amp; before moisturiser\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e🧬\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eDNA-powered repair benefits\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eInfused with \u003cstrong\u003eSalmon DNA (PDRN)\u003c\/strong\u003e to promote visible repair and renewal\u003c\/li\u003e\n\u003cli\u003eHelps accelerate skin recovery and strengthen resilience\u003c\/li\u003e\n\u003cli\u003eSoothes redness, irritation, and signs of sensitivity\u003c\/li\u003e\n\u003cli\u003eBoosts collagen activity for firmer, healthier-looking skin\u003c\/li\u003e\n\u003cli\u003eDeep hydration from humectants like Glycerin, Butylene Glycol \u0026amp; Betaine\u003c\/li\u003e\n\u003cli\u003eLeaves skin refreshed, calm, and revitalised with each use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003ePowered by \u003cstrong\u003eSalmon DNA (PDRN)\u003c\/strong\u003e, a dermatology-inspired repair active\u003c\/li\u003e\n\u003cli\u003eFormulated with soothing botanicals including Witch Hazel, Centella Asiatica \u0026amp; Licorice Root\u003c\/li\u003e\n\u003cli\u003eClinically recognised actives to improve barrier strength and reduce signs of irritation\u003c\/li\u003e\n\u003cli\u003eShown to help skin look calmer, healthier, and more even-toned with daily use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Skin Repair Daily Mist was developed with Salmon DNA and repair-focused actives to support daily recovery and barrier repair.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp\u003eHold bottle 20–30cm from face and spray evenly over clean, dry skin. Allow mist to absorb fully before applying moisturiser or sunscreen. Use morning, evening, and as needed to refresh and repair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv class=\"proof-box whatisit-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\" style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Skin Repair Daily Mist\u003c\/strong\u003e is a soothing, DNA-powered facial spray designed to \u003cstrong\u003erepair, calm, and strengthen\u003c\/strong\u003e skin exposed to daily stress.\u003c\/p\u003e\n\u003cp\u003ePowered by \u003cstrong\u003eSalmon DNA (PDRN)\u003c\/strong\u003e along with Centella Asiatica, Licorice Root \u0026amp; Witch Hazel, this lightweight mist supports \u003cstrong\u003ebarrier repair, redness reduction, and cellular renewal\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eDNA Repair Complex\u003c\/strong\u003e blends Salmon DNA with soothing botanicals and hydration boosters — making it the ultimate daily treatment for compromised or sensitive skin.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 60ml\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Daily use, morning, night \u0026amp; whenever skin needs recovery\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Daily Mist Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti-Aging Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycerin, Betaine, 3-O-Ethyl Ascorbic Acid, Lactobacillus Ferment, Phenoxyethanol, Hydroxyacetophenone, 1,2-Hexanediol, Acetyl Hexapeptide-8, Ethyl Ethylglycerin, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Isoleucine, Leucine, Methyl Propylamine, Phenylalanine, Carbomer, Fragrance, PEG-40 Hydrogenated Castor Oil.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eSkin Repair Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Witch Hazel Water, Glycerin, Butylene Glycol, Sclerotium Gum, Sodium Guaiazulene Sulfonate, Betaine, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Licorice Root Extract, Chamomile Flower Extract, Rosemary Leaf Extract, 1,2-Hexanediol, Propanediol, Caprylhydroxamic Acid, Carboxymethyl Chitosan, Diphenyl Dimethicone, Triethylhexanoin, Polyglyceryl-10 Myristate, Asiaticoside, Madecassoside, Asiatic Acid, Disodium EDTA, Salmon PDRN.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eDeep Hydrate Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Betaine, Isododecane, Hydroxyethyl Urea, Bacillus\/Soybean Ferment Extract, Lactobacillus\/Citrus Medica Limonum Peel Ferment Extract, Phenoxyethanol, Alumina, Dipropylene Glycol, Sodium Hyaluronate, Ammonium Acryloyldimethyltaurate\/VP Copolymer, PEG-40 Hydrogenated Castor Oil, Silica, Cocos Nucifera (Coconut) Oil, Tremella Fuciformis (Mushroom) Extract, Ethylhexylglycerin, 1,2-Hexanediol, Disodium EDTA, Dendrobium Officinale Stem Extract, Titanium Dioxide, Rhinacanthus Communis Extract, Dimethicone, Astaxanthin, Pentylene Glycol, Glycine, Hydroxyacetophenone, Serine, Glutamic Acid, Aspartic Acid, Leucine, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Proline, Threonine, Valine, Isoleucine,\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Skin Repair Daily Mist (with Salmon DNA)","offer_id":53129508454511,"sku":"MIST_03","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Deep Hydrate Daily Mist (with Tremella Mushroom)","offer_id":53129508487279,"sku":"MIST_01","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging Daily Mist (with Peptides)","offer_id":53129508520047,"sku":"MIST_02","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-SkinRepairDailyMist3000x3000pix_1.jpg?v=1779256664"},{"product_id":"lux-skin-deep-hydrate-daily-mist","title":"LUX SKIN® Deep Hydrate Daily Mist (with Tremella Mushroom)","description":"\u003c!-- Real Results Widget – Deep Hydrate Mist --\u003e\n\u003cstyle\u003e\n  .review-container {\n    max-width: 980px;\n    margin: 40px auto;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .bubble-title {\n    display: inline-block;\n    background: linear-gradient(135deg, #E8D4E8 0%, #D4C4D8 100%);\n    padding: 10px 26px;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    color: #2c2c2c;\n    margin-bottom: 18px;\n  }\n\n  .review-box {\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 16px;\n    padding: 36px 28px;\n    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);\n  }\n\n  .review-label {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #666;\n    margin-bottom: 10px;\n    letter-spacing: 0.5px;\n  }\n\n  .review-content {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n  }\n\n  .review-text {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #333;\n  }\n\n  .review-author {\n    font-size: 15px;\n    font-weight: 600;\n    margin-top: 12px;\n    color: #2c2c2c;\n  }\n\n  .review-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    border: 1px solid #eee;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"review-container\"\u003e\n  \u003cdiv class=\"bubble-title\"\u003eReal Results\u003c\/div\u003e\n\n  \u003cdiv class=\"review-box\"\u003e\n    \u003cdiv class=\"review-label\"\u003eCustomer Review\u003c\/div\u003e\n\n    \u003cdiv class=\"review-content\"\u003e\n      \u003cdiv class=\"review-text-container\"\u003e\n        \u003cp class=\"review-text\"\u003e\n          “The Deep Hydrate Mist has completely changed the way my skin feels.\n          From the very first use, it gave me that dewy, glass-skin glow I’ve been trying to achieve for years.\n          My skin feels soft, plump, and fresh all day - even in dry air or after long hours in front of my laptop.\n          I use it every morning before makeup and throughout the day to refresh my skin - it keeps my face hydrated and radiant without ever feeling heavy.\n          It’s honestly my new must-have skincare step.”\n        \u003c\/p\u003e\n        \u003cp class=\"review-author\"\u003e— Chloe S\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-image-container\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/ChatGPT_Image_Oct_9_2025_12_55_05_PM.png?v=1760494857\" alt=\"Real results with LUX SKIN Deep Hydrate Mist\" class=\"review-image\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Which Package Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\" class=\"guidance-box\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eHOW OFTEN DO I USE IT?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Daily Mist is designed for \u003cstrong\u003eeveryday use\u003c\/strong\u003e as part of your skincare routine.\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor a quick refresh: \u003cstrong\u003eApply morning \u0026amp; night\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor best results: \u003cstrong\u003eUse daily after cleansing \u0026amp; before moisturiser\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e💧\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eHydration you’ll feel instantly\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eImmediate refresh and hydration with every mist\u003c\/li\u003e\n\u003cli\u003eHelps restore and strengthen the skin barrier\u003c\/li\u003e\n\u003cli\u003eInfused with Hyaluronic Acid and humectants for long-lasting moisture\u003c\/li\u003e\n\u003cli\u003eSupports smoother, plumper, dewy-looking skin\u003c\/li\u003e\n\u003cli\u003eProtects against dryness and environmental stressors\u003c\/li\u003e\n\u003cli\u003eLightweight, non-sticky formula suitable for all skin types\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Proven Results Box --\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eClinically evaluated hydrating actives to boost skin moisture levels\u003c\/li\u003e\n\u003cli\u003eShown to improve water retention and reduce transepidermal water loss\u003c\/li\u003e\n\u003cli\u003eLeaves skin softer, smoother, and more supple with daily use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Deep Hydrate Daily Mist was formulated with advanced humectants and hydrating actives to support long-lasting skin hydration.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cp\u003eHold bottle 20–30cm from face and spray evenly over clean, dry skin. Let mist absorb fully before applying moisturiser or sunscreen. Use morning, night, and as needed throughout the day for hydration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv class=\"proof-box whatisit-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\" style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Deep Hydrate Daily Mist\u003c\/strong\u003e is a lightweight facial spray designed to deliver \u003cstrong\u003eintense hydration and skin barrier support\u003c\/strong\u003e every day.\u003c\/p\u003e\n\u003cp\u003ePowered by humectants like \u003cstrong\u003eHyaluronic Acid, Glycerin \u0026amp; Trehalose\u003c\/strong\u003e, this mist deeply hydrates and locks in moisture — helping to keep skin smooth, supple, and refreshed throughout the day.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eHydration Complex\u003c\/strong\u003e combines multiple humectants and barrier-supporting actives, ensuring maximum moisture retention and protection against dryness.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 60ml\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eDesigned For:\u003c\/strong\u003e Daily use, morning, night \u0026amp; on-the-go hydration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Daily Mist Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eAnti-Aging Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycerin, Betaine, 3-O-Ethyl Ascorbic Acid, Lactobacillus Ferment, Phenoxyethanol, Hydroxyacetophenone, 1,2-Hexanediol, Acetyl Hexapeptide-8, Ethyl Ethylglycerin, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Isoleucine, Leucine, Methyl Propylamine, Phenylalanine, Carbomer, Fragrance, PEG-40 Hydrogenated Castor Oil.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\" style=\"margin-bottom: 15px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eSkin Repair Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Witch Hazel Water, Glycerin, Butylene Glycol, Sclerotium Gum, Sodium Guaiazulene Sulfonate, Betaine, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Licorice Root Extract, Chamomile Flower Extract, Rosemary Leaf Extract, 1,2-Hexanediol, Propanediol, Caprylhydroxamic Acid, Carboxymethyl Chitosan, Diphenyl Dimethicone, Triethylhexanoin, Polyglyceryl-10 Myristate, Asiaticoside, Madecassoside, Asiatic Acid, Disodium EDTA, Salmon PDRN.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer; list-style: none;\"\u003eDeep Hydrate Daily Mist\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Betaine, Isododecane, Hydroxyethyl Urea, Bacillus\/Soybean Ferment Extract, Lactobacillus\/Citrus Medica Limonum Peel Ferment Extract, Phenoxyethanol, Alumina, Dipropylene Glycol, Sodium Hyaluronate, Ammonium Acryloyldimethyltaurate\/VP Copolymer, PEG-40 Hydrogenated Castor Oil, Silica, Cocos Nucifera (Coconut) Oil, Tremella Fuciformis (Mushroom) Extract, Ethylhexylglycerin, 1,2-Hexanediol, Disodium EDTA, Dendrobium Officinale Stem Extract, Titanium Dioxide, Rhinacanthus Communis Extract, Dimethicone, Astaxanthin, Pentylene Glycol, Glycine, Hydroxyacetophenone, Serine, Glutamic Acid, Aspartic Acid, Leucine, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Proline, Threonine, Valine, Isoleucine,\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Deep Hydrate Daily Mist (with Tremella Mushroom)","offer_id":53129508552815,"sku":"MIST_01","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging Daily Mist (with Peptides)","offer_id":53129508585583,"sku":"MIST_02","price":71.0,"currency_code":"AED","in_stock":true},{"title":"Skin Repair Daily Mist (with Salmon DNA)","offer_id":53129508618351,"sku":"MIST_03","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-DeepHydrateDailyMist3000x3000pix_1.jpg?v=1779256665"},{"product_id":"hair-growth-actives","title":"LUX SKIN® Micro Infusion Kit with Hair Growth Actives","description":"\u003c!-- LUX SKIN Hair Growth Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .lux-hair-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --sage:#2e6b4f;\n    --sage-soft:#dfeee6;\n\n    --teal:#2f7f8b;\n    --teal-soft:#d9eef1;\n\n    --gold:#b87a5e;\n    --gold-soft:#f3e7de;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-hair-module *{ box-sizing:border-box; }\n  .lux-hair-module h2,\n  .lux-hair-module h3,\n  .lux-hair-module p,\n  .lux-hair-module ul,\n  .lux-hair-module li{ margin:0; padding:0; }\n\n  .lux-hair-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-hair-module .card,\n  .lux-hair-module .guidance-card,\n  .lux-hair-module .expect-card,\n  .lux-hair-module .proof-card,\n  .lux-hair-module .value-card,\n  .lux-hair-module .howto,\n  .lux-hair-module .ingredients-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-hair-module .card::before,\n  .lux-hair-module .proof-card::before,\n  .lux-hair-module .value-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n  }\n\n  .lux-hair-module .card::before{\n    background:linear-gradient(90deg,var(--sage),var(--teal),var(--sage));\n  }\n\n  .lux-hair-module .proof-card::before{\n    background:linear-gradient(90deg,var(--teal),var(--teal-soft));\n  }\n\n  .lux-hair-module .value-card::before{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n  }\n\n  .lux-hair-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--sage);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-hair-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-hair-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-hair-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-hair-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--sage);\n  }\n\n  .lux-hair-module .hero-active.follicle{\n    background:linear-gradient(135deg,#f1fbf5 0%,#fff 100%);\n  }\n\n  .lux-hair-module .hero-active.energise{\n    background:linear-gradient(135deg,#eef9fb 0%,#fff 100%);\n  }\n  .lux-hair-module .hero-active.energise::after{ background:var(--teal); }\n\n  .lux-hair-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--sage);\n  }\n  .lux-hair-module .hero-active.energise .hero-active-name{ color:var(--teal); }\n\n  .lux-hair-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-hair-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-hair-module .special-callout{\n    background:linear-gradient(135deg,var(--sage-soft) 0%,#f7fbf9 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--sage);\n  }\n  .lux-hair-module .special-callout strong{ color:var(--navy); }\n\n  .lux-hair-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-hair-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-hair-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-hair-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--sage);\n    flex-shrink:0;\n  }\n\n  .lux-hair-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-hair-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-hair-module .meta-item strong{ color:var(--text); }\n\n  .lux-hair-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-hair-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .ing-tag.growth-tag{\n    background:#f1fbf5;\n    border-color:#cfe4d8;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .ing-tag.energy-tag{\n    background:#eef9fb;\n    border-color:#cfe7ea;\n    color:var(--teal);\n  }\n\n  .lux-hair-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Value table card *\/\n  .lux-hair-module .value-topbar{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n    padding:10px 18px;\n    border-radius:10px;\n    text-align:center;\n    letter-spacing:.5px;\n    text-transform:uppercase;\n    margin-bottom:14px;\n  }\n\n  .lux-hair-module .price-table table{\n    width:100%;\n    border-collapse:collapse;\n    font-size:14px;\n  }\n\n  .lux-hair-module .price-table thead tr{ background:#fdf1f2; }\n\n  .lux-hair-module .price-table th{\n    text-align:left;\n    padding:10px 8px;\n    font-weight:600;\n    color:#333;\n    border-bottom:1px solid #f0d2d6;\n  }\n\n  .lux-hair-module .price-table th:nth-child(2),\n  .lux-hair-module .price-table th:nth-child(3){ text-align:right; }\n\n  .lux-hair-module .price-table td{\n    padding:9px 8px;\n    border-bottom:1px solid #f5e3e6;\n    color:#444;\n  }\n\n  .lux-hair-module .price-table td:nth-child(2),\n  .lux-hair-module .price-table td:nth-child(3){ text-align:right; }\n\n  .lux-hair-module .price-table tr.hero{\n    background:#fff3f3;\n    font-weight:700;\n    color:#1b1b1b;\n  }\n\n  .lux-hair-module .save-note{\n    display:inline-block;\n    margin-left:6px;\n    font-size:12px;\n    font-weight:600;\n    color:#d27c84;\n  }\n\n  .lux-hair-module .table-foot{\n    margin-top:12px;\n    font-size:13px;\n    color:#555;\n    line-height:1.4;\n  }\n\n  \/* Guidance *\/\n  .lux-hair-module .guidance-card{ overflow:visible; background:#f9f9f9; }\n  .lux-hair-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-hair-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-hair-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-hair-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--sage);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-hair-module .expect-card{\n    overflow:visible;\n    padding:40px 32px 32px;\n    background:#f9f9f9;\n    border-color:#e5e5e5;\n  }\n  .lux-hair-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-hair-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .results-header span{ font-size:20px; }\n\n  .lux-hair-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-hair-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-hair-module .result-item{\n    border:1px solid #e5e5e5;\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#f1fbf5,#fff);\n  }\n\n  .lux-hair-module .result-item.alt{\n    background:linear-gradient(135deg,#eef9fb,#fff);\n  }\n\n  .lux-hair-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .result-item.alt::before{ color:var(--teal); }\n\n  .lux-hair-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#dff0e7;\n    color:var(--sage);\n  }\n\n  .lux-hair-module .result-item.alt .result-tag{\n    background:#d9eef1;\n    color:var(--teal);\n  }\n\n  .lux-hair-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#ffffff,#f4faf7);\n    border-radius:12px;\n    border:1px solid #e5e5e5;\n  }\n\n  .lux-hair-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:var(--sage);\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-hair-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,#cfe4d8,#d9eef1,#cfe4d8);\n  }\n\n  .lux-hair-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-hair-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:#fff;\n    border:2px solid var(--sage);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--sage);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-hair-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-hair-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--teal);\n    color:var(--teal);\n  }\n\n  .lux-hair-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-hair-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-hair-module .proof-header-wrap{ margin-bottom:24px; }\n  .lux-hair-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#eef9fb,#e3f3f6);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #cfe7ea;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-hair-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0;\n  }\n\n  .lux-hair-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-hair-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--teal);\n    font-weight:700;\n  }\n\n  .lux-hair-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid #e5e5e5;\n    padding-top:16px;\n    margin-top:16px;\n  }\n\n  \/* How to use *\/\n  .lux-hair-module .howto{\n    background:#f9f9f9;\n    border-color:#e0e0e0;\n  }\n  .lux-hair-module .howto-pill{\n    display:inline-block;\n    background:var(--blush);\n    color:#5b4a4a;\n    font-size:13px;\n    font-weight:600;\n    text-transform:uppercase;\n    letter-spacing:.5px;\n    padding:6px 14px;\n    border-radius:30px;\n    margin-bottom:18px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  \/* Image *\/\n  .lux-hair-module .image-box{\n    background:#fff;\n    border-radius:12px;\n    box-shadow:0 2px 8px rgba(0,0,0,0.08);\n    padding:16px;\n    max-width:375px;\n    width:100%;\n    margin:0 auto;\n    border:1px solid #eee;\n  }\n\n  .lux-hair-module .image-box img{\n    width:100%;\n    height:auto;\n    border-radius:8px;\n    display:block;\n  }\n\n  .lux-hair-module .image-caption{\n    margin-top:14px;\n    color:#666;\n    font-size:14px;\n    text-align:center;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-hair-module .ingredients-card{\n    background:#f9f9f9;\n    border-color:#e0e0e0;\n    padding:24px 20px;\n  }\n\n  .lux-hair-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-hair-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-hair-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-hair-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-hair-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-hair-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  \/* Kit links *\/\n  .lux-hair-module .kits-wrap{\n    max-width:500px;\n    margin:0 auto;\n    text-align:center;\n  }\n\n  .lux-hair-module .kits-wrap h3{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n    margin:0 0 14px 0;\n  }\n\n  .lux-hair-module .kit-list{\n    display:flex;\n    flex-direction:column;\n    gap:12px;\n  }\n\n  .lux-hair-module .kit-link{\n    display:block;\n    padding:14px 20px;\n    background:#f9f9f9;\n    border:1px solid #ddd;\n    border-radius:8px;\n    font-size:15px;\n    font-weight:600;\n    color:#111;\n    text-decoration:none;\n    transition:background .2s,border-color .2s;\n  }\n\n  .lux-hair-module .kit-link:hover{\n    background:#f1f1f1;\n    border-color:#ccc;\n  }\n\n  @media (max-width:600px){\n    .lux-hair-module .container{ padding:24px 16px; }\n    .lux-hair-module .card,\n    .lux-hair-module .guidance-card,\n    .lux-hair-module .expect-card,\n    .lux-hair-module .proof-card,\n    .lux-hair-module .value-card,\n    .lux-hair-module .howto,\n    .lux-hair-module .ingredients-card{ padding:28px 20px; }\n\n    .lux-hair-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-hair-module .results-grid{ grid-template-columns:1fr; }\n    .lux-hair-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-hair-module .card h2{ font-size:24px; }\n    .lux-hair-module .bubble{ left:16px; }\n    .lux-hair-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lux-hair-module\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\u003ch2\u003eLUX SKIN® Micro Infusion Kit (Hair Growth)\u003c\/h2\u003e\n\u003cp\u003eNext-level at-home scalp treatment designed to support the look of stronger, fuller hair and a healthier-looking scalp at a fraction of in-clinic costs.\u003c\/p\u003e\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the scalp, helping your \u003cstrong\u003eHair Growth Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\u003cdiv class=\"hero-actives\"\u003e\n\u003cdiv class=\"hero-active follicle\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003eAmino Acid Complex\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003eA broad blend of amino acids designed to support the look of keratin strength and healthier-looking hair over consistent use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-active energise\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003eFollicle Energisers\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003eNiacinamide plus caffeine and supportive scalp actives designed to help energise the look of follicles and nourish roots.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThese micro-channels help actives reach where they can support the look of \u003cstrong\u003ereduced shedding, improved density, and stronger-looking strands\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"special-callout\"\u003e\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eUnlike basic scalp serums, this kit combines amino acids, niacinamide, caffeine, and supportive peptides in a micro-infusion delivery system designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"kit-includes\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Hair Growth 5ml Serum Vials\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-row\"\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-strip\"\u003e\n\u003cspan class=\"ing-tag growth-tag\"\u003eAmino Acids\u003c\/span\u003e \u003cspan class=\"ing-tag energy-tag\"\u003eNiacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag energy-tag\"\u003eCaffeine\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eZinc PCA\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eCopper Peptide\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eVitamin B6\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VALUE \/ PRICE TABLE --\u003e\n\u003cdiv class=\"value-card\"\u003e\n\u003cdiv class=\"value-topbar\"\u003e💰 LUX SKIN® saves you up to 70 percent compared to clinics and other brands\u003c\/div\u003e\n\u003cdiv class=\"price-table\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eOption\u003c\/th\u003e\n\u003cth\u003eTotal price\u003c\/th\u003e\n\u003cth\u003ePrice per infusion\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eClinic treatment\u003c\/td\u003e\n\u003ctd\u003e$399+\u003c\/td\u003e\n\u003ctd\u003e$100+ per visit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"hero\"\u003e\n\u003ctd\u003eLUX SKIN® Micro Infusion \u003cspan class=\"save-note\"\u003eYou save around 70 percent\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003e$59\u003c\/td\u003e\n\u003ctd\u003e$14\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\u003ctd\u003e$157\u003c\/td\u003e\n\u003ctd\u003e$26\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\u003ctd\u003e$252\u003c\/td\u003e\n\u003ctd\u003e$42\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\u003ctd\u003e$237\u003c\/td\u003e\n\u003ctd\u003e$39\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"table-foot\"\u003eBased on kits with four serums. LUX SKIN® delivers similar at home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"guidance-list\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\u003cdiv class=\"results-header\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"results-grid\"\u003e\n\u003cdiv class=\"result-item\"\u003e\n\u003cdiv class=\"result-tag\"\u003eScalp\u003c\/div\u003e\nNoticeably healthier-looking scalp and stronger-looking hair in as little as 4 treatments.\u003c\/div\u003e\n\u003cdiv class=\"result-item alt\"\u003e\n\u003cdiv class=\"result-tag\"\u003eShedding\u003c\/div\u003e\nHelps support the look of reduced excess shedding and fuller-looking hair.\u003c\/div\u003e\n\u003cdiv class=\"result-item\"\u003e\n\u003cdiv class=\"result-tag\"\u003eFollicles\u003c\/div\u003e\nClinically inspired actives designed to support the look of follicle vitality and keratin appearance.\u003c\/div\u003e\n\u003cdiv class=\"result-item alt\"\u003e\n\u003cdiv class=\"result-tag\"\u003eNourish\u003c\/div\u003e\nAmino Acid Complex and Niacinamide designed to help energise follicles and nourish roots.\u003c\/div\u003e\n\u003cdiv class=\"result-item\"\u003e\n\u003cdiv class=\"result-tag\"\u003eComfort\u003c\/div\u003e\nHydrating base designed for scalp comfort and smooth serum delivery.\u003c\/div\u003e\n\u003cdiv class=\"result-item alt\"\u003e\n\u003cdiv class=\"result-tag\"\u003eTimeline\u003c\/div\u003e\nVisible improvement in the look of density and hair quality after 8 to 12 weeks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline\"\u003e\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\u003cdiv class=\"timeline-steps\"\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Scalp feels fresher, roots feel supported\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Reduced shedding look, stronger-looking strands\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e Fuller-looking density and improved hair quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PROOF --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"proof-list\"\u003e\n\u003cli\u003eFormulated with Amino Acids, Niacinamide and Caffeine to support the look of hair regrowth\u003c\/li\u003e\n\u003cli\u003eDermatology-inspired actives designed to help energise the look of follicles and improve hair strength appearance\u003c\/li\u003e\n\u003cli\u003eEnhanced by micro-infusion delivery to improve cosmetic serum contact at the root\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"disclaimer\"\u003eThe LUX SKIN® Hair Growth Serum was developed with clinically inspired actives to support scalp comfort and the visible look of hair regrowth. Individual results may vary. Cosmetic use only.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"howto\"\u003e\n\u003cdiv class=\"howto-pill\"\u003eHow to use\u003c\/div\u003e\n\u003cdiv id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\" class=\"reeview-app-widget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE --\u003e\n\u003cdiv class=\"image-box\"\u003e\n\u003cimg alt=\"Hair Growth Before and After\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/ChatGPT_Image_Oct_2_2025_03_18_33_PM.png?v=1759382326\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"ingredients-card\"\u003e\n\u003ch3\u003eIngredients\u003c\/h3\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n\u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv class=\"quiz-box\"\u003e\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca rel=\"noopener\" href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129508651119,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129508683887,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129508716655,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":53129508749423,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129508782191,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129508814959,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/nano-banana-2026-05-12T03-02-25.webp?v=1779256666"},{"product_id":"stretch-mark-repair","title":"LUX SKIN® Micro Infusion Kit with Stretch Mark Repair Actives","description":"\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background: #fff9f3; border: 1px solid #f3d8c2; border-radius: 12px; padding: 14px 18px; text-align: center; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size: 15px; color: #333; margin-top: 18px;\"\u003e\n\u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/quiz\" style=\"color: #ff3b30; font-weight: 600; text-decoration: none; margin-left: 6px;\" target=\"_blank\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 24px; border: 1px solid #f0d2d6; border-radius: 14px; padding: 16px; background: #fffaf9; box-shadow: 0 4px 10px rgba(0,0,0,0.03); font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\"\u003e\n\u003c!-- Top bar value claim --\u003e\n\u003cdiv style=\"background: linear-gradient(90deg,#d9959b,#f1b1b6); color: #fff; font-size: 14px; font-weight: bold; padding: 10px 18px; border-radius: 10px; text-align: center; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 14px;\"\u003e💰 LUX SKIN® saves you up to 70% compared to clinics and other brands\u003c\/div\u003e\n\u003c!-- Table wrapper --\u003e\n\u003cdiv class=\"price-table\" style=\"margin-top: 4px;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: #fdf1f2;\"\u003e\n\u003cth style=\"text-align: left; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003eOption\u003c\/th\u003e\n\u003cth style=\"text-align: right; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003eTotal price\u003c\/th\u003e\n\u003cth style=\"text-align: right; padding: 10px 8px; font-weight: 600; color: #333; border-bottom: 1px solid #f0d2d6;\"\u003ePrice per infusion\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eClinic treatment\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$399+\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$100+ per visit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c!-- Hero LUX SKIN row --\u003e\n\u003ctr style=\"background: #fff3f3; font-weight: bold; color: #1b1b1b;\"\u003e\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6;\"\u003eLUX SKIN® Micro Infusion \u003cspan style=\"display: inline-block; margin-left: 4px; font-size: 12px; font-weight: 600; color: #d27c84;\"\u003e You save around 70% \u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6; text-align: right;\"\u003e$39\u003c\/td\u003e\n\u003ctd style=\"padding: 10px 8px; border-bottom: 1px solid #f0d2d6; text-align: right;\"\u003e$9.70\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eCompetitor 1\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$129\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$22\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; color: #444;\"\u003eCompetitor 2\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$189\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; border-bottom: 1px solid #f5e3e6; text-align: right; color: #444;\"\u003e$32\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 9px 8px; color: #444;\"\u003eCompetitor 3\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; text-align: right; color: #444;\"\u003e$179\u003c\/td\u003e\n\u003ctd style=\"padding: 9px 8px; text-align: right; color: #444;\"\u003e$30\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"margin-top: 12px; font-size: 13px; color: #555; line-height: 1.4;\"\u003eBased on kits with four serums. LUX SKIN® delivers similar at-home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- What To Expect Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border-radius: 12px; padding: 36px 28px 28px; margin: 40px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -16px; left: 28px; background: #f5e8e8; color: #000; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 18px; border-radius: 30px;\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv style=\"font-size: 15px; line-height: 1.7;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 16px;\"\u003eResults you’ll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 22px;\"\u003e\n\u003cli\u003eVisible improvements in skin texture in as little as 4 treatments, with transformative results after 8–12\u003c\/li\u003e\n\u003cli\u003eHelps fade the look of both new and existing stretch marks\u003c\/li\u003e\n\u003cli\u003eClinically tested actives to support collagen \u0026amp; elastin production\u003c\/li\u003e\n\u003cli\u003eCentella Asiatica, Niacinamide \u0026amp; Vitamin C complex for repair \u0026amp; renewal\u003c\/li\u003e\n\u003cli\u003eDeep hydration with Hyaluronic Acid for smoother, more supple skin\u003c\/li\u003e\n\u003cli\u003eFirmer, more even-looking skin after each use\u003c\/li\u003e\n\u003cli\u003eQuick 5–10 minute weekly at-home treatments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eFormulated with Centella Asiatica actives, Niacinamide \u0026amp; Vitamin C for skin repair\u003c\/li\u003e\n\u003cli\u003eClinically evaluated to support collagen synthesis \u0026amp; dermal regeneration\u003c\/li\u003e\n\u003cli\u003eShown to help reduce the appearance of stretch marks through hydration \u0026amp; elasticity improvement\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003e The LUX SKIN® Stretch Mark Repair Serum was developed with dermatology-inspired actives to support the reduction of visible stretch marks.\u003cbr\u003eIndividual results may vary. This product is intended for cosmetic use only. \u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- How To Use Box --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 28px 24px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"display: inline-block; background: #f5e8e8; color: #a15e5e; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 14px; border-radius: 30px; margin-bottom: 18px;\"\u003eHOW TO USE\u003c\/div\u003e\n\u003c!-- Content --\u003e\n\u003cdiv id=\"reeview-app-widget_68ccb94bcb83770058beb0fa\" class=\"reeview-app-widget\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .image-box {\n        background-color: white;\n        border-radius: 12px;\n        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n        padding: 16px;\n        max-width: 375px;\n        width: 100%;\n        margin: 32px auto;\n    }\n\n    .image-box img {\n        width: 100%;\n        height: auto;\n        border-radius: 8px;\n        display: block;\n    }\n\n    .image-caption {\n        margin-top: 16px;\n        color: #666;\n        font-size: 14px;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"image-box\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-10-02_at_3.30.02_pm.png?v=1759383012\" alt=\"Product Image\"\u003e\n\u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- What Is It Box --\u003e\n\u003cdiv class=\"proof-box whatisit-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\" style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Micro Infusion Kit\u003c\/strong\u003e delivers next-level skin repair at home — at a \u003cstrong\u003efraction of the clinic cost\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eInspired by advanced dermatology, this system uses ultra-fine micro-needles to create tiny channels in the skin, dramatically improving absorption of our \u003cstrong\u003eStretch Mark Repair Serum\u003c\/strong\u003e powered by \u003cstrong\u003eNiacinamide, Vitamin C \u0026amp; Centella Asiatica\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eThese channels allow the actives to penetrate deeply — helping to \u003cstrong\u003esupport collagen renewal, smooth skin texture, and reduce the visible appearance of stretch marks\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin-top: 18px;\"\u003e\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eOur exclusive \u003cstrong\u003eRepair Actives Complex\u003c\/strong\u003e is a professional-grade blend of clinically studied ingredients — and it’s \u003cem\u003eonly\u003c\/em\u003e available in this kit.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\u003cli\u003e4 × LUX SKIN® Stretch Mark Repair 5ml Serum Vials\u003c\/li\u003e\n\u003cli\u003e1 × 0.3mm Micro-Needle Roller Head\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5–10 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week (72 hours apart)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"micro-infusion-section-box\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhich Micro Infusion Kit Is For You?\u003c\/h2\u003e\n\u003cdiv class=\"micro-infusion-list\"\u003e\n\u003ca href=\"\/products\/lux-skin-micro-infusion-kit\" class=\"kit-link\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e \u003ca href=\"\/products\/lux-skin-micro-infusion-kit-glass-skin\" class=\"kit-link\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e \u003ca href=\"\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\" class=\"kit-link\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e \u003ca href=\"\/products\/hair-growth-actives\" class=\"kit-link\"\u003eHAIR REGROWTH\u003c\/a\u003e \u003ca href=\"\/products\/stretch-mark-repair\" class=\"kit-link\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.micro-infusion-section-box {\n  max-width: 500px;\n  margin: 0 auto;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n}\n\n.micro-infusion-list {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.kit-link {\n  display: block;\n  padding: 14px 20px;\n  background: #f9f9f9;\n  border: 1px solid #ddd;\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111;\n  text-decoration: none;\n  transition: background 0.2s, border-color 0.2s;\n}\n\n.kit-link:hover {\n  background: #f1f1f1;\n  border-color: #ccc;\n}\n\u003c\/style\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Repair Actives (Stretch Marks)","offer_id":53129508847727,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129508880495,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129508913263,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":53129508946031,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129508978799,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129509011567,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/MicroInfusionKit-render02.jpg?v=1779256669"},{"product_id":"the-complete-skin-renewal-system","title":"The Complete Skin Renewal System","description":"\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eWhat's In The Bundle?\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Salmon DNA Kit(1 Month Supply)\u003c\/strong\u003e Stimulates skin regeneration and cellular repair with Salmon DNA, enhancing resilience and long-term youthfulness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Glass Skin Kit (\u003cmeta charset=\"utf-8\"\u003e1 Month Supply)\u003c\/strong\u003e \u003cspan\u003eDelivers deep hydration and skin-plumping ingredients for a luminous, glass-like complexion.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Eye Patches Kit (\u003cmeta charset=\"utf-8\"\u003e1 Month Supply)\u003c\/strong\u003e \u003cspan\u003eTargets dark circles, puffiness, and fine lines with dissolving micro-darts for under-eye rejuvenation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 16px; font-size: 14px; color: #3a9a80; font-weight: 600;\"\u003e💰 Save an extra $39 \u003cmeta charset=\"utf-8\"\u003ecompared to buying items separately (when you add extra $20 off code at checkout)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlass Skin Micro Infusion:\u003c\/strong\u003e Boosts skin hydration by up to 227% in 24 hours. Retains more moisture than glycerin \u0026amp; water in controlled testing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSalmon DNA Micro Infusion:\u003c\/strong\u003e B\u003cmeta charset=\"utf-8\"\u003elocks 45.38% of Collagen-Damaging Enzymes (Elastase)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMicro Infusion Eye Patches:\u003c\/strong\u003e Clinically tested to reduce dark circles, puffiness, and improve under-eye hydration \u0026amp; elasticity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eAll LUX SKIN® products are independently tested using scientific methods to validate their cosmetic efficacy. Results may vary depending on skin type and usage.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e1. Glass Skin Micro Infusion\u003c\/strong\u003e\u003cbr\u003eProfessional-grade hydration using ultra-fine micro-needles to deliver hyaluronic acid, peptides, and ceramides deep into the skin. Promotes a glassy, radiant complexion with lasting hydration.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e2. Salmon DNA Micro Infusion\u003c\/strong\u003e\u003cbr\u003eNext-level regeneration with Salmon DNA (PDRN) and revitalizing actives delivered via micro-needles. Helps stimulate cellular repair, reinforce collagen and elastin, and visibly renew skin’s resilience for long-term youthful strength.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e3. Micro Infusion Eye Patches\u003c\/strong\u003e\u003cbr\u003eInnovative dissolving micro-dart patches infused with vitamin C, peptides, and botanicals. Targets dark circles, puffiness, and signs of fatigue under the eyes with precision delivery.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEach Kit Includes:\u003c\/strong\u003e Individually packaged components for face and under-eye areas. Designed for weekly or multi-weekly application depending on treatment area.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times weekly for infusion kits, 2–3 times weekly for eye patches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box pink-box price-compare-box\"\u003e\n\u003cdiv class=\"proof-header pink-header\"\u003ePrice Comparison\u003c\/div\u003e\n\u003cdiv class=\"price-table\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003cth\u003eTotal Price\u003c\/th\u003e\n\u003cth\u003ePrice per Infusion\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLUX SKIN\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$39\u003c\/td\u003e\n\u003ctd\u003e$7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\u003ctd\u003e$99\u003c\/td\u003e\n\u003ctd\u003e$16.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\u003ctd\u003e$159\u003c\/td\u003e\n\u003ctd\u003e$26.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\u003ctd\u003e$152\u003c\/td\u003e\n\u003ctd\u003e$25.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"disclaimer\" style=\"margin-top: 14px; font-size: 13px; color: #444;\"\u003e*LUX SKIN is 70% cheaper than other brands. Prices based on each brand’s Infusion Kit with 6 serums\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eIngredients\u003c\/div\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Salmon DNA 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Glass Skin 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified water, Hyaluronic acid, Niacinamide (vitamin B3), Ceramide NP, Allantoin, Sugar isomers, Panthenol (vitamin B5), Beta-glucan, Tremella fuciformis (snow mushroom) extract, Acetyl glucosamine, Ascorbyl glucoside (vitamin C derivative), Licorice root extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee venom peptide, Pearl extract, Botanical soothing complex (BSASM), Ginseng root extract, Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Eye Patches 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eWater, Glycerol, Polyvinylpyrrolidone, Nicotinamide, Trehalose, Dipotassium Glycyrrhizinate, 3-O-Ethyl Ascorbic Acid, Hydrolyzed Sodium Hyaluronate, Tremella Fuciformis Extract, Dehydrated Xylitol, Centella Asiatica Extract, Xylitol, Sodium Hyaluronate. Carboxymethyl Deacetylated Chitosan, Sodium Heparin, 1,2-Hexanediol, Isosorbide Dimethyl Ether, 1,2-Pentanediol, Ethylhexylglycerin, Acetyl Hexapeptide-8, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Hydroxyfluoroquinoxalone Retinoic Acid Ester, Hydroxypropyl Trimethylammonium Chloride Hyaluronic Acid, Dipeptidyl Diaminobutyrylbenzylamide Diacetate, Arginine\/Lysine Peptide, Tocopherol Acetate.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129509044335,"sku":"MIK_03+MIK_02+MIEP_01","price":365.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Micro_Infusion_Serum_vial_-_Render_15.jpg?v=1779256672"},{"product_id":"lux-skin®-micro-infusion-kit-salmon-dna","title":"LUX SKIN® Micro Infusion Kit with Salmon DNA + GHK-Cu","description":"\u003c!-- SKIN QUIZ PROMO BOX --\u003e\n\u003cdiv style=\"background:#fff9f3; border:1px solid #f3d8c2; border-radius:12px; padding:14px 18px; text-align:center; font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; font-size:15px; color:#333; margin-top:18px;\"\u003e\n  \u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e\n  \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/quiz\" target=\"_blank\" style=\"color:#ff3b30; font-weight:600; text-decoration:none; margin-left:6px;\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- LUX SKIN Salmon DNA Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003cstyle\u003e\n    .lux-salmon-module{\n      --blush: #f5e8e8;\n      --blush-deep: #eed9dd;\n      --copper: #b87a5e;\n      --copper-light: #d4a889;\n      --copper-glow: #e8c4ad;\n      --navy: #1a1a2e;\n      --navy-soft: #2e2e4a;\n      --text: #2c2c2c;\n      --text-soft: #5a5a5a;\n      --card: #ffffff;\n      --border: #e8e0e0;\n      --blue-tint: #d6e5ee;\n      --blue-accent: #7aadcc;\n\n      font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n      color: var(--text);\n    }\n\n    .lux-salmon-module * { box-sizing: border-box; }\n    .lux-salmon-module h2, .lux-salmon-module p, .lux-salmon-module ul, .lux-salmon-module li { margin: 0; padding: 0; }\n\n    .lux-salmon-module .container{\n      max-width: 740px;\n      margin: 0 auto;\n      padding: 40px 20px;\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n    }\n\n    .lux-salmon-module .card,\n    .lux-salmon-module .guidance-card,\n    .lux-salmon-module .expect-card,\n    .lux-salmon-module .proof-card{\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 16px;\n      padding: 36px 32px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .lux-salmon-module .card::before,\n    .lux-salmon-module .proof-card::before{\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 3px;\n    }\n\n    .lux-salmon-module .card::before{\n      background: linear-gradient(90deg, var(--copper), var(--blue-accent), var(--copper));\n    }\n\n    .lux-salmon-module .proof-card::before{\n      background: linear-gradient(90deg, var(--copper), var(--blue-accent));\n    }\n\n    .lux-salmon-module .card-label{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      color: var(--copper);\n      margin-bottom: 16px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .card h2{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 600;\n      color: var(--navy);\n      line-height: 1.2;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .card p{\n      font-size: 15px;\n      line-height: 1.7;\n      color: var(--text);\n      margin-bottom: 14px;\n    }\n    .lux-salmon-module .card p:last-child{ margin-bottom: 0; }\n\n    .lux-salmon-module .hero-actives{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin: 24px 0;\n    }\n\n    .lux-salmon-module .hero-active{\n      padding: 20px;\n      border-radius: 12px;\n      border: 1px solid var(--border);\n      position: relative;\n      overflow: hidden;\n      background: #fff;\n    }\n\n    .lux-salmon-module .hero-active::after{\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 4px;\n      height: 100%;\n    }\n\n    .lux-salmon-module .hero-active.salmon{\n      background: linear-gradient(135deg, #fdf5f3 0%, #fff 100%);\n    }\n    .lux-salmon-module .hero-active.salmon::after{ background: var(--copper); }\n\n    .lux-salmon-module .hero-active.copper{\n      background: linear-gradient(135deg, #f0f5f9 0%, #fff 100%);\n    }\n    .lux-salmon-module .hero-active.copper::after{ background: var(--blue-accent); }\n\n    .lux-salmon-module .hero-active-name{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      margin-bottom: 4px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .hero-active.salmon .hero-active-name{ color: var(--copper); }\n    .lux-salmon-module .hero-active.copper .hero-active-name{ color: var(--blue-accent); }\n\n    .lux-salmon-module .hero-active-title{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--navy);\n      margin-bottom: 8px;\n    }\n\n    .lux-salmon-module .hero-active-desc{\n      font-size: 13px;\n      line-height: 1.6;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .special-callout{\n      background: linear-gradient(135deg, var(--blush) 0%, #f8f0ee 100%);\n      border-radius: 12px;\n      padding: 20px 24px;\n      margin-top: 20px;\n      font-size: 14.5px;\n      line-height: 1.7;\n      border-left: 3px solid var(--copper);\n    }\n    .lux-salmon-module .special-callout strong{ color: var(--navy); }\n\n    .lux-salmon-module .divider{\n      border: none;\n      border-top: 1px dashed var(--border);\n      margin: 24px 0;\n    }\n\n    .lux-salmon-module .kit-includes{\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n      margin: 10px 0 20px;\n    }\n\n    .lux-salmon-module .kit-item{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      font-size: 14.5px;\n      line-height: 1.5;\n    }\n\n    .lux-salmon-module .kit-item .dot{\n      width: 6px; height: 6px;\n      border-radius: 50%;\n      background: var(--copper);\n      flex-shrink: 0;\n    }\n\n    .lux-salmon-module .meta-row{\n      display: flex;\n      gap: 32px;\n      margin-top: 4px;\n      flex-wrap: wrap;\n    }\n\n    .lux-salmon-module .meta-item{\n      font-size: 14px;\n      color: var(--text-soft);\n    }\n    .lux-salmon-module .meta-item strong{ color: var(--text); }\n\n    .lux-salmon-module .ingredients-strip{\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .lux-salmon-module .ing-tag{\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n      padding: 5px 12px;\n      border-radius: 999px;\n      border: 1px solid;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .ing-tag.salmon-tag{\n      background: #fdf5f3;\n      border-color: #f0ddd4;\n      color: var(--copper);\n    }\n\n    .lux-salmon-module .ing-tag.copper-tag{\n      background: #f0f5f9;\n      border-color: #d0dfe8;\n      color: #5a8fad;\n    }\n\n    .lux-salmon-module .ing-tag.support-tag{\n      background: #f8f8f8;\n      border-color: #e0e0e0;\n      color: var(--text-soft);\n    }\n\n    \/* Guidance *\/\n    .lux-salmon-module .guidance-card{ overflow: visible; }\n\n    .lux-salmon-module .bubble{\n      position: absolute;\n      top: -14px;\n      left: 24px;\n      background: var(--blush-deep);\n      color: var(--navy);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 7px 16px;\n      border-radius: 999px;\n      white-space: nowrap;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .guidance-card p{\n      font-size: 14.5px;\n      line-height: 1.7;\n      margin-bottom: 12px;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .guidance-list{\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 6px;\n    }\n\n    .lux-salmon-module .guidance-list li{\n      font-size: 14.5px;\n      line-height: 1.6;\n      padding-left: 18px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .guidance-list li::before{\n      content: '→';\n      position: absolute;\n      left: 0;\n      color: var(--copper);\n      font-weight: 600;\n    }\n\n    \/* Expect *\/\n    .lux-salmon-module .expect-card{ overflow: visible; padding: 40px 32px 32px; }\n    .lux-salmon-module .expect-card .bubble{ background: var(--blush); }\n\n    .lux-salmon-module .results-header{\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .results-header span{ font-size: 20px; }\n\n    .lux-salmon-module .results-header strong{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 22px;\n      font-weight: 600;\n      color: var(--navy);\n    }\n\n    .lux-salmon-module .results-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .result-item{\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 16px 18px 16px 34px;\n      font-size: 13.5px;\n      line-height: 1.6;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .result-item::before{\n      content: '✦';\n      position: absolute;\n      left: 14px;\n      top: 16px;\n      font-size: 10px;\n    }\n\n    .lux-salmon-module .result-item.salmon-result{\n      background: linear-gradient(135deg, #fdf5f3, #fff);\n    }\n    .lux-salmon-module .result-item.salmon-result::before{ color: var(--copper); }\n\n    .lux-salmon-module .result-item.copper-result{\n      background: linear-gradient(135deg, #f0f5f9, #fff);\n    }\n    .lux-salmon-module .result-item.copper-result::before{ color: var(--blue-accent); }\n\n    .lux-salmon-module .result-item.shared-result{\n      background: linear-gradient(135deg, #f8f4f6, #fff);\n    }\n    .lux-salmon-module .result-item.shared-result::before{ color: var(--navy-soft); }\n\n    .lux-salmon-module .result-tag{\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      display: inline-block;\n      padding: 2px 8px;\n      border-radius: 4px;\n      margin-bottom: 6px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .tag-salmon{ background: #f5e0d8; color: var(--copper); }\n    .lux-salmon-module .tag-copper{ background: #dce8f0; color: #5a8fad; }\n    .lux-salmon-module .tag-both{ background: #ede0e5; color: var(--navy-soft); }\n\n    .lux-salmon-module .timeline{\n      margin-top: 20px;\n      padding: 20px 24px;\n      background: linear-gradient(135deg, #fafafa, #f5f2f0);\n      border-radius: 12px;\n      border: 1px solid var(--border);\n    }\n\n    .lux-salmon-module .timeline-title{\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      color: var(--copper);\n      margin-bottom: 14px;\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .timeline-steps{\n      display: flex;\n      gap: 0;\n      position: relative;\n    }\n\n    .lux-salmon-module .timeline-steps::before{\n      content: '';\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      right: 12px;\n      height: 2px;\n      background: linear-gradient(90deg, var(--copper-glow), var(--blue-tint), var(--copper-glow));\n    }\n\n    .lux-salmon-module .timeline-step{\n      flex: 1;\n      text-align: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .lux-salmon-module .timeline-dot{\n      width: 24px; height: 24px;\n      border-radius: 50%;\n      background: var(--card);\n      border: 2px solid var(--copper);\n      margin: 0 auto 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      font-weight: 700;\n      color: var(--copper);\n      font-family: 'DM Sans', sans-serif;\n    }\n\n    .lux-salmon-module .timeline-step:last-child .timeline-dot{\n      border-color: var(--blue-accent);\n      color: var(--blue-accent);\n    }\n\n    .lux-salmon-module .timeline-step:nth-child(2) .timeline-dot{\n      border-color: var(--navy-soft);\n      color: var(--navy-soft);\n    }\n\n    .lux-salmon-module .timeline-text{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .timeline-text strong{\n      display: block;\n      color: var(--text);\n      font-size: 13px;\n    }\n\n    \/* Proof (Option 1: Elevated Luxury Pill) *\/\n    .lux-salmon-module .proof-header-wrap{\n      position: relative;\n      margin-bottom: 24px;\n    }\n\n    .lux-salmon-module .proof-pill{\n      display: inline-block;\n      background: linear-gradient(135deg, #f5e8e8, #f2e1e3);\n      color: var(--navy);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-weight: 600;\n      letter-spacing: 1px;\n      padding: 12px 26px;\n      border-radius: 999px;\n      border: 1px solid #e6d2d5;\n      box-shadow: 0 6px 16px rgba(0,0,0,0.04);\n    }\n\n    .lux-salmon-module .proof-grid{\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    .lux-salmon-module .proof-stat{\n      padding: 18px 20px;\n      border-radius: 12px;\n      text-align: center;\n    }\n\n    .lux-salmon-module .proof-stat.stat-salmon{\n      background: linear-gradient(135deg, #fdf5f3, #fceee8);\n      border: 1px solid #f0ddd4;\n    }\n\n    .lux-salmon-module .proof-stat.stat-copper{\n      background: linear-gradient(135deg, #f0f5f9, #e6eef5);\n      border: 1px solid #d0dfe8;\n    }\n\n    .lux-salmon-module .proof-stat .stat-number{\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 36px;\n      font-weight: 700;\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n\n    .lux-salmon-module .stat-salmon .stat-number{ color: var(--copper); }\n    .lux-salmon-module .stat-copper .stat-number{ color: var(--blue-accent); }\n\n    .lux-salmon-module .proof-stat .stat-label{\n      font-size: 12px;\n      line-height: 1.4;\n      color: var(--text-soft);\n    }\n\n    .lux-salmon-module .proof-stat .stat-source{\n      font-size: 10px;\n      color: #aaa;\n      margin-top: 4px;\n      font-style: italic;\n    }\n\n    .lux-salmon-module .proof-list{\n      list-style: none;\n      padding: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n      margin: 0 0 24px 0;\n    }\n\n    .lux-salmon-module .proof-list li{\n      font-size: 14px;\n      line-height: 1.6;\n      padding-left: 20px;\n      position: relative;\n      color: var(--text);\n    }\n\n    .lux-salmon-module .proof-list li::before{\n      content: '✓';\n      position: absolute;\n      left: 0;\n      color: var(--copper);\n      font-weight: 700;\n    }\n\n    .lux-salmon-module .disclaimer{\n      font-size: 11.5px;\n      line-height: 1.6;\n      color: #999;\n      font-style: italic;\n      border-top: 1px solid var(--border);\n      padding-top: 16px;\n    }\n\n    @media (max-width: 600px){\n      .lux-salmon-module .container{ padding: 24px 16px; }\n      .lux-salmon-module .card,\n      .lux-salmon-module .guidance-card,\n      .lux-salmon-module .expect-card,\n      .lux-salmon-module .proof-card{ padding: 28px 20px; }\n\n      .lux-salmon-module .expect-card{ padding: 34px 20px 24px; }\n      .lux-salmon-module .hero-actives{ grid-template-columns: 1fr; }\n      .lux-salmon-module .results-grid{ grid-template-columns: 1fr; }\n      .lux-salmon-module .proof-grid{ grid-template-columns: 1fr; }\n      .lux-salmon-module .meta-row{ flex-direction: column; gap: 8px; }\n      .lux-salmon-module .card h2{ font-size: 24px; }\n      .lux-salmon-module .bubble{ left: 16px; }\n      .lux-salmon-module .proof-pill{ font-size: 16px; padding: 10px 20px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"lux-salmon-module\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- WHAT IS IT --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n\u003ch2\u003eLUX SKIN® Micro Infusion Kit\u003c\/h2\u003e\n\u003cp\u003eNext-level at-home treatment designed to help improve the look of hydration, firmness, and glow at a fraction of typical in-clinic costs.\u003c\/p\u003e\n\u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eRenewal Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\u003cdiv class=\"hero-actives\"\u003e\n\u003cdiv class=\"hero-active salmon\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003eSalmon DNA (PDRN)\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003eDNA fragments derived from salmon, popular in K-beauty routines and aesthetic skincare, used to support the look of renewal, bounce, and radiance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-active copper\"\u003e\n\u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n\u003cdiv class=\"hero-active-title\"\u003eGHK-Cu Copper Peptide\u003c\/div\u003e\n\u003cdiv class=\"hero-active-desc\"\u003eA naturally occurring peptide associated in studies with supporting the look of firmer, smoother skin, while remaining gentle for many skin types.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003eplumper hydration, smoother texture, and improved elasticity\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"special-callout\"\u003e\n\u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003eWhile most serums focus on one hero active, ours pairs Salmon DNA with GHK-Cu in a professional-grade formula designed for visible, cumulative results across consistent weekly use.\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp style=\"margin-bottom: 6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"kit-includes\"\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Salmon DNA + GHK-Cu 5ml Serum Vials\u003c\/div\u003e\n\u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-row\"\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n\u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredients-strip\"\u003e\n\u003cspan class=\"ing-tag salmon-tag\"\u003eSalmon DNA (PDRN)\u003c\/span\u003e \u003cspan class=\"ing-tag copper-tag\"\u003eGHK-Cu Copper Peptide\u003c\/span\u003e \u003cspan class=\"ing-tag copper-tag\"\u003eEGF Growth Factor\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eCentella Asiatica\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eNiacinamide\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHICH PACKAGE --\u003e\n\u003cdiv class=\"guidance-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"guidance-list\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT TO EXPECT --\u003e\n\u003cdiv class=\"expect-card\"\u003e\n\u003cdiv class=\"bubble\"\u003eWHAT TO EXPECT\u003c\/div\u003e\n\u003cdiv class=\"results-header\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e \u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"results-grid\"\u003e\n\u003cdiv class=\"result-item salmon-result\"\u003e\n\u003cdiv class=\"result-tag tag-salmon\"\u003eSalmon DNA\u003c\/div\u003e\nSupports the look of brighter, more refreshed under-eyes and overall radiance\u003c\/div\u003e\n\u003cdiv class=\"result-item copper-result\"\u003e\n\u003cdiv class=\"result-tag tag-copper\"\u003eGHK-Cu\u003c\/div\u003e\nHelps support the look of firmer skin by promoting a smoother appearance over time\u003c\/div\u003e\n\u003cdiv class=\"result-item salmon-result\"\u003e\n\u003cdiv class=\"result-tag tag-salmon\"\u003eSalmon DNA\u003c\/div\u003e\nDesigned to deliver an immediate hydration and glow boost after your first treatment\u003c\/div\u003e\n\u003cdiv class=\"result-item copper-result\"\u003e\n\u003cdiv class=\"result-tag tag-copper\"\u003eGHK-Cu\u003c\/div\u003e\nSupports the look of stronger, more resilient skin with consistent weekly use\u003c\/div\u003e\n\u003cdiv class=\"result-item shared-result\"\u003e\n\u003cdiv class=\"result-tag tag-both\"\u003eDual Action\u003c\/div\u003e\nHelps restore the look of bounce, elasticity, and glow across weeks of use\u003c\/div\u003e\n\u003cdiv class=\"result-item shared-result\"\u003e\n\u003cdiv class=\"result-tag tag-both\"\u003eDual Action\u003c\/div\u003e\nQuick 5 to 10 minute weekly treatments, no appointment needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline\"\u003e\n\u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n\u003cdiv class=\"timeline-steps\"\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Hydration boost, calmer look, initial glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Smoother look, firmer feel, refined texture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"timeline-step\"\u003e\n\u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More visible firmness and lasting elasticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TESTED \u0026 PROVEN --\u003e\n\u003cdiv class=\"proof-card\"\u003e\n\u003cdiv class=\"proof-header-wrap\"\u003e\n\u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-grid\"\u003e\n\u003cdiv class=\"proof-stat stat-salmon\"\u003e\n\u003cdiv class=\"stat-number\"\u003e86%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eIncreased skin hydration within 24 hours\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, July 2025\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-copper\"\u003e\n\u003cdiv class=\"stat-number\"\u003e70%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eParticipants reported improved-looking skin in 12 weeks\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003ePublished study summary\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-copper\"\u003e\n\u003cdiv class=\"stat-number\"\u003e22%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eIncrease in firmness measurement in a controlled study\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eDouble-blind study, 2023 (n=60)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-stat stat-salmon\"\u003e\n\u003cdiv class=\"stat-number\"\u003e45%\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eReduction in enzyme activity associated with collagen breakdown\u003c\/div\u003e\n\u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, July 2025\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"proof-list\"\u003e\n\u003cli\u003eDesigned to support visibly firmer, more resilient-looking skin\u003c\/li\u003e\n\u003cli\u003eGHK-Cu has been studied for supporting markers linked to collagen appearance\u003c\/li\u003e\n\u003cli\u003eSalmon DNA (PDRN) is popular in aesthetic skincare routines for its renewing look\u003c\/li\u003e\n\u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact with the skin compared to simple topical application\u003c\/li\u003e\n\u003cli\u003eFormulated to support the look of stronger, more youthful skin over consistent use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"disclaimer\"\u003eIndividual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Micro Infusion Kit Ingredients Widget --\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\"\u003e\n\u003ch2 style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px;\"\u003eIngredients\u003c\/h2\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eAnti-Aging Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 15px;\" class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129509077103,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129509109871,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":53129509142639,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129509175407,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129509208175,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129509240943,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Micro_Infusion_Serum_vial_-_Render_20.jpg?v=1780008213"},{"product_id":"the-complete-mature-skin-kit","title":"The Complete Anti Aging System","description":"\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eWhat's In The Bundle?\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Anti Aging Kit (\u003cmeta charset=\"utf-8\"\u003e1 Month Supply)\u003c\/strong\u003e \u003cspan\u003eDesigned to reduce wrinkles, boost collagen, and improve skin firmness using our exclusive peptide-rich serum.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Glass Skin Kit (\u003cmeta charset=\"utf-8\"\u003e1 Month Supply)\u003c\/strong\u003e \u003cspan\u003eDelivers deep hydration and skin-plumping ingredients for a luminous, glass-like complexion.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1 x Micro Infusion Eye Patches Kit (\u003cmeta charset=\"utf-8\"\u003e1 Month Supply)\u003c\/strong\u003e \u003cspan\u003eTargets dark circles, puffiness, and fine lines with dissolving micro-darts for under-eye rejuvenation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 16px; font-size: 14px; color: #3a9a80; font-weight: 600;\"\u003e💰 Save an extra \u003cmeta charset=\"utf-8\"\u003e$39 \u003cmeta charset=\"utf-8\"\u003ecompared to buying items separately \u003cmeta charset=\"utf-8\"\u003e(when you add extra $15 off code at checkout)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlass Skin Micro Infusion:\u003c\/strong\u003e Boosts skin hydration by up to 227% in 24 hours. Retains more moisture than glycerin \u0026amp; water in controlled testing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAnti-Aging Micro Infusion:\u003c\/strong\u003e Blocks 44.53% of wrinkle-causing enzymes. Proven to maintain skin elasticity \u0026amp; firmness.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMicro Infusion Eye Patches:\u003c\/strong\u003e Clinically tested to reduce dark circles, puffiness, and improve under-eye hydration \u0026amp; elasticity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eAll LUX SKIN® products are independently tested using scientific methods to validate their cosmetic efficacy. Results may vary depending on skin type and usage.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e1. Glass Skin Micro Infusion\u003c\/strong\u003e\u003cbr\u003eProfessional-grade hydration using ultra-fine micro-needles to deliver hyaluronic acid, peptides, and ceramides deep into the skin. Promotes a glassy, radiant complexion with lasting hydration.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e2. Anti-Aging Micro Infusion\u003c\/strong\u003e\u003cbr\u003eClinically advanced skin-rejuvenation using peptides and wrinkle-fighting actives. Creates micro-channels to help boost collagen, reduce fine lines, and restore firmness with a unique serum formula exclusive to LUX SKIN®.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e3. Micro Infusion Eye Patches\u003c\/strong\u003e\u003cbr\u003eInnovative dissolving micro-dart patches infused with vitamin C, peptides, and botanicals. Targets dark circles, puffiness, and signs of fatigue under the eyes with precision delivery.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEach Kit Includes:\u003c\/strong\u003e Individually packaged components for face and under-eye areas. Designed for weekly or multi-weekly application depending on treatment area.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times weekly for infusion kits, 2–3 times weekly for eye patches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 720px; margin: 40px auto 30px; padding: 24px 20px 20px; background-color: #fcecec; border: 1.5px solid #e8bfc0; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); font-family: 'Inter',sans-serif;\"\u003e\n\u003cdiv style=\"position: relative; margin-bottom: 16px;\"\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 20px; background-color: #d9959b; color: #fff; font-size: 14px; font-weight: 600; padding: 6px 16px; border-radius: 40px; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 5px rgba(0,0,0,0.05);\"\u003ePrice Comparison\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-table\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 12px;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003cth\u003eTotal Price\u003c\/th\u003e\n\u003cth\u003ePrice per Infusion\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLUX SKIN\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e$39\u003c\/td\u003e\n\u003ctd\u003e$7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\u003ctd\u003e$99\u003c\/td\u003e\n\u003ctd\u003e$16.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\u003ctd\u003e$159\u003c\/td\u003e\n\u003ctd\u003e$26.5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\u003ctd\u003e$152\u003c\/td\u003e\n\u003ctd\u003e$25.3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"margin-top: 14px; font-size: 13px; color: #444;\"\u003e*LUX SKIN is 70% cheaper than other brands. Prices based on each brand’s Infusion Kit with 6 serums\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eIngredients\u003c\/div\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Anti Aging 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePure water, Hyaluronic acid, Hansheng gum, Allantoin, Biological sugar gum, BSASM, Oligopeptide-1, P-hydroxy acetophenone, 1,2-hexanediol, SM, Nicotinamide (VB3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (powder), Ikedoin, Ergothione.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Glass Skin 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003ePurified water, Hyaluronic acid, Niacinamide (vitamin B3), Ceramide NP, Allantoin, Sugar isomers, Panthenol (vitamin B5), Beta-glucan, Tremella fuciformis (snow mushroom) extract, Acetyl glucosamine, Ascorbyl glucoside (vitamin C derivative), Licorice root extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee venom peptide, Pearl extract, Botanical soothing complex (BSASM), Ginseng root extract, Arbutin.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"margin-bottom: 14px;\"\u003e\n\u003csummary style=\"font-weight: 600; cursor: pointer;\"\u003eMicro Infusion Eye Patches 👉\u003c\/summary\u003e\n\u003cp style=\"margin-top: 8px;\"\u003eWater, Glycerol, Polyvinylpyrrolidone, Nicotinamide, Trehalose, Dipotassium Glycyrrhizinate, 3-O-Ethyl Ascorbic Acid, Hydrolyzed Sodium Hyaluronate, Tremella Fuciformis Extract, Dehydrated Xylitol, Centella Asiatica Extract, Xylitol, Sodium Hyaluronate. Carboxymethyl Deacetylated Chitosan, Sodium Heparin, 1,2-Hexanediol, Isosorbide Dimethyl Ether, 1,2-Pentanediol, Ethylhexylglycerin, Acetyl Hexapeptide-8, Hyaluronic Acid, Hydrolyzed Hyaluronic Acid, Hydroxyfluoroquinoxalone Retinoic Acid Ester, Hydroxypropyl Trimethylammonium Chloride Hyaluronic Acid, Dipeptidyl Diaminobutyrylbenzylamide Diacetate, Arginine\/Lysine Peptide, Tocopherol Acetate.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129509273711,"sku":"MIK_01+MIK_02+MIEP_01","price":365.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Micro_Infusion_Serum_vial_-_Render_13.jpg?v=1779256676"},{"product_id":"lux-skin-micro-infusion-eye-patches","title":"LUX SKIN® Micro Infusion Eye Patches","description":"\u003cdiv class=\"guidance-box\" style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 32px 16px 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\"\u003e\n\u003c!-- Bubble Header --\u003e\n\u003cdiv style=\"position: absolute; top: -14px; left: 16px; background: #eed9dd; color: #111; font-weight: bold; font-size: 13px; padding: 6px 12px; border-radius: 999px; letter-spacing: .6px; white-space: nowrap;\"\u003eWHICH PACKAGE DO I NEED?\u003c\/div\u003e\n\u003c!-- Intro Text --\u003e\n\u003cp style=\"font-size: 13px; line-height: 1.5; margin-bottom: 10px;\"\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1–2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"font-size: 13px; line-height: 1.5; margin: 0 0 14px 18px; padding: 0;\"\u003e\n\u003cli\u003eFor visible changes: \u003cstrong\u003e4–8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eFor long-lasting results: \u003cstrong\u003e12–16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 10px; padding: 16px; margin: 20px auto; max-width: 720px; position: relative; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif; color: #333;\" class=\"guidance-box\"\u003e\n\u003c!-- What To Expect (stays inside the same compact wrapper) --\u003e\n\u003cdiv style=\"margin: 16px 0; padding: 14px 16px; background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; font-size: 14px; line-height: 1.55;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 8px; margin-bottom: 6px;\"\u003e\n\u003cspan style=\"font-size: 18px;\"\u003e✨\u003c\/span\u003e \u003cstrong style=\"font-size: 15px;\"\u003eWhat To Expect\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cul style=\"margin: 8px 0 0; padding-left: 18px;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eResults you’ll love:\u003c\/strong\u003e Visible changes in as little as 4 treatments, with transformative, long-lasting results after 8–12.\u003c\/li\u003e\n\u003cli\u003eTargets dark circles, puffiness \u0026amp; fine lines\u003c\/li\u003e\n\u003cli\u003eTargets dark circles, puffiness \u0026amp; fine lines\u003c\/li\u003e\n\u003cli\u003eBoosts hydration \u0026amp; elasticity for a fresher look\u003c\/li\u003e\n\u003cli\u003eDelivers potent actives deep into the skin with micro-dart tech\u003c\/li\u003e\n\u003cli\u003eVisibly brightens, smooths \u0026amp; rejuvenates under-eyes\u003c\/li\u003e\n\u003cli\u003eQuick 15–20 minute treatments, once weekly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e Significantly Improves Skin Hydration \u0026amp; Elasticity\u003c\/li\u003e\n\u003cli\u003eVisibly Reduces Dark Circles \u0026amp; Under-Eye Puffiness\u003c\/li\u003e\n\u003cli\u003eClinically Tested Ingredients Ensure Maximum Effectiveness \u0026amp; Safety\u003c\/li\u003e\n\u003cli\u003eAdvanced Micro-Dart Technology Delivers Active Ingredients Deeper into the Skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Eye Patches are intended for cosmetic use only. Individual results may vary based on skin type and application consistency.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxskin-before-after-widget\"\u003e\n\u003cdiv class=\"luxskin-header\"\u003e\n\u003ch2\u003e✨ Real Results After Just 12 Treatments\u003c\/h2\u003e\n\u003cp\u003eSlide to reveal the transformation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"luxskin-slider\" id=\"luxskinSlider\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-09-09_at_6.35.28_am.png?v=1757363750\" class=\"luxskin-image before\" alt=\"Before\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Screenshot_2025-09-09_at_6.35.34_am.png?v=1757363751\" class=\"luxskin-image after\" alt=\"After\"\u003e\n\u003cdiv class=\"luxskin-handle\" id=\"luxskinHandle\"\u003e\u003cspan\u003e⟷\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"luxskin-label before\"\u003eBefore\u003c\/div\u003e\n\u003cdiv class=\"luxskin-label after\"\u003eAfter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .luxskin-before-after-widget {\n    max-width: 720px;\n    margin: 40px auto;\n    font-family: 'Helvetica Neue', sans-serif;\n    padding: 24px;\n    background: #fff;\n    border-radius: 16px;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.08);\n    border: 1px solid #eee;\n  }\n\n  .luxskin-header {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .luxskin-header h2 {\n    font-size: 24px;\n    margin-bottom: 6px;\n    color: #111;\n  }\n\n  .luxskin-header p {\n    color: #777;\n    font-size: 14px;\n  }\n\n  .luxskin-slider {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 3\/2;\n    overflow: hidden;\n    border-radius: 12px;\n    user-select: none;\n    touch-action: none;\n  }\n\n  .luxskin-image {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    top: 0;\n    left: 0;\n  }\n\n  .luxskin-image.after {\n    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);\n    transition: clip-path 0.3s ease;\n  }\n\n  .luxskin-handle {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    height: 100%;\n    width: 4px;\n    background: #e91e63;\n    transform: translateX(-50%);\n    z-index: 2;\n    cursor: ew-resize;\n  }\n\n  .luxskin-handle span {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    background: #e91e63;\n    color: white;\n    font-size: 13px;\n    padding: 6px 10px;\n    border-radius: 50px;\n    transform: translate(-50%, -50%);\n    box-shadow: 0 0 10px rgba(0,0,0,0.2);\n    font-weight: bold;\n  }\n\n  .luxskin-label {\n    position: absolute;\n    bottom: 12px;\n    padding: 6px 12px;\n    font-size: 13px;\n    font-weight: 600;\n    background: rgba(0,0,0,0.5);\n    color: white;\n    border-radius: 8px;\n    z-index: 2;\n  }\n\n  .luxskin-label.before {\n    left: 12px;\n  }\n\n  .luxskin-label.after {\n    right: 12px;\n  }\n\n  @media (max-width: 600px) {\n    .luxskin-header h2 { font-size: 20px; }\n    .luxskin-label { font-size: 11px; padding: 4px 8px; }\n    .luxskin-handle span { font-size: 11px; padding: 4px 8px; }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"background: #f9f9f9; border: 1px solid #ddd; border-radius: 12px; padding: 24px 20px; margin: 30px auto; max-width: 720px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; font-size: 15px; line-height: 1.6;\" class=\"proof-box whatisit-box\"\u003e\n\u003cdiv style=\"font-size: 18px; font-weight: bold; margin-bottom: 16px; color: #111;\" class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eLUX SKIN® Micro Infusion Eye Patches\u003c\/strong\u003e bring advanced skincare technology directly to your under-eye area — combining potent active ingredients with precision micro-infusion delivery.\u003c\/p\u003e\n\u003cp\u003eInspired by dermatologist-loved treatments, each patch is embedded with ultra-fine dissolving micro-darts that gently penetrate the skin — delivering concentrated ingredients exactly where they’re needed most.\u003c\/p\u003e\n\u003cp\u003eFormulated with \u003cstrong\u003ehyaluronic acid, vitamin C derivatives, peptides\u003c\/strong\u003e, and soothing \u003cstrong\u003eplant-based extracts\u003c\/strong\u003e, these patches visibly reduce dark circles, smooth fine lines, deeply hydrate, and refresh tired-looking eyes.\u003c\/p\u003e\n\u003chr style=\"margin: 24px 0; border: none; border-top: 1px dashed #ccc;\"\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul style=\"padding-left: 18px; margin-top: 6px; margin-bottom: 20px;\"\u003e\n\u003cli\u003e4 × Pairs of LUX SKIN® Micro Infusion Eye Patches\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-bottom: 4px;\"\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 15–20 minutes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1–2 times per week\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\u003cspan\u003e\u003cstrong\u003eKey Ingredients \u0026gt;\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eHyaluronic Acid \u0026amp; Hydrolyzed Sodium Hyaluronate\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Deliver deep hydration, smoothing fine lines, and plumping the skin.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eNicotinamide (Vitamin B3)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Brightens skin, reduces pigmentation, and strengthens the delicate eye area.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e3-O-Ethyl Ascorbic Acid (Vitamin C derivative)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Powerful antioxidant that reduces dark circles and brightens skin tone.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eTremella Fuciformis (Snow Mushroom) Extract\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Retains moisture to keep under-eye skin supple and hydrated.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eCentella Asiatica Extract\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Soothes inflammation, reduces puffiness, and supports collagen production.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eAcetyl Hexapeptide-8 \u0026amp; Dipeptidyl Diaminobutyrylbenzylamide Diacetate\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Advanced peptides that smooth wrinkles and firm skin.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003eTocopherol Acetate (Vitamin E)\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e – Protects against environmental stressors, maintaining a youthful under-eye area.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"LUX SKIN","offers":[{"title":"1 Kit (4 Treatments)","offer_id":53129509306479,"sku":"MIEP_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Buy 2 Get 1 FREE (12 Treatments)","offer_id":53129509339247,"sku":"MIEP_01=QTY3","price":287.0,"currency_code":"AED","in_stock":true},{"title":"Buy 3 Get 2 FREE (20 Treatments)","offer_id":53129509372015,"sku":"MIEP_01=QTY5","price":431.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-MicroInfusionEyePatches2.jpg?v=1779256679"},{"product_id":"lux-skin-micro-infusion-kit-glass-skin","title":"LUX SKIN® Micro Infusion Kit with Hydrating Actives (Glass Skin)","description":"\u003c!-- LUX SKIN Glass Skin Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026amp;family=DM+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .lux-glass-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --aqua:#7aadcc;\n    --aqua-soft:#d6e5ee;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-glass-module *{ box-sizing:border-box; }\n  .lux-glass-module h2,\n  .lux-glass-module p,\n  .lux-glass-module ul,\n  .lux-glass-module li{ margin:0; padding:0; }\n\n  .lux-glass-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-glass-module .card,\n  .lux-glass-module .guidance-card,\n  .lux-glass-module .expect-card,\n  .lux-glass-module .proof-card,\n  .lux-glass-module .value-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-glass-module .card::before,\n  .lux-glass-module .proof-card::before,\n  .lux-glass-module .value-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n  }\n\n  .lux-glass-module .card::before{\n    background:linear-gradient(90deg,var(--aqua),var(--rose),var(--aqua));\n  }\n\n  .lux-glass-module .proof-card::before{\n    background:linear-gradient(90deg,var(--aqua),var(--aqua-soft));\n  }\n\n  .lux-glass-module .value-card::before{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n  }\n\n  .lux-glass-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--aqua);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-glass-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-glass-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-glass-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-glass-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--aqua);\n  }\n\n  .lux-glass-module .hero-active.hydration{\n    background:linear-gradient(135deg,#f0f7fb 0%,#fff 100%);\n  }\n\n  .lux-glass-module .hero-active.barrier{\n    background:linear-gradient(135deg,#fdf5f3 0%,#fff 100%);\n  }\n  .lux-glass-module .hero-active.barrier::after{ background:var(--rose); }\n\n  .lux-glass-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--aqua);\n  }\n  .lux-glass-module .hero-active.barrier .hero-active-name{ color:var(--rose); }\n\n  .lux-glass-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-glass-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-glass-module .special-callout{\n    background:linear-gradient(135deg,#eef7fb 0%,#f8fbfd 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--aqua);\n  }\n  .lux-glass-module .special-callout strong{ color:var(--navy); }\n\n  .lux-glass-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-glass-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-glass-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-glass-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--aqua);\n    flex-shrink:0;\n  }\n\n  .lux-glass-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-glass-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-glass-module .meta-item strong{ color:var(--text); }\n\n  .lux-glass-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-glass-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .ing-tag.hydration-tag{\n    background:#f0f7fb;\n    border-color:#d0dfe8;\n    color:#5a8fad;\n  }\n\n  .lux-glass-module .ing-tag.barrier-tag{\n    background:#fdf5f3;\n    border-color:#f0ddd4;\n    color:#b46e73;\n  }\n\n  .lux-glass-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Value table card *\/\n  .lux-glass-module .value-topbar{\n    background:linear-gradient(90deg,var(--rose),var(--rose-2));\n    color:#fff;\n    font-size:14px;\n    font-weight:700;\n    padding:10px 18px;\n    border-radius:10px;\n    text-align:center;\n    letter-spacing:.5px;\n    text-transform:uppercase;\n    margin-bottom:14px;\n  }\n\n  .lux-glass-module .price-table table{\n    width:100%;\n    border-collapse:collapse;\n    font-size:14px;\n  }\n\n  .lux-glass-module .price-table thead tr{ background:#fdf1f2; }\n\n  .lux-glass-module .price-table th{\n    text-align:left;\n    padding:10px 8px;\n    font-weight:600;\n    color:#333;\n    border-bottom:1px solid #f0d2d6;\n  }\n\n  .lux-glass-module .price-table th:nth-child(2),\n  .lux-glass-module .price-table th:nth-child(3){ text-align:right; }\n\n  .lux-glass-module .price-table td{\n    padding:9px 8px;\n    border-bottom:1px solid #f5e3e6;\n    color:#444;\n  }\n\n  .lux-glass-module .price-table td:nth-child(2),\n  .lux-glass-module .price-table td:nth-child(3){ text-align:right; }\n\n  .lux-glass-module .price-table tr.hero{\n    background:#fff3f3;\n    font-weight:700;\n    color:#1b1b1b;\n  }\n\n  .lux-glass-module .save-note{\n    display:inline-block;\n    margin-left:6px;\n    font-size:12px;\n    font-weight:600;\n    color:#d27c84;\n  }\n\n  .lux-glass-module .table-foot{\n    margin-top:12px;\n    font-size:13px;\n    color:#555;\n    line-height:1.4;\n  }\n\n  \/* Guidance *\/\n  .lux-glass-module .guidance-card{ overflow:visible; }\n  .lux-glass-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-glass-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-glass-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-glass-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--aqua);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-glass-module .expect-card{ overflow:visible; padding:40px 32px 32px; background:#f9f9f9; }\n  .lux-glass-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-glass-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .results-header span{ font-size:20px; }\n\n  .lux-glass-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-glass-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-glass-module .result-item{\n    border:1px solid #e5e5e5;\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#f0f7fb,#fff);\n  }\n\n  .lux-glass-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--aqua);\n  }\n\n  .lux-glass-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#dce8f0;\n    color:#5a8fad;\n  }\n\n  .lux-glass-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#ffffff,#f3f7fa);\n    border-radius:12px;\n    border:1px solid #e5e5e5;\n  }\n\n  .lux-glass-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:#5a8fad;\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-glass-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,#cfe2ee,#f3e6ea,#cfe2ee);\n  }\n\n  .lux-glass-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-glass-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:#fff;\n    border:2px solid var(--aqua);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--aqua);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-glass-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-glass-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--rose);\n    color:var(--rose);\n  }\n\n  .lux-glass-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-glass-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-glass-module .proof-header-wrap{ margin-bottom:24px; }\n  .lux-glass-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#eef7fb,#e6f0f7);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #d0dfe8;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-glass-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0 0 0 0;\n  }\n\n  .lux-glass-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-glass-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--aqua);\n    font-weight:700;\n  }\n\n  .lux-glass-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid #e5e5e5;\n    padding-top:16px;\n    margin-top:16px;\n  }\n\n  \/* How to use wrapper *\/\n  .lux-glass-module .howto{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:28px 24px;\n  }\n\n  .lux-glass-module .howto-pill{\n    display:inline-block;\n    background:var(--blush);\n    color:#5b4a4a;\n    font-size:13px;\n    font-weight:600;\n    text-transform:uppercase;\n    letter-spacing:.5px;\n    padding:6px 14px;\n    border-radius:30px;\n    margin-bottom:18px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  \/* Image *\/\n  .lux-glass-module .image-box{\n    background:#fff;\n    border-radius:12px;\n    box-shadow:0 2px 8px rgba(0,0,0,0.08);\n    padding:16px;\n    max-width:375px;\n    width:100%;\n    margin:10px auto 0;\n    border:1px solid #eee;\n  }\n\n  .lux-glass-module .image-box img{\n    width:100%;\n    height:auto;\n    border-radius:8px;\n    display:block;\n  }\n\n  .lux-glass-module .image-caption{\n    margin-top:14px;\n    color:#666;\n    font-size:14px;\n    text-align:center;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-glass-module .ingredients-card{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:24px 20px;\n  }\n\n  .lux-glass-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-glass-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-glass-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-glass-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-glass-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-glass-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  \/* Kit links *\/\n  .lux-glass-module .kits-wrap{\n    max-width:500px;\n    margin:0 auto;\n    text-align:center;\n  }\n\n  .lux-glass-module .kits-wrap h3{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n    margin:0 0 14px 0;\n  }\n\n  .lux-glass-module .kit-list{\n    display:flex;\n    flex-direction:column;\n    gap:12px;\n  }\n\n  .lux-glass-module .kit-link{\n    display:block;\n    padding:14px 20px;\n    background:#f9f9f9;\n    border:1px solid #ddd;\n    border-radius:8px;\n    font-size:15px;\n    font-weight:600;\n    color:#111;\n    text-decoration:none;\n    transition:background .2s,border-color .2s;\n  }\n\n  .lux-glass-module .kit-link:hover{\n    background:#f1f1f1;\n    border-color:#ccc;\n  }\n\n  @media (max-width:600px){\n    .lux-glass-module .container{ padding:24px 16px; }\n    .lux-glass-module .card,\n    .lux-glass-module .guidance-card,\n    .lux-glass-module .expect-card,\n    .lux-glass-module .proof-card,\n    .lux-glass-module .value-card{ padding:28px 20px; }\n\n    .lux-glass-module .expect-card{ padding:34px 20px 24px; }\n    .lux-glass-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-glass-module .results-grid{ grid-template-columns:1fr; }\n    .lux-glass-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-glass-module .card h2{ font-size:24px; }\n    .lux-glass-module .bubble{ left:16px; }\n    .lux-glass-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-glass-module\"\u003e\n  \u003cdiv class=\"container\"\u003e\n\n    \u003c!-- WHAT IS IT --\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n      \u003ch2\u003eLUX SKIN® Micro Infusion Kit (Glass Skin)\u003c\/h2\u003e\n      \u003cp\u003eProfessional-grade hydration treatment designed to help improve the look of plumpness, radiance, and moisture retention, without clinic visits.\u003c\/p\u003e\n      \u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eGlass Skin Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n      \u003cdiv class=\"hero-actives\"\u003e\n        \u003cdiv class=\"hero-active hydration\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eHydration Complex\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eHyaluronic Acid plus water-binding actives designed to support a visibly plumper, more radiant look after each treatment.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-active barrier\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 02\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eBarrier Support\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eCeramide NP and skin-comfort ingredients designed to help support moisture retention for that “glass-like” finish.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003edeep hydration, smoother texture, and high-gloss radiance\u003c\/strong\u003e.\u003c\/p\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003e\n        This serum focuses on immediate and lasting hydration, pairing humectants with barrier-support ingredients for a plump, luminous glow that builds with weekly use.\n      \u003c\/div\u003e\n\n      \u003chr class=\"divider\"\u003e\n\n      \u003cp style=\"margin-bottom:6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cdiv class=\"kit-includes\"\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Glass Skin 5ml Serum Vials\u003c\/div\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"meta-row\"\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ingredients-strip\"\u003e\n        \u003cspan class=\"ing-tag hydration-tag\"\u003eHyaluronic Acid\u003c\/span\u003e\n        \u003cspan class=\"ing-tag barrier-tag\"\u003eCeramide NP\u003c\/span\u003e\n        \u003cspan class=\"ing-tag hydration-tag\"\u003eNiacinamide (VB3)\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eBeta Glucan\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSnow Mushroom\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol (VB5)\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eSqualane\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- VALUE \/ PRICE TABLE (matches your style, but scoped) --\u003e\n    \u003cdiv class=\"value-card\"\u003e\n      \u003cdiv class=\"value-topbar\"\u003e💰 LUX SKIN® saves you up to 70 percent compared to clinics and other brands\u003c\/div\u003e\n\n      \u003cdiv class=\"price-table\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eOption\u003c\/th\u003e\n              \u003cth\u003eTotal price\u003c\/th\u003e\n              \u003cth\u003ePrice per infusion\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eClinic treatment\u003c\/td\u003e\n              \u003ctd\u003e$399+\u003c\/td\u003e\n              \u003ctd\u003e$100+ per visit\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr class=\"hero\"\u003e\n              \u003ctd\u003eLUX SKIN® Micro Infusion \u003cspan class=\"save-note\"\u003eYou save around 70 percent\u003c\/span\u003e\n\u003c\/td\u003e\n              \u003ctd\u003e$59\u003c\/td\u003e\n              \u003ctd\u003e$14\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eCompetitor 1\u003c\/td\u003e\n              \u003ctd\u003e$157\u003c\/td\u003e\n              \u003ctd\u003e$26\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eCompetitor 2\u003c\/td\u003e\n              \u003ctd\u003e$252\u003c\/td\u003e\n              \u003ctd\u003e$42\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eCompetitor 3\u003c\/td\u003e\n              \u003ctd\u003e$237\u003c\/td\u003e\n              \u003ctd\u003e$39\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cp class=\"table-foot\"\u003eBased on kits with four serums. LUX SKIN® delivers similar at home results for a fraction of clinic and competitor pricing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHICH PACKAGE --\u003e\n    \u003cdiv class=\"guidance-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n      \u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"guidance-list\"\u003e\n        \u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT TO EXPECT --\u003e\n    \u003cdiv class=\"expect-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\n      \u003cdiv class=\"results-header\"\u003e\n        \u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"results-grid\"\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eHydration\u003c\/div\u003e\n          Visible changes in as little as 4 treatments, with transformative, long-lasting results after 8 to 12.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eMoisture\u003c\/div\u003e\n          Clinically tested to boost skin hydration and moisture retention.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003e24 Hours\u003c\/div\u003e\n          Delivers up to \u003cstrong\u003e256%\u003c\/strong\u003e improved moisturisation in 24 hours.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eComparison\u003c\/div\u003e\n          Outperformed standard glycerin and water in controlled comparative tests.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eFinish\u003c\/div\u003e\n          Leaves skin plump, radiant and glass-like with lasting hydration.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eRoutine\u003c\/div\u003e\n          Quick 5 to 10 minute weekly at-home treatments.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"timeline\"\u003e\n        \u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n        \u003cdiv class=\"timeline-steps\"\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Immediate plumping and radiant glow\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Improved moisture retention and smoother look\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More consistent “glass skin” finish and lasting hydration\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HYDRATION PROOF --\u003e\n    \u003cdiv class=\"proof-card\"\u003e\n      \u003cdiv class=\"proof-header-wrap\"\u003e\n        \u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"proof-list\"\u003e\n        \u003cli\u003eDemonstrated up to \u003cstrong\u003e256%\u003c\/strong\u003e improvement in skin hydration within 24 hours in lab testing\u003c\/li\u003e\n        \u003cli\u003eClinically evaluated to enhance long-lasting hydration and moisture retention\u003c\/li\u003e\n        \u003cli\u003eOutperformed 10% glycerin and water in controlled comparative tests\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"disclaimer\"\u003e\n        The Micro Infusion Glass Skin Serum was independently tested in a third-party laboratory in March 2025 using scientific methods to evaluate its moisturising efficacy. Individual results may vary. Cosmetic use only.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003cdiv class=\"howto\"\u003e\n      \u003cdiv class=\"howto-pill\"\u003eHow to use\u003c\/div\u003e\n      \u003cdiv class=\"reeview-app-widget\" id=\"reeview-app-widget_68cbddd0cb83770058b28fb9\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- IMAGE --\u003e\n    \u003cdiv class=\"image-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0555\/3867\/9897\/files\/Skincare_Transformation__Before_and_After.png?v=1759396666\" alt=\"Glass Skin Before and After\"\u003e\n      \u003cp class=\"image-caption\"\u003e*Individual results may vary\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT IS IT (Long form, like your existing block) --\u003e\n    \u003cdiv class=\"card\" style=\"background:#f9f9f9;\"\u003e\n      \u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n      \u003ch2\u003eGlass Skin Hydration Treatment, at Home\u003c\/h2\u003e\n      \u003cp\u003eThe LUX SKIN® Micro Infusion Kit (Glass Skin) brings professional-grade hydration treatments into your home at a fraction of the cost of clinical alternatives.\u003c\/p\u003e\n      \u003cp\u003eThe kit uses ultra-fine micro-needles to gently exfoliate and create micro-channels that enhance serum contact, helping actives support a plump, radiant complexion.\u003c\/p\u003e\n      \u003chr class=\"divider\"\u003e\n      \u003cp\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cdiv class=\"kit-includes\"\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Glass Skin 5ml Serum Vials\u003c\/div\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"meta-row\"\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHICH KIT IS FOR YOU --\u003e\n    \u003cdiv class=\"kits-wrap\"\u003e\n      \u003ch3\u003eWhich Micro Infusion Kit Is For You?\u003c\/h3\u003e\n      \u003cdiv class=\"kit-list\"\u003e\n        \u003ca class=\"kit-link\" href=\"\/products\/lux-skin-micro-infusion-kit\"\u003eANTI AGING PEPTIDES\u003c\/a\u003e\n        \u003ca class=\"kit-link\" href=\"\/products\/lux-skin-micro-infusion-kit-glass-skin\"\u003eHYDRATION (GLASS SKIN)\u003c\/a\u003e\n        \u003ca class=\"kit-link\" href=\"\/products\/lux-skin%C2%AE-micro-infusion-kit-salmon-dna\"\u003eSKIN RENEWAL (SALMON DNA)\u003c\/a\u003e\n        \u003ca class=\"kit-link\" href=\"\/products\/hair-growth-actives\"\u003eHAIR REGROWTH\u003c\/a\u003e\n        \u003ca class=\"kit-link\" href=\"\/products\/stretch-mark-repair\"\u003eSTRETCH MARK REPAIR\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- INGREDIENTS --\u003e\n    \u003cdiv class=\"ingredients-card\"\u003e\n      \u003ch3\u003eIngredients\u003c\/h3\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n        \u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SKIN QUIZ PROMO BOX --\u003e\n    \u003cdiv class=\"quiz-box\"\u003e\n      \u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e\n      \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\" rel=\"noopener\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Hydration (Glass Skin)","offer_id":53129509404783,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Anti Aging (with Peptides)","offer_id":53129509437551,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129509470319,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129509503087,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129509535855,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129509568623,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/MicroInfusionSerumvial-Render07.jpg?v=1779256681"},{"product_id":"micro-infusion-stamp-head","title":"Micro Infusion - Replacement Stamp Head","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e*No Serum included\u003c\/strong\u003e\u003c\/span\u003e - this only includes the stamp head and vial - you must also have the Micro Infusion Kit to get the serum, then pour the serum into the stamp vial.\u003c\/p\u003e\n\u003cp\u003e0.5mm Stamp Head for the Micro Infusion Kit.\u003c\/p\u003e\n\u003cp\u003eAvoid sanitising and disinfecting by having a new Sterile head for each treatment! \u003c\/p\u003e\n\u003cp\u003eStamp head is perfect for uses who prefer the dabbing\/stamp method instead of rolling.\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"1 Pack ($8)","offer_id":53129509601391,"sku":"MIK_STAMP","price":30.0,"currency_code":"AED","in_stock":true},{"title":"2 Pack ($7 each)","offer_id":53129509634159,"sku":"MIK_STAMP=QTY2","price":52.0,"currency_code":"AED","in_stock":true},{"title":"3 Pack ($6 each)","offer_id":53129509666927,"sku":"MIK_STAMP=QTY3","price":67.0,"currency_code":"AED","in_stock":true},{"title":"4 Pack ($5 each)","offer_id":53129509699695,"sku":"MIK_STAMP=QTY4","price":74.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/ChatGPT_Image_Mar_29_2025_11_44_09_AM.png?v=1779256682"},{"product_id":"lux-skin®-bio-collagen-mask-4-pack","title":"LUX SKIN® Bio Collagen Mask (4 Pack)","description":"\u003cp data-mce-fragment=\"1\"\u003eThe LUX SKIN® Bio Collagen Mask is an overnight sheet mask that will give you the ultimate 'glassy skin' look!\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eBenefits \u0026gt;\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePromotes skin elasticity by supporting natural collagen production\u003c\/li\u003e\n\u003cli\u003eProvides deep hydration to combat dryness and plump the skin\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eHelps reduce the appearance of fine lines and wrinkles\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eEnhances skin texture for a smoother, more even complexion\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eSuitable for sensitive skin and dermatologist-approved for safety\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeaves the skin looking radiant and refreshed after each use\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eEasy-to-use sheet mask format with weekly application for best results\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eHow to use \u0026gt;\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOvernight\u003c\/strong\u003e: Apply the mask at the end of your skincare routine and leave it on overnight. Remove the mask the next morning.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDaytime\u003c\/strong\u003e: After preparing the skin with toner or serum, apply the mask and leave it on for 3-4 hours or until it becomes transparent.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eIngredients \u0026gt;\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e1. Niacinamide\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eImproves skin texture, reduces the look of pores, and evens out skin tone for a smoother, brighter complexion.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e2. Sodium Hyaluronate\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eDeeply hydrates by attracting moisture, leaving your skin plump and soft.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e3. Collagen Extract\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eSupports skin firmness and elasticity, helping it appear youthful and smooth.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e4. Glycerin\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eLocks in moisture to keep your skin hydrated and feeling soft.\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\" data-mce-style=\"text-decoration: underline;\"\u003e\u003cstrong\u003e5. Chondrus Crispus (Irish Moss)\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003eNaturally moisturises and soothes the skin, forming a protective layer to nourish it.\u003c\/p\u003e\n\u003cp\u003eAll ingredients:\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eWater, Glycerin, Chondrus Crispus, Collagen extract, Niacinamide, Trehalose, Glucomannan, Urethane-35, 1, 2-hexanediol, P-hydroxyacetophenone, Butanediol, Portulaca Oleracea extract, Gentiana Scabra root extract, Tetrandrine (Stephania) Tetrandra extract, Sodium hyaluronate, Potassium Chloride, Octyl glycol, PEG-40 hydrogenated castor Oil, Phenoxyethanol, Hydroxyphenylate, (daily) essence\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129509732463,"sku":"BIO-MASK","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/BioCollagenAntiAgingMaskBoxandsachet-render03_1.jpg?v=1779256684"},{"product_id":"4-in-1-makeup-pen","title":"4-In-1 Makeup Pen","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-fragment=\"1\" data-mce-style=\"text-align: left;\"\u003e\n\u003cp\u003eA versatile 4-in-1 makeup pen for lips, eyes, brows, and face. Ideal for quick touch-ups anywhere.\u003c\/p\u003e\n\u003cp\u003eIncludes a black eyeliner, blush pink lip liner, dark brown brow pencil, and pearlescent white highlighter in one convenient tool!\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129509765231,"sku":"4_PEN","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazon_image_-_4-in-1_Makeup_Pen_1.jpg?v=1779256685"},{"product_id":"lux-skin®-boar-bristle-hairbrush","title":"LUX SKIN® Boar Bristle Hairbrush","description":"\u003cp\u003eDiscover the ultimate in hair care with the LUX SKIN® Boar Bristle Hairbrush. Crafted with natural boar bristles, this premium hairbrush offers unparalleled benefits for your hair and scalp. \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Conditioning\u003c\/strong\u003e: Experience the power of nature as our boar bristles distribute your scalp's natural oils evenly through your hair, imparting a radiant shine and silky smoothness without the need for additional products.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGentle Detangling\u003c\/strong\u003e: Say goodbye to breakage and damage. The soft, flexible bristles gently detangle all hair types, making it the perfect brush for everyone.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImproved Scalp Health:\u003c\/strong\u003e Regular brushing with our LUX SKIN® hairbrush stimulates your scalp, promoting blood flow and maintaining healthy hair follicles.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReduced Frizz:\u003c\/strong\u003e Achieve smooth, frizz-free hair effortlessly. Our brush smooths the hair cuticle and distributes natural oils, leaving your hair sleek and naturally shiny.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-Friendly Choice:\u003c\/strong\u003e Made from sustainable materials, the LUX SKIN® Boar Bristle Hairbrush is an environmentally conscious choice for your hair care routine.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c!----\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129509797999,"sku":"BRUSH_01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/BoarBristleBrush.png?v=1779256687"},{"product_id":"micro-infusion-roller-head","title":"Micro Infusion - Replacement Roller Head","description":"\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e*No Serum included\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e - this only includes the roller head - you must also have the Micro Infusion Kit to get the serum, the head attaches onto the serum vial.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e0.5mm titanium microneedle roller head.\u003c\/p\u003e\n\u003cp\u003eAvoid sanitising and disinfecting by having a new Sterile head for each treatment! \u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"1 Pack ($8 each)","offer_id":53129509830767,"sku":"MIK_HEAD","price":30.0,"currency_code":"AED","in_stock":true},{"title":"2 Pack ($7 each)","offer_id":53129509863535,"sku":"MIK_HEAD=QTY2","price":52.0,"currency_code":"AED","in_stock":true},{"title":"3 Pack ($6 each)","offer_id":53129509896303,"sku":"MIK_HEAD=QTY3","price":67.0,"currency_code":"AED","in_stock":true},{"title":"4 Pack ($5 each)","offer_id":53129509929071,"sku":"MIK_HEAD=QTY4","price":74.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/MicroInfusionSerumvial-Render02_1.jpg?v=1779256688"},{"product_id":"lux-skin-micro-infusion-kit","title":"LUX SKIN® Micro Infusion Kit with Peptides (Anti Aging)","description":"\u003c!-- LUX SKIN Anti Aging Micro Infusion Module (Shopify-safe, scoped) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste into a Shopify Custom Liquid block on the product page --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026amp;family=DM+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .lux-antiaging-module{\n    --blush:#f5e8e8;\n    --blush-deep:#eed9dd;\n    --rose:#d9959b;\n    --rose-2:#f1b1b6;\n\n    --navy:#1a1a2e;\n    --navy-soft:#2e2e4a;\n\n    --text:#2c2c2c;\n    --text-soft:#5a5a5a;\n\n    --card:#ffffff;\n    --border:#e8e0e0;\n\n    --accent:#b87a5e;\n    --accent-light:#d4a889;\n    --accent-glow:#e8c4ad;\n\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module *{ box-sizing:border-box; }\n  .lux-antiaging-module h2,\n  .lux-antiaging-module p,\n  .lux-antiaging-module ul,\n  .lux-antiaging-module li{ margin:0; padding:0; }\n\n  .lux-antiaging-module .container{\n    max-width:740px;\n    margin:0 auto;\n    padding:40px 20px;\n    display:flex;\n    flex-direction:column;\n    gap:32px;\n  }\n\n  .lux-antiaging-module .card,\n  .lux-antiaging-module .guidance-card,\n  .lux-antiaging-module .expect-card,\n  .lux-antiaging-module .proof-card{\n    background:var(--card);\n    border:1px solid var(--border);\n    border-radius:16px;\n    padding:36px 32px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .lux-antiaging-module .card::before,\n  .lux-antiaging-module .proof-card::before{\n    content:'';\n    position:absolute;\n    top:0; left:0; right:0;\n    height:3px;\n    background:linear-gradient(90deg,var(--rose),var(--accent),var(--rose-2));\n  }\n\n  .lux-antiaging-module .card-label{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:var(--accent);\n    margin-bottom:16px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .card h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:28px;\n    font-weight:600;\n    color:var(--navy);\n    line-height:1.2;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .card p{\n    font-size:15px;\n    line-height:1.7;\n    color:var(--text);\n    margin-bottom:14px;\n  }\n  .lux-antiaging-module .card p:last-child{ margin-bottom:0; }\n\n  .lux-antiaging-module .hero-actives{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin:24px 0;\n  }\n\n  .lux-antiaging-module .hero-active{\n    padding:20px;\n    border-radius:12px;\n    border:1px solid var(--border);\n    position:relative;\n    overflow:hidden;\n    background:#fff;\n  }\n\n  .lux-antiaging-module .hero-active::after{\n    content:'';\n    position:absolute;\n    top:0; left:0;\n    width:4px;\n    height:100%;\n    background:var(--accent);\n  }\n\n  .lux-antiaging-module .hero-active.primary{\n    background:linear-gradient(135deg,#fff6f6 0%,#fff 100%);\n  }\n\n  .lux-antiaging-module .hero-active.secondary{\n    background:linear-gradient(135deg,#faf7f6 0%,#fff 100%);\n  }\n  .lux-antiaging-module .hero-active.secondary::after{\n    background:var(--rose);\n  }\n\n  .lux-antiaging-module .hero-active-name{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:4px;\n    font-family:'DM Sans',sans-serif;\n    color:var(--accent);\n  }\n  .lux-antiaging-module .hero-active.secondary .hero-active-name{ color:var(--rose); }\n\n  .lux-antiaging-module .hero-active-title{\n    font-family:'Cormorant Garamond',serif;\n    font-size:20px;\n    font-weight:600;\n    color:var(--navy);\n    margin-bottom:8px;\n  }\n\n  .lux-antiaging-module .hero-active-desc{\n    font-size:13px;\n    line-height:1.6;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .special-callout{\n    background:linear-gradient(135deg,var(--blush) 0%,#f8f0ee 100%);\n    border-radius:12px;\n    padding:20px 24px;\n    margin-top:20px;\n    font-size:14.5px;\n    line-height:1.7;\n    border-left:3px solid var(--accent);\n  }\n  .lux-antiaging-module .special-callout strong{ color:var(--navy); }\n\n  .lux-antiaging-module .divider{\n    border:none;\n    border-top:1px dashed var(--border);\n    margin:24px 0;\n  }\n\n  .lux-antiaging-module .kit-includes{\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n    margin:10px 0 20px;\n  }\n\n  .lux-antiaging-module .kit-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    font-size:14.5px;\n    line-height:1.5;\n  }\n\n  .lux-antiaging-module .kit-item .dot{\n    width:6px; height:6px;\n    border-radius:50%;\n    background:var(--accent);\n    flex-shrink:0;\n  }\n\n  .lux-antiaging-module .meta-row{\n    display:flex;\n    gap:32px;\n    margin-top:4px;\n    flex-wrap:wrap;\n  }\n\n  .lux-antiaging-module .meta-item{\n    font-size:14px;\n    color:var(--text-soft);\n  }\n  .lux-antiaging-module .meta-item strong{ color:var(--text); }\n\n  .lux-antiaging-module .ingredients-strip{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:16px;\n  }\n\n  .lux-antiaging-module .ing-tag{\n    font-size:11px;\n    font-weight:600;\n    letter-spacing:.5px;\n    padding:5px 12px;\n    border-radius:999px;\n    border:1px solid;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .ing-tag.primary-tag{\n    background:#fff6f6;\n    border-color:#f0ddd4;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .ing-tag.support-tag{\n    background:#f8f8f8;\n    border-color:#e0e0e0;\n    color:var(--text-soft);\n  }\n\n  \/* Guidance *\/\n  .lux-antiaging-module .guidance-card{ overflow:visible; }\n  .lux-antiaging-module .bubble{\n    position:absolute;\n    top:-14px;\n    left:24px;\n    background:var(--blush-deep);\n    color:var(--navy);\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.2px;\n    text-transform:uppercase;\n    padding:7px 16px;\n    border-radius:999px;\n    white-space:nowrap;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .guidance-card p{\n    font-size:14.5px;\n    line-height:1.7;\n    margin-bottom:12px;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .guidance-list{\n    list-style:none;\n    display:flex;\n    flex-direction:column;\n    gap:6px;\n  }\n\n  .lux-antiaging-module .guidance-list li{\n    font-size:14.5px;\n    line-height:1.6;\n    padding-left:18px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .guidance-list li::before{\n    content:'→';\n    position:absolute;\n    left:0;\n    color:var(--accent);\n    font-weight:600;\n  }\n\n  \/* Expect *\/\n  .lux-antiaging-module .expect-card{ overflow:visible; padding:40px 32px 32px; }\n  .lux-antiaging-module .expect-card .bubble{ background:var(--blush); }\n\n  .lux-antiaging-module .results-header{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .results-header span{ font-size:20px; }\n\n  .lux-antiaging-module .results-header strong{\n    font-family:'Cormorant Garamond',serif;\n    font-size:22px;\n    font-weight:600;\n    color:var(--navy);\n  }\n\n  .lux-antiaging-module .results-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:12px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .result-item{\n    border:1px solid var(--border);\n    border-radius:10px;\n    padding:16px 18px 16px 34px;\n    font-size:13.5px;\n    line-height:1.6;\n    position:relative;\n    color:var(--text);\n    background:linear-gradient(135deg,#fff6f6,#fff);\n  }\n\n  .lux-antiaging-module .result-item::before{\n    content:'✦';\n    position:absolute;\n    left:14px;\n    top:16px;\n    font-size:10px;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .result-tag{\n    font-size:9px;\n    font-weight:700;\n    letter-spacing:1px;\n    text-transform:uppercase;\n    display:inline-block;\n    padding:2px 8px;\n    border-radius:4px;\n    margin-bottom:6px;\n    font-family:'DM Sans',sans-serif;\n    background:#f5e0d8;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .timeline{\n    margin-top:20px;\n    padding:20px 24px;\n    background:linear-gradient(135deg,#fafafa,#f5f2f0);\n    border-radius:12px;\n    border:1px solid var(--border);\n  }\n\n  .lux-antiaging-module .timeline-title{\n    font-size:11px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    color:var(--accent);\n    margin-bottom:14px;\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .timeline-steps{\n    display:flex;\n    position:relative;\n  }\n\n  .lux-antiaging-module .timeline-steps::before{\n    content:'';\n    position:absolute;\n    top:12px;\n    left:12px;\n    right:12px;\n    height:2px;\n    background:linear-gradient(90deg,var(--accent-glow),#f3e6ea,var(--accent-glow));\n  }\n\n  .lux-antiaging-module .timeline-step{\n    flex:1;\n    text-align:center;\n    position:relative;\n    z-index:1;\n  }\n\n  .lux-antiaging-module .timeline-dot{\n    width:24px; height:24px;\n    border-radius:50%;\n    background:var(--card);\n    border:2px solid var(--accent);\n    margin:0 auto 10px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:10px;\n    font-weight:700;\n    color:var(--accent);\n    font-family:'DM Sans',sans-serif;\n  }\n\n  .lux-antiaging-module .timeline-step:nth-child(2) .timeline-dot{\n    border-color:var(--navy-soft);\n    color:var(--navy-soft);\n  }\n\n  .lux-antiaging-module .timeline-step:last-child .timeline-dot{\n    border-color:var(--rose);\n    color:var(--rose);\n  }\n\n  .lux-antiaging-module .timeline-text{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .timeline-text strong{\n    display:block;\n    color:var(--text);\n    font-size:13px;\n  }\n\n  \/* Proof pill *\/\n  .lux-antiaging-module .proof-pill{\n    display:inline-block;\n    background:linear-gradient(135deg,#f5e8e8,#f2e1e3);\n    color:var(--navy);\n    font-family:'Cormorant Garamond',serif;\n    font-size:18px;\n    font-weight:600;\n    letter-spacing:1px;\n    padding:12px 26px;\n    border-radius:999px;\n    border:1px solid #e6d2d5;\n    box-shadow:0 6px 16px rgba(0,0,0,0.04);\n  }\n\n  .lux-antiaging-module .proof-header-wrap{ margin-bottom:24px; }\n\n  .lux-antiaging-module .proof-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:14px;\n    margin-bottom:20px;\n  }\n\n  .lux-antiaging-module .proof-stat{\n    padding:18px 20px;\n    border-radius:12px;\n    text-align:center;\n    border:1px solid #f0ddd4;\n    background:linear-gradient(135deg,#fff6f6,#fceee8);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-number{\n    font-family:'Cormorant Garamond',serif;\n    font-size:36px;\n    font-weight:700;\n    line-height:1;\n    margin-bottom:6px;\n    color:var(--accent);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-label{\n    font-size:12px;\n    line-height:1.4;\n    color:var(--text-soft);\n  }\n\n  .lux-antiaging-module .proof-stat .stat-source{\n    font-size:10px;\n    color:#aaa;\n    margin-top:4px;\n    font-style:italic;\n  }\n\n  .lux-antiaging-module .proof-list{\n    list-style:none;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap:10px;\n    margin:0 0 24px 0;\n  }\n\n  .lux-antiaging-module .proof-list li{\n    font-size:14px;\n    line-height:1.6;\n    padding-left:20px;\n    position:relative;\n    color:var(--text);\n  }\n\n  .lux-antiaging-module .proof-list li::before{\n    content:'✓';\n    position:absolute;\n    left:0;\n    color:var(--accent);\n    font-weight:700;\n  }\n\n  .lux-antiaging-module .disclaimer{\n    font-size:11.5px;\n    line-height:1.6;\n    color:#999;\n    font-style:italic;\n    border-top:1px solid var(--border);\n    padding-top:16px;\n  }\n\n  \/* Ingredients accordion *\/\n  .lux-antiaging-module .ingredients-card{\n    background:#f9f9f9;\n    border:1px solid #e0e0e0;\n    border-radius:12px;\n    padding:24px 20px;\n  }\n\n  .lux-antiaging-module .ingredients-card h3{\n    font-size:18px;\n    font-weight:700;\n    margin:0 0 16px 0;\n    color:#333;\n  }\n\n  .lux-antiaging-module .ingredients-card details{\n    margin-bottom:14px;\n    border:1px solid #e6e6e6;\n    border-radius:10px;\n    background:#fff;\n    padding:10px 12px;\n  }\n\n  .lux-antiaging-module .ingredients-card summary{\n    font-weight:600;\n    cursor:pointer;\n    color:#222;\n    outline:none;\n  }\n\n  .lux-antiaging-module .ingredients-card p{\n    margin-top:8px;\n    font-size:14px;\n    line-height:1.7;\n    color:#444;\n  }\n\n  \/* Quiz box *\/\n  .lux-antiaging-module .quiz-box{\n    background:#fff9f3;\n    border:1px solid #f3d8c2;\n    border-radius:12px;\n    padding:14px 18px;\n    text-align:center;\n    font-size:15px;\n    color:#333;\n  }\n\n  .lux-antiaging-module .quiz-box a{\n    color:#ff3b30;\n    font-weight:600;\n    text-decoration:none;\n    margin-left:6px;\n  }\n\n  @media (max-width:600px){\n    .lux-antiaging-module .container{ padding:24px 16px; }\n    .lux-antiaging-module .card,\n    .lux-antiaging-module .guidance-card,\n    .lux-antiaging-module .expect-card,\n    .lux-antiaging-module .proof-card{ padding:28px 20px; }\n\n    .lux-antiaging-module .expect-card{ padding:34px 20px 24px; }\n    .lux-antiaging-module .hero-actives{ grid-template-columns:1fr; }\n    .lux-antiaging-module .results-grid{ grid-template-columns:1fr; }\n    .lux-antiaging-module .proof-grid{ grid-template-columns:1fr; }\n    .lux-antiaging-module .meta-row{ flex-direction:column; gap:8px; }\n    .lux-antiaging-module .card h2{ font-size:24px; }\n    .lux-antiaging-module .bubble{ left:16px; }\n    .lux-antiaging-module .proof-pill{ font-size:16px; padding:10px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lux-antiaging-module\"\u003e\n  \u003cdiv class=\"container\"\u003e\n\n    \u003c!-- WHAT IS IT --\u003e\n    \u003cdiv class=\"card\"\u003e\n      \u003cdiv class=\"card-label\"\u003eWhat Is It\u003c\/div\u003e\n      \u003ch2\u003eLUX SKIN® Micro Infusion Kit (Anti Aging)\u003c\/h2\u003e\n      \u003cp\u003eNext-level at-home treatment designed to help improve the look of fine lines, firmness, and overall skin smoothness at a fraction of typical in-clinic costs.\u003c\/p\u003e\n      \u003cp\u003eThis system uses ultra-fine micro-needles to create tiny channels in the skin, helping your \u003cstrong\u003eAnti Aging Serum\u003c\/strong\u003e absorb effectively.\u003c\/p\u003e\n\n      \u003cdiv class=\"hero-actives\"\u003e\n        \u003cdiv class=\"hero-active primary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eHero Active 01\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eAnti Aging Peptide Complex\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eA multi-peptide blend designed to support the look of smoother skin texture and reduced appearance of fine lines over consistent use.\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-active secondary\"\u003e\n          \u003cdiv class=\"hero-active-name\"\u003eSupport Actives\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-title\"\u003eHydration + Barrier Support\u003c\/div\u003e\n          \u003cdiv class=\"hero-active-desc\"\u003eSkin-supporting ingredients to help maintain a hydrated look and comfortable feel, so results build week after week.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003eThese channels help key actives reach where they can support the look of \u003cstrong\u003efirmer skin, refined texture, and more youthful glow\u003c\/strong\u003e.\u003c\/p\u003e\n\n      \u003cdiv class=\"special-callout\"\u003e\n        \u003cstrong\u003eWhat makes it special?\u003c\/strong\u003e\u003cbr\u003e\n        Unlike basic “single active” serums, this formula combines peptides with skin-supporting ingredients to help deliver visible results with consistent weekly use.\n      \u003c\/div\u003e\n\n      \u003chr class=\"divider\"\u003e\n\n      \u003cp style=\"margin-bottom:6px;\"\u003e\u003cstrong\u003eKit Includes:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cdiv class=\"kit-includes\"\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 4 × LUX SKIN® Anti Aging 5ml Serum Vials\u003c\/div\u003e\n        \u003cdiv class=\"kit-item\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e 1 × 0.3mm Micro-Needle Roller Head\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"meta-row\"\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 5 to 10 minutes\u003c\/div\u003e\n        \u003cdiv class=\"meta-item\"\u003e\n\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 to 2 times per week (72 hours apart)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ingredients-strip\"\u003e\n        \u003cspan class=\"ing-tag primary-tag\"\u003ePeptides\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eHyaluronic Acid\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eNiacinamide (VB3)\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003ePanthenol (VB5)\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eAllantoin\u003c\/span\u003e\n        \u003cspan class=\"ing-tag support-tag\"\u003eCentella Complex (BSASM)\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHICH PACKAGE --\u003e\n    \u003cdiv class=\"guidance-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWhich package do I need?\u003c\/div\u003e\n      \u003cp\u003eThe Micro Infusion System is designed for use \u003cstrong\u003e1 to 2 times per week\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"guidance-list\"\u003e\n        \u003cli\u003eFor visible changes: \u003cstrong\u003e4 to 8 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eFor long-lasting results: \u003cstrong\u003e12 to 16 treatments\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003eFor ongoing maintenance: \u003cstrong\u003eOngoing 1× weekly\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT TO EXPECT --\u003e\n    \u003cdiv class=\"expect-card\"\u003e\n      \u003cdiv class=\"bubble\"\u003eWhat to expect\u003c\/div\u003e\n\n      \u003cdiv class=\"results-header\"\u003e\n        \u003cspan\u003e✨\u003c\/span\u003e\u003cstrong\u003eResults you’ll love\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"results-grid\"\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eAnti Aging\u003c\/div\u003e\n          Supports the look of smoother skin texture and softer-looking fine lines with consistent weekly use.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eFirmness\u003c\/div\u003e\n          Helps support the look of firmer, more “lifted” skin over time.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eGlow\u003c\/div\u003e\n          Designed to deliver a refreshed, hydrated look after treatments.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eRoutine\u003c\/div\u003e\n          Quick 5 to 10 minute weekly treatments, no appointment needed.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eTexture\u003c\/div\u003e\n          Helps improve the look of roughness and uneven-looking tone across weeks.\n        \u003c\/div\u003e\n        \u003cdiv class=\"result-item\"\u003e\n          \u003cdiv class=\"result-tag\"\u003eComfort\u003c\/div\u003e\n          Formulated with skin-support ingredients to help keep skin feeling calm and supported.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"timeline\"\u003e\n        \u003cdiv class=\"timeline-title\"\u003eYour Transformation Timeline\u003c\/div\u003e\n        \u003cdiv class=\"timeline-steps\"\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e1\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 1 to 2\u003c\/strong\u003e Hydration boost and refreshed look\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e2\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 4 to 6\u003c\/strong\u003e Smoother look and refined texture\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"timeline-step\"\u003e\n            \u003cdiv class=\"timeline-dot\"\u003e3\u003c\/div\u003e\n            \u003cdiv class=\"timeline-text\"\u003e\n\u003cstrong\u003eWeeks 8 to 12\u003c\/strong\u003e More visible firmness and line-softening look\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TESTED \u0026 PROVEN --\u003e\n    \u003cdiv class=\"proof-card\"\u003e\n      \u003cdiv class=\"proof-header-wrap\"\u003e\n        \u003cdiv class=\"proof-pill\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"proof-grid\"\u003e\n        \u003cdiv class=\"proof-stat\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e44%\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eReduction in elastase activity in lab evaluation\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eThird-party lab evaluation, March 2025\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e85%\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eParticipants reported smoother-looking skin after consistent use\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e72%\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eReported improved-looking firmness across a routine period\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-stat\"\u003e\n          \u003cdiv class=\"stat-number\"\u003e90%\u003c\/div\u003e\n          \u003cdiv class=\"stat-label\"\u003eSaid the routine was easy to follow and fit into weekly life\u003c\/div\u003e\n          \u003cdiv class=\"stat-source\"\u003eConsumer perception survey (internal)\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"proof-list\"\u003e\n        \u003cli\u003eDesigned to support visibly firmer, smoother-looking skin over time\u003c\/li\u003e\n        \u003cli\u003ePeptide-focused formula to support the look of fine lines and texture\u003c\/li\u003e\n        \u003cli\u003eMicro-infusion delivery helps improve cosmetic serum contact compared to simple topical application\u003c\/li\u003e\n        \u003cli\u003eQuick weekly use with cumulative visible improvements\u003c\/li\u003e\n        \u003cli\u003eFormulated for cosmetic use with a comfort-first approach\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv class=\"disclaimer\"\u003e\n        Individual results may vary. Cosmetic use only. If you are pregnant, breastfeeding, have a skin condition, or are under medical care, consult a professional before use. Do not use on broken or irritated skin.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- INGREDIENTS --\u003e\n    \u003cdiv class=\"ingredients-card\"\u003e\n      \u003ch3\u003eIngredients\u003c\/h3\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eAnti Aging Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003ePure Water, Hyaluronic Acid, Hansheng Gum, Allantoin, Biological Sugar Gum, BSASM, Oligopeptide-1, P-Hydroxy Acetophenone, 1,2-Hexanediol, SM, Nicotinamide (Vitamin B3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (Powder), Ikedoin, Ergothione.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eGlass Skin Micro Infusion (Hydration)\u003c\/summary\u003e\n        \u003cp\u003ePurified Water, Hyaluronic Acid, Niacinamide (Vitamin B3), Ceramide NP, Allantoin, Sugar Isomers, Panthenol (Vitamin B5), Beta-Glucan, Tremella Fuciformis (Snow Mushroom) Extract, Acetyl Glucosamine, Ascorbyl Glucoside (Vitamin C Derivative), Licorice Root Extract, Squalane, 1,2-Hexanediol, Hexapeptide-8, Bee Venom Peptide, Pearl Extract, Botanical Soothing Complex (BSASM), Ginseng Root Extract, and Arbutin.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eSkin Renewal Micro Infusion (Salmon DNA)\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Niacinamide, Panthenol, Centella Asiatica Extract, Polygonum Cuspidatum Root Extract, Scutellaria Baicalensis Root Extract, Camellia Sinensis Leaf Extract, Glycyrrhiza Glabra (Licorice) Root Extract, Chamomilla Recutita (Matricaria) Flower Extract, Rosmarinus Officinalis (Rosemary) Leaf Extract, Glycereth-26, Glycerin, Pentylene Glycol, 1,2-Hexanediol, Polysorbate 20, Tripeptide-1, Hexapeptide-9, Acetyl Tetrapeptide-9, Palmitoyl Pentapeptide-4, Palmitoyl Tetrapeptide-7, Sclerotium Gum, Phenoxyethanol, Sodium DNA, Sodium Hyaluronate, Hydroxyacetophenone, Allantoin, Oligopeptide-1, Copper Tripeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eHair Regrowth Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Lysine, Histidine, Arginine, Aspartic Acid, Threonine, Serine, Glutamic Acid, Proline, Glycine, Alanine, Valine, Isoleucine, Leucine, Tyrosine, Phenylalanine, Panthenol, Sclerotium Gum, Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Ethylhexylglycerin, Sodium Hyaluronate, Tocopherol, Zinc PCA, Sodium Lactate, Sodium PCA, Pyridoxine, Resveratrol, Mentholum, Allantoin, Bidens Pilosa Extract, Mentha Haplocalyx Oil, Melaleuca Alternifolia (Tea Tree) Leaf Oil, Eucalyptus Citriodora Oil, Oligopeptide-1, Decapeptide-4, Acetyl Tetrapeptide-3, Copper Tripeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"accordion-item\"\u003e\n        \u003csummary\u003eStretch Mark Repair Micro Infusion\u003c\/summary\u003e\n        \u003cp\u003eAqua, Butylene Glycol, Glycereth-26, Niacinamide, Panthenol, Sclerotium Gum, Aqua (and) Phenoxyethanol, Trehalose, Ascorbyl Glucoside, Caffeine, Phenoxyethanol (and) Ethylhexylglycerin, Sodium Hyaluronate, Asiaticoside, Madecassoside, Asiatic Acid, Tocopherol, Ergothioneine, Allantoin, Palmitoyl Tripeptide-5, Acetyl Hexapeptide-8, Oligopeptide-1.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- SKIN QUIZ PROMO BOX --\u003e\n    \u003cdiv class=\"quiz-box\"\u003e\n      \u003cspan\u003eNot sure which \u003cstrong\u003eMicro Infusion\u003c\/strong\u003e you need?\u003c\/span\u003e\n      \u003ca href=\"https:\/\/domainholdings.myshopify.com\/tools\/perfect-product-finder\/which-micro-infusion-do-i-need\" target=\"_blank\" rel=\"noopener\"\u003eTake the Skin Quiz →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Anti Aging (with Peptides)","offer_id":53129509961839,"sku":"MIK_01","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hydration (Glass Skin)","offer_id":53129509994607,"sku":"MIK_02","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Skin Renewal (with Salmon DNA + GHK-Cu)","offer_id":53129510027375,"sku":"MIK_03","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Hair Regrowth (with Amino Complex)","offer_id":53129510060143,"sku":"MIK_04","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Repair Actives (Stretch Marks)","offer_id":53129510092911,"sku":"MIK_05","price":144.0,"currency_code":"AED","in_stock":true},{"title":"Microbiome Restore (with Pre + Postbiotics)","offer_id":53129510125679,"sku":"MIK_06","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/MicroInfusionKit-Render03.jpg?v=1779256689"},{"product_id":"lux-skin-infrared-led-facial-mask","title":"LUX SKIN® INFRARED LED Facial Mask","description":"\n\u003cdiv class=\"guidance-box\"\u003e\n\u003cdiv class=\"guidance-header\"\u003eWhich Light Mode Do I Need?\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRed LED (620–625nm):\u003c\/strong\u003e \u003cspan\u003efor firmer, youthful-looking skin and improved texture.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlue LED (460–465nm):\u003c\/strong\u003e \u003cspan\u003efor clearer-looking skin and balanced oil production.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eYellow LED (590–595nm):\u003c\/strong\u003e \u003cspan\u003efor radiant, glowing skin and a calmer complexion.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNear Infrared LED (850nm):\u003c\/strong\u003e \u003cspan\u003efor enhanced firmness and deeper rejuvenation.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eUtilizes Near Infrared Light (850nm) for deep skin enhancement\u003c\/li\u003e\n\u003cli\u003eTargets skin firmness, tone, and clarity with multi-wavelength support\u003c\/li\u003e\n\u003cli\u003eSupports healthy-looking skin using professional-grade LED light\u003c\/li\u003e\n\u003cli\u003eClinically supported LED wavelengths used by skin professionals\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® LED Facial Mask is intended for cosmetic use only. Individual results may vary depending on skin type and frequency of use.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eLUX SKIN® LED Facial Mask with NIR Technology\u003c\/strong\u003e is a wireless, at-home skincare device featuring four clinically supported LED light modes—Red, Blue, Yellow, and Near Infrared Light.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat is Near Infrared Light?\u003c\/strong\u003e Near-infrared (NIR) LED light uses wavelengths from approximately 700 to 1100nm, designed to penetrate deeper into the skin and support enhanced rejuvenation and tone.\u003c\/p\u003e\n\u003cp\u003eThis mask uses high-performance LED technology to help improve the appearance of firmness, reduce visible signs of aging, calm the skin, and promote overall clarity.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe 4 Modes:\u003c\/strong\u003e\u003cbr\u003eRed Light for firming \u0026amp; skin texture\u003cbr\u003eBlue Light for clarifying and oil balance\u003cbr\u003eYellow Light for glow \u0026amp; soothing\u003cbr\u003eNIR Light for deeper skin rejuvenation\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIncludes:\u003c\/strong\u003e 1 x Wireless LED Mask with 4 Light Modes (Red, Blue, Yellow, NIR)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 10–20 minutes per session\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 3–5 times per week\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":53129510158447,"sku":"LFM02","price":254.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Luxskinmask-Amazonimage6.jpg?v=1779256691"},{"product_id":"lux-skin®-gift-card","title":"LUX SKIN® Gift Card","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e*Please be aware, we do not send physical Gift Cards.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eLUX SKIN Gift Cards are delivered by email and contain instructions to redeem them at checkout - simple!\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eOur gift cards have no additional processing fees.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eSo, if you are shopping for someone else but not sure what to give them, give them the gift of choice with a\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eLUX SKIN\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003egift card.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cem data-mce-fragment=\"1\"\u003e*Please note,\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003eLUX SKIN\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eGift Cards will not be offered at a discounted rate during sale periods\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/em\u003eGift cards are valid for 3 years from the date of purchase and can only be redeemed on the store it was purchased from (www.luxskin.co)\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"$25.00","offer_id":53129510191215,"sku":null,"price":26.0,"currency_code":"AED","in_stock":true},{"title":"$50.00","offer_id":53129510223983,"sku":null,"price":51.0,"currency_code":"AED","in_stock":true},{"title":"$100.00","offer_id":53129510256751,"sku":null,"price":101.0,"currency_code":"AED","in_stock":true},{"title":"$200.00","offer_id":53129510289519,"sku":null,"price":201.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/CreamElegantGiftCertificate.png?v=1779256693"},{"product_id":"lux-skin®-lash-brow-growth-serum-1","title":"LUX SKIN® Lash \u0026 Brow Growth Serum","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eIntroducing our Eye Lash and Eye Brow Growth Serum, the ultimate solution for achieving long, voluminous lashes and brows in just a matter of weeks. Formulated with a powerful blend of natural ingredients, our serum is designed to enhance the growth of your lashes, making them longer, thicker, and fuller.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWith regular use of our serum, you can say goodbye to thin, sparse lashes and hello to a stunning, eye-catching look. Our serum is easy to apply and is safe for use around the eyes. Simply apply a small amount of serum to your lash line each night before bed, and let it work its magic while you sleep!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eBenefits \u0026gt;\u003c\/h3\u003e\n\u003col data-stringify-type=\"ordered-list\" class=\"p-rich_text_list p-rich_text_list__ordered\" data-indent=\"0\" data-border=\"0\" data-mce-fragment=\"1\"\u003e\n\u003cli data-stringify-indent=\"0\" data-stringify-border=\"0\" data-mce-fragment=\"1\"\u003eLonger lashes: One of the main benefits of using our eyelash growth serum is that it can help promote longer lashes. Our serum contains ingredients that work to strengthen and nourish the hair follicles, leading to longer, healthier lashes over time.\u003c\/li\u003e\n\u003cli data-stringify-indent=\"0\" data-stringify-border=\"0\" data-mce-fragment=\"1\"\u003eThicker lashes: In addition to promoting length, our serum can also help increase the thickness of your lashes. By nourishing the hair follicles and promoting new lash growth, your lashes may appear fuller and more voluminous.\u003c\/li\u003e\n\u003cli data-stringify-indent=\"0\" data-stringify-border=\"0\" data-mce-fragment=\"1\"\u003eReduced lash loss: Our serum can help reduce lash loss and breakage. By strengthening the hair follicles and providing nourishing ingredients to the lashes, they may become less likely to fall out or break off.\u003c\/li\u003e\n\u003cli data-stringify-indent=\"0\" data-stringify-border=\"0\" data-mce-fragment=\"1\"\u003eNo need for lash extensions: If you're someone who regularly gets lash extensions, using our eyelash growth serum is a more natural and affordable alternative. Over time, your lashes may become long and thick enough that you won't need to rely on extensions to achieve your desired look.\u003c\/li\u003e\n\u003cli data-stringify-indent=\"0\" data-stringify-border=\"0\" data-mce-fragment=\"1\"\u003eEnhanced eye appearance: Longer, thicker lashes can enhance the appearance of your eyes, making them appear brighter and more awake. This can help you feel more confident and beautiful in your own skin.\u003c\/li\u003e\n\u003c\/ol\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510322287,"sku":"LBS01","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-Lash_BrowSerum_1.jpg?v=1779256694"},{"product_id":"lux-skin®-thermal-blowout-brush","title":"LUX SKIN® Thermal Blowout Brush","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eFinally, you can get a blowout with no hot air or loud dryer in your ears! \u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe LUX SKIN® Thermal Blowout Brush uses heat, but with no air blowing, this allows you to curl your hair and get a blowout at home, with no risk of hair damage - and without other expensive hair tools!\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eProduct Benefits \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eAll Hair Types\u003c\/b\u003e \u003c\/span\u003e- The device is suitable for all hair types.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eNo attachments\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- Avoid fumbling around with 5 different attachments, our device only uses one!\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eLatest Technology\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- This state of the art device allows you to style and dry SUPER fast, without any risk of damage to your hair.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eAffordable\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- HALF the price of competitor brands on the market.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eProduct Specs \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e1.5\" Ceramic Barrel\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e0.5\" Nylon Bristles\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eTemperature: Up to 180ºC - 356ºF\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003ePower: 100 - 225v\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e90 day money-back guarantee\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e1 year warranty\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510355055,"sku":"TBB_USA","price":181.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-ThermalBlowoutBrush.jpg?v=1779256695"},{"product_id":"acne-patches","title":"LUX SKIN® Acne Patches","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-fragment=\"1\" data-mce-style=\"text-align: left;\"\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Benefits_-_Acne_Patches_480x480.jpg?v=1634608553\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Benefits_-_Acne_Patches_480x480.jpg?v=1634608553\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"color: #fac7c7;\" data-mce-fragment=\"1\" data-mce-style=\"color: #fac7c7;\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003ci data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eA step towards acne-free skin overnight! Give your skin the care it deserves with our LUX SKIN® Acne Patches. \u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWhat it Is\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eThe LUX SKIN® Acne Patches are the Quickest and Simplest Solution to Reduce Acne! \u003c\/b\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eTea tree oil-infused hydrocolloid patches that you place over a pimple to quickly and effectively reverse the blemish!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWhy Is it Special \u003c\/span\u003e\u003c\/h2\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eInvisible on the Skin -\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e The hydrocolloid patches blend in with your skin making them seem almost invisible.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eTea Tree Oil -\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e The tea tree leaf oil in the patch penetrates the skin and works to stop the pimple while speeding the healing process. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eOvernight Treatment -\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e Apply it overnight to let the ingredients reduce inflammation and diminish the acne-causing bacteria.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003e24 Patches -\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e With 24 patches, you can have pimple-free skin throughout the month. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eEasy Application -\u003c\/b\u003e\u003cspan data-mce-fragment=\"1\"\u003e Fuss-free peel off and stick on application to get rid of acne without a hassle. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eHow it Works \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe LUX SKIN® Acne Patches are infused with premium quality Tea Tree Leaf Oil that provides several skin benefits. It seamlessly attaches to the skin and comes off without any sensitivity or irritation. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eWith these fuss-free acne patches, you can have smooth and pimple-free skin without professional facials. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eTea Tree Leaf Oil - Benefits \u003c\/span\u003e\u003c\/h2\u003e\n\u003col data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eReduces the appearance of active pimples\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eSpeeds up the recovery and healing time\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eIt slows down and prevents the onset of new pimples\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eSanitizes the area by killing acne-causing bacteria\u003c\/span\u003e\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eRelieves itching and discomfort around acne \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eBefore \u0026amp; After:\u003c\/span\u003e\u003c\/h2\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e \u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_1939626082_480x480.jpg?v=1623208571\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_1939626082_480x480.jpg?v=1623208571\"\u003e\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510387823,"sku":"AP01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/AcnepatchesFront.png?v=1779256696"},{"product_id":"lux-skin-neck-face-sculptor","title":"LUX SKIN® Neck \u0026 Face Sculptor V2","description":"\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e4-in-1 Technology: LED, EMS, Heat, and Massage combined for powerful at-home facials\u003c\/li\u003e\n\u003cli\u003eRed, Blue \u0026amp; Violet Light modes target clarity, lift, and glow\u003c\/li\u003e\n\u003cli\u003eImproves skin tone, reduces the appearance of lines, and enhances radiance\u003c\/li\u003e\n\u003cli\u003eLightweight, USB-C powered, travel-friendly \u0026amp; effortless to use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Neck \u0026amp; Face Sculptor is intended for cosmetic use only. Individual results may vary based on skin type and frequency of use.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eLUX SKIN® Neck \u0026amp; Face Sculptor\u003c\/strong\u003e is a powerful 4-in-1 beauty device that brings advanced skincare technology directly into your hands — delivering professional facial benefits at home or on the go.\u003c\/p\u003e\n\u003cp\u003eCombining \u003cstrong\u003eLED Light Therapy\u003c\/strong\u003e (Red, Blue, Violet), \u003cstrong\u003eEMS Microcurrent\u003c\/strong\u003e, \u003cstrong\u003eHeat Therapy\u003c\/strong\u003e, and \u003cstrong\u003eFacial Massage\u003c\/strong\u003e, this device is designed to enhance your skin’s appearance, definition, and overall glow.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow It Works:\u003c\/strong\u003e\u003cbr\u003e🔴 Red Light (620–630nm): Supports skin firmness and vibrancy\u003cbr\u003e🔵 Blue Light (410–470nm): Helps balance and clarify complexion\u003cbr\u003e🟣 Violet Light (380–450nm): Calms and revitalizes tired-looking skin\u003cbr\u003e⚡ EMS: Promotes product absorption and micro-sculpting\u003cbr\u003e🔥 Heat Therapy: Enhances circulation and natural glow\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIncludes:\u003c\/strong\u003e 1 x LUX SKIN® Neck \u0026amp; Face Sculptor, USB-C charging cable, and user guide\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 10–15 minutes per session\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 3–5 sessions per week for optimal results\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510420591,"sku":"NFS1","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/NFS_V2_FREE_1.png?v=1779256697"},{"product_id":"lux-skin®-charcoal-nose-strips","title":"LUX SKIN® Charcoal Nose Strips","description":"\u003cp\u003eThe LUX SKIN® Pore Cleansing Strips are designed to remove excess oil, dirt and impurities from your nose.\u003c\/p\u003e\n\u003cp\u003eOur strips are infused with Charcoal which acts like a magnet to remove impurities.\u003c\/p\u003e\n\u003ch3\u003eFeatures \u0026gt;\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e10 Pack\u003c\/li\u003e\n\u003cli\u003eCharcoal based\u003c\/li\u003e\n\u003cli\u003eUnclog pores\u003c\/li\u003e\n\u003cli\u003eRemove blackheads\u003c\/li\u003e\n\u003cli\u003eReduce oily skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eIngredients \u0026gt;\u003c\/h3\u003e\n\u003cp\u003ePolyvinyl Alcohol, Glycerin, Titanium Dioxide, Butylene Glycol, Kaolin, Hamamelis Virginiana (Witch Hazel) Extract, Methylparaben, Charcoal Powder, Disodium Edta, Parfum\u003c\/p\u003e\n\u003ch3\u003eAdditional \u0026gt; \u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eFor external use only. Avoid contact with eyes. In the unlikely event of irritation, please discontinue use. If necessary, consult your healthcare practitioner. Follow usage instructions carefully.\u003c\/span\u003e\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510453359,"sku":"PCST01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/NosePoreCleansingStripsBox-render02.jpg?v=1779256698"},{"product_id":"lux-skin®-anti-wrinkle-patches","title":"LUX SKIN® Anti Wrinkle Patches","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe LUX SKIN® Anti Wrinkle Patches are designed to reduce the signs of ageing from the first use! Medical grade silicone patches have been shown to hydrate the skin and stimulate blood flow which gives collagen production a boost.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThe patches are best worn overnight, but you can wear them anytime during the day.\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eFeatures \u0026gt;\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e6 pcs per pack (forehead, eyes, cheeks and neck)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e100% medical grade silicone\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eReverse signs of ageing\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eReduce dark circles\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eReduce puffiness\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eImprove skin firmness\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eHydrate skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eIngredients \u0026gt;\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003e100% medical grade silicone. Non-chemical adhesives and safe for all skin types.\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003c\/h3\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510551663,"sku":"WRPA01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/AntiWrinklePatchesBox-render02.jpg?v=1779256700"},{"product_id":"lux-skin®-ice-roller","title":"LUX SKIN® Ice Roller","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cblockquote style=\"max-width: 605px; min-width: 325px;\" data-video-id=\"7168306684513881346\" cite=\"https:\/\/www.tiktok.com\/@luxskinco\/video\/7168306684513881346\" class=\"tiktok-embed\"\u003e\n\u003csection\u003e\u003ca href=\"https:\/\/www.tiktok.com\/@luxskinco?refer=embed\" title=\"@luxskinco\" target=\"_blank\"\u003e@luxskinco\u003c\/a\u003e The perfect way to de puff 💓 \u003ca href=\"https:\/\/www.tiktok.com\/tag\/iceroller?refer=embed\" title=\"iceroller\" target=\"_blank\"\u003e#iceroller\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/luxskin?refer=embed\" title=\"luxskin\" target=\"_blank\"\u003e#luxskin\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/fyp?refer=embed\" title=\"fyp\" target=\"_blank\"\u003e#fyp\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/music\/Sia-7027066001947428865?refer=embed\" title=\"♬ Sia - Xeptemper\" target=\"_blank\"\u003e♬ Sia - Xeptemper\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/blockquote\u003e\n\u003cscript async=\"\" src=\"https:\/\/www.tiktok.com\/embed.js\"\u003e\u003c\/script\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eAn Ice Roller is a simple yet super effective beauty tool that you must have in your routine!\u003c\/p\u003e\n\u003cp\u003eJust store it in the freezer then use it anytime you need to calm, soothe and de-puff your face or neck.\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\" style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eProduct Benefits \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\" style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eCalms \u003c\/b\u003eirritated or red skin\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eReduce \u003c\/b\u003epuffiness in your eyes, face \u0026amp; neck\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003eIncrease \u003c\/b\u003ecirculation with a facial massage\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\" style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003ePromotes\u003c\/b\u003e radiant and glowing skin\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510584431,"sku":"ICE_01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-IceRollerpinkBox.jpg?v=1779256702"},{"product_id":"lux-skin-hair-dryer","title":"LUX SKIN® Ionic Hair Dryer","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-canva-clipboard=\"ewAiAGEAIgA6ADUALAAiAGQAIgA6ACIAQgAiACwAIgBoACIAOgAiAHcAdwB3AC4AYwBhAG4AdgBhAC4AYwBvAG0AIgAsACIAYwAiADoAIgBEAEEARgBDAGEASwBNAHAAMQA3AG8AIgAsACIAaQAiADoAIgBlAGoAdABwAG4AbgAyAFUARABmAGkAcABCAFEAQwBBAFMAMQAtAFEAWgB3ACIALAAiAGIAIgA6ADEANgA1ADUAOQA0ADkAMwA4ADIANgA1ADEALAAiAEEAPwAiADoAIgBCACIALAAiAEEAIgA6AFsAewAiAEEAIgA6ADEAMQA1AC4ANgAwADIAOAA5ADIAMQA5ADkAOAAyADQANwA4ACwAIgBCACIAOgA0ADgALAAiAEQAIgA6ADMAOAA0ACwAIgBDACIAOgAyADEAMgAuADQANgA2ADYANAAsACIAQQA\/ACIAOgAiAEsAIgAsACIAYQAiADoAewAiAEEAIgA6AFsAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6ACIATwB1AHIAIABMAHUAeAAgAFMAawBpAG4AIABIAGEAaQByACAARAByAHkAZQByACAAaQBzACAAZABlAHMAaQBnAG4AZQBkACAAdABvACAAbABvAG8AawAgAHMAbQBhAGwAbABlAHIAIABpAG4AIABzAGkAegBlACAAYgB1AHQAIABqAHUAcwB0ACAAYQBzACAAcABvAHcAZQByAGYAdQBsACAAYQBzACAAYQBuAHkAIABoAGkAZwBoAC0AcQB1AGEAbABpAHQAeQAgAEgAYQBpAHIAIABkAHIAeQBlAHIAIQAgAFQAaABlACAAcwBtAGEAbABsAGUAcgAgAGQAZQBzAGkAZwBuACAAbQBhAGsAZQBzACAAaQB0ACAAcABlAHIAZgBlAGMAdAAgAGYAbwByACAAdAByAGEAdgBlAGwAbABpAG4AZwAgAG8AcgAgAGoAdQBzAHQAIABzAHQAbwByAGkAbgBnACAAaQBuACAAeQBvAHUAcgAgAGIAYQB0AGgAcgBvAG8AbQAgAHcAaQB0AGgAbwB1AHQAIAB0AGEAawBpAG4AZwAgAHUAcAAgAHQAbwAgAG0AdQBjAGgAIABzAHAAYQBjAGUALgBcAG4AIgB9AF0ALAAiAEIAIgA6AFsAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6AHsAIgBmAG8AbgB0AC0AcwBpAHoAZQAiADoAewAiAEIAIgA6ACIAMgAyAC4ANgA2ADYAOAAiAH0ALAAiAGYAbwBuAHQALQBmAGEAbQBpAGwAeQAiADoAewAiAEIAIgA6ACIAWQBBAEQANwBRAGgARwAyAFQANgBvACwAMAAiAH0ALAAiAHQAZQB4AHQALQBhAGwAaQBnAG4AIgA6AHsAIgBCACIAOgAiAGMAZQBuAHQAZQByACIAfQB9AH0ALAB7ACIAQQA\/ACIAOgAiAEIAIgAsACIAQQAiADoAMgAyADkAfQAsAHsAIgBBAD8AIgA6ACIAQQAiACwAIgBBACIAOgB7ACIAdABlAHgAdAAtAHQAcgBhAG4AcwBmAG8AcgBtACIAOgB7ACIAQgAiADoAIgBuAG8AbgBlACIAfQAsACIAYwBvAGwAbwByACIAOgB7ACIAQgAiADoAIgAjADAAMAAwADAAMAAwACIAfQAsACIAbABlAGEAZABpAG4AZwAiADoAewAiAEIAIgA6ACIAMQA0ADAAMAAuADAAIgB9ACwAIgBmAG8AbgB0AC0AdwBlAGkAZwBoAHQAIgA6AHsAIgBCACIAOgAiAG4AbwByAG0AYQBsACIAfQAsACIAZgBvAG4AdAAtAHMAdAB5AGwAZQAiADoAewAiAEIAIgA6ACIAbgBvAHIAbQBhAGwAIgB9ACwAIgB0AHIAYQBjAGsAaQBuAGcAIgA6AHsAIgBCACIAOgAiADAALgAwACIAfQB9AH0ALAB7ACIAQQA\/ACIAOgAiAEIAIgAsACIAQQAiADoAMQB9ACwAewAiAEEAPwAiADoAIgBBACIALAAiAEEAIgA6AHsAIgB0AGUAeAB0AC0AdAByAGEAbgBzAGYAbwByAG0AIgA6AHsAIgBBACIAOgAiAG4AbwBuAGUAIgB9ACwAIgBjAG8AbABvAHIAIgA6AHsAIgBBACIAOgAiACMAMAAwADAAMAAwADAAIgB9ACwAIgBsAGUAYQBkAGkAbgBnACIAOgB7ACIAQQAiADoAIgAxADQAMAAwAC4AMAAiAH0ALAAiAGYAbwBuAHQALQB3AGUAaQBnAGgAdAAiADoAewAiAEEAIgA6ACIAbgBvAHIAbQBhAGwAIgB9ACwAIgBmAG8AbgB0AC0AcwBpAHoAZQAiADoAewAiAEEAIgA6ACIAMgAyAC4ANgA2ADYAOAAiAH0ALAAiAGYAbwBuAHQALQBmAGEAbQBpAGwAeQAiADoAewAiAEEAIgA6ACIAWQBBAEQANwBRAGgARwAyAFQANgBvACwAMAAiAH0ALAAiAGYAbwBuAHQALQBzAHQAeQBsAGUAIgA6AHsAIgBBACIAOgAiAG4AbwByAG0AYQBsACIAfQAsACIAdAByAGEAYwBrAGkAbgBnACIAOgB7ACIAQQAiADoAIgAwAC4AMAAiAH0ALAAiAHQAZQB4AHQALQBhAGwAaQBnAG4AIgA6AHsAIgBBACIAOgAiAGMAZQBuAHQAZQByACIAfQB9AH0AXQB9ACwAIgBiACIAOgB7AH0ALAAiAGQAIgA6ACIAQQAiACwAIgBnACIAOgBmAGEAbABzAGUALAAiAGgAIgA6ACIAQQAiAH0AXQAsACIAQgAiADoANAA4ADAALAAiAEMAIgA6ADYANwAyAH0A\" data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0046\/7415\/8641\/files\/Screen_Shot_2022-07-26_at_10.58.36_am_480x480.png?v=1658797165\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eA powerful hair dryer with ionic technology and small enough that you can take it anywhere! \u003c\/b\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eDry your hair in minutes and create the perfect hairstyle! You don't need to spend $$$ on a new hair dryer when ours will do everything and more for a fraction of the cost!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003eProduct Benefits \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eIonic Technology\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- In short, this means our hair dryer produces negatively charged ions that counteract the positively charged ions in water (wet hair). The result being your hair drys faster, without frizz and no damage!   \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003e2 Speed Settings\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- Different speed settings for different intensities and a cold option to hold the hair in place. \u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cstrong\u003eCold Setting -\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eUse the cool air function when to help set styles in place.\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eTravel Size\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- Lightweight and functional size makes it easy to travel with.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eAffordable\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-fragment=\"1\" data-mce-style=\"font-weight: 400;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e- HALF the price of competitor brands on the market.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003eWhy is it so cheap compared to other brands?\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003eThat is the LUX SKIN® difference! We don't have super high profit margins, we put the customer first.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eIn most cases our products are made in the same factories from the same materials as brands that sell for at 2-3x higher prices!\u003c\/p\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510617199,"sku":"HD_USA","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/image_3_370x_6708f5ac-e135-41a6-a057-cc2c98ebc337.webp?v=1779256703"},{"product_id":"lux-skin-hydra-dermabrasion","title":"LUX SKIN® Hydra Dermabrasion","description":"\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/79d1gn_480x480.gif?v=1675123608\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003eHydra-Dermabrasion\u003c\/strong\u003e is a deep exfoliating method that works by using water to cleanse and vacuum simultaneously. As the water flushes through your pores, the vacuum sucks out any dead skin cells and debris.\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003eThe result?\u003c\/strong\u003e It's a spa treatment at home! You are left with flawless, clean skin!\u003c\/p\u003e\n\u003ch3 class=\"p1\" data-mce-fragment=\"1\"\u003eBenefits \u0026gt;\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUnclog pores and get a deep cleanse.\u003c\/li\u003e\n\u003cli\u003eCleaner pores means less chance of acne and breakouts.\u003c\/li\u003e\n\u003cli\u003eReduce skin oiliness.\u003c\/li\u003e\n\u003cli\u003eRemove dead skin cells. \u003c\/li\u003e\n\u003cli\u003eGet flawless, glowing skin in just a few minutes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003eHydra-Dermabrasion vs Microdermabrasion \u0026gt;\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eWhile both methods work by exfoliating the top layer of dead skin, Hydra-Dermabrasion is a newer technology and considered to be a lot more gentle. \u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cstrong\u003eThe added benefit\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eof Hydra-Dermabrasion is you can add a cleanser or exfoliating serum into the water mixer, which means you are flushing your skin with ingredients such as AHA's or Hyaluronic Acid for additional benefits!\u003c\/p\u003e\n\u003ch3 class=\"p1\" data-mce-fragment=\"1\"\u003e\n\u003cstrong\u003eHow long does it take?\u003c\/strong\u003e \u003c\/h3\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eA session takes 5-10 minutes.\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e \u003c\/p\u003e\n\u003ch3\u003eHow often should I use it?\u003c\/h3\u003e\n\u003cp\u003eWe suggest once per week. \u003c\/p\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eCan I use on all body parts?\u003c\/h3\u003e\n\u003cp\u003eOur Hydra Dermabrasion device is designed to be used on the face only.\u003c\/p\u003e\n\u003ch3\u003eWhy is it so cheap compared to other brands?\u003c\/h3\u003e\n\u003cp\u003eThat is the LUX SKIN® difference! We don't have super high profit margins, we put the customer first.\u003c\/p\u003e\n\u003cp\u003eIn most cases our products are made in the same factories from the same materials as brands that sell for at 2-3x higher prices!\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510649967,"sku":"HYDB_01","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-HydraDermabrasionBox_8831e7e0-2856-4c0e-9b25-03d6ab49d876.jpg?v=1779256705"},{"product_id":"lux-skin-exfoliating-glove","title":"LUX SKIN® Exfoliating Glove","description":"\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eRevolutionise your skin with our Exfoliating Glove! \u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eEffortlessly removes dead skin and prevents ingrown hairs along with reducing breakouts, whilst minimising the appearance of dryness, scarring and stretch marks. \u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510682735,"sku":"EG_01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Exf_Glove_Lux_8a057bf9-3037-4352-b4e9-1bdd6bba701f.jpg?v=1779256706"},{"product_id":"lux-skin-cosmetic-bag","title":"LUX SKIN® Cosmetic Travel Bag","description":"\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eKeep all your beauty tools and devices safe in the LUX SKIN® Cosmetic Travel Bag!\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003eThe perfect size for transporting or storing your cosmetic essentials and beauty devices.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eDimensions: 10.2 X 5.9 X 3.9 Inches\u003c\/p\u003e\n\u003cp class=\"p1\" data-mce-fragment=\"1\"\u003eMaterial: PVC\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510715503,"sku":"CTB_01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/1581649904851_.pic.jpg?v=1779256707"},{"product_id":"lux-skin-led-mirror","title":"LUX SKIN® LED Mirror","description":"\u003cp\u003eThe LUX SKIN® LED Mirror is the perfect everyday essential for your skincare or makeup routine.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eFeatures:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDimmable LED ring light\u003c\/li\u003e\n\u003cli\u003e3 color modes\u003c\/li\u003e\n\u003cli\u003eIn-built touch sensors\u003c\/li\u003e\n\u003cli\u003eWireless design (battery lasts 3 hours)\u003c\/li\u003e\n\u003cli\u003eMicro USB charger\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510748271,"sku":"LEDMI_01","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-LEDMakeupMirrorBox.jpg?v=1779256708"},{"product_id":"lux-skin-crystal-hair-remover","title":"LUX SKIN® Crystal Hair Remover","description":"\u003cp\u003e \u003cimg data-mce-fragment=\"1\" style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/7991xh_480x480.gif?v=1675050723\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/7991xh_480x480.gif?v=1675050723\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eTired of the tugging and pulling off wax? Do hair removal creams burn your skin? If yes, here is the perfect solution. The LUX SKIN® Crystal Hair Remover will ensure silky smooth skin without any hassle! \u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhat Is It \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe LUX SKIN® Crystal Hair Remover is made with fine quality crystal pads that removes away unwanted hair and dead skin cells to reveal silky smooth skin. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\"\u003eProduct Benefits \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eUltra Fine Crystal Sanding Sheet -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e The ultra-fine grade sanding sheet provides effortless hair removal. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eErgonomic Design -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e With the ergonomic design, you can reach every part of your body without cramping your hands. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003ePain-Free Hair Removal -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e No more tugging, pulling, and burning with the crystal hair remover. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eSuitable for Different Body Parts -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e It is specifically designed to use all over your body. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eEasy-to-Use -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e All you have to do is rub the tool in a circular motion to remove unwanted hair and dead skin. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eQuick and Gentle - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003eGet rid of body hair in no time while smoothing out its texture. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\"\u003eHow it Works \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe LUX SKIN® Crystal Hair Remover uses premium-quality, ultra-fine crystal sheets to buff away your body hair and dead skin cells. Use the tool on targeted areas in gentle circular motions to weaken your hair shaft and remove it with your dead skin. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThis Crystal Hair Remover is quick and gentle on your skin and is also travel-friendly. You do not require any batteries or an electrical outlet to use this. The best part is that you do not have to worry about refills! \u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003eHow often should I use it?\u003c\/h3\u003e\n\u003cp\u003eWe suggest once per week. \u003c\/p\u003e\n\u003ch2\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/h2\u003e\n\u003ch3\u003eWhen is the best time to use it?\u003c\/h3\u003e\n\u003cp\u003eAfter a bath or shower.\u003c\/p\u003e\n\u003ch3\u003eCan I use on all body parts?\u003c\/h3\u003e\n\u003cp\u003eWe suggest using on legs and arms, it's best to avoid for sensitive areas such as underarms, face and bikini line.\u003c\/p\u003e\n\u003cp\u003eThe Crystal Hair Remover also works best on hair longer than 2mm.\u003c\/p\u003e\n\u003cp\u003eIf you are looking for a full body permanent hair removal solution, we suggest our \u003ca href=\"https:\/\/luxskin.co\/products\/premium-ipl-handset\"\u003eat-home laser hair removal device.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510781039,"sku":"CHR_01","price":71.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-CrystalHairRemover_1.jpg?v=1779256710"},{"product_id":"lux-skin-auto-hair-curler","title":"LUX SKIN® Cordless Hair Curler","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003ci data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/79d108_480x480.gif?v=1675123388\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003ci data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eAre you tired of getting tangled in the cords of your heating tools? Get long-lasting curls without the hassle of dealing with cables with our LUX SKIN® Cordless Hair Curler!\u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003ch2 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eWhat It Is \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cb data-mce-fragment=\"1\"\u003eLUX SKIN® Cordless Hair Curler is the Best-Selling Portable Hair Curler with Anti-Scald Design! \u003c\/b\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eOur cordless hair curlers provide quick and easy, salon-quality hair styling solutions on the go. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eWhy Is It Special \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eAdjustable Temperature - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eWith six adjustable temperature settings, you can achieve a variety of curled hairstyles.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003e6 Timer Settings -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e The six efficient timer settings ensure your hair faces no damage while styling.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eTwo Way Rotation - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eCreate inward and outward curls with the two-way rotation system. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eAnti-Scald Design - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eAchieve salon-quality curls at home without burning your hand with an open curling barrel. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003eQuick and Easy - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eGet trendy and beautiful curls within a few minutes.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003e\n\u003cb data-mce-fragment=\"1\"\u003ePortable Design - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eTake your professional hairstylist with you wherever you go! \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eHow it Works \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eThe LUX SKIN® Cordless Hair Curler features an anti-scald design that helps curl your hair without wrapping your hair around a wand. It is a safe-to-use hair styling tool for all types of hair. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eWith the clear LCD display and user-friendly controls, you can choose the ideal temperature and timer for your hair type. In addition, our two-way curling system allows you to achieve inwards and outwards curls within a few minutes. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eTravel-Friendly \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\" data-mce-fragment=\"1\"\u003eWith the small and portable design of the LUX SKIN® Cordless Hair Curler, you can take it with you wherever you go. You don’t have to look for power outlets on the go to heat style your hair. It comes with a 5000mAh Li-ion rechargeable battery that allows 60 minutes of obstacle-free hair styling. \u003c\/span\u003e\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510813807,"sku":"WHC_01","price":181.0,"currency_code":"AED","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-HairCurler.jpg?v=1779256711"},{"product_id":"anti-acne-silk-pillowcase","title":"LUX SKIN® Anti Acne Silk Pillowcase","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Screen_Shot_2021-12-07_at_6.44.36_am_480x480.png?v=1638819905\"\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003eNote: Queen size 20\"X30\" fits most pillowcases\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003e\u003c\/em\u003e\u003c\/span\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWHAT IT IS:\u003c\/strong\u003e \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eAn amazing, 22 Momme 6A Grade (the highest grade) 100% Mulberry Silk pillowcase that has acne prevention benefits.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eAll natural and hypoallergenic! \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003eOur silk pillowcases reduce bacteria spread which prevents acne and reduces the\u003cspan\u003e \u003c\/span\u003erisk of getting clogged pores.\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003eOur silk is more than nearly 5x more breathable than cotton pillows which help to regulate temperature and improve your sleep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\n\u003ch5 data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWHY IT'S SPECIAL\u003c\/strong\u003e\u003c\/h5\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eYour skin will love it! (Anti acne and ageing benefits)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eYour hair will love it! (Less frizz and friction)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eGentle on skin, antibacterial and super comfortable!\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 163px; top: 358.594px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Queen 20\"X30\" \/ White","offer_id":53129510846575,"sku":"SP01Q","price":218.0,"currency_code":"AED","in_stock":false},{"title":"Queen 20\"X30\" \/ Pink","offer_id":53129510879343,"sku":"SP01Q","price":218.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/AntiAcneSilkPillowcase-Amazon2.jpg?v=1779256713"},{"product_id":"lux-skin-water-flosser","title":"LUX SKIN® Water Flosser","description":"\u003cp\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eLet nothing stop you from smiling bright! The LUX SKIN® Water Flosser will be your ideal dental hygiene partner for a radiant smile. \u003c\/span\u003e\u003c\/i\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhat It Is\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cb\u003eLUX SKIN® Water Flosser is the Most Convenient, Trusted Dental Hygiene Tool! \u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eA powerful flossing device that squirts water directly between your teeth and gums for effective flossing. You can easily replace your average flossing string with this water flosser. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhy Is It Special \u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eHarmless Process - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003eClean between your teeth harmlessly without the fear of cuts or causing gingival clefts using water pressure. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003ePrecise Nozzle Spray -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e The precise nozzle sprays water with enough pressure to remove any buildup or food particles from your teeth. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eReduces Gum Infections -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e No more gum infection because of this easy to use dental hygiene tool \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003e3 Modes -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Comes with Strong blast, Gentle blast, and Pulse blast to meet different dental care requirements. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eEasy USB Charge -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Portable oral care solution with easy USB recharge option. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eHow it Works \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eWater flossing is an effective technique to remove dirt, food, and plaque buildup from your teeth. With the LUX SKIN® Water Flosser, you can keep your teeth clean without any harm. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eUse it right after brushing for the best results. It is ideal for people who wear braces as it provides a more efficient cleaning than regular floss. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eConventional Floss vs. Water Flosser \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eEven though a conventional floss string is the most common tool to get rid of food particles and plaque buildup, it can be harmful. It can cause bleeding in your gums or gingival clefts if not used properly. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eWith the LUX SKIN® Water Flosser, you don’t have to worry about the damage. It is gentle enough to protect your gums while precise enough to get rid of any dirt and buildup. Use it twice a day for a beautiful smile. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp\u003e\u003cspan class=\"JsGRdQ\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Screen_Shot_2021-11-07_at_9.05.41_am_480x480.png?v=1636236476\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510912111,"sku":"WF01","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-WaterFlosserProduct_1.jpg?v=1779256714"},{"product_id":"anti-frizz-hair-wand","title":"LUX SKIN® Anti Frizz Hair Wand","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cblockquote style=\"max-width: 605px; min-width: 325px;\" data-video-id=\"7158236783233223937\" cite=\"https:\/\/www.tiktok.com\/@luxskinco\/video\/7158236783233223937\" class=\"tiktok-embed\"\u003e\n\u003csection\u003e\u003ca href=\"https:\/\/www.tiktok.com\/@luxskinco?refer=embed\" title=\"@luxskinco\" target=\"_blank\"\u003e@luxskinco\u003c\/a\u003e @gabbypilkreads Anti Frizz Wand Love 💓💓💓 \u003ca href=\"https:\/\/www.tiktok.com\/tag\/luxskin?refer=embed\" title=\"luxskin\" target=\"_blank\"\u003e#luxskin\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/dupe?refer=embed\" title=\"dupe\" target=\"_blank\"\u003e#dupe\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/antifrizz?refer=embed\" title=\"antifrizz\" target=\"_blank\"\u003e#antifrizz\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/cutehairstyle?refer=embed\" title=\"cutehairstyle\" target=\"_blank\"\u003e#cutehairstyle\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/tag\/fyp?refer=embed\" title=\"fyp\" target=\"_blank\"\u003e#fyp\u003c\/a\u003e \u003ca href=\"https:\/\/www.tiktok.com\/music\/original-sound-7158236770331577090?refer=embed\" title=\"♬ original sound - LUX SKIN\" target=\"_blank\"\u003e♬ original sound - LUX SKIN\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/blockquote\u003e\n\u003ch5 data-mce-fragment=\"1\" style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003cscript async=\"\" src=\"https:\/\/www.tiktok.com\/embed.js\"\u003e\u003c\/script\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h5\u003e\n\u003ch5 data-mce-fragment=\"1\" style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cstrong data-mce-fragment=\"1\"\u003eWhat it is:\u003c\/strong\u003e \u003cbr\u003e\n\u003c\/h5\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eA little wand that you can carry with you everywhere to keep those flyaways, frizz and stray hairs down!\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003ch5 data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWhy it's special:\u003c\/strong\u003e \u003c\/span\u003e\u003c\/h5\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eHolds hair down instantly\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eDoesn't leave your hair oily, dirty or hard (like hairspray)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eTarget flyaways with precision, just a sweeping motion and those strays are back in place!\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eHow it works:\u003c\/h5\u003e\n\u003cp\u003eOur unique serum instantly holds hair down and sets it for the day\/night, without any sticky or hard residue being left behind. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510944879,"sku":"AFW01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/AntiFrizzWandBox-Amazonimage.jpg?v=1779256715"},{"product_id":"lux-skin-hydrating-eye-patches","title":"LUX SKIN® Hydrating Eye Patches (5 Pack)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003cbr\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWhat it is:\u003c\/strong\u003e Pink eye patches packed with ingredients to help rejuvenate and restore your under-eye area.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\" style=\"text-align: left;\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cspan data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\n\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eWhy it's special:\u003c\/strong\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eReduce dark circles, puffy eye bags, dryness and dullness.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eEasy to apply\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eFast 10 minute treatment\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e5 Pack = 10 Patches\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_1760825186_480x480.jpg?v=1627011697\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: 104px; top: 25.5px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129510977647,"sku":"HEP_01","price":56.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/HydratingEyePatches-Amazonimage.jpg?v=1779256717"},{"product_id":"lux-skin-hair-waver","title":"LUX SKIN® Hair Waver","description":"\u003ch2\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/79d0gr_480x480.gif?v=1675123096\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eSalon-quality hairstyle at the comfort of your home! Sport luscious and bouncy waves with our LUX SKIN® Hair Waver. \u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhat Is It \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cb\u003eLUX SKIN® Hair Waver is the Most Affordable Premium Quality Hair Tool! \u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eA salon-quality Hair Waver featuring three XL ceramic barrels that is designed to give you an epic wavy hairstyle in seconds!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhy Is It Special \u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eCeramic Barrels -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e The three XL ceramic barrels will give you bouncy waves without damaging your hair.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eQuick Heating -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Heats up instantly to make sure you get the hairstyle you want in a matter of minutes.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eAdjustable Temperature -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Adjustable temperature settings from 80 °C to 210 °C for efficient styling. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eLCD Display -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Clear display of heat adjustment on a small LCD screen. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eMost Affordable - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003eHALF the price of competitor brands on the market for the same product. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eHow It Works \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eA hair waver clamps your hair between three heated barrels to create bouncy waves. The LUX SKIN® Hair Waver features three XL ceramic barrels to create loose flowing waves. It is simple and easy to use. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eWith this premium quality hair waver, you can achieve an effortlessly beautiful wavy hairstyle within minutes. Its sleek and lightweight body will make hairstyle a lot easier than before. Just manually adjust the temperature that you prefer and get to styling!  \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eTriple Ceramic Barrels \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eCeramic barrels are designed especially for hair that cannot withstand high heat. This material will allow the heat to disperse evenly in your hair without causing any damage. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe triple XL barrel design will give you beachy waves in no time. The best part is that the smooth surface of the barrel prevents tugging and pulling. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: center;\" data-mce-style=\"text-align: center;\" data-mce-fragment=\"1\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\" data-mce-fragment=\"1\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\" data-mce-fragment=\"1\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129511043183,"sku":"HW_USA","price":181.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/HairWaverBox-Amazonimage.jpg?v=1779256718"},{"product_id":"lux-skin-blow-brush","title":"LUX SKIN® Blow Brush","description":"\u003cp\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/79czzp_480x480.gif?v=1675122895\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/79czzp_480x480.gif?v=1675122895\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eLUX SKIN® Blow Brush is a Smart Blow Drying Brush with Ionic Technology! \u003c\/b\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eA salon-quality blow drying brush that can dry and style your hair at the same time while providing gorgeous volume as well!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eProduct Benefits \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003eSmart Design \u0026amp; Technology\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e - The Oval brush design is paired with ionic technology to dry your hair without frizz.    \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003eTangle-Free Bristles\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e - No tugging and pulling with its Flexi tangle-free bristles. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003e3 Heat Settings\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e - Different heat settings for different blow dry intensities and a cold option to hold the hair in place. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003eErgonomic Grip\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e - Lightweight body with ergonomic grip, so your arms don't hurt while styling.  \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e\n\u003cb\u003eAffordable\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e - HALF the price of competitor brands on the market.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eBefore \u0026amp; After \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eUsing the blow dry brush on damp hair only takes a few minutes!\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_727533952_480x480.jpg?v=1640905075\" alt=\"\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_727533952_480x480.jpg?v=1640905075\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eHow it Works \u0026gt;\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eOur at-home blow drying brush uses ionic technology to create a beautiful, frizz-free blow-dried style while keeping your hair healthy and shiny. With LUX SKIN® Blow Brush, you will have your professional hairstylist at home at all times. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStep 1:\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e Start by towel drying your hair. Make sure you don't use it on soaking wet hair.      \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStep 2: \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eSelect your heat setting; low, medium, or high    \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStep 3: \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eStarting from the base of your head, begin to brush outwards gently with the  LUX SKIN® Blow Brush.    \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStep 4:\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e Repeat the steps for all layers and sections until your hair is completely dry and bouncy.     \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStep 5:\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e Finish with a soft hold hair spray, and you're done. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eAchieving salon-quality blow-dry has never been easier!\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003cdiv style=\"text-align: center;\" data-mce-style=\"text-align: center;\" data-mce-fragment=\"1\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\" data-mce-fragment=\"1\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\" data-mce-fragment=\"1\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129511075951,"sku":"BB_USA","price":181.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/BlowBrushBox-Amazonimage2.jpg?v=1779256719"},{"product_id":"peptide-serum","title":"LUX SKIN® Anti Aging Peptide Serum","description":"\u003cdiv class=\"guidance-box\"\u003e\n  \u003cdiv class=\"guidance-header\"\u003eWhich Package Do I Need?\u003c\/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eMild Concerns: 2 Weeks\u003c\/strong\u003e\n      \u003cspan\u003efor basic skin brightening, hydration and maintenance.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eVisible Signs of Aging: 4 Weeks\u003c\/strong\u003e\n      \u003cspan\u003efor smoother, tighter skin and enhanced collagen support.\u003c\/span\u003e\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cstrong\u003eAdvanced Anti-Aging Goals: 6 Weeks\u003c\/strong\u003e\n      \u003cspan\u003efor powerful results in reducing wrinkles, pigmentation and boosting elasticity.\u003c\/span\u003e\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n  \u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n  \u003cp\u003eThe \u003cstrong\u003eLUX SKIN® Peptide Infusion Serum\u003c\/strong\u003e is a potent anti-aging formula powered by skin-plumping peptides, deeply hydrating ingredients, and brightening actives.\u003c\/p\u003e\n  \u003cp\u003eOften described by users as a \u003cem\u003e“natural Botox alternative,”\u003c\/em\u003e this serum visibly reduces fine lines and wrinkles while restoring elasticity and radiance to the skin.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eWhy It’s Special:\u003c\/strong\u003e\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eBrightens \u0026amp; evens skin tone\u003c\/li\u003e\n    \u003cli\u003eSmoother \u0026amp; tighter skin texture\u003c\/li\u003e\n    \u003cli\u003eBoosts collagen production\u003c\/li\u003e\n    \u003cli\u003eReduces appearance of wrinkles \u0026amp; fine lines\u003c\/li\u003e\n    \u003cli\u003eDeep hydration for plumper skin\u003c\/li\u003e\n    \u003cli\u003eHelps prevent pigmentation and dullness\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 1–2 minutes daily\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e Use morning and\/or night for best results\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: left;\" data-mce-fragment=\"1\"\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv data-mce-fragment=\"1\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003eIngredients \u0026gt;\u003c\/h3\u003e\n\u003cp style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan class=\"OYPEnA text-decoration-none text-strikethrough-none\"\u003ePure water, Hyaluronic acid, Hansheng gum, Allantoin, Biological sugar gum, BSASM, Oligopeptide-1, P-hydroxy acetophenone, 1,2-hexanediol, SM, Nicotinamide (VB3), HP, MOSK 100, Hexapeptide-8, Conopeptide, Bosein (powder), Ikedoin, Ergothione.\u003c\/span\u003e\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003ePure Water\u003c\/strong\u003e: Acts as a solvent and is used to dissolve many of the active ingredients in skincare products. It also helps in maintaining the skin’s hydration levels.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eHyaluronic Acid\u003c\/strong\u003e: A powerful humectant that attracts and retains moisture in the skin, helping to keep the skin hydrated, plump, and youthful.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eAllantoin\u003c\/strong\u003e: Known for its soothing properties, it helps to heal the skin and stimulate the growth of new tissue. It’s also moisturising and can improve skin smoothness.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBiological Sugar Gum\u003c\/strong\u003e: Used for their moisturising and skin barrier-enhancing properties.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBSASM\u003c\/strong\u003e: A botanical complex that includes seven different plant extracts. It is known for its soothing, anti-irritant, and antioxidant properties.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eOligopeptide-1\u003c\/strong\u003e: Also known as EGF (epidermal growth factor), it helps in skin renewal and healing. It promotes collagen production and aids in anti-aging.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eP-hydroxy Acetophenone\u003c\/strong\u003e: Acts as a preservative booster and also has antioxidant and soothing properties.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e1,2-Hexanediol\u003c\/strong\u003e: A humectant and solvent that also works as a preservative. It enhances the texture of products and helps other ingredients to penetrate the skin.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eNicotinamide (VB3)\u003c\/strong\u003e: Also known as Niacinamide, it is a form of vitamin B3 that works to improve skin tone and texture. It reduces the appearance of pores, fine lines, and keeps the skin moisturized.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eHexapeptide-8\u003c\/strong\u003e: Often referred to as Argireline, it helps to reduce the appearance of fine lines and wrinkles by temporarily relaxing facial muscles.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eConopeptide\u003c\/strong\u003e: May refer to innovative peptides derived from marine cone snails, potentially used for their regenerative and protective properties in skincare.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eErgothione\u003c\/strong\u003e: An amino acid derivative with antioxidant properties. It helps to prevent damage from oxidative stress and can protect the skin cells.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129511108719,"sku":"PEP_01","price":108.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-PeptideinfusionserumBottle_Box_2.jpg?v=1779256721"},{"product_id":"pro-facial-cleanser","title":"LUX SKIN® Pro Facial Cleanser","description":"\u003cdiv style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/custom_resized_d20c8e6c-7c54-40c9-9376-f1ac5d618d57_480x480.jpg?v=1639565697\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e \u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003ci\u003e\u003cspan style=\"font-weight: 400;\"\u003eAdvance facial cleansing brush for soft and smooth skin! With our LUX SKIN® Pro Facial Cleanser, your skincare regimen will be 10x easier. \u003c\/span\u003e\u003c\/i\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhat Is It\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cb\u003eLUX SKIN® Pro Facial Cleanser is an Affordable Skincare Tool for Deep Cleansing! \u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eIt is a powerful cleansing brush that gives your skin a deep cleanse and facial massage without drying it out. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhy Is It Special \u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eSonic Wave Technology - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003eUltrasonic therapy uses high-frequency waves to penetrate deeper layers of skin and stimulate collagen production. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003e4 Modes -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e It comes with four sonic waves and vibration combinations to gently massage and deep cleanse your skin. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eLightweight Body -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e The lightweight body with an ergonomic handle ensures easy skin cleansing daily. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eWaterproof - \u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003eEasy facial cleansing solution that you can use while showering because of its IPX6 waterproof-rated body. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\n\u003cb\u003eDeep Cleansing -\u003c\/b\u003e\u003cspan style=\"font-weight: 400;\"\u003e Reveals smooth and clear skin while you enjoy a relaxing massage.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eHow it Works \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eUltrasonic waves range from 1 to 3 MHz that penetrate deeper layers of your skin to promote collagen production, reduce inflammation, and regulate blood flow. It is a gentle, non-invasive treatment to regenerate skin cells and remove dirt and sebum from your pores. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eThe LUX SKIN® Pro Facial Cleanser comes with 4 Sonic Vibration + Wave Modes that you choose according to your skin requirements. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eWith the waterproof body, you can use it in the shower without worry. Take this lightweight facial cleansing brush with you wherever you are for fresh and clean skin at all times. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003e4 Sonic Vibration + Wave Modes \u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eIt has four vibration and sonic wave combinations to suit different skin requirements. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eLow Sonic Vibration + Wave Massage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eHigh Sonic Vibration + Wave Massage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eNo Sonic Vibration + Wave Massage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eHigh Sonic Vibration + No Wave Massage \u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2\u003e\u003cspan style=\"font-weight: 400;\"\u003eBefore \u0026amp; After:\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Screen_Shot_2021-06-09_at_9.46.38_am_480x480.png?v=1623196019\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch5 style=\"text-align: left;\" data-mce-style=\"text-align: left;\"\u003e\n\u003cspan\u003e\u003cspan data-mce-style=\"text-decoration: underline;\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"a-section burj\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e","brand":"LUX SKIN AUS","offers":[{"title":"Default Title","offer_id":53129511141487,"sku":"PFC_01","price":144.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Amazonimage-ProCleansingBox.jpg?v=1779256722"},{"product_id":"premium-ipl-handset","title":"LUX SKIN® Premium IPL V2 - FDA Cleared","description":"\u003cdiv class=\"proof-box pink-box price-compare-box\"\u003e\n\u003cdiv class=\"proof-header pink-header\"\u003ePrice Comparison\u003c\/div\u003e\n\u003cdiv class=\"price-table\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003cth\u003eTotal Price\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eLUX SKIN\u003c\/strong\u003e IPL\u003c\/td\u003e\n\u003ctd\u003e$79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 1\u003c\/td\u003e\n\u003ctd\u003e$299\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 2\u003c\/td\u003e\n\u003ctd\u003e$339\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompetitor 3\u003c\/td\u003e\n\u003ctd\u003e$379\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"margin-top: 14px; font-size: 13px; color: #444;\" class=\"disclaimer\"\u003e*Competitors shown offer IPL Handsets with comparable features. LUX SKIN is 70% cheaper on average.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box\"\u003e\n\u003cdiv class=\"proof-header\"\u003eTested \u0026amp; Proven Results\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e✅ FDA-Cleared for Safe, At-Home Hair Removal\u003c\/li\u003e\n\u003cli\u003e⚡ 15 J\/cm² Energy Output – 2x Stronger Than Our Standard Handset\u003c\/li\u003e\n\u003cli\u003e💡 600,000 Lifetime Flashes – 2x More Than Standard Models\u003c\/li\u003e\n\u003cli\u003e👩🔬 Targets Hair Follicles for Long-Lasting Smoothness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"disclaimer\"\u003e\u003cem\u003eThe LUX SKIN® Advanced IPL Handset is FDA-cleared and intended for cosmetic use only. Results may vary based on skin tone, hair type, and treatment consistency.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-box whatisit-box\"\u003e\n\u003cdiv class=\"proof-header whatisit-header\"\u003eWhat Is It?\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eLUX SKIN® Advanced IPL Laser Hair Removal Handset\u003c\/strong\u003e is FDA-cleared and features double the energy and lifespan of our original model for faster, longer-lasting results at home.\u003c\/p\u003e\n\u003cp\u003eUsing powerful \u003cstrong\u003eIntense Pulsed Light (IPL)\u003c\/strong\u003e technology, this device safely disables hair follicles to prevent future growth — no more waxing, threading, or shaving.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003cbr\u003e- 600,000 flashes for lifetime use\u003cbr\u003e- 15 J\/cm² energy output for 2x the efficiency\u003cbr\u003e- Safe for face \u0026amp; body with skin tone auto-detection\u003cbr\u003e- FDA-cleared for peace of mind and safety\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIncludes:\u003c\/strong\u003e 1 x LUX SKIN® Advanced IPL Handset, charging cable, and instruction manual\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTreatment Time:\u003c\/strong\u003e 10–20 minutes per session\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommended Use:\u003c\/strong\u003e 1 session per week for 12–16 weeks\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\u003cstrong\u003eBefore \u0026amp; After \u0026gt;\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan style=\"font-weight: 400;\"\u003e1 week after shaving, with no IPL use VS\u003c\/span\u003e 12 weeks of IPL use (1 session per week)\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan style=\"font-weight: 400;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/shutterstock_1995486110_480x480.jpg?v=1658105951\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"font-weight: 400;\"\u003eWhat Skin \u0026amp; Hair Types can use IPL? \u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0013\/1969\/8487\/files\/Screen_Shot_2022-07-05_at_10.17.31_am_480x480.png?v=1656980346\" alt=\"\" width=\"366\" height=\"268\" style=\"display: block; margin-left: auto; margin-right: auto;\" data-mce-fragment=\"1\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch3\u003eDoes it hurt?\u003c\/h3\u003e\n\u003cp\u003eNo, our IPL is 100% safe and pain-free! It's described as a warm sensation. The higher levels will feel more intense but nevertheless, it's not painful!\u003c\/p\u003e\n\u003ch3\u003eHow long until I see results? \u003c\/h3\u003e\n\u003cp\u003eFor permanent hair removal, the suggested use is 1 x weekly, for 12 weeks. After this, you will only need to do a maintenance session every couple of months.\u003c\/p\u003e\n\u003ch6\u003e-\u003c\/h6\u003e\n\u003cdiv\u003e\u003cspan\u003eCAUTION: Before using, read the entire user manual. Always conduct a patch test to and begin using on the lowest intensity level to assess your skin sensitivity.\u003c\/span\u003e\u003c\/div\u003e\n\u003c!----\u003e","brand":"LUX SKIN","offers":[{"title":"Default Title","offer_id":53129511174255,"sku":"PRO_USA","price":291.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0655\/8410\/3535\/files\/Premium_IPL_-_V2_6.png?v=1779256724"}],"url":"https:\/\/ae.luxskin.co\/collections\/all.oembed?page=6","provider":"LUX SKIN UAE","version":"1.0","type":"link"}