{"product_id":"solara-glow-aura-led-mirror","title":"Solara Glow™ Aura LED Mirror","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    --white:#ffffff;\n    --soft:#f8f5f0;\n    --text:#2d2d2d;\n    --grey:#666;\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:#f8f6f2;\n    color:var(--text);\n    overflow-x:hidden;\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.12), transparent 30%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.9), transparent 40%),\n    linear-gradient(135deg,#fdfbf8 0%,#f2ede6 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 EFFECTS *\/\n\n.glow{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:float 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:-100px;\n}\n\n.glow2{\n    width:280px;\n    height:280px;\n    background:rgba(255,255,255,0.9);\n    bottom:-120px;\n    left:-80px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px) translateX(0px);\n    }\n    to{\n        transform:translateY(35px) translateX(25px);\n    }\n}\n\n\/* TOPBAR *\/\n\n.topbar{\n    width:100%;\n    background:linear-gradient(to right,var(--gold),var(--gold-dark),var(--gold));\n    color:white;\n    text-align:center;\n    padding:12px 10px;\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    justify-content:center;\n    align-items:center;\n    padding:80px 6%;\n}\n\n.hero-content{\n    max-width:1000px;\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 22px;\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(18px);\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:1px;\n    margin-bottom:28px;\n    box-shadow:0 10px 30px rgba(0,0,0,0.05);\n}\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:90px;\n    line-height:0.92;\n    color:var(--gold);\n    margin-bottom:22px;\n    font-weight:700;\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 15px rgba(212,175,106,0.2);\n}\n\n.hero-sub{\n    font-size:26px;\n    font-weight:600;\n    color:#444;\n    margin-bottom:28px;\n}\n\n.hero p{\n    max-width:820px;\n    margin:auto;\n    line-height:2;\n    color:#555;\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 38px;\n    border-radius:100px;\n    text-decoration:none;\n    font-weight:700;\n    transition:0.4s;\n    font-size:15px;\n    display:inline-block;\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}\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:25px;\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    line-height:1;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n    max-width:700px;\n    margin:auto;\n    line-height:1.8;\n}\n\n\/* FEATURES *\/\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:28px;\n}\n\n.card{\n    background:rgba(255,255,255,0.75);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:30px;\n    padding:38px 30px;\n    position:relative;\n    overflow:hidden;\n    transition:0.45s;\n    backdrop-filter:blur(18px);\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    top:-120px;\n    right:-120px;\n    background:radial-gradient(circle,rgba(212,175,106,0.18),transparent 70%);\n}\n\n.card:hover{\n    transform:translateY(-10px);\n    box-shadow:0 22px 45px rgba(212,175,106,0.14);\n}\n\n.icon{\n    font-size:38px;\n    margin-bottom:20px;\n}\n\n.card h3{\n    font-size:22px;\n    margin-bottom:14px;\n    color:var(--gold-dark);\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n    font-size:15px;\n}\n\n\/* LUXURY SECTION *\/\n\n.luxury-box{\n    background:linear-gradient(145deg,#ffffff,#f5f1ea);\n    border-radius:40px;\n    padding:70px 45px;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 20px 50px rgba(0,0,0,0.05);\n    position:relative;\n    overflow:hidden;\n}\n\n.luxury-box::before{\n    content:'';\n    position:absolute;\n    width:500px;\n    height:500px;\n    background:radial-gradient(circle,rgba(212,175,106,0.14),transparent 70%);\n    top:-260px;\n    right:-180px;\n}\n\n.luxury-box h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:70px;\n    color:#c89d52;\n    margin-bottom:24px;\n    line-height:1;\n    text-align:center;\n}\n\n.luxury-box p{\n    max-width:850px;\n    margin:auto;\n    text-align:center;\n    color:#555;\n    line-height:2;\n    font-size:18px;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:110px 6%;\n}\n\n.cta-box{\n    background:linear-gradient(145deg,#ffffff,#f5f1ea);\n    border-radius:40px;\n    padding:85px 40px;\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 20px 50px 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:500px;\n    height:500px;\n    background:radial-gradient(circle,rgba(212,175,106,0.12),transparent 70%);\n    top:-250px;\n    right:-150px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:74px;\n    color:#c89d52;\n    margin-bottom:20px;\n    line-height:1;\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\/* 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\/* PERFECT MOBILE OPTIMISATION *\/\n\n@media(max-width:900px){\n\nbody{\n    overflow-x:hidden;\n}\n\n.section,\n.hero,\n.cta{\n    padding-left:5%;\n    padding-right:5%;\n}\n\n.topbar{\n    font-size:10px;\n    line-height:1.5;\n    padding:10px 8px;\n    letter-spacing:0.5px;\n}\n\n.hero{\n    min-height:auto;\n    padding-top:70px;\n    padding-bottom:70px;\n}\n\n.hero-content{\n    width:100%;\n}\n\n.hero h1{\n    font-size:46px;\n    line-height:1;\n    margin-bottom:18px;\n    word-break:keep-all;\n    overflow-wrap:normal;\n}\n\n.hero-sub{\n    font-size:18px;\n    line-height:1.5;\n    margin-bottom:20px;\n    padding:0 4px;\n}\n\n.hero p{\n    font-size:15px;\n    line-height:1.9;\n    max-width:100%;\n    padding:0 2px;\n}\n\n.hero-buttons{\n    flex-direction:column;\n    gap:14px;\n    margin-top:35px;\n    width:100%;\n    align-items:center;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n    font-size:15px;\n    padding:16px 20px;\n}\n\n.trust{\n    gap:12px;\n    margin-top:35px;\n}\n\n.trust-item{\n    font-size:12px;\n    text-align:center;\n    line-height:1.5;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 18px;\n    gap:6px;\n    margin-bottom:22px;\n}\n\n.section{\n    padding-top:75px;\n    padding-bottom:75px;\n}\n\n.section-title{\n    margin-bottom:45px;\n}\n\n.section-title h2,\n.luxury-box h2,\n.cta h2{\n    font-size:40px;\n    line-height:1;\n    margin-bottom:14px;\n}\n\n.section-title p,\n.luxury-box p,\n.cta p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.features{\n    grid-template-columns:1fr;\n    gap:18px;\n}\n\n.card{\n    padding:28px 22px;\n    border-radius:24px;\n}\n\n.icon{\n    font-size:32px;\n    margin-bottom:16px;\n}\n\n.card h3{\n    font-size:18px;\n    line-height:1.3;\n    margin-bottom:10px;\n}\n\n.card p{\n    font-size:14px;\n    line-height:1.8;\n}\n\n.luxury-box{\n    padding:50px 22px;\n    border-radius:28px;\n}\n\n.cta-box{\n    padding:55px 22px;\n    border-radius:28px;\n}\n\n.cta p{\n    margin-bottom:28px;\n}\n\n.glow1{\n    width:220px;\n    height:220px;\n}\n\n.glow2{\n    width:180px;\n    height:180px;\n}\n\n}\n\n@media(max-width:480px){\n\n.hero h1{\n    font-size:40px;\n}\n\n.section-title h2,\n.luxury-box h2,\n.cta h2{\n    font-size:34px;\n}\n\n.hero-sub{\n    font-size:16px;\n}\n\n.hero p,\n.section-title p,\n.card p,\n.luxury-box p,\n.cta p{\n    font-size:14px;\n}\n\n.btn{\n    font-size:14px;\n    padding:15px 18px;\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✨ LUXURY BEAUTY ESSENTIAL • PERFECT GIFT • NATIONWIDE SHIPPING ✨\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e💎 PREMIUM VANITY EXPERIENCE\u003c\/div\u003e\n\u003ch1\u003eSolara Glow™\u003cbr\u003eAura LED Mirror\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✨ Glow Like Never Before\u003c\/div\u003e\n\u003cp\u003eMeet the Solara Glow™ Aura LED Mirror — your new beauty essential designed to transform any room into a luxurious vanity experience. 💫 \u003cbr\u003e\u003cbr\u003eWith its soft, flawless LED glow, every makeup look becomes easier, every skincare routine feels more indulgent, and every morning starts with confidence. No harsh shadows. No uneven lighting. Just a beautifully illuminated reflection that helps you look and feel your absolute best. 🌟 \u003cbr\u003e\u003cbr\u003eElegant, modern and effortlessly chic, the Aura Mirror isn't just a beauty tool — it's a statement piece designed for the woman who loves luxury in every detail. 💗\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💡 Adjustable LED Glow\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🪞 Luxury Vanity Design\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🎁 Perfect Gift Idea\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 elevate your beauty routine with elegance, confidence and luxurious convenience every single day. 💛\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\u003ePerfect Lighting\u003c\/h3\u003e\n\u003cp\u003eThe soft LED glow creates beautifully even lighting so your makeup always looks flawless — morning, afternoon or late-night glam sessions. ✨\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\u003eMinimal, elegant and ultra-modern — the Aura Mirror instantly upgrades your vanity space into something that feels expensive and sophisticated. 💎\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eTouch Controls\u003c\/h3\u003e\n\u003cp\u003eAdjust brightness effortlessly with touch-sensitive controls that make your beauty routine feel sleek, modern and intuitive. ⚡\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💍\u003c\/div\u003e\n\u003ch3\u003eBuilt-In Tray\u003c\/h3\u003e\n\u003cp\u003eStore your jewellery, favourite perfume or everyday beauty essentials beautifully within reach thanks to the integrated luxury storage tray. 🌸\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003ePerfect Gift\u003c\/h3\u003e\n\u003cp\u003eBeautifully packaged and guaranteed to impress — the Aura Mirror makes the perfect luxury gift for birthdays, holidays or someone special. 🖤\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eConfidence Boost\u003c\/h3\u003e\n\u003cp\u003eBecause every woman deserves to see herself in her best light — glowing, confident and absolutely radiant every single day. 🌹\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"luxury-box\"\u003e\n\u003ch2\u003eElevate Your Space\u003c\/h2\u003e\n\u003cp\u003eYour beauty routine should feel like a ritual — not a rush. The Solara Glow™ Aura LED Mirror transforms ordinary mornings into luxurious moments of self-care. ☁️ \u003cbr\u003e\u003cbr\u003eWhether you're perfecting your makeup, styling your hair, applying skincare or simply getting ready for the day ahead, the Aura Mirror surrounds you with soft, flattering light that makes every detail effortless. \u003cbr\u003e\u003cbr\u003eElegant enough for the most luxurious vanity and practical enough for everyday life — this is the beauty essential every woman deserves. 💛\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta\"\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch2\u003eYour Glow Starts Here\u003c\/h2\u003e\n\u003cp\u003e✨ Elevate your beauty ritual. Elevate your space. Elevate you. \u003cbr\u003e\u003cbr\u003eThe Aura Mirror was created for women who believe beauty should feel luxurious, empowering and effortlessly elegant. Once it's on your vanity, you'll wonder how you ever lived without it. 💎\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e 💖 SHOP NOW!\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Solara Glow","offers":[{"title":"Default Title","offer_id":48317735698589,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_5_e6c2b9d6-b6bc-44e0-844c-f99309774a2a.png?v=1779432337","url":"https:\/\/solaraglow.co.za\/products\/solara-glow-aura-led-mirror","provider":"Solara Glow .co.za","version":"1.0","type":"link"}