{"product_id":"solaraglow™-spinclean-pro","title":"SolaraGlow™ SpinClean Pro","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f4d7a1;\n    --gold-dark:#b8873d;\n    --text:#2d2d2d;\n    --soft:#666;\n    --card:#ffffffda;\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n    -webkit-text-size-adjust:100%;\n}\n\nbody{\n    font-family:'Inter',sans-serif;\n    background:#f8f6f2;\n    color:var(--text);\n    overflow-x:hidden;\n    position:relative;\n}\n\n\/* PREMIUM BACKGROUND *\/\n\nbody::before{\n    content:'';\n    position:fixed;\n    inset:0;\n    background:\n    radial-gradient(circle at top left, rgba(212,175,106,0.10), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.95), transparent 40%),\n    linear-gradient(135deg,#f8f6f2 0%,#efebe5 100%);\n    z-index:-3;\n}\n\n.marble{\n    position:fixed;\n    inset:0;\n    background-image:url('https:\/\/www.transparenttextures.com\/patterns\/marble.png');\n    opacity:0.08;\n    z-index:-2;\n}\n\n\/* GOLD GLOW *\/\n\n.glow{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:float 10s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:320px;\n    height:320px;\n    background:rgba(212,175,106,0.16);\n    top:-100px;\n    right:-100px;\n}\n\n.glow2{\n    width:260px;\n    height:260px;\n    background:rgba(255,255,255,0.85);\n    bottom:-100px;\n    left:-100px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px) translateX(0px);\n    }\n    to{\n        transform:translateY(40px) translateX(20px);\n    }\n}\n\n\/* TOP BAR *\/\n\n.topbar{\n    width:100%;\n    padding:12px 14px;\n    background:linear-gradient(to right,var(--gold),var(--gold-dark),var(--gold));\n    text-align:center;\n    color:white;\n    font-size:12px;\n    font-weight:600;\n    letter-spacing:0.5px;\n    line-height:1.5;\n}\n\n\/* HERO *\/\n\n.hero{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:70px 20px;\n}\n\n.hero-content{\n    width:100%;\n    max-width:1100px;\n    text-align:center;\n    animation:fadeUp 1s ease;\n}\n\n.badge{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:8px;\n    padding:12px 20px;\n    border-radius:100px;\n    background:rgba(255,255,255,0.75);\n    border:1px solid rgba(212,175,106,0.2);\n    backdrop-filter:blur(20px);\n    margin-bottom:28px;\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:600;\n    box-shadow:0 8px 30px rgba(0,0,0,0.05);\n}\n\n\/* TITLE *\/\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:86px;\n    line-height:0.92;\n    margin-bottom:22px;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 10px rgba(212,175,106,0.15);\n}\n\n.brand{\n    display:inline-block;\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:26px;\n    font-weight:600;\n    color:#444;\n    margin-bottom:24px;\n    line-height:1.5;\n}\n\n.hero p{\n    max-width:900px;\n    margin:auto;\n    color:#555;\n    line-height:2;\n    font-size:17px;\n}\n\n\/* BUTTONS *\/\n\n.hero-buttons{\n    margin-top:42px;\n    display:flex;\n    justify-content:center;\n    gap:16px;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:18px 36px;\n    border-radius:100px;\n    text-decoration:none;\n    transition:0.4s;\n    font-weight:600;\n    font-size:15px;\n}\n\n.btn-gold{\n    background:linear-gradient(135deg,var(--gold-light),var(--gold));\n    color:white;\n    box-shadow:0 12px 35px rgba(212,175,106,0.3);\n}\n\n.btn-gold:hover{\n    transform:translateY(-5px);\n    box-shadow:0 18px 45px rgba(212,175,106,0.45);\n}\n\n.btn-outline{\n    border:1px solid rgba(0,0,0,0.08);\n    color:#333;\n    background:rgba(255,255,255,0.75);\n    backdrop-filter:blur(12px);\n}\n\n\/* TRUST *\/\n\n.trust{\n    margin-top:45px;\n    display:flex;\n    justify-content:center;\n    gap:16px;\n    flex-wrap:wrap;\n}\n\n.trust-item{\n    padding:14px 18px;\n    border-radius:18px;\n    background:rgba(255,255,255,0.72);\n    border:1px solid rgba(212,175,106,0.12);\n    backdrop-filter:blur(12px);\n    color:#666;\n    font-size:14px;\n}\n\n\/* SECTION *\/\n\n.section{\n    padding:90px 20px;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:50px;\n}\n\n.section-title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:66px;\n    color:#c89d52;\n    margin-bottom:12px;\n    line-height:1;\n}\n\n.section-title p{\n    max-width:700px;\n    margin:auto;\n    color:#666;\n    font-size:17px;\n    line-height:1.8;\n}\n\n\/* FEATURES *\/\n\n.features{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:22px;\n}\n\n.card{\n    background:var(--card);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:28px;\n    padding:34px 26px;\n    backdrop-filter:blur(18px);\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n    transition:0.5s;\n    position:relative;\n    overflow:hidden;\n}\n\n.card::before{\n    content:'';\n    position:absolute;\n    width:220px;\n    height:220px;\n    background:radial-gradient(circle,rgba(212,175,106,0.14),transparent 70%);\n    top:-120px;\n    right:-120px;\n}\n\n.card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 18px 40px rgba(212,175,106,0.12);\n}\n\n.icon{\n    font-size:38px;\n    margin-bottom:18px;\n}\n\n.card h3{\n    font-size:22px;\n    margin-bottom:14px;\n    color:#b8873d;\n    line-height:1.3;\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n    font-size:15px;\n}\n\n\/* INCLUDED *\/\n\n.included{\n    max-width:850px;\n    margin:70px auto 0;\n    background:rgba(255,255,255,0.7);\n    border:1px solid rgba(212,175,106,0.12);\n    border-radius:30px;\n    padding:40px 30px;\n    backdrop-filter:blur(12px);\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n}\n\n.included h3{\n    font-size:34px;\n    margin-bottom:20px;\n    color:#b8873d;\n    font-family:'Cormorant Garamond',serif;\n}\n\n.included ul{\n    list-style:none;\n}\n\n.included li{\n    margin-bottom:14px;\n    color:#555;\n    line-height:1.8;\n    font-size:16px;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:90px 20px;\n}\n\n.cta-box{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    background:linear-gradient(145deg,#ffffff,#f4f1eb);\n    border-radius:40px;\n    padding:80px 28px;\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 25px 60px rgba(0,0,0,0.05);\n    position:relative;\n    overflow:hidden;\n}\n\n.cta-box::before{\n    content:'';\n    position:absolute;\n    width:450px;\n    height:450px;\n    background:radial-gradient(circle,rgba(212,175,106,0.14),transparent 70%);\n    top:-220px;\n    right:-100px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:72px;\n    color:#c89d52;\n    margin-bottom:18px;\n    line-height:1;\n}\n\n.cta p{\n    max-width:760px;\n    margin:auto;\n    color:#555;\n    line-height:2;\n    margin-bottom:35px;\n    font-size:17px;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(35px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n\/* TABLET *\/\n\n@media(max-width:900px){\n\n.hero{\n    min-height:auto;\n    padding-top:60px;\n    padding-bottom:60px;\n}\n\n.hero h1{\n    font-size:56px;\n}\n\n.hero-sub{\n    font-size:21px;\n}\n\n.hero p{\n    font-size:15px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:46px;\n}\n\n}\n\n\/* MOBILE *\/\n\n@media(max-width:600px){\n\n.topbar{\n    font-size:11px;\n    padding:12px 10px;\n}\n\n.hero{\n    padding:55px 16px;\n}\n\n.hero h1{\n    font-size:40px;\n    line-height:1;\n}\n\n.hero-sub{\n    font-size:18px;\n}\n\n.hero p{\n    font-size:14px;\n    line-height:1.9;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 16px;\n}\n\n.hero-buttons{\n    flex-direction:column;\n    width:100%;\n}\n\n.btn{\n    width:100%;\n    text-align:center;\n    padding:16px 20px;\n    font-size:14px;\n}\n\n.trust{\n    flex-direction:column;\n    gap:12px;\n}\n\n.trust-item{\n    width:100%;\n    font-size:13px;\n}\n\n.section{\n    padding:70px 16px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:34px;\n}\n\n.section-title p,\n.cta p{\n    font-size:14px;\n}\n\n.features{\n    grid-template-columns:1fr;\n}\n\n.card{\n    padding:28px 22px;\n}\n\n.card h3{\n    font-size:20px;\n}\n\n.card p{\n    font-size:14px;\n}\n\n.included{\n    padding:30px 22px;\n    border-radius:24px;\n}\n\n.included h3{\n    font-size:28px;\n}\n\n.included li{\n    font-size:14px;\n}\n\n.cta{\n    padding:70px 16px;\n}\n\n.cta-box{\n    padding:55px 22px;\n    border-radius:28px;\n}\n\n}\n\n\/* EXTRA SMALL *\/\n\n@media(max-width:380px){\n\n.hero h1{\n    font-size:34px;\n}\n\n.hero-sub{\n    font-size:16px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"marble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glow glow1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"glow glow2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"topbar\"\u003e✨ LIMITED STOCK AVAILABLE • NATIONWIDE SHIPPING • PORTABLE BEAUTY TECHNOLOGY\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e🖤 PREMIUM BRUSH CARE TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"brand\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eSpinClean Pro\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e💅 Clean Brushes. Flawless Skin.\u003c\/div\u003e\n\u003cp\u003eYour brushes deserve better — and so do you. Meet the SolaraGlow™ SpinClean Pro, the luxury automatic brush cleaning machine designed to wash and dry your makeup brushes in minutes, not hours. ✨ \u003cbr\u003e\u003cbr\u003eNo scrubbing. No waiting overnight. No harsh manual cleaning damaging your expensive bristles. Just perfectly clean, fluffy, ready-to-use brushes every single time. \u003cbr\u003e\u003cbr\u003eDirty brushes collect old makeup, oils and bacteria that transfer directly onto your skin — leading to breakouts, uneven application and dull results. The SpinClean Pro helps eliminate all of that effortlessly. 🖤 \u003cbr\u003e\u003cbr\u003eIts sleek portable design makes it perfect for your vanity, bathroom counter, travel setup or professional makeup kit — because luxury beauty care should move with you everywhere.\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e Shop Now \u003c\/a\u003e \u003ca class=\"btn btn-outline\" href=\"#features\"\u003e Discover More \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🔄 Automatic \u0026amp; Manual Modes\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e💨 Wash \u0026amp; Dry In Minutes\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✈️ Portable \u0026amp; Compact Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"features\" class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eWhy Beauty Lovers Love It ✨\u003c\/h2\u003e\n\u003cp\u003eSmart beauty technology engineered to keep your brushes cleaner, softer and longer-lasting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003eAutomatic \u0026amp; Manual Cleaning\u003c\/h3\u003e\n\u003cp\u003eUse Automatic mode for small and medium brushes with powerful 850 RPM deep-cleaning technology, or switch to Manual mode for dense foundation and powder brushes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💨\u003c\/div\u003e\n\u003ch3\u003eWash \u0026amp; Dry In Minutes\u003c\/h3\u003e\n\u003cp\u003eNo more leaving brushes out overnight. Powerful spin-dry technology removes water fast so brushes are clean, fluffy and ready to use almost immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🖥️\u003c\/div\u003e\n\u003ch3\u003eSmart Touch Display\u003c\/h3\u003e\n\u003cp\u003eThe elegant touch panel allows you to choose between 2H or 5H timer settings for quick refreshes or deeper cleaning cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔌\u003c\/div\u003e\n\u003ch3\u003eType-C Rechargeable\u003c\/h3\u003e\n\u003cp\u003eRecharge easily using any Type-C cable — simple, modern and convenient with no complicated charging setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eGentle On Bristles\u003c\/h3\u003e\n\u003cp\u003eEngineered to remove makeup residue while preserving the softness, shape and lifespan of your brushes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e📐\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eAt just 17.5cm x 17.3cm x 12cm, the SpinClean Pro fits beautifully on any vanity and travels effortlessly with you anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eLuxury SolaraGlow™ Packaging\u003c\/h3\u003e\n\u003cp\u003eArrives in our signature black-and-gold luxury gift box — beautifully packaged and perfect for gifting. 🖤\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eSuitable For All Brush Sizes\u003c\/h3\u003e\n\u003cp\u003eDesigned to clean everything from delicate eye brushes to larger face and powder brushes with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included\"\u003e\n\u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e🖤 SolaraGlow™ SpinClean Pro Machine\u003c\/li\u003e\n\u003cli\u003e✨ Brush Holder Stand\u003c\/li\u003e\n\u003cli\u003e🔌 Type-C Charging Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eBecause Clean Brushes Matter ✨\u003c\/h2\u003e\n\u003cp\u003eBeautiful makeup starts with beautifully clean tools. Upgrade your beauty routine with the SolaraGlow™ SpinClean Pro and experience luxury brush care in minutes.\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e Get Yours Today \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"SolaraGlow","offers":[{"title":"Default Title","offer_id":48264702132381,"sku":null,"price":749.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/solara-glow-product-with-branded-packaging_4ee936c2-2278-4a31-8615-8ab2f9302a47.png?v=1778779854","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-spinclean-pro","provider":"Solara Glow .co.za","version":"1.0","type":"link"}