{"product_id":"solaraglow™-powder-puff-pro","title":"SolaraGlow™ Powder Puff Pro","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f7ddb0;\n    --gold-dark:#b8873d;\n    --text:#2c2c2c;\n    --soft:#666;\n    --white:#ffffff;\n    --card:#ffffffd8;\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    color:var(--text);\n    overflow-x:hidden;\n    background:#f8f5ef;\n    position:relative;\n}\n\n\/* 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.15), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.9), transparent 40%),\n    linear-gradient(135deg,#faf8f4 0%,#f1ece4 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\/* GLOW *\/\n\n.glow{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(120px);\n    z-index:-1;\n    animation:floatGlow 8s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:350px;\n    height:350px;\n    background:rgba(212,175,106,0.22);\n    top:-120px;\n    right:-100px;\n}\n\n.glow2{\n    width:300px;\n    height:300px;\n    background:rgba(255,255,255,0.9);\n    bottom:-120px;\n    left:-100px;\n}\n\n@keyframes floatGlow{\n    from{\n        transform:translateY(0px);\n    }\n    to{\n        transform:translateY(40px);\n    }\n}\n\n\/* TOPBAR *\/\n\n.topbar{\n    width:100%;\n    padding:13px 10px;\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:700;\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:80px 20px;\n}\n\n.hero-content{\n    max-width:1100px;\n    text-align:center;\n    animation:fadeUp 1.2s ease;\n}\n\n.badge{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:12px 24px;\n    border-radius:100px;\n    background:rgba(255,255,255,0.78);\n    border:1px solid rgba(212,175,106,0.2);\n    backdrop-filter:blur(20px);\n    margin-bottom:30px;\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:1px;\n    box-shadow:0 8px 25px rgba(0,0,0,0.05);\n}\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:92px;\n    line-height:0.95;\n    margin-bottom:25px;\n    color:var(--gold);\n    font-weight:700;\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 12px rgba(212,175,106,0.18);\n}\n\n.hero h1 .brand{\n    display:block;\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:24px;\n    color:#444;\n    margin-bottom:28px;\n    font-weight:600;\n}\n\n.hero p{\n    max-width:850px;\n    margin:auto;\n    color:#555;\n    line-height:2;\n    font-size:18px;\n}\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 40px;\n    border-radius:100px;\n    text-decoration:none;\n    transition:0.4s;\n    font-size:15px;\n    font-weight:700;\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.35);\n}\n\n.btn-gold:hover{\n    transform:translateY(-6px);\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    background:rgba(255,255,255,0.78);\n    color:#333;\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    color:#666;\n    font-size:14px;\n}\n\n\/* SECTION *\/\n\n.section{\n    padding:110px 20px;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:70px;\n}\n\n.section-title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:68px;\n    margin-bottom:15px;\n    color:#c89d52;\n}\n\n.section-title p{\n    max-width:720px;\n    margin:auto;\n    color:#666;\n    font-size:18px;\n    line-height:1.9;\n}\n\n\/* FEATURES *\/\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:28px;\n    max-width:1250px;\n    margin:auto;\n}\n\n.card{\n    background:var(--card);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:32px;\n    padding:38px 30px;\n    backdrop-filter:blur(18px);\n    position:relative;\n    overflow:hidden;\n    transition:0.45s;\n    box-shadow:0 10px 30px 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:-120px;\n    right:-120px;\n}\n\n.card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 18px 45px rgba(212,175,106,0.15);\n}\n\n.icon{\n    font-size:40px;\n    margin-bottom:22px;\n}\n\n.card h3{\n    font-size:22px;\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\/* LUXURY SECTION *\/\n\n.story{\n    max-width:1200px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n}\n\n.story-box{\n    height:520px;\n    border-radius:40px;\n    background:\n    linear-gradient(145deg,#ffffff,#f3eee7);\n    border:1px solid rgba(212,175,106,0.12);\n    position:relative;\n    overflow:hidden;\n    box-shadow:0 20px 50px rgba(0,0,0,0.05);\n    animation:floatCard 5s ease-in-out infinite;\n}\n\n.story-box::before{\n    content:'';\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n    120deg,\n    transparent,\n    rgba(255,255,255,0.8),\n    transparent\n    );\n    transform:translateX(-100%);\n    animation:shine 5s infinite;\n}\n\n.story-text h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:66px;\n    line-height:1;\n    margin-bottom:25px;\n    color:#c89d52;\n}\n\n.story-text p{\n    color:#555;\n    line-height:2;\n    font-size:17px;\n    margin-bottom:20px;\n}\n\n\/* RESULTS *\/\n\n.results{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));\n    gap:25px;\n    max-width:1200px;\n    margin:60px auto 0;\n}\n\n.result-box{\n    text-align:center;\n    padding:40px 20px;\n    border-radius:30px;\n    background:rgba(255,255,255,0.75);\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.result-box h3{\n    font-size:44px;\n    color:var(--gold-dark);\n    margin-bottom:10px;\n}\n\n.result-box p{\n    color:#666;\n    line-height:1.8;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:0 20px 120px;\n}\n\n.cta-box{\n    max-width:1200px;\n    margin:auto;\n    background:linear-gradient(145deg,#ffffff,#f5f0e8);\n    border-radius:45px;\n    padding:85px 40px;\n    text-align:center;\n    position:relative;\n    overflow:hidden;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 25px 60px 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.16),transparent 70%);\n    top:-250px;\n    right:-120px;\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:40px;\n}\n\n\/* ANIMATIONS *\/\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@keyframes floatCard{\n    0%{\n        transform:translateY(0px);\n    }\n    50%{\n        transform:translateY(-12px);\n    }\n    100%{\n        transform:translateY(0px);\n    }\n}\n\n@keyframes shine{\n    100%{\n        transform:translateX(100%);\n    }\n}\n\n\/* MOBILE *\/\n\n@media(max-width:900px){\n\n.hero{\n    padding:60px 16px;\n}\n\n.hero h1{\n    font-size:52px;\n    line-height:0.95;\n}\n\n.hero h1 .brand{\n    font-size:46px;\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:18px;\n    line-height:1.5;\n}\n\n.hero p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.section{\n    padding:85px 16px;\n}\n\n.section-title h2,\n.story-text h2,\n.cta h2{\n    font-size:42px;\n    line-height:1;\n}\n\n.section-title p,\n.story-text p,\n.cta p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.story{\n    grid-template-columns:1fr;\n    gap:40px;\n}\n\n.story-box{\n    height:360px;\n}\n\n.card{\n    padding:30px 24px;\n}\n\n.card h3{\n    font-size:20px;\n}\n\n.card p{\n    font-size:14px;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n}\n\n.topbar{\n    font-size:11px;\n    padding:11px 8px;\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 • NATIONWIDE SHIPPING • PORTABLE LUXURY BEAUTY ✨\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e💛 PREMIUM BEAUTY TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"brand\"\u003eSolaraGlow™\u003c\/span\u003e Powder Puff Pro\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✨ Effortless Airbrushed Beauty — Every Single Time\u003c\/div\u003e\n\u003cp\u003eMeet the \u003cstrong\u003eSolaraGlow™ Powder Puff Pro\u003c\/strong\u003e — the luxurious at-home powder application device designed for women who want a flawless, soft-focus finish without the mess, uneven texture or cakey look of traditional powder application. 💫 \u003cbr\u003e\u003cbr\u003eWhether you're setting your foundation, applying loose powder, touching up throughout the day or creating that smooth velvet glow before a night out — the Powder Puff Pro transforms your makeup routine into a true luxury beauty ritual. 💄 \u003cbr\u003e\u003cbr\u003eNo harsh blending. No patchiness. No over-applied powder. Just smooth, radiant, airbrushed skin that looks professionally perfected in seconds. 💛\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💨 Whisper Quiet\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e👜 Portable \u0026amp; Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✨ Velvet Airbrushed Finish\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 It ✨\u003c\/h2\u003e\n\u003cp\u003eDesigned to make every makeup application feel luxurious, effortless and beautifully flawless. 💛\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\u003eSilent Luxury\u003c\/h3\u003e\n\u003cp\u003eThe whisper-quiet motor creates seamless powder distribution without the noise or harsh application of traditional devices — giving you a smooth, spa-like beauty experience every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eCloud-Soft Puff\u003c\/h3\u003e\n\u003cp\u003eUltra-soft velvet puff technology feels incredibly gentle against your skin while delivering a flawless, buildable and skin-loving application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eAirbrushed Finish\u003c\/h3\u003e\n\u003cp\u003eCreates a soft-focus, filtered effect that smooths the appearance of pores, sets makeup beautifully and leaves your skin looking naturally radiant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💆\u003c\/div\u003e\n\u003ch3\u003eSkin Friendly\u003c\/h3\u003e\n\u003cp\u003ePerfectly suitable for all skin types — including sensitive skin — and works beautifully with pressed powder, loose powder and finishing powders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003ePortable Beauty\u003c\/h3\u003e\n\u003cp\u003eRechargeable, lightweight and compact so you can take your flawless finish with you everywhere — from holidays and office touch-ups to weekend getaways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💛\u003c\/div\u003e\n\u003ch3\u003eLuxury Design\u003c\/h3\u003e\n\u003cp\u003eElegant ergonomic styling gives you effortless control and precision while adding a premium touch to your beauty collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"story\"\u003e\n\u003cdiv class=\"story-box\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"story-text\"\u003e\n\u003ch2\u003eYour Makeup Deserves Better 💫\u003c\/h2\u003e\n\u003cp\u003eTraditional powder application can leave your skin looking heavy, uneven and dry — especially when using rough brushes or low-quality puffs that drag product across your face instead of blending it beautifully.\u003c\/p\u003e\n\u003cp\u003eThe SolaraGlow™ Powder Puff Pro changes everything.\u003c\/p\u003e\n\u003cp\u003eIts advanced powder diffusion technology helps distribute product evenly across the skin, creating that smooth, soft-glow effect usually only achieved by professional makeup artists. ✨\u003c\/p\u003e\n\u003cp\u003eImagine touching your skin and feeling nothing but softness. Imagine looking in the mirror and seeing a flawless finish that still looks natural, fresh and luminous.\u003c\/p\u003e\n\u003cp\u003eBecause beauty should never feel complicated — it should feel effortless, elegant and empowering. 💛\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"results\"\u003e\n\u003cdiv class=\"result-box\"\u003e\n\u003ch3\u003e✨\u003c\/h3\u003e\n\u003cp\u003eFlawless powder application in seconds\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"result-box\"\u003e\n\u003ch3\u003e☁️\u003c\/h3\u003e\n\u003cp\u003eSoft velvet finish with zero cakiness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"result-box\"\u003e\n\u003ch3\u003e👜\u003c\/h3\u003e\n\u003cp\u003ePortable luxury beauty wherever you go\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"result-box\"\u003e\n\u003ch3\u003e💛\u003c\/h3\u003e\n\u003cp\u003eConfidence-boosting glow every day\u003c\/p\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\u003eGlow Like Never Before ✨\u003c\/h2\u003e\n\u003cp\u003eYou deserve makeup that looks effortless, polished and beautifully refined. \u003cbr\u003e\u003cbr\u003eThe SolaraGlow™ Powder Puff Pro was created for women who want luxury-level beauty results without the salon appointments, complicated routines or heavy makeup feel. \u003cbr\u003e\u003cbr\u003eBecause your glow deserves precision. Your skin deserves softness. And you deserve to feel beautiful every single day. 💛\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":"Default Title","offer_id":48297724313757,"sku":"SGP-PUFFPRO-001","price":999.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_6_ad5f1fdf-8f4f-480b-9c52-1c03fa3d070f.png?v=1778843670","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-powder-puff-pro","provider":"Solara Glow .co.za","version":"1.0","type":"link"}