{"title":"Female","description":"","products":[{"product_id":"lumari™-orbit-organizer","title":"Lumari™ Orbit Organizer","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300\u0026family=Montserrat:wght@300;400;500\u0026display=swap');\n\n  .orbit-wrap {\n    font-family: 'Montserrat', sans-serif;\n    color: #1a1a1a;\n    background: #fff;\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 0;\n    overflow: hidden;\n  }\n\n  \/* ── Hero ── *\/\n  .orbit-hero {\n    position: relative;\n    background: linear-gradient(135deg, #0d0d0d 0%, #1c1c1c 60%, #2a2a2a 100%);\n    padding: 64px 40px 56px;\n    text-align: center;\n    overflow: hidden;\n  }\n  .orbit-hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.18) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .orbit-hero-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #d4af37;\n    margin: 0 0 20px;\n    opacity: 0;\n    transform: translateY(12px);\n    animation: fadeUp 0.7s ease forwards 0.2s;\n  }\n  .orbit-hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 300;\n    color: #fff;\n    line-height: 1.1;\n    margin: 0 0 8px;\n    opacity: 0;\n    transform: translateY(16px);\n    animation: fadeUp 0.8s ease forwards 0.4s;\n  }\n  .orbit-hero-title em {\n    font-style: italic;\n    color: #d4af37;\n  }\n  .orbit-hero-rule {\n    width: 48px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #d4af37, transparent);\n    margin: 24px auto;\n    opacity: 0;\n    animation: fadeIn 1s ease forwards 0.8s;\n  }\n  .orbit-hero-tagline {\n    font-size: 12px;\n    font-weight: 300;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.5);\n    margin: 0;\n    opacity: 0;\n    animation: fadeIn 1s ease forwards 1s;\n  }\n\n  \/* ── Orbit icon animation ── *\/\n  .orbit-icon-wrap {\n    position: relative;\n    width: 90px;\n    height: 90px;\n    margin: 0 auto 32px;\n    opacity: 0;\n    animation: fadeIn 0.8s ease forwards 0.3s;\n  }\n  .orbit-ring {\n    position: absolute;\n    inset: 0;\n    border-radius: 50%;\n    border: 1px solid rgba(212,175,55,0.3);\n    animation: spinRing 8s linear infinite;\n  }\n  .orbit-ring:nth-child(2) {\n    inset: 10px;\n    border-color: rgba(212,175,55,0.5);\n    animation-duration: 5s;\n    animation-direction: reverse;\n  }\n  .orbit-ring:nth-child(3) {\n    inset: 22px;\n    border-color: rgba(212,175,55,0.8);\n    animation-duration: 3s;\n  }\n  .orbit-dot {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 8px;\n    height: 8px;\n    background: #d4af37;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    box-shadow: 0 0 12px rgba(212,175,55,0.6);\n  }\n\n  \/* ── Intro copy ── *\/\n  .orbit-intro {\n    padding: 48px 40px 0;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: fadeUp 0.8s ease forwards 1.1s;\n  }\n  .orbit-intro p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 19px;\n    font-weight: 300;\n    line-height: 1.75;\n    color: #2c2c2c;\n    margin: 0;\n  }\n\n  \/* ── Features ── *\/\n  .orbit-features {\n    padding: 48px 40px 0;\n  }\n  .orbit-features-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #d4af37;\n    margin: 0 0 28px;\n    opacity: 0;\n    animation: fadeIn 0.8s ease forwards 1.3s;\n  }\n  .orbit-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 20px 0;\n    border-bottom: 1px solid #f0f0f0;\n    opacity: 0;\n    transform: translateX(-16px);\n  }\n  .orbit-feature:last-child { border-bottom: none; }\n  .orbit-feature:nth-child(1) { animation: slideIn 0.6s ease forwards 1.4s; }\n  .orbit-feature:nth-child(2) { animation: slideIn 0.6s ease forwards 1.55s; }\n  .orbit-feature:nth-child(3) { animation: slideIn 0.6s ease forwards 1.7s; }\n  .orbit-feature:nth-child(4) { animation: slideIn 0.6s ease forwards 1.85s; }\n  .orbit-feature:nth-child(5) { animation: slideIn 0.6s ease forwards 2.0s; }\n  .orbit-feature:nth-child(6) { animation: slideIn 0.6s ease forwards 2.15s; }\n\n  .orbit-feature-icon {\n    flex-shrink: 0;\n    width: 36px;\n    height: 36px;\n    border: 1px solid #d4af37;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 15px;\n    margin-top: 2px;\n  }\n  .orbit-feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    margin: 0 0 4px;\n  }\n  .orbit-feature-desc {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 16px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.5;\n    margin: 0;\n  }\n\n  \/* ── Specs strip (mobile-friendly) ── *\/\n  .orbit-specs {\n    margin: 48px 40px 0;\n    background: linear-gradient(135deg, #0d0d0d, #1c1c1c);\n    border-radius: 4px;\n    padding: 32px 36px;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-around;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 2.3s;\n  }\n  .orbit-spec {\n    text-align: center;\n    flex: 1 1 40%;\n    padding: 16px 8px;\n  }\n  .orbit-spec-value {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 28px;\n    font-weight: 300;\n    color: #d4af37;\n    line-height: 1;\n    margin: 0 0 6px;\n  }\n  .orbit-spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.45);\n    margin: 0;\n  }\n\n  \/* ── Closing ── *\/\n  .orbit-closing {\n    padding: 48px 40px 56px;\n    text-align: center;\n    opacity: 0;\n    animation: fadeUp 0.8s ease forwards 2.5s;\n  }\n  .orbit-closing-rule {\n    width: 48px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #d4af37, transparent);\n    margin: 0 auto 28px;\n  }\n  .orbit-closing p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-style: italic;\n    font-weight: 300;\n    color: #2c2c2c;\n    line-height: 1.6;\n    margin: 0 0 8px;\n  }\n  .orbit-closing-sub {\n    font-size: 10px !important;\n    font-style: normal !important;\n    font-family: 'Montserrat', sans-serif !important;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #aaa !important;\n  }\n\n  \/* ── Mobile ── *\/\n  @media (max-width: 600px) {\n    .orbit-hero { padding: 48px 24px 40px; }\n    .orbit-intro { padding: 36px 24px 0; }\n    .orbit-features { padding: 36px 24px 0; }\n    .orbit-specs { margin: 36px 16px 0; padding: 24px 16px; }\n    .orbit-spec { flex: 1 1 45%; }\n    .orbit-closing { padding: 36px 24px 48px; }\n  }\n\n  \/* ── Keyframes ── *\/\n  @keyframes fadeUp {\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes fadeIn {\n    to { opacity: 1; }\n  }\n  @keyframes slideIn {\n    to { opacity: 1; transform: translateX(0); }\n  }\n  @keyframes spinRing {\n    from { transform: rotate(0deg); }\n    to   { transform: rotate(360deg); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"orbit-wrap\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"orbit-hero\"\u003e\n    \u003cdiv class=\"orbit-icon-wrap\"\u003e\n      \u003cdiv class=\"orbit-ring\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"orbit-ring\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"orbit-ring\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"orbit-dot\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"orbit-hero-eyebrow\"\u003eLumari™ Collection\u003c\/p\u003e\n    \u003ch2 class=\"orbit-hero-title\"\u003eOrbit \u003cem\u003eOrganiser\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cdiv class=\"orbit-hero-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"orbit-hero-tagline\"\u003eYour space, elevated\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cdiv class=\"orbit-intro\"\u003e\n    \u003cp\u003eChaos on your vanity is a thing of the past. The Lumari™ Orbit Organiser is designed for those who believe that how you store your treasures is just as important as the treasures themselves. Four independently rotating tiers fan open at your touch — giving you instant, effortless access to your jewellery, watches, fragrances, and everyday essentials.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Features --\u003e\n  \u003cdiv class=\"orbit-features\"\u003e\n    \u003cp class=\"orbit-features-label\"\u003eWhat you'll love\u003c\/p\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e↻\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eInstant Access\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eRotate any tier independently to find what you need in seconds — no more searching, no more frustration.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e◇\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eTangle-Free Storage\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eDedicated open trays keep jewellery separated and scratch-free, so every piece stays exactly as you left it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e▽\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eFelt-Lined Base\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eA soft felt interior protects your most delicate pieces from damage — because fine things deserve fine care.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e○\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eDust-Protective Cover\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eKeeps your collection pristine between uses, so it's always ready when you are.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e⬡\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eNon-Slip Silicone Feet\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eStays firmly in place on any surface — vanity, bedside table, or bathroom shelf.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"orbit-feature\"\u003e\n      \u003cdiv class=\"orbit-feature-icon\"\u003e□\u003c\/div\u003e\n      \u003cdiv class=\"orbit-feature-body\"\u003e\n        \u003cp class=\"orbit-feature-title\"\u003eCompact Footprint\u003c\/p\u003e\n        \u003cp class=\"orbit-feature-desc\"\u003eAt just 10 cm × 10 cm, it fits neatly wherever you need it without crowding your space.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specs --\u003e\n  \u003cdiv class=\"orbit-specs\"\u003e\n    \u003cdiv class=\"orbit-spec\"\u003e\n      \u003cp class=\"orbit-spec-value\"\u003e4\u003c\/p\u003e\n      \u003cp class=\"orbit-spec-label\"\u003eRotating Tiers\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"orbit-spec\"\u003e\n      \u003cp class=\"orbit-spec-value\"\u003e10cm\u003c\/p\u003e\n      \u003cp class=\"orbit-spec-label\"\u003eFootprint\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"orbit-spec\"\u003e\n      \u003cp class=\"orbit-spec-value\"\u003e360°\u003c\/p\u003e\n      \u003cp class=\"orbit-spec-label\"\u003eAccess\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"orbit-spec\"\u003e\n      \u003cp class=\"orbit-spec-value\"\u003e1\u003c\/p\u003e\n      \u003cp class=\"orbit-spec-label\"\u003eColour: White\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Closing --\u003e\n  \u003cdiv class=\"orbit-closing\"\u003e\n    \u003cdiv class=\"orbit-closing-rule\"\u003e\u003c\/div\u003e\n    \u003cp\u003eOrganise beautifully. Live effortlessly.\u003c\/p\u003e\n    \u003cp class=\"orbit-closing-sub\"\u003eLumari™ — Premium Accessories\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45427751190597,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-4-tier-organiser-flat-lay.png?v=1785396481"},{"product_id":"lumari™-lashlift-pro","title":"Lumari™ LashLift Pro","description":"\u003cdiv style=\"font-family:Georgia,serif;background:#0a0a0a;color:#f5f0e8;padding:48px 20px;max-width:720px;margin:0 auto;\"\u003e\n\n  \u003c!-- EYEBROW --\u003e\n  \u003cp style=\"font-family:Arial,sans-serif;font-size:10px;letter-spacing:4px;text-transform:uppercase;color:#c9a84c;text-align:center;margin:0 0 14px;\"\u003eLumari™ Beauty Tools\u003c\/p\u003e\n\n  \u003c!-- HEADLINE --\u003e\n  \u003ch2 style=\"font-size:clamp(26px,6vw,42px);font-weight:400;line-height:1.25;color:#ffffff;text-align:center;margin:0 0 20px;\"\u003eWake Up to Lashes That \u003cspan style=\"color:#c9a84c;\"\u003eTurn Heads\u003c\/span\u003e\n\u003c\/h2\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv style=\"width:48px;height:2px;background:linear-gradient(90deg,transparent,#c9a84c,transparent);margin:0 auto 24px;\"\u003e\u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp style=\"font-size:15px;line-height:1.85;color:#b8b0a0;text-align:center;max-width:560px;margin:0 auto 48px;\"\u003eFlat, straight lashes are a thing of the past. The Lumari™ LashLift Pro gives you a wide-eyed, lifted curl that lasts all day — no salon appointment, no lash extensions, no mascara struggle. Just beautifully curled lashes in seconds, every single morning.\u003c\/p\u003e\n\n  \u003c!-- GOLD BAR --\u003e\n  \u003cdiv style=\"height:1px;background:linear-gradient(90deg,transparent,#c9a84c55,transparent);margin:0 auto 48px;max-width:400px;\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BENEFITS LABEL --\u003e\n  \u003cp style=\"font-family:Arial,sans-serif;font-size:10px;letter-spacing:5px;text-transform:uppercase;color:#c9a84c;text-align:center;margin:0 0 28px;\"\u003eWhat You'll Notice Immediately\u003c\/p\u003e\n\n  \u003c!-- BENEFIT 1 --\u003e\n  \u003cdiv style=\"background:#111111;border:1px solid #1e1e1e;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;\"\u003e\n    \u003cspan style=\"font-size:22px;flex-shrink:0;\"\u003e✨\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#ffffff;font-weight:600;margin-bottom:4px;\"\u003eInstant, Long-Lasting Curl\u003c\/strong\u003e\n      \u003cspan style=\"font-size:13px;color:#7a7060;line-height:1.6;\"\u003eYour lashes stay lifted from morning to night.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT 2 --\u003e\n  \u003cdiv style=\"background:#111111;border:1px solid #1e1e1e;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;\"\u003e\n    \u003cspan style=\"font-size:22px;flex-shrink:0;\"\u003e👁️\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#ffffff;font-weight:600;margin-bottom:4px;\"\u003eEyes Look Bigger \u0026amp; More Awake\u003c\/strong\u003e\n      \u003cspan style=\"font-size:13px;color:#7a7060;line-height:1.6;\"\u003eWithout a single drop of mascara.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT 3 --\u003e\n  \u003cdiv style=\"background:#111111;border:1px solid #1e1e1e;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;\"\u003e\n    \u003cspan style=\"font-size:22px;flex-shrink:0;\"\u003e💛\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#ffffff;font-weight:600;margin-bottom:4px;\"\u003eZero Pinching, Zero Pulling\u003c\/strong\u003e\n      \u003cspan style=\"font-size:13px;color:#7a7060;line-height:1.6;\"\u003eThe gentle heated silicone pad wraps your lashes safely.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT 4 --\u003e\n  \u003cdiv style=\"background:#111111;border:1px solid #1e1e1e;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;margin-bottom:12px;\"\u003e\n    \u003cspan style=\"font-size:22px;flex-shrink:0;\"\u003e⚡\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#ffffff;font-weight:600;margin-bottom:4px;\"\u003eReady in 10 Seconds\u003c\/strong\u003e\n      \u003cspan style=\"font-size:13px;color:#7a7060;line-height:1.6;\"\u003eHeats up fast so you're never late.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFIT 5 --\u003e\n  \u003cdiv style=\"background:#111111;border:1px solid #1e1e1e;border-radius:12px;padding:20px 18px;display:flex;align-items:flex-start;gap:14px;margin-bottom:48px;\"\u003e\n    \u003cspan style=\"font-size:22px;flex-shrink:0;\"\u003e🔋\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#ffffff;font-weight:600;margin-bottom:4px;\"\u003eUSB Rechargeable\u003c\/strong\u003e\n      \u003cspan style=\"font-size:13px;color:#7a7060;line-height:1.6;\"\u003eCharge once, curl all week.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GOLD BAR --\u003e\n  \u003cdiv style=\"height:1px;background:linear-gradient(90deg,transparent,#c9a84c55,transparent);margin:0 auto 48px;max-width:400px;\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS LABEL --\u003e\n  \u003cp style=\"font-family:Arial,sans-serif;font-size:10px;letter-spacing:5px;text-transform:uppercase;color:#c9a84c;text-align:center;margin:0 0 12px;\"\u003eHow It Works\u003c\/p\u003e\n  \u003ch3 style=\"font-size:20px;font-weight:400;color:#ffffff;text-align:center;margin:0 0 36px;\"\u003ePrecision Heat. Effortless Curl.\u003c\/h3\u003e\n\n  \u003c!-- STEP 1 --\u003e\n  \u003cdiv style=\"display:flex;align-items:flex-start;gap:18px;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"width:38px;height:38px;border-radius:50%;border:1px solid #c9a84c;color:#c9a84c;font-family:Arial,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;\"\u003e1\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:6px;\"\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#c9a84c;font-weight:600;margin-bottom:4px;\"\u003ePower On\u003c\/strong\u003e\n      \u003cp style=\"font-size:14px;color:#7a7060;line-height:1.7;margin:0;\"\u003ePress the power button and wait for the indicator light. Your LashLift Pro is ready in under 10 seconds.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 2 --\u003e\n  \u003cdiv style=\"display:flex;align-items:flex-start;gap:18px;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"width:38px;height:38px;border-radius:50%;border:1px solid #c9a84c;color:#c9a84c;font-family:Arial,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;\"\u003e2\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:6px;\"\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#c9a84c;font-weight:600;margin-bottom:4px;\"\u003ePosition \u0026amp; Hold\u003c\/strong\u003e\n      \u003cp style=\"font-size:14px;color:#7a7060;line-height:1.7;margin:0;\"\u003ePlace your upper lashes between the heated silicone pad and the comb. Hold for 8–10 seconds.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 3 --\u003e\n  \u003cdiv style=\"display:flex;align-items:flex-start;gap:18px;margin-bottom:48px;\"\u003e\n    \u003cdiv style=\"width:38px;height:38px;border-radius:50%;border:1px solid #c9a84c;color:#c9a84c;font-family:Arial,sans-serif;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;\"\u003e3\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:6px;\"\u003e\n      \u003cstrong style=\"display:block;font-family:Arial,sans-serif;font-size:14px;color:#c9a84c;font-weight:600;margin-bottom:4px;\"\u003eRelease \u0026amp; Repeat\u003c\/strong\u003e\n      \u003cp style=\"font-size:14px;color:#7a7060;line-height:1.7;margin:0;\"\u003eGently release and repeat along the lash line for a full, fanned-out curl. The ergonomic scissor-grip handle keeps you in complete control.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GOLD BAR --\u003e\n  \u003cdiv style=\"height:1px;background:linear-gradient(90deg,transparent,#c9a84c55,transparent);margin:0 auto 48px;max-width:400px;\"\u003e\u003c\/div\u003e\n\n  \u003c!-- RITUAL BLOCK --\u003e\n  \u003cdiv style=\"background:linear-gradient(135deg,#111111 0%,#0f0d08 100%);border:1px solid #1e1e1e;border-radius:16px;padding:36px 24px;text-align:center;\"\u003e\n    \u003ch3 style=\"font-size:20px;font-weight:400;color:#ffffff;margin:0 0 16px;\"\u003eBuilt for Your Daily Ritual\u003c\/h3\u003e\n    \u003cp style=\"font-size:15px;color:#7a7060;line-height:1.8;margin:0 0 20px;\"\u003eCompact enough to slip into your makeup bag, powerful enough to replace your old mechanical curler for good. Designed for everyday use — whether you're getting ready for work, a night out, or simply want to feel polished in minutes.\u003c\/p\u003e\n    \u003cem style=\"display:block;font-size:14px;color:#c9a84c;font-style:italic;letter-spacing:0.5px;\"\u003eBecause great lashes shouldn't require a great effort.\u003c\/em\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lumari","offers":[{"title":"Pink","offer_id":45469107519557,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":45469107552325,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-electric-eyelash-curler-hero-shot_f117f627-4bb2-40fa-b11e-432273a4dbae.png?v=1785834103"},{"product_id":"lumari™-pro-nail-drill","title":"Lumari™ Pro Nail Drill","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .lm-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .lm-wrap {\n    background: #0a0a0a;\n    color: #e8e0d0;\n    font-family: 'Inter', sans-serif;\n    padding: 60px 24px;\n    max-width: 860px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  \/* DIVIDER *\/\n  .lm-divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #C9A84C, #F0C040, #C9A84C, transparent);\n    margin: 48px 0;\n  }\n\n  \/* SPARKLES *\/\n  .lm-hero { text-align: center; position: relative; padding-bottom: 16px; }\n  .lm-hero-sparkles {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    pointer-events: none; overflow: hidden;\n  }\n  .lm-spark {\n    position: absolute;\n    width: 4px; height: 4px;\n    border-radius: 50%;\n    background: #F0C040;\n    opacity: 0;\n    animation: lm-sparkle 3s infinite ease-in-out;\n  }\n  .lm-spark:nth-child(1) { top: 10%; left: 5%;  animation-delay: 0s;   animation-duration: 2.8s; }\n  .lm-spark:nth-child(2) { top: 30%; left: 90%; animation-delay: 0.5s; animation-duration: 3.2s; }\n  .lm-spark:nth-child(3) { top: 70%; left: 15%; animation-delay: 1s;   animation-duration: 2.5s; }\n  .lm-spark:nth-child(4) { top: 50%; left: 80%; animation-delay: 1.5s; animation-duration: 3.5s; }\n  .lm-spark:nth-child(5) { top: 85%; left: 50%; animation-delay: 0.8s; animation-duration: 2.9s; }\n  .lm-spark:nth-child(6) { top: 20%; left: 60%; animation-delay: 2s;   animation-duration: 3.1s; }\n  @keyframes lm-sparkle {\n    0%   { opacity: 0; transform: scale(0) translateY(0); }\n    50%  { opacity: 1; transform: scale(1.5) translateY(-8px); }\n    100% { opacity: 0; transform: scale(0) translateY(-16px); }\n  }\n\n  \/* HEADLINE SHIMMER *\/\n  .lm-headline {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 5vw, 48px);\n    font-weight: 900;\n    line-height: 1.2;\n    background: linear-gradient(90deg, #C9A84C 0%, #F0C040 40%, #fff8e7 55%, #F0C040 70%, #C9A84C 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: lm-shimmer 4s linear infinite, lm-fadein 1s ease forwards;\n  }\n  @keyframes lm-shimmer {\n    0%   { background-position: 200% center; }\n    100% { background-position: -200% center; }\n  }\n  @keyframes lm-fadein {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* SUBTEXT *\/\n  .lm-subtext {\n    margin-top: 20px;\n    font-size: 16px;\n    line-height: 1.8;\n    color: #c8bfaf;\n    max-width: 680px;\n    margin-left: auto;\n    margin-right: auto;\n    animation: lm-fadein 1s ease 0.3s both;\n  }\n\n  \/* SECTION TITLES *\/\n  .lm-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 28px);\n    font-weight: 700;\n    color: #F0C040;\n    margin-bottom: 28px;\n    letter-spacing: 0.5px;\n    animation: lm-fadein 0.8s ease both;\n  }\n\n  \/* BENEFIT CARDS *\/\n  .lm-benefits { list-style: none; display: flex; flex-direction: column; gap: 16px; }\n  .lm-benefit-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: linear-gradient(135deg, #141414, #1a1a1a);\n    border: 1px solid #2a2a2a;\n    border-left: 3px solid #C9A84C;\n    border-radius: 8px;\n    padding: 16px 20px;\n    transition: border-color 0.3s ease, box-shadow 0.3s ease;\n    animation: lm-slidein 0.6s ease both;\n  }\n  .lm-benefit-item:hover {\n    border-left-color: #F0C040;\n    box-shadow: 0 0 20px rgba(240, 192, 64, 0.12);\n  }\n  .lm-benefit-item:nth-child(1) { animation-delay: 0.1s; }\n  .lm-benefit-item:nth-child(2) { animation-delay: 0.2s; }\n  .lm-benefit-item:nth-child(3) { animation-delay: 0.3s; }\n  .lm-benefit-item:nth-child(4) { animation-delay: 0.4s; }\n  .lm-benefit-item:nth-child(5) { animation-delay: 0.5s; }\n  .lm-benefit-item:nth-child(6) { animation-delay: 0.6s; }\n  @keyframes lm-slidein {\n    from { opacity: 0; transform: translateX(-24px); }\n    to   { opacity: 1; transform: translateX(0); }\n  }\n  .lm-benefit-emoji { font-size: 22px; flex-shrink: 0; margin-top: 2px; }\n  .lm-benefit-text { font-size: 15px; line-height: 1.6; color: #d4c9b8; }\n  .lm-benefit-text strong { color: #F0C040; font-weight: 500; }\n\n  \/* HOW IT WORKS *\/\n  .lm-how-text {\n    font-size: 15px;\n    line-height: 1.9;\n    color: #c8bfaf;\n    background: linear-gradient(135deg, #111, #161616);\n    border: 1px solid #222;\n    border-radius: 10px;\n    padding: 28px 32px;\n    position: relative;\n    animation: lm-fadein 0.9s ease 0.2s both;\n  }\n  .lm-how-text::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 3px;\n    background: linear-gradient(90deg, #C9A84C, #F0C040, #C9A84C);\n    border-radius: 10px 10px 0 0;\n  }\n\n  \/* WHAT'S IN THE BOX *\/\n  .lm-box-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }\n  .lm-box-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    font-size: 15px;\n    color: #d4c9b8;\n    animation: lm-slidein 0.5s ease both;\n  }\n  .lm-box-item:nth-child(1) { animation-delay: 0.1s; }\n  .lm-box-item:nth-child(2) { animation-delay: 0.2s; }\n  .lm-box-item:nth-child(3) { animation-delay: 0.3s; }\n  .lm-box-item:nth-child(4) { animation-delay: 0.4s; }\n  .lm-box-item:nth-child(5) { animation-delay: 0.5s; }\n  .lm-box-check {\n    width: 22px; height: 22px; flex-shrink: 0;\n    border: 1.5px solid #C9A84C;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    color: #F0C040;\n    font-size: 12px;\n  }\n\n  \/* CLOSING *\/\n  .lm-closing {\n    text-align: center;\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #C9A84C;\n    letter-spacing: 0.5px;\n    animation: lm-fadein 1s ease 0.4s both;\n  }\n\n  @media (max-width: 480px) {\n    .lm-wrap { padding: 40px 16px; }\n    .lm-how-text { padding: 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"lm-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"lm-hero\"\u003e\n\u003cdiv class=\"lm-hero-sparkles\"\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"lm-spark\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"lm-headline\"\u003eSalon-Quality Nails.\u003cbr\u003eAt Home. On Your Terms.\u003c\/h2\u003e\n\u003cp class=\"lm-subtext\"\u003eThe \u003cstrong style=\"color: #f0c040;\"\u003eLumari™ Pro Nail Drill\u003c\/strong\u003e gives you the power of a professional nail technician — without the salon price tag or the appointment. Whether you're shaping, filing, buffing, or removing gel, this precision tool delivers flawless results every single time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003ch3 class=\"lm-section-title\"\u003eWhat You'll Love\u003c\/h3\u003e\n\u003cul class=\"lm-benefits\"\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e💅\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eSalon-smooth finish\u003c\/strong\u003e — achieve perfectly shaped, buffed nails in minutes\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eRechargeable \u0026amp; cordless\u003c\/strong\u003e — built-in battery means no tangled cords, no interruptions\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e🎛️\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eVariable speed control\u003c\/strong\u003e — adjust from gentle buffing to powerful shaping with ease\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e🔇\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eLow noise \u0026amp; low vibration\u003c\/strong\u003e — a quiet, comfortable experience every time\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e🧰\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eComplete kit included\u003c\/strong\u003e — comes with 6 precision drill bits for every nail need\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"lm-benefit-item\"\u003e\n\u003cspan class=\"lm-benefit-emoji\"\u003e📱\u003c\/span\u003e\u003cspan class=\"lm-benefit-text\"\u003e\u003cstrong\u003eLED display\u003c\/strong\u003e — monitor speed settings at a glance\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"lm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003ch3 class=\"lm-section-title\"\u003eHow It Works\u003c\/h3\u003e\n\u003cdiv class=\"lm-how-text\"\u003eSimply charge the device via USB-C, select your desired drill bit from the included set, and dial in your preferred speed on the LED display. The ergonomic handpiece fits naturally in your hand — glide it across your nails to shape, smooth, or remove product effortlessly. Switch bits in seconds to move between filing, buffing, and cuticle care without missing a beat.\u003c\/div\u003e\n\u003cdiv class=\"lm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- WHAT'S IN THE BOX --\u003e\n\u003ch3 class=\"lm-section-title\"\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul class=\"lm-box-list\"\u003e\n\u003cli class=\"lm-box-item\"\u003e\n\u003cspan class=\"lm-box-check\"\u003e✓\u003c\/span\u003eLumari™ Pro Nail Drill base unit\u003c\/li\u003e\n\u003cli class=\"lm-box-item\"\u003e\n\u003cspan class=\"lm-box-check\"\u003e✓\u003c\/span\u003ePrecision drill handpiece\u003c\/li\u003e\n\u003cli class=\"lm-box-item\"\u003e\n\u003cspan class=\"lm-box-check\"\u003e✓\u003c\/span\u003e6 interchangeable drill bits\u003c\/li\u003e\n\u003cli class=\"lm-box-item\"\u003e\n\u003cspan class=\"lm-box-check\"\u003e✓\u003c\/span\u003eUSB charging cable\u003c\/li\u003e\n\u003cli class=\"lm-box-item\"\u003e\n\u003cspan class=\"lm-box-check\"\u003e✓\u003c\/span\u003eProduct manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"lm-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cp class=\"lm-closing\"\u003eYour nails. Your rules. Elevated by Lumari™.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45473650344005,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-nail-drill-hero-shot.png?v=1785872057"},{"product_id":"lumari™-polish-pro-stand","title":"Lumari™ Polish Pro Stand","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026family=Montserrat:wght@300;400;500;600\u0026display=swap');\n\n  .lumari-wrap {\n    background: #0A0A0A;\n    color: #fff;\n    font-family: 'Montserrat', sans-serif;\n    padding: 60px 40px;\n    max-width: 860px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  \/* HERO HEADLINE *\/\n  .lumari-hero {\n    text-align: center;\n    margin-bottom: 60px;\n  }\n\n  .lumari-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 5vw, 3.2rem);\n    font-weight: 700;\n    color: #fff;\n    margin: 0 0 16px;\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.9s ease, transform 0.9s ease;\n  }\n\n  .lumari-hero h1.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .gold-line {\n    width: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #C9A84C, #f0d080, #C9A84C);\n    margin: 0 auto;\n    transition: width 1.2s ease 0.5s;\n    box-shadow: 0 0 10px rgba(201,168,76,0.6);\n  }\n\n  .gold-line.visible {\n    width: 180px;\n  }\n\n  \/* INTRO *\/\n  .lumari-intro {\n    font-size: 1rem;\n    line-height: 1.9;\n    color: #ccc;\n    text-align: center;\n    max-width: 680px;\n    margin: 0 auto 70px;\n    font-weight: 300;\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;\n  }\n\n  .lumari-intro.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* SECTION TITLES *\/\n  .lumari-section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.5rem;\n    color: #C9A84C;\n    margin-bottom: 30px;\n    letter-spacing: 0.04em;\n    opacity: 0;\n    transform: translateX(-20px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n\n  .lumari-section-title.visible {\n    opacity: 1;\n    transform: translateX(0);\n  }\n\n  \/* BENEFITS *\/\n  .lumari-benefits {\n    margin-bottom: 70px;\n  }\n\n  .benefit-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 18px 0;\n    border-bottom: 1px solid #1a1a1a;\n    opacity: 0;\n    transform: translateX(-30px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n\n  .benefit-item.visible {\n    opacity: 1;\n    transform: translateX(0);\n  }\n\n  .benefit-emoji {\n    font-size: 1.4rem;\n    min-width: 36px;\n    text-align: center;\n    margin-top: 2px;\n  }\n\n  .benefit-text {\n    font-size: 0.95rem;\n    line-height: 1.7;\n    color: #ddd;\n    font-weight: 300;\n  }\n\n  .benefit-text strong {\n    color: #fff;\n    font-weight: 600;\n  }\n\n  \/* HOW IT WORKS *\/\n  .lumari-steps {\n    margin-bottom: 70px;\n  }\n\n  .step-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 24px;\n    margin-bottom: 32px;\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n\n  .step-item.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .step-number {\n    min-width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    border: 2px solid #C9A84C;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    color: #C9A84C;\n    box-shadow: 0 0 12px rgba(201,168,76,0.3);\n    flex-shrink: 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .step-number::after {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: linear-gradient(45deg, transparent 30%, rgba(201,168,76,0.15) 50%, transparent 70%);\n    animation: shimmer 3s infinite;\n  }\n\n  @keyframes shimmer {\n    0% { transform: translateX(-100%) rotate(45deg); }\n    100% { transform: translateX(100%) rotate(45deg); }\n  }\n\n  .step-content h4 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: #C9A84C;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    margin: 0 0 6px;\n  }\n\n  .step-content p {\n    font-size: 0.95rem;\n    color: #ccc;\n    line-height: 1.7;\n    margin: 0;\n    font-weight: 300;\n  }\n\n  \/* CLOSING *\/\n  .lumari-closing {\n    border-left: 3px solid #C9A84C;\n    padding: 24px 32px;\n    background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);\n    border-radius: 0 8px 8px 0;\n    opacity: 0;\n    transform: translateY(20px);\n    transition: opacity 0.9s ease, transform 0.9s ease;\n    box-shadow: inset 0 0 40px rgba(201,168,76,0.03), 0 0 30px rgba(0,0,0,0.5);\n  }\n\n  .lumari-closing.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .lumari-closing p {\n    font-family: 'Playfair Display', serif;\n    font-style: italic;\n    font-size: 1.05rem;\n    line-height: 1.9;\n    color: #ddd;\n    margin: 0 0 12px;\n  }\n\n  .lumari-closing .brand-tag {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.75rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #C9A84C;\n    font-weight: 500;\n  }\n\n  \/* GOLD DIVIDER *\/\n  .gold-divider {\n    width: 60px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #C9A84C, transparent);\n    margin: 50px auto;\n    opacity: 0;\n    transition: opacity 0.8s ease;\n  }\n\n  .gold-divider.visible {\n    opacity: 1;\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lumari-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"lumari-hero\"\u003e\n    \u003ch1 class=\"anim\"\u003eYour Nails Deserve a Proper Stage.\u003c\/h1\u003e\n    \u003cdiv class=\"gold-line anim\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp class=\"lumari-intro anim\"\u003e\n    The \u003cstrong style=\"color:#fff;\"\u003eLumari™ Polish Pro Stand\u003c\/strong\u003e is designed for those who take their nail game seriously. Whether you're a nail tech, a beauty enthusiast, or someone who simply refuses to knock over another bottle mid-application — this stand was made for you.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"gold-divider anim\"\u003e\u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"lumari-benefits\"\u003e\n    \u003ch2 class=\"lumari-section-title anim\"\u003eWhat It Does For You\u003c\/h2\u003e\n\n    \u003cdiv class=\"benefit-item anim\" style=\"transition-delay: 0.1s\"\u003e\n      \u003cdiv class=\"benefit-emoji\"\u003e🎯\u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eHolds your polish steady\u003c\/strong\u003e so you can focus on precision, not balance\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-item anim\" style=\"transition-delay: 0.2s\"\u003e\n      \u003cdiv class=\"benefit-emoji\"\u003e💅\u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eFrees up your hands\u003c\/strong\u003e for a smoother, cleaner application every time\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-item anim\" style=\"transition-delay: 0.3s\"\u003e\n      \u003cdiv class=\"benefit-emoji\"\u003e✨\u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eElevates your nail station\u003c\/strong\u003e — because your setup should look as good as your nails\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-item anim\" style=\"transition-delay: 0.4s\"\u003e\n      \u003cdiv class=\"benefit-emoji\"\u003e🔄\u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003e360° adjustable arm\u003c\/strong\u003e positions your bottle at the perfect angle for any nail shape or technique\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"benefit-item anim\" style=\"transition-delay: 0.5s\"\u003e\n      \u003cdiv class=\"benefit-emoji\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eNon-slip weighted base\u003c\/strong\u003e keeps everything stable on any surface\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gold-divider anim\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"lumari-steps\"\u003e\n    \u003ch2 class=\"lumari-section-title anim\"\u003eHow It Works\u003c\/h2\u003e\n\n    \u003cdiv class=\"step-item anim\" style=\"transition-delay: 0.1s\"\u003e\n      \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003ePlace\u003c\/h4\u003e\n        \u003cp\u003eDrop your nail polish bottle into the chrome clamp at the top of the flexible arm — it clicks in securely.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step-item anim\" style=\"transition-delay: 0.25s\"\u003e\n      \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003eAdjust\u003c\/h4\u003e\n        \u003cp\u003ePosition the arm to your preferred height and angle, then lock it in place for hands-free precision.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step-item anim\" style=\"transition-delay: 0.4s\"\u003e\n      \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"step-content\"\u003e\n        \u003ch4\u003eCreate\u003c\/h4\u003e\n        \u003cp\u003eThe weighted base sits flat on any surface — no wobbling, no tipping, no mess. Swap bottles in seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gold-divider anim\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"lumari-closing anim\"\u003e\n    \u003cp\u003eCrafted with a premium white finish and polished chrome hardware, the Lumari™ Polish Pro Stand is as much a statement piece as it is a tool. Compact enough for your vanity, professional enough for your salon.\u003c\/p\u003e\n    \u003cspan class=\"brand-tag\"\u003eLumari™ — Precision. Elegance. You.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  const observer = new IntersectionObserver((entries) =\u003e {\n    entries.forEach(entry =\u003e {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, { threshold: 0.15 });\n\n  document.querySelectorAll('.anim').forEach(el =\u003e observer.observe(el));\n\u003c\/script\u003e\n\n\n\n\u003c\/body\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45473944731717,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/gold-nail-polish_0b077999-6d8d-41fe-be3a-b9afb53781ce.png?v=1785873856"},{"product_id":"lumari™-the-luxe-set","title":"Lumari™ The Luxe Set","description":"\u003cdiv style=\"background:#0a0a0a;color:#e8e0d0;font-family:'Georgia',serif;padding:40px 20px;max-width:800px;margin:0 auto;\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv style=\"text-align:center;padding:40px 0 48px;border-bottom:1px solid #C9A84C44;\"\u003e\n    \u003ch2 style=\"font-family:'Georgia',serif;font-size:2.4rem;color:#F0C040;letter-spacing:0.04em;line-height:1.2;margin:0 0 20px;\"\u003eYour Nails. Perfected.\u003c\/h2\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.95rem;line-height:1.9;color:#c8bfb0;max-width:580px;margin:0 auto;\"\u003eBecause beautifully groomed nails aren't a luxury — they're a standard. The Lumari™ Luxe Set gives you salon-quality results from the comfort of your own space, so every detail is always on point.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv style=\"text-align:center;margin:40px 0 16px;\"\u003e\u003cspan style=\"color:#C9A84C;font-size:1rem;letter-spacing:0.3em;\"\u003e— ✦ —\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- WHAT YOU'LL EXPERIENCE --\u003e\n  \u003ch3 style=\"font-family:'Georgia',serif;font-size:1.3rem;color:#F0C040;text-align:center;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 32px;\"\u003eWhat You'll Experience\u003c\/h3\u003e\n\n  \u003c!-- CARD 1 --\u003e\n  \u003cdiv style=\"background:#111;border:1px solid #C9A84C44;padding:28px 24px;margin-bottom:16px;\"\u003e\n    \u003cp style=\"font-family:'Georgia',serif;font-size:1.05rem;color:#F0C040;margin:0 0 10px;\"\u003e✂️  Precision at Your Fingertips\u003c\/p\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.88rem;line-height:1.8;color:#a09888;margin:0;\"\u003eSharp, professional-grade stainless steel tools that cut cleanly, shape effortlessly, and last.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARD 2 --\u003e\n  \u003cdiv style=\"background:#111;border:1px solid #C9A84C44;padding:28px 24px;margin-bottom:16px;\"\u003e\n    \u003cp style=\"font-family:'Georgia',serif;font-size:1.05rem;color:#F0C040;margin:0 0 10px;\"\u003e🗂️  A Complete Ritual in One Case\u003c\/p\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.88rem;line-height:1.8;color:#a09888;margin:0;\"\u003e14 curated tools covering every step of your nail and grooming routine — nothing missing, nothing wasted.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARD 3 --\u003e\n  \u003cdiv style=\"background:#111;border:1px solid #C9A84C44;padding:28px 24px;margin-bottom:16px;\"\u003e\n    \u003cp style=\"font-family:'Georgia',serif;font-size:1.05rem;color:#F0C040;margin:0 0 10px;\"\u003e💅  Confidence in Every Detail\u003c\/p\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.88rem;line-height:1.8;color:#a09888;margin:0;\"\u003eSmooth edges, clean cuticles, and a polished finish that speaks before you do.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARD 4 --\u003e\n  \u003cdiv style=\"background:#111;border:1px solid #C9A84C44;padding:28px 24px;margin-bottom:16px;\"\u003e\n    \u003cp style=\"font-family:'Georgia',serif;font-size:1.05rem;color:#F0C040;margin:0 0 10px;\"\u003e✈️  Travel-Ready Luxury\u003c\/p\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.88rem;line-height:1.8;color:#a09888;margin:0;\"\u003eA compact blush pink case that keeps everything organised and protected, at home or on the go.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv style=\"text-align:center;margin:40px 0 16px;\"\u003e\u003cspan style=\"color:#C9A84C;font-size:1rem;letter-spacing:0.3em;\"\u003e— ✦ —\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003ch3 style=\"font-family:'Georgia',serif;font-size:1.3rem;color:#F0C040;text-align:center;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 32px;\"\u003eHow It Works\u003c\/h3\u003e\n\n  \u003c!-- STEP 1 --\u003e\n  \u003cdiv style=\"display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"flex-shrink:0;width:42px;height:42px;border:1px solid #C9A84C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Georgia',serif;font-size:1.1rem;color:#F0C040;background:#0a0a0a;\"\u003e1\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:8px;\"\u003e\n      \u003cp style=\"font-family:'Georgia',serif;font-size:1rem;color:#F0C040;margin:0 0 6px;\"\u003eSoften\u003c\/p\u003e\n      \u003cp style=\"font-family:Arial,sans-serif;font-size:0.85rem;line-height:1.8;color:#a09888;margin:0;\"\u003eSoak nails in warm water for 2–3 minutes to soften the nail and cuticle.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 2 --\u003e\n  \u003cdiv style=\"display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"flex-shrink:0;width:42px;height:42px;border:1px solid #C9A84C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Georgia',serif;font-size:1.1rem;color:#F0C040;background:#0a0a0a;\"\u003e2\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:8px;\"\u003e\n      \u003cp style=\"font-family:'Georgia',serif;font-size:1rem;color:#F0C040;margin:0 0 6px;\"\u003eClip \u0026amp; Shape\u003c\/p\u003e\n      \u003cp style=\"font-family:Arial,sans-serif;font-size:0.85rem;line-height:1.8;color:#a09888;margin:0;\"\u003eUse the precision nail clippers to trim to your desired length, then refine with the nail file.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 3 --\u003e\n  \u003cdiv style=\"display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"flex-shrink:0;width:42px;height:42px;border:1px solid #C9A84C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Georgia',serif;font-size:1.1rem;color:#F0C040;background:#0a0a0a;\"\u003e3\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:8px;\"\u003e\n      \u003cp style=\"font-family:'Georgia',serif;font-size:1rem;color:#F0C040;margin:0 0 6px;\"\u003eRefine\u003c\/p\u003e\n      \u003cp style=\"font-family:Arial,sans-serif;font-size:0.85rem;line-height:1.8;color:#a09888;margin:0;\"\u003eGently push back and tidy cuticles using the cuticle pusher and trimmer.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 4 --\u003e\n  \u003cdiv style=\"display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"flex-shrink:0;width:42px;height:42px;border:1px solid #C9A84C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Georgia',serif;font-size:1.1rem;color:#F0C040;background:#0a0a0a;\"\u003e4\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:8px;\"\u003e\n      \u003cp style=\"font-family:'Georgia',serif;font-size:1rem;color:#F0C040;margin:0 0 6px;\"\u003eDetail\u003c\/p\u003e\n      \u003cp style=\"font-family:Arial,sans-serif;font-size:0.85rem;line-height:1.8;color:#a09888;margin:0;\"\u003eUse the blackhead and grooming tools to finish your full routine with precision.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STEP 5 --\u003e\n  \u003cdiv style=\"display:flex;gap:20px;align-items:flex-start;margin-bottom:28px;\"\u003e\n    \u003cdiv style=\"flex-shrink:0;width:42px;height:42px;border:1px solid #C9A84C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Georgia',serif;font-size:1.1rem;color:#F0C040;background:#0a0a0a;\"\u003e5\u003c\/div\u003e\n    \u003cdiv style=\"padding-top:8px;\"\u003e\n      \u003cp style=\"font-family:'Georgia',serif;font-size:1rem;color:#F0C040;margin:0 0 6px;\"\u003eStore\u003c\/p\u003e\n      \u003cp style=\"font-family:Arial,sans-serif;font-size:0.85rem;line-height:1.8;color:#a09888;margin:0;\"\u003eSnap the case shut and keep your set clean, organised, and ready for next time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DIVIDER --\u003e\n  \u003cdiv style=\"text-align:center;margin:40px 0 16px;\"\u003e\u003cspan style=\"color:#C9A84C;font-size:1rem;letter-spacing:0.3em;\"\u003e— ✦ —\u003c\/span\u003e\u003c\/div\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003ch3 style=\"font-family:'Georgia',serif;font-size:1.3rem;color:#F0C040;text-align:center;letter-spacing:0.1em;text-transform:uppercase;margin:0 0 28px;\"\u003eWhat's Included\u003c\/h3\u003e\n  \u003cdiv style=\"background:#111;border:1px solid #C9A84C44;padding:32px 28px;text-align:center;\"\u003e\n    \u003cp style=\"font-family:Arial,sans-serif;font-size:0.9rem;line-height:2;color:#c8bfb0;margin:0;\"\u003e14-piece stainless steel set: nail clippers (multiple sizes), nail file, cuticle pusher, cuticle trimmer, scissors, tweezers, blackhead needle, ear pick, and more — all housed in a premium travel case.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv style=\"text-align:center;margin-top:48px;padding-top:36px;border-top:1px solid #C9A84C33;\"\u003e\n    \u003cp style=\"font-family:'Georgia',serif;font-style:italic;font-size:1rem;color:#C9A84C;letter-spacing:0.08em;margin:0;\"\u003eLumari™ — Crafted for those who don't compromise on the details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45477200920645,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-packaging-studio.png?v=1785912057"},{"product_id":"lumari™-the-craft-kit","title":"Lumari™ The Craft Kit","description":"\u003cdiv style=\"background:#0a0a0a;color:#e8d5a3;font-family:'Montserrat',sans-serif;font-weight:300;padding:0;margin:0;\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv style=\"text-align:center;padding:60px 40px 50px;border-bottom:1px solid rgba(197,160,80,0.2);\"\u003e\n    \u003cp style=\"font-size:10px;letter-spacing:4px;text-transform:uppercase;color:#c5a050;margin-bottom:20px;\"\u003eLumari™ Craft Kit\u003c\/p\u003e\n    \u003ch1 style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:52px;font-weight:300;line-height:1.1;color:#e8d5a3;margin-bottom:28px;\"\u003eSalon-Quality Nails.\u003cbr\u003eDone by You.\u003c\/h1\u003e\n    \u003cp style=\"max-width:600px;margin:0 auto;font-size:14px;line-height:1.9;color:#b8a882;\"\u003eThere's something powerful about doing it yourself — and doing it beautifully. The Lumari™ Craft Kit gives you everything you need to sculpt, shape, and finish professional-grade acrylic nails at home, without the salon price tag or the appointment wait.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT YOU'LL EXPERIENCE --\u003e\n  \u003cdiv style=\"padding:60px 40px;max-width:960px;margin:0 auto;\"\u003e\n    \u003ch2 style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;font-weight:300;color:#c5a050;text-align:center;margin-bottom:12px;letter-spacing:1px;\"\u003eWhat You'll Experience\u003c\/h2\u003e\n    \u003cdiv style=\"width:40px;height:1px;background:#c5a050;margin:0 auto 48px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;\"\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.25);padding:32px 24px;background:rgba(197,160,80,0.03);\"\u003e\n        \u003cdiv style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;color:rgba(197,160,80,0.2);line-height:1;margin-bottom:12px;\"\u003e01\u003c\/div\u003e\n        \u003cp style=\"color:#e8d5a3;font-size:13px;font-weight:500;letter-spacing:0.5px;margin-bottom:8px;\"\u003eNails That Last\u003c\/p\u003e\n        \u003cp style=\"color:#b8a882;font-size:13px;line-height:1.8;\"\u003eStrong, sculpted acrylic extensions that hold their shape for weeks.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.25);padding:32px 24px;background:rgba(197,160,80,0.03);\"\u003e\n        \u003cdiv style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;color:rgba(197,160,80,0.2);line-height:1;margin-bottom:12px;\"\u003e02\u003c\/div\u003e\n        \u003cp style=\"color:#e8d5a3;font-size:13px;font-weight:500;letter-spacing:0.5px;margin-bottom:8px;\"\u003eA Flawless Finish\u003c\/p\u003e\n        \u003cp style=\"color:#b8a882;font-size:13px;line-height:1.8;\"\u003eSo clean, people will ask who did them.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.25);padding:32px 24px;background:rgba(197,160,80,0.03);\"\u003e\n        \u003cdiv style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;color:rgba(197,160,80,0.2);line-height:1;margin-bottom:12px;\"\u003e03\u003c\/div\u003e\n        \u003cp style=\"color:#e8d5a3;font-size:13px;font-weight:500;letter-spacing:0.5px;margin-bottom:8px;\"\u003eTotal Confidence\u003c\/p\u003e\n        \u003cp style=\"color:#b8a882;font-size:13px;line-height:1.8;\"\u003eKnow exactly what's on your nails — every ingredient, every step.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.25);padding:32px 24px;background:rgba(197,160,80,0.03);\"\u003e\n        \u003cdiv style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:44px;color:rgba(197,160,80,0.2);line-height:1;margin-bottom:12px;\"\u003e04\u003c\/div\u003e\n        \u003cp style=\"color:#e8d5a3;font-size:13px;font-weight:500;letter-spacing:0.5px;margin-bottom:8px;\"\u003eYour Ritual\u003c\/p\u003e\n        \u003cp style=\"color:#b8a882;font-size:13px;line-height:1.8;\"\u003eUnhurried, intentional, and deeply satisfying.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-top:1px solid rgba(197,160,80,0.15);\"\u003e\u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv style=\"padding:60px 40px;max-width:960px;margin:0 auto;\"\u003e\n    \u003ch2 style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;font-weight:300;color:#c5a050;text-align:center;margin-bottom:12px;letter-spacing:1px;\"\u003eHow It Works\u003c\/h2\u003e\n    \u003cdiv style=\"width:40px;height:1px;background:#c5a050;margin:0 auto 48px;\"\u003e\u003c\/div\u003e\n\n    \u003cdiv style=\"position:relative;padding-left:60px;border-left:2px solid rgba(197,160,80,0.25);\"\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;margin-bottom:36px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 1 — Prep\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eUse the cuticle pusher and nail file to clean and shape your natural nail.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;margin-bottom:36px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 2 — Form\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eFit the nail form beneath your nail tip to guide the extension shape.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;margin-bottom:36px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 3 — Mix\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eDip your acrylic brush into the liquid monomer, then pick up a bead of polymer powder — clear, pink, or white.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;margin-bottom:36px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 4 — Sculpt\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eApply the acrylic bead onto the nail form and shape to your desired length.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;margin-bottom:36px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 5 — Set\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eAllow to air-dry naturally or cure under the included mini UV lamp.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"display:flex;align-items:flex-start;gap:24px;\"\u003e\n        \u003cdiv style=\"flex-shrink:0;width:40px;height:40px;border:1px solid #c5a050;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;color:#c5a050;background:#0a0a0a;margin-left:-81px;\"\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#c5a050;margin-bottom:6px;\"\u003eStep 6 — Finish\u003c\/p\u003e\n          \u003cp style=\"font-size:13px;line-height:1.8;color:#b8a882;\"\u003eRemove the form, file to perfection, and buff to a flawless shine.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-top:1px solid rgba(197,160,80,0.15);\"\u003e\u003c\/div\u003e\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n  \u003cdiv style=\"padding:60px 40px;max-width:960px;margin:0 auto;\"\u003e\n    \u003ch2 style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;font-weight:300;color:#c5a050;text-align:center;margin-bottom:12px;letter-spacing:1px;\"\u003eWhat's Inside\u003c\/h2\u003e\n    \u003cdiv style=\"width:40px;height:1px;background:#c5a050;margin:0 auto 48px;\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;\"\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003e3 × Polymer Powder\u003c\/p\u003e\n        \u003cp style=\"font-size:11px;color:#c5a050;margin-top:4px;\"\u003eClear · Pink · White\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eAcrylic Nail Brush\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eMini UV Lamp\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eClear \u0026amp; Natural Nail Tips\u003c\/p\u003e\n        \u003cp style=\"font-size:11px;color:#c5a050;margin-top:4px;\"\u003eAssorted Sizes\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eNail Forms\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003e12 × Glitter Powder Pots\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eCuticle Pusher\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eToe Separators\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eNail File \u0026amp; Buffer\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"border:1px solid rgba(197,160,80,0.2);padding:20px 16px;text-align:center;background:rgba(197,160,80,0.02);\"\u003e\n        \u003cdiv style=\"font-size:20px;margin-bottom:10px;color:#c5a050;\"\u003e✦\u003c\/div\u003e\n        \u003cp style=\"font-size:12px;line-height:1.6;color:#b8a882;\"\u003eWooden Cuticle Sticks\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"border-top:1px solid rgba(197,160,80,0.15);\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv style=\"text-align:center;padding:60px 40px 70px;\"\u003e\n    \u003cp style=\"font-family:'Cormorant Garamond',Georgia,serif;font-size:36px;font-weight:300;font-style:italic;color:#e8d5a3;margin-bottom:16px;\"\u003e\"Everything in one kit.\u003cbr\u003eNothing left to guess.\"\u003c\/p\u003e\n    \u003cp style=\"font-size:10px;letter-spacing:4px;text-transform:uppercase;color:rgba(197,160,80,0.5);\"\u003eLumari™ — Crafted for You\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45484318916677,"sku":null,"price":1099.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/lumari-full-kit-hero-premium-packaging.png?v=1785930895"},{"product_id":"lumari™-atelier-brush-tower","title":"Lumari™ Atelier Brush Tower","description":"\u003cstyle\u003e\n  .lm-wrap { font-family: 'Georgia', serif; color: #1a1a1a; max-width: 780px; margin: 0 auto; padding: 40px 20px; }\n  .lm-wrap * { box-sizing: border-box; }\n  .lm-hero { text-align: center; padding: 60px 0 40px; border-bottom: 1px solid #c9a84c; margin-bottom: 50px; }\n  .lm-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 400; letter-spacing: 0.08em; color: #1a1a1a; margin: 0 0 20px; opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease, transform 0.9s ease; }\n  .lm-hero h1.lm-visible { opacity: 1; transform: translateY(0); }\n  .lm-hero p { font-size: 1.05rem; line-height: 1.85; color: #4a4a4a; max-width: 560px; margin: 0 auto; opacity: 0; transform: translateY(20px); transition: opacity 0.9s ease 0.3s, transform 0.9s ease 0.3s; }\n  .lm-hero p.lm-visible { opacity: 1; transform: translateY(0); }\n  .lm-gold-line { width: 60px; height: 1px; background: #c9a84c; margin: 28px auto; }\n  .lm-section { margin-bottom: 52px; opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s ease; }\n  .lm-section.lm-visible { opacity: 1; transform: translateY(0); }\n  .lm-section-label { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: #c9a84c; margin-bottom: 12px; }\n  .lm-section h2 { font-size: 1.45rem; font-weight: 400; letter-spacing: 0.04em; color: #1a1a1a; margin: 0 0 16px; }\n  .lm-section p { font-size: 1rem; line-height: 1.9; color: #4a4a4a; margin: 0; }\n  .lm-features { list-style: none; padding: 0; margin: 24px 0 0; }\n  .lm-features li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid #f0ece4; opacity: 0; transform: translateX(-16px); transition: opacity 0.6s ease, transform 0.6s ease; }\n  .lm-features li.lm-visible { opacity: 1; transform: translateX(0); }\n  .lm-features li:last-child { border-bottom: none; }\n  .lm-icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }\n  .lm-icon svg { width: 100%; height: 100%; }\n  .lm-feat-text strong { display: block; font-size: 0.95rem; letter-spacing: 0.03em; color: #1a1a1a; margin-bottom: 2px; }\n  .lm-feat-text span { font-size: 0.88rem; color: #7a7a7a; line-height: 1.6; }\n  .lm-closing { text-align: center; padding: 48px 20px; border-top: 1px solid #c9a84c; margin-top: 20px; opacity: 0; transform: translateY(20px); transition: opacity 1s ease, transform 1s ease; }\n  .lm-closing.lm-visible { opacity: 1; transform: translateY(0); }\n  .lm-closing p { font-size: 1rem; letter-spacing: 0.06em; color: #4a4a4a; font-style: italic; margin: 0; }\n  .lm-colourways { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }\n  .lm-swatch { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid #e0d8cc; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: #4a4a4a; transition: border-color 0.3s ease, color 0.3s ease; cursor: default; }\n  .lm-swatch:hover { border-color: #c9a84c; color: #1a1a1a; }\n  .lm-dot { width: 10px; height: 10px; border-radius: 50%; }\n  .lm-dot-blush { background: #e8b4a0; }\n  .lm-dot-ivory { background: #f5f0e8; border: 1px solid #ddd; }\n  .lm-dot-cream { background: #f0e6d0; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lm-wrap\"\u003e\n\n  \u003cdiv class=\"lm-hero\"\u003e\n    \u003ch1 class=\"lm-animate\"\u003eYour Vanity, Elevated.\u003c\/h1\u003e\n    \u003cdiv class=\"lm-gold-line\"\u003e\u003c\/div\u003e\n    \u003cp class=\"lm-animate\"\u003eA cluttered vanity is a cluttered mind. The Lumari™ Atelier Brush Tower was designed for the woman who believes her beauty space should be as refined as her routine — a sculptural organiser that transforms how you store, access, and experience your brushes every single day.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-section lm-animate\"\u003e\n    \u003cdiv class=\"lm-section-label\"\u003eThe Outcome\u003c\/div\u003e\n    \u003ch2\u003eA Sanctuary, Not a Surface\u003c\/h2\u003e\n    \u003cp\u003eImagine reaching for your brushes with ease, every tool exactly where you left it, displayed beautifully rather than buried in a drawer. Your vanity becomes a curated sanctuary. Your morning routine becomes a ritual.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-section lm-animate\"\u003e\n    \u003cdiv class=\"lm-section-label\"\u003eHow It Works\u003c\/div\u003e\n    \u003ch2\u003eEngineered for Effortless Access\u003c\/h2\u003e\n    \u003cp\u003eThe Atelier Brush Tower features a smooth 360° rotating base with 5 divided compartments — simply spin to find the brush you need in seconds. The removable inner divider lifts out for effortless cleaning, and the weighted base keeps everything stable on your vanity surface.\u003c\/p\u003e\n    \u003cdiv class=\"lm-colourways\"\u003e\n      \u003cdiv class=\"lm-swatch\"\u003e\n\u003cspan class=\"lm-dot lm-dot-blush\"\u003e\u003c\/span\u003eBlush\u003c\/div\u003e\n      \u003cdiv class=\"lm-swatch\"\u003e\n\u003cspan class=\"lm-dot lm-dot-ivory\"\u003e\u003c\/span\u003eIvory\u003c\/div\u003e\n      \u003cdiv class=\"lm-swatch\"\u003e\n\u003cspan class=\"lm-dot lm-dot-cream\"\u003e\u003c\/span\u003eCream\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-section lm-animate\"\u003e\n    \u003cdiv class=\"lm-section-label\"\u003eWhy You'll Love It\u003c\/div\u003e\n    \u003ch2\u003eDesigned to the Detail\u003c\/h2\u003e\n    \u003cul class=\"lm-features\"\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003e360° Rotation\u003c\/strong\u003e\u003cspan\u003eInstant access to every brush — no rummaging, no reaching.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18M3 15h18M9 3v18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003e5 Divided Compartments\u003c\/strong\u003e\u003cspan\u003eOrganise by brush type, size, or step in your routine.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\u003e\u003cpath d=\"M12 2v20M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003eRemovable Inner Divider\u003c\/strong\u003e\u003cspan\u003eLifts out in seconds for effortless, thorough cleaning.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\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        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003eWeighted, Non-Slip Base\u003c\/strong\u003e\u003cspan\u003eStays perfectly stable — even on marble or glass surfaces.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12l3 3 5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003eSculptural Fluted Design\u003c\/strong\u003e\u003cspan\u003eAs beautiful as it is functional — a vanity piece in its own right.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"lm-feat-item\"\u003e\n        \u003cdiv class=\"lm-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#c9a84c\" stroke-width=\"1.5\"\u003e\u003ccircle cx=\"8\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"6\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lm-feat-text\"\u003e\n\u003cstrong\u003eThree Refined Colourways\u003c\/strong\u003e\u003cspan\u003eAvailable in Blush, Ivory, and Cream to complement any aesthetic.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lm-closing lm-animate\"\u003e\n    \u003cdiv class=\"lm-gold-line\"\u003e\u003c\/div\u003e\n    \u003cp\u003eBecause the details of your space reflect the standard of your craft.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n  function reveal() {\n    var hero = document.querySelector('.lm-hero');\n    if (hero) {\n      var h1 = hero.querySelector('h1');\n      var p = hero.querySelector('p');\n      if (h1) h1.classList.add('lm-visible');\n      setTimeout(function() { if (p) p.classList.add('lm-visible'); }, 300);\n    }\n    var sections = document.querySelectorAll('.lm-section.lm-animate');\n    var closing = document.querySelector('.lm-closing.lm-animate');\n    var allEls = Array.prototype.slice.call(sections);\n    if (closing) allEls.push(closing);\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('lm-visible');\n          var items = entry.target.querySelectorAll('.lm-feat-item');\n          items.forEach(function(item, i) {\n            setTimeout(function() { item.classList.add('lm-visible'); }, i * 120);\n          });\n          observer.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.15 });\n    allEls.forEach(function(el) { observer.observe(el); });\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', reveal);\n  } else {\n    reveal();\n  }\n})();\n\u003c\/script\u003e\n","brand":"Lumari","offers":[{"title":"White","offer_id":45485300121669,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":45485300154437,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":45485300187205,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/hero-shot.png?v=1785934401"},{"product_id":"lumari™-the-lit-tweezer","title":"Lumari™ The Lit Tweezer","description":"\u003cstyle\u003e\n  .lm-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .lm-wrap {\n    font-family: 'Georgia', serif;\n    background: #0a0a0a;\n    color: #f0e6c8;\n    padding: 48px 24px;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n  \/* HERO *\/\n  .lm-hero {\n    text-align: center;\n    padding: 56px 24px 40px;\n    border-bottom: 1px solid #c9a84c33;\n    animation: lmFadeUp 0.9s ease both;\n  }\n  .lm-eyebrow {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 10px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 18px;\n  }\n  .lm-hero h1 {\n    font-size: clamp(28px, 5vw, 44px);\n    font-weight: 400;\n    color: #fff;\n    line-height: 1.15;\n    margin-bottom: 10px;\n  }\n  .lm-hero h1 span { color: #c9a84c; }\n  .lm-gold-line {\n    width: 48px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n    margin: 20px auto;\n    animation: lmGlow 2.5s ease-in-out infinite;\n  }\n  .lm-hero p {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 15px;\n    line-height: 1.8;\n    color: #b8a98a;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n  \/* FEATURES *\/\n  .lm-features {\n    padding: 48px 0;\n    border-bottom: 1px solid #c9a84c22;\n  }\n  .lm-section-label {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c88;\n    text-align: center;\n    margin-bottom: 36px;\n  }\n  .lm-feature-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n  @media (max-width: 520px) { .lm-feature-grid { grid-template-columns: 1fr; } }\n  .lm-feature-card {\n    background: #111;\n    border: 1px solid #c9a84c22;\n    border-radius: 2px;\n    padding: 28px 22px;\n    transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;\n    animation: lmFadeUp 0.8s ease both;\n  }\n  .lm-feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .lm-feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .lm-feature-card:nth-child(3) { animation-delay: 0.3s; }\n  .lm-feature-card:nth-child(4) { animation-delay: 0.4s; }\n  .lm-feature-card:nth-child(5) { animation-delay: 0.5s; }\n  .lm-feature-card:hover {\n    border-color: #c9a84c;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px #c9a84c18;\n  }\n  .lm-feature-icon {\n    font-size: 22px;\n    margin-bottom: 14px;\n    display: block;\n  }\n  .lm-feature-card h3 {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 11px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 10px;\n    font-weight: 600;\n  }\n  .lm-feature-card p {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 13px;\n    line-height: 1.7;\n    color: #8a7d65;\n  }\n  \/* HOW IT WORKS *\/\n  .lm-how {\n    padding: 48px 0;\n    border-bottom: 1px solid #c9a84c22;\n    animation: lmFadeUp 0.9s ease 0.3s both;\n  }\n  .lm-how-inner {\n    background: linear-gradient(135deg, #111 0%, #0d0d0d 100%);\n    border: 1px solid #c9a84c33;\n    border-radius: 2px;\n    padding: 36px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .lm-how-inner::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n    animation: lmSweep 3s ease-in-out infinite;\n  }\n  .lm-how h2 {\n    font-size: 11px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-weight: 600;\n    margin-bottom: 20px;\n  }\n  .lm-how p {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 14px;\n    line-height: 1.9;\n    color: #9a8c74;\n  }\n  \/* PERFECT FOR *\/\n  .lm-perfect {\n    padding: 48px 0;\n    border-bottom: 1px solid #c9a84c22;\n    animation: lmFadeUp 0.9s ease 0.4s both;\n  }\n  .lm-perfect-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  @media (max-width: 520px) { .lm-perfect-list { grid-template-columns: 1fr; } }\n  .lm-perfect-list li {\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 13px;\n    color: #8a7d65;\n    padding: 14px 18px;\n    border: 1px solid #c9a84c18;\n    border-radius: 2px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    transition: border-color 0.3s, color 0.3s;\n  }\n  .lm-perfect-list li:hover { border-color: #c9a84c55; color: #c9a84c; }\n  .lm-perfect-list li::before {\n    content: '—';\n    color: #c9a84c;\n    font-size: 10px;\n    flex-shrink: 0;\n  }\n  \/* CLOSING *\/\n  .lm-closing {\n    text-align: center;\n    padding: 48px 24px 16px;\n    animation: lmFadeUp 0.9s ease 0.5s both;\n  }\n  .lm-closing p {\n    font-size: clamp(16px, 3vw, 22px);\n    font-style: italic;\n    color: #c9a84c;\n    letter-spacing: 0.5px;\n    line-height: 1.6;\n  }\n  .lm-closing small {\n    display: block;\n    margin-top: 24px;\n    font-family: 'Helvetica Neue', sans-serif;\n    font-size: 9px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c44;\n  }\n  \/* ANIMATIONS *\/\n  @keyframes lmFadeUp {\n    from { opacity: 0; transform: translateY(22px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes lmGlow {\n    0%, 100% { opacity: 0.4; width: 48px; }\n    50%       { opacity: 1;   width: 80px; }\n  }\n  @keyframes lmSweep {\n    0%   { transform: translateX(-100%); opacity: 0; }\n    50%  { opacity: 1; }\n    100% { transform: translateX(100%); opacity: 0; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lm-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"lm-hero\"\u003e\n    \u003cp class=\"lm-eyebrow\"\u003eLumari™ Precision Collection\u003c\/p\u003e\n    \u003ch1\u003eSee Every Hair.\u003cbr\u003e\u003cspan\u003eMiss Nothing.\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cdiv class=\"lm-gold-line\"\u003e\u003c\/div\u003e\n    \u003cp\u003ePrecision grooming just got a glow-up. The Lumari™ Lit Tweezer is engineered for those who refuse to guess — whether you're shaping brows, removing ingrown hairs, or applying individual lashes with surgical accuracy.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"lm-features\"\u003e\n    \u003cp class=\"lm-section-label\"\u003eWhy You'll Love It\u003c\/p\u003e\n    \u003cdiv class=\"lm-feature-grid\"\u003e\n      \u003cdiv class=\"lm-feature-card\"\u003e\n        \u003cspan class=\"lm-feature-icon\"\u003e💡\u003c\/span\u003e\n        \u003ch3\u003eBuilt-in LED Light\u003c\/h3\u003e\n        \u003cp\u003eIlluminates the work area so you can see every fine hair, even in low light or dim bathrooms.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lm-feature-card\"\u003e\n        \u003cspan class=\"lm-feature-icon\"\u003e🎯\u003c\/span\u003e\n        \u003ch3\u003ePrecision-Aligned Tips\u003c\/h3\u003e\n        \u003cp\u003ePerfectly calibrated curved tips grip even the shortest, finest hairs on the first try.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lm-feature-card\"\u003e\n        \u003cspan class=\"lm-feature-icon\"\u003e✨\u003c\/span\u003e\n        \u003ch3\u003eStainless Steel\u003c\/h3\u003e\n        \u003cp\u003eRust-resistant, hygienic, and built to last — no cheap plastic, ever.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lm-feature-card\"\u003e\n        \u003cspan class=\"lm-feature-icon\"\u003e🔘\u003c\/span\u003e\n        \u003ch3\u003eOne-Touch ON\/OFF\u003c\/h3\u003e\n        \u003cp\u003eSimple button activation means the light is exactly where you need it, when you need it.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lm-feature-card\"\u003e\n        \u003cspan class=\"lm-feature-icon\"\u003e📏\u003c\/span\u003e\n        \u003ch3\u003eCompact 8.5cm Design\u003c\/h3\u003e\n        \u003cp\u003eLightweight and travel-friendly, fits effortlessly in any beauty bag.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"lm-how\"\u003e\n    \u003cp class=\"lm-section-label\"\u003eHow It Works\u003c\/p\u003e\n    \u003cdiv class=\"lm-how-inner\"\u003e\n      \u003ch2\u003eThe Technology\u003c\/h2\u003e\n      \u003cp\u003eA miniature LED light is housed inside the stainless steel handle, activated by a single press of the button on the grip. The light projects forward along the tweezer arms, illuminating the tip and the area you're working on — giving you a clear, shadow-free view for flawless precision every time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"lm-perfect\"\u003e\n    \u003cp class=\"lm-section-label\"\u003ePerfect For\u003c\/p\u003e\n    \u003cul class=\"lm-perfect-list\"\u003e\n      \u003cli\u003eEyebrow shaping \u0026amp; grooming\u003c\/li\u003e\n      \u003cli\u003eIngrown hair removal\u003c\/li\u003e\n      \u003cli\u003eIndividual lash application\u003c\/li\u003e\n      \u003cli\u003eSplinter removal\u003c\/li\u003e\n      \u003cli\u003eAny detail work that demands precision\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"lm-closing\"\u003e\n    \u003cp\u003eBecause great grooming isn't guesswork —\u003cbr\u003eit's lit.\u003c\/p\u003e\n    \u003csmall\u003eLumari™ — Precision Beauty, Elevated\u003c\/small\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45486338048069,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/led-tweezer-flat-lay-with-packaging.png?v=1785937983"},{"product_id":"lumari™-aura-7-in-1-electric-grooming-tool","title":"Lumari™ Aura — 7-in-1 Electric Grooming Tool","description":"\u003cstyle\u003e\n  .aura-wrap * {\n    box-sizing: border-box;\n  }\n\n  .aura-wrap {\n    font-family: 'Georgia', serif;\n    background: #0a0a0a;\n    color: #f0e6d3;\n    padding: 40px 20px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n\n  \/* HERO *\/\n  .aura-hero {\n    text-align: center;\n    padding: 40px 16px;\n    border-bottom: 1px solid #2a1a00;\n    animation: auraFadeUp 1s ease both;\n  }\n\n  .aura-hero h1 {\n    font-size: clamp(1.4em, 5vw, 2.2em);\n    color: #c9a84c !important;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin: 0 0 16px 0;\n    line-height: 1.3;\n  }\n\n  .aura-hero p {\n    font-size: clamp(0.9em, 3vw, 1.05em);\n    color: #c8bfb0 !important;\n    max-width: 640px;\n    margin: 0 auto;\n    line-height: 1.9;\n  }\n\n  .aura-hero p strong {\n    color: #c9a84c !important;\n  }\n\n  \/* SECTIONS *\/\n  .aura-section {\n    padding: 40px 16px;\n    border-bottom: 1px solid #1e1e1e;\n    opacity: 0;\n    transform: translateY(28px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n\n  .aura-section.aura-visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  .aura-section h2 {\n    font-size: clamp(1em, 4vw, 1.4em);\n    color: #c9a84c !important;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    display: inline-block;\n  }\n\n  .aura-underline {\n    height: 2px;\n    background: #c9a84c;\n    width: 36px;\n    margin-bottom: 24px;\n    transition: width 0.6s ease;\n  }\n\n  .aura-section.aura-visible .aura-underline {\n    width: 100%;\n    max-width: 200px;\n  }\n\n  .aura-section p {\n    font-size: clamp(0.88em, 3vw, 1em);\n    color: #c8bfb0 !important;\n    line-height: 1.9;\n    margin: 0;\n  }\n\n  .aura-section p strong {\n    color: #e8d5a3 !important;\n  }\n\n  \/* TOOL CARDS *\/\n  .aura-tools {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  @media (min-width: 600px) {\n    .aura-tools {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (min-width: 900px) {\n    .aura-tools {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n\n  .aura-tool-card {\n    background: #111111;\n    border: 1px solid #2a2a2a;\n    border-radius: 6px;\n    padding: 18px 14px;\n    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .aura-tool-card:hover {\n    border-color: #c9a84c;\n    transform: translateY(-3px);\n    box-shadow: 0 6px 24px rgba(201, 168, 76, 0.12);\n  }\n\n  .aura-tool-card .aura-icon {\n    font-size: 1.6em;\n    display: block;\n    margin-bottom: 8px;\n  }\n\n  .aura-tool-card strong {\n    display: block;\n    color: #c9a84c !important;\n    font-size: 0.85em;\n    letter-spacing: 0.04em;\n    margin-bottom: 4px;\n  }\n\n  .aura-tool-card span {\n    font-size: 0.78em;\n    color: #888888 !important;\n    line-height: 1.5;\n    display: block;\n  }\n\n  \/* HOW IT WORKS *\/\n  .aura-how {\n    background: #0d0d0d;\n    border: 1px solid #1e1e1e;\n    border-left: 3px solid #c9a84c;\n    border-radius: 4px;\n    padding: 28px 24px;\n    margin-top: 20px;\n  }\n\n  .aura-how p {\n    font-size: clamp(0.88em, 3vw, 1em);\n    color: #c8bfb0 !important;\n    line-height: 1.9;\n    margin: 0;\n  }\n\n  .aura-how p strong {\n    color: #e8d5a3 !important;\n  }\n\n  \/* SPECS *\/\n  .aura-specs {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  @media (min-width: 480px) {\n    .aura-specs {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (min-width: 768px) {\n    .aura-specs {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  .aura-spec {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 16px;\n    background: #0d0d0d;\n    border: 1px solid #1e1e1e;\n    border-radius: 6px;\n    transition: border-color 0.3s ease;\n  }\n\n  .aura-spec:hover {\n    border-color: #c9a84c55;\n  }\n\n  .aura-spec-icon {\n    font-size: 1.3em;\n    flex-shrink: 0;\n    line-height: 1;\n    margin-top: 2px;\n  }\n\n  .aura-spec-label {\n    display: block;\n    color: #c9a84c !important;\n    font-size: 0.85em;\n    font-weight: bold;\n    margin-bottom: 3px;\n  }\n\n  .aura-spec-sub {\n    display: block;\n    color: #777777 !important;\n    font-size: 0.78em;\n    line-height: 1.4;\n  }\n\n  \/* CLOSING *\/\n  .aura-closing {\n    text-align: center;\n    padding: 50px 16px 30px;\n    animation: auraFadeUp 1.2s ease 0.4s both;\n  }\n\n  .aura-closing p {\n    font-size: clamp(1em, 4vw, 1.2em);\n    color: #c9a84c !important;\n    font-style: italic;\n    letter-spacing: 0.04em;\n    margin: 16px 0;\n  }\n\n  .aura-gold-line {\n    width: 50px;\n    height: 1px;\n    background: #c9a84c;\n    margin: 0 auto;\n    animation: auraExpand 1s ease 0.6s both;\n  }\n\n  @keyframes auraFadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes auraExpand {\n    from { width: 0; }\n    to { width: 50px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"aura-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"aura-hero\"\u003e\n\u003ch1\u003eYour Skin Deserves Better Than a Razor\u003c\/h1\u003e\n\u003cp\u003eIntroducing the \u003cstrong\u003eLumari™ Aura\u003c\/strong\u003e — the all-in-one electric grooming tool designed for those who refuse to compromise on precision, comfort, or time. Whether you're sculpting brows, smoothing skin, or tidying up from head to toe, the Aura does it all — quietly, gently, and effortlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEEL THE DIFFERENCE --\u003e\n\u003cdiv class=\"aura-section\"\u003e\n\u003ch2\u003eFeel the Difference from the First Glide\u003c\/h2\u003e\n\u003cdiv class=\"aura-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eForget the nicks, the irritation, and the mess of traditional razors. The Lumari™ Aura's \u003cstrong\u003erounded stainless steel blade net\u003c\/strong\u003e glides across your skin with a skin-safe, floating head that adapts to every curve of your body. Powerful enough to cut instantly. Gentle enough to use daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 7 TOOLS --\u003e\n\u003cdiv class=\"aura-section\"\u003e\n\u003ch2\u003e7 Tools. One Device. Endless Possibilities.\u003c\/h2\u003e\n\u003cdiv class=\"aura-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"aura-tools\"\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e🪒\u003c\/span\u003e \u003cstrong\u003eFacial Shaver\u003c\/strong\u003e \u003cspan\u003eSilky-smooth skin in seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e✂️\u003c\/span\u003e \u003cstrong\u003eEyebrow Trimmer\u003c\/strong\u003e \u003cspan\u003eDefine and shape with precision\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e💇\u003c\/span\u003e \u003cstrong\u003eHair Trimmer\u003c\/strong\u003e \u003cspan\u003eTidy up edges effortlessly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e🎯\u003c\/span\u003e \u003cstrong\u003ePrecision Trimmer\u003c\/strong\u003e \u003cspan\u003eDetail work made easy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e👃\u003c\/span\u003e \u003cstrong\u003eEar \u0026amp; Nose Trimmer\u003c\/strong\u003e \u003cspan\u003eDiscreet and hygienic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eExfoliating Head\u003c\/strong\u003e \u003cspan\u003eBuff away dullness, reveal radiance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-tool-card\"\u003e\n\u003cspan class=\"aura-icon\"\u003e🧖\u003c\/span\u003e \u003cstrong\u003eFacial Cleansing Brush\u003c\/strong\u003e \u003cspan\u003eDeep cleanse for a fresh glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"aura-section\"\u003e\n\u003ch2\u003eHow It Works\u003c\/h2\u003e\n\u003cdiv class=\"aura-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"aura-how\"\u003e\n\u003cp\u003eThe Lumari™ Aura uses a \u003cstrong\u003ehigh-speed rotary motor\u003c\/strong\u003e that powers a circular stainless steel cutting net. As you glide the device across your skin, the blade spins rapidly to capture and cut hair at the surface — without pulling, tugging, or irritating. Simply twist the head to swap between the 7 attachments and target any area of the body. Charge via USB, and you're ready to go — cordless, compact, and travel-friendly at just 14.2cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BUILT FOR YOUR ROUTINE --\u003e\n\u003cdiv class=\"aura-section\"\u003e\n\u003ch2\u003eBuilt for Your Routine\u003c\/h2\u003e\n\u003cdiv class=\"aura-underline\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"aura-specs\"\u003e\n\u003cdiv class=\"aura-spec\"\u003e\n\u003cspan class=\"aura-spec-icon\"\u003e⚡\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"aura-spec-label\"\u003eUSB Rechargeable\u003c\/span\u003e \u003cspan class=\"aura-spec-sub\"\u003eCharge anywhere, anytime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec\"\u003e\n\u003cspan class=\"aura-spec-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"aura-spec-label\"\u003eSkin-Safe Blade Net\u003c\/span\u003e \u003cspan class=\"aura-spec-sub\"\u003eZero irritation, every use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec\"\u003e\n\u003cspan class=\"aura-spec-icon\"\u003e🤫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"aura-spec-label\"\u003eWhisper-Quiet Motor\u003c\/span\u003e \u003cspan class=\"aura-spec-sub\"\u003eUse anytime, anywhere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec\"\u003e\n\u003cspan class=\"aura-spec-icon\"\u003e✈️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"aura-spec-label\"\u003eCompact 14.2cm\u003c\/span\u003e \u003cspan class=\"aura-spec-sub\"\u003eFits in any bag\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"aura-spec\"\u003e\n\u003cspan class=\"aura-spec-icon\"\u003e💧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"aura-spec-label\"\u003eEasy-Clean Attachments\u003c\/span\u003e \u003cspan class=\"aura-spec-sub\"\u003eHygienic and low maintenance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"aura-closing\"\u003e\n\u003cdiv class=\"aura-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eThe Lumari™ Aura isn't just a grooming tool — it's your daily ritual, elevated.\u003c\/p\u003e\n\u003cdiv class=\"aura-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Lumari","offers":[{"title":"Default Title","offer_id":45495126884421,"sku":null,"price":1199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0743\/0543\/7765\/files\/hero-shot_f66597a2-43b1-42b0-8412-1ac35f46f84b.png?v=1786045441"}],"url":"https:\/\/lumari.co.za\/collections\/female.oembed","provider":"Lumari","version":"1.0","type":"link"}