{"product_id":"solaraglow™-cloudsoft-brush-set","title":"SolaraGlow™ CloudSoft Brush Set","description":"\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f4d7a1;\n    --gold-dark:#b8873d;\n    --text:#2d2d2d;\n    --soft:#666;\n    --white:#ffffff;\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n}\n\nbody{\n    font-family:'Inter',sans-serif;\n    background:#f8f5f1;\n    color:var(--text);\n    overflow-x:hidden;\n    position:relative;\n}\n\n\/* MARBLE 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.12), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.85), transparent 40%),\n    linear-gradient(135deg,#faf7f3 0%,#f0ebe4 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.12;\n    z-index:-2;\n}\n\n\/* GLOW *\/\n\n.glow{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:floatGlow 8s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:320px;\n    height:320px;\n    background:rgba(212,175,106,0.18);\n    top:-120px;\n    right:-80px;\n}\n\n.glow2{\n    width:260px;\n    height:260px;\n    background:rgba(255,255,255,0.9);\n    bottom:-120px;\n    left:-80px;\n    animation-duration:10s;\n}\n\n@keyframes floatGlow{\n    from{\n        transform:translateY(0px);\n    }\n    to{\n        transform:translateY(30px);\n    }\n}\n\n\/* TOPBAR *\/\n\n.topbar{\n    width:100%;\n    padding:14px 10px;\n    text-align:center;\n    background:linear-gradient(to right,var(--gold),var(--gold-dark),var(--gold));\n    color:white;\n    font-size:13px;\n    font-weight:600;\n    letter-spacing:1px;\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 6%;\n    position:relative;\n}\n\n.hero-content{\n    max-width:1050px;\n    text-align:center;\n    animation:fadeUp 1.2s ease;\n}\n\n.badge{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    padding:12px 24px;\n    border-radius:100px;\n    background:rgba(255,255,255,0.7);\n    border:1px solid rgba(212,175,106,0.18);\n    backdrop-filter:blur(15px);\n    margin-bottom:28px;\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:1px;\n    box-shadow:0 10px 30px rgba(0,0,0,0.05);\n}\n\n\/* TITLE *\/\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:90px;\n    line-height:0.95;\n    margin-bottom:26px;\n    font-weight:700;\n    color:var(--gold);\n\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 12px rgba(212,175,106,0.15);\n}\n\n.nowrap{\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:28px;\n    color:#444;\n    margin-bottom:28px;\n    font-weight:600;\n}\n\n.hero p{\n    max-width:860px;\n    margin:auto;\n    font-size:18px;\n    line-height:2;\n    color:#555;\n}\n\n\/* BUTTONS *\/\n\n.hero-buttons{\n    margin-top:45px;\n    display:flex;\n    justify-content:center;\n    gap:18px;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:18px 38px;\n    border-radius:100px;\n    text-decoration:none;\n    font-weight:600;\n    transition:0.4s;\n    font-size:16px;\n}\n\n.btn-gold{\n    background:linear-gradient(135deg,var(--gold-light),var(--gold));\n    color:white;\n    box-shadow:0 14px 35px rgba(212,175,106,0.28);\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    background:rgba(255,255,255,0.7);\n    color:#333;\n    border:1px solid rgba(0,0,0,0.08);\n    backdrop-filter:blur(12px);\n}\n\n.btn-outline:hover{\n    background:white;\n}\n\n\/* TRUST *\/\n\n.trust{\n    margin-top:50px;\n    display:flex;\n    justify-content:center;\n    gap:30px;\n    flex-wrap:wrap;\n}\n\n.trust-item{\n    font-size:14px;\n    color:#666;\n}\n\n\/* SECTION *\/\n\n.section{\n    padding:110px 6%;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:65px;\n}\n\n.section-title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:68px;\n    color:#c89d52;\n    margin-bottom:16px;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n    line-height:1.8;\n}\n\n\/* FEATURES *\/\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:28px;\n}\n\n.card{\n    background:rgba(255,255,255,0.75);\n    border-radius:32px;\n    padding:38px 32px;\n    border:1px solid rgba(212,175,106,0.12);\n    position:relative;\n    overflow:hidden;\n    transition:0.5s;\n    backdrop-filter:blur(16px);\n    box-shadow:0 12px 35px rgba(0,0,0,0.04);\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.18),transparent 70%);\n    top:-100px;\n    right:-100px;\n}\n\n.card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 22px 45px rgba(212,175,106,0.14);\n}\n\n.icon{\n    font-size:40px;\n    margin-bottom:22px;\n}\n\n.card h3{\n    font-size:24px;\n    margin-bottom:14px;\n    color:#b8873d;\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n    font-size:15px;\n}\n\n\/* COLORS *\/\n\n.colors{\n    margin-top:70px;\n    display:flex;\n    justify-content:center;\n    gap:22px;\n    flex-wrap:wrap;\n}\n\n.color-box{\n    width:180px;\n    padding:28px 18px;\n    border-radius:28px;\n    background:rgba(255,255,255,0.72);\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.12);\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n}\n\n.color-circle{\n    width:65px;\n    height:65px;\n    border-radius:50%;\n    margin:auto;\n    margin-bottom:16px;\n    border:3px solid rgba(255,255,255,0.8);\n    box-shadow:0 8px 18px rgba(0,0,0,0.08);\n}\n\n.lotus{\n    background:#f5ede5;\n}\n\n.grey{\n    background:#cfcfcf;\n}\n\n.blue{\n    background:#bcc8d8;\n}\n\n.color-box h4{\n    font-size:18px;\n    color:#444;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:100px 6%;\n}\n\n.cta-box{\n    background:linear-gradient(145deg,#ffffff,#f4f0ea);\n    border-radius:40px;\n    padding:80px 40px;\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.14);\n    position:relative;\n    overflow:hidden;\n    box-shadow:0 20px 50px rgba(0,0,0,0.05);\n}\n\n.cta-box::before{\n    content:'';\n    position:absolute;\n    width:500px;\n    height:500px;\n    background:radial-gradient(circle,rgba(212,175,106,0.15),transparent 70%);\n    top:-240px;\n    right:-100px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:72px;\n    color:#c89d52;\n    margin-bottom:20px;\n}\n\n.cta p{\n    max-width:760px;\n    margin:auto;\n    color:#555;\n    line-height:2;\n    font-size:18px;\n    margin-bottom:38px;\n}\n\n\/* ANIMATION *\/\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(40px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n\/* MOBILE *\/\n\n@media(max-width:900px){\n\n.hero{\n    padding:60px 20px;\n}\n\n.hero h1{\n    font-size:52px;\n    line-height:1;\n}\n\n.hero-sub{\n    font-size:21px;\n}\n\n.hero p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.section{\n    padding:85px 20px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:42px;\n    line-height:1.05;\n}\n\n.section-title p,\n.cta p{\n    font-size:15px;\n}\n\n.card{\n    padding:30px 24px;\n}\n\n.card h3{\n    font-size:21px;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n}\n\n.hero-buttons{\n    gap:14px;\n}\n\n.trust{\n    gap:18px;\n}\n\n.topbar{\n    font-size:11px;\n    padding:12px 8px;\n}\n\n.colors{\n    gap:16px;\n}\n\n.color-box{\n    width:100%;\n    max-width:240px;\n}\n\n}\n\n@media(max-width:480px){\n\n.hero h1{\n    font-size:42px;\n}\n\n.hero-sub{\n    font-size:18px;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 18px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:36px;\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 LUXURY\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e✨ PREMIUM BRUSH TECHNOLOGY BY SOLARAGLOW™\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"nowrap\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eCloudSoft Brush Set\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e🌸 One Brush. Endless Possibilities. Zero Mess.\u003c\/div\u003e\n\u003cp\u003eSay goodbye to the chaos of an overstuffed brush bag. The SolaraGlow™ CloudSoft Brush Set is a magnetic 4-in-1 powder brush that replaces your entire collection — compact, portable, travel-ready and impossibly soft. ✨ \u003cbr\u003e\u003cbr\u003eThe cloud-touch faux fibre bristles feel like a whisper against your skin — ultra-soft, skin-friendly and gentle enough for even the most sensitive skin types. \u003cbr\u003e\u003cbr\u003eWhether you're blending powder, bronzer, blush or highlighter, the CloudSoft delivers a flawless, airbrushed finish every single time. 🖤\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☁️ Ultra-Soft Faux Fibres\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e👜 Portable \u0026amp; Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🖤 Magnetic 4-in-1 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 Women Love CloudSoft™\u003c\/h2\u003e\n\u003cp\u003eLuxury beauty tools designed to simplify your routine while elevating your glow.\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\u003eCloud-Touch Faux Fibre Bristles\u003c\/h3\u003e\n\u003cp\u003eIncredibly fine synthetic fibres that feel like a cloud on your skin — zero irritation, zero shedding and pure luxury with every application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003e4-in-1 Magnetic Design\u003c\/h3\u003e\n\u003cp\u003eOne brush that does it all. The magnetic handle detaches to reveal 4 interchangeable brush heads — eliminating the need for multiple bulky brushes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003ePortable \u0026amp; Mess-Free\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and designed for travel. No more loose brushes rolling around your bag leaving powder everywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🖤\u003c\/div\u003e\n\u003ch3\u003eLuxury Drawstring Pouch\u003c\/h3\u003e\n\u003cp\u003eThe CloudSoft snaps together magnetically and tucks neatly into the included SolaraGlow™ luxury pouch for elegant storage anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eFlawless Airbrushed Finish\u003c\/h3\u003e\n\u003cp\u003ePerfect for powder, bronzer, blush and highlighter — blending effortlessly for a smooth, professional-looking glow every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eLuxury Gift Packaging\u003c\/h3\u003e\n\u003cp\u003eBeautifully presented in signature SolaraGlow™ packaging — making it the perfect gift for birthdays, holidays or self-care lovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"colors\"\u003e\n\u003cdiv class=\"color-box\"\u003e\n\u003cdiv class=\"color-circle lotus\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eLotus (Cream)\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e\n\u003cdiv class=\"color-circle grey\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eLight Grey\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e\n\u003cdiv class=\"color-circle blue\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eFog Blue\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eThe Only Brush You'll Ever Need 🖤\u003c\/h2\u003e\n\u003cp\u003eElegant, portable and designed for effortless beauty on the go. The SolaraGlow™ CloudSoft Brush Set transforms your makeup routine into a luxurious experience — wherever life takes you.\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e SHOP!✨ \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"SolaraGlow","offers":[{"title":"Beige","offer_id":48322723545245,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":48322723578013,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_4bc84a60-2222-4f13-a856-4f6bb7807ebc.png?v=1778784032","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-cloudsoft-brush-set","provider":"Solara Glow .co.za","version":"1.0","type":"link"}