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