{"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","url":"https:\/\/lumari.co.za\/products\/lumari%e2%84%a2-pro-nail-drill","provider":"Lumari","version":"1.0","type":"link"}