{"product_id":"solaraglow-goldcurl-elite","title":"SolaraGlow™ GoldCurl Elite","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:#2f2f2f;\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:#f7f4ef;\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.14), transparent 30%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.9), transparent 40%),\n    linear-gradient(135deg,#faf8f5 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.10;\n    z-index:-2;\n}\n\n\/* GOLD GLOWS *\/\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:340px;\n    height:340px;\n    background:rgba(212,175,106,0.22);\n    top:-120px;\n    right:-80px;\n}\n\n.glow2{\n    width:300px;\n    height:300px;\n    background:rgba(255,255,255,0.85);\n    bottom:-100px;\n    left:-80px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px) translateX(0px);\n    }\n    to{\n        transform:translateY(35px) translateX(20px);\n    }\n}\n\n\/* TOP BAR *\/\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:13px 10px;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:1px;\n    line-height:1.5;\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 20px 100px;\n}\n\n.hero-content{\n    width:100%;\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:8px;\n    padding:12px 22px;\n    border-radius:100px;\n    background:rgba(255,255,255,0.82);\n    border:1px solid rgba(212,175,106,0.2);\n    backdrop-filter:blur(16px);\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 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.92;\n    font-weight:700;\n    margin-bottom:24px;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 18px rgba(212,175,106,0.2);\n}\n\n.brand-line{\n    white-space:nowrap;\n    display:inline-block;\n}\n\n.hero-sub{\n    font-size:24px;\n    font-weight:600;\n    color:#444;\n    margin-bottom:30px;\n    padding:0 8px;\n}\n\n.hero p{\n    max-width:850px;\n    margin:auto;\n    font-size:18px;\n    line-height:2;\n    color:#555;\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    text-decoration:none;\n    padding:18px 42px;\n    border-radius:100px;\n    font-weight:700;\n    transition:0.4s;\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 15px 35px rgba(212,175,106,0.35);\n}\n\n.btn-gold:hover{\n    transform:translateY(-5px);\n    box-shadow:0 20px 45px rgba(212,175,106,0.45);\n}\n\n.btn-outline{\n    background:rgba(255,255,255,0.75);\n    border:1px solid rgba(0,0,0,0.08);\n    color:#333;\n}\n\n.trust{\n    margin-top:55px;\n    display:flex;\n    justify-content:center;\n    flex-wrap:wrap;\n    gap:14px;\n}\n\n.trust-item{\n    background:rgba(255,255,255,0.65);\n    border:1px solid rgba(212,175,106,0.12);\n    padding:12px 18px;\n    border-radius:100px;\n    color:#555;\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:65px;\n}\n\n.section-title 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.section-title p{\n    color:#666;\n    font-size:18px;\n    max-width:760px;\n    margin:auto;\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}\n\n.card{\n    background:rgba(255,255,255,0.78);\n    border:1px solid rgba(212,175,106,0.14);\n    border-radius:32px;\n    padding:38px 30px;\n    overflow:hidden;\n    transition:0.5s;\n    backdrop-filter:blur(16px);\n    box-shadow:0 12px 35px rgba(0,0,0,0.05);\n}\n\n.card:hover{\n    transform:translateY(-10px);\n}\n\n.icon{\n    font-size:42px;\n    margin-bottom:22px;\n}\n\n.card h3{\n    font-size:19px;\n    margin-bottom:16px;\n    color:#b8873d;\n    line-height:1.3;\n}\n\n.card p{\n    line-height:1.9;\n    color:#555;\n    font-size:15px;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:0 20px 120px;\n}\n\n.cta-box{\n    max-width:1100px;\n    margin:auto;\n    background:linear-gradient(145deg,#ffffff,#f5f1ea);\n    border-radius:42px;\n    padding:90px 40px;\n    text-align:center;\n    overflow:hidden;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 25px 60px rgba(0,0,0,0.06);\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:76px;\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:40px;\n}\n\n\/* ANIMATION *\/\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\/* MOBILE *\/\n\n@media(max-width:900px){\n\n.hero{\n    padding:70px 18px 80px;\n    min-height:auto;\n}\n\n.hero h1{\n    font-size:44px;\n    line-height:0.95;\n}\n\n.brand-line{\n    white-space:nowrap;\n}\n\n.hero-sub{\n    font-size:17px;\n    line-height:1.4;\n}\n\n.hero p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.section{\n    padding:80px 18px;\n}\n\n.section-title{\n    margin-bottom:45px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:40px;\n    line-height:1.05;\n}\n\n.section-title p,\n.cta p{\n    font-size:15px;\n    line-height:1.8;\n}\n\n.features{\n    grid-template-columns:1fr;\n    gap:22px;\n}\n\n.card{\n    padding:32px 24px;\n    border-radius:28px;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n    padding:17px 24px;\n}\n\n.hero-buttons{\n    gap:14px;\n}\n\n.trust-item{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n    font-size:13px;\n}\n\n.cta-box{\n    padding:70px 24px;\n    border-radius:32px;\n}\n\n}\n\n\/* EXTRA SMALL *\/\n\n@media(max-width:480px){\n\n.hero h1{\n    font-size:40px;\n}\n\n.hero-sub{\n    font-size:16px;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 16px;\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 BEAUTY TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"brand-line\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eGoldCurl Elite\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✨ Lashes. Brows. Perfected.\u003c\/div\u003e\n\u003cp\u003eMeet the \u003cstrong\u003eSolaraGlow™ GoldCurl Elite\u003c\/strong\u003e — your new everyday beauty essential designed to elevate your entire routine with effortless elegance. 💫 \u003cbr\u003e\u003cbr\u003e✨ The advanced \u003cstrong\u003eHeated Lash Curler\u003c\/strong\u003e heats up in just 20 seconds, creating a long-lasting curl for natural lashes, false lashes and extensions alike — with no clamps, no pinching and no creasing. \u003cbr\u003e\u003cbr\u003e✂️ Built into the base is a precision \u003cstrong\u003eBrow Trimmer\u003c\/strong\u003e, allowing you to shape and define your brows quickly, safely and beautifully wherever you are. \u003cbr\u003e\u003cbr\u003e⚡ USB-C rechargeable with long-lasting battery life, the GoldCurl Elite delivers salon-level results from home, work, holidays or on the go. \u003cbr\u003e\u003cbr\u003e👜 Slim, sleek and completely portable, this luxury 2-in-1 wand fits effortlessly into any makeup bag — making beauty touch-ups easier, cleaner and more elegant than ever before.\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e ✨ GET YOURS 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✨ Lash Curl Technology\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✂️ Precision Trimmer\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e👜 Portable Design\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e⚡ USB-C Rechargeable\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\u003eLuxury beauty tools should feel as beautiful as the results they create — and the GoldCurl Elite was designed to make every touch-up feel effortless, elegant and confidence-boosting.\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\u003eFast Heat-Up\u003c\/h3\u003e\n\u003cp\u003eReady in just 20 seconds so you can curl your lashes beautifully in moments — perfect for busy mornings, quick touch-ups and effortless glam on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👁️\u003c\/div\u003e\n\u003ch3\u003eLash Lift Effect\u003c\/h3\u003e\n\u003cp\u003eCreates a natural-looking lifted curl that lasts beautifully throughout the day without harsh clamps, pulling or crimping your lashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✂️\u003c\/div\u003e\n\u003ch3\u003ePrecision Trimmer\u003c\/h3\u003e\n\u003cp\u003eShape, define and tidy your brows effortlessly with the built-in precision trimmer designed for quick, mess-free grooming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eUSB-C Charging\u003c\/h3\u003e\n\u003cp\u003eFast and convenient charging with long-lasting battery performance — no disposable batteries and no unnecessary hassle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003ePortable Design\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and perfectly travel-friendly so your lashes and brows stay flawless wherever life takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💛\u003c\/div\u003e\n\u003ch3\u003eLuxury Finish\u003c\/h3\u003e\n\u003cp\u003eCrafted with a sleek premium gold aesthetic that looks stunning on your vanity while feeling luxurious in your hand.\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 Anywhere ✨\u003c\/h2\u003e\n\u003cp\u003eWhether you're heading to work, travelling, getting ready for date night or refreshing your makeup throughout the day — the SolaraGlow™ GoldCurl Elite keeps your lashes lifted, your brows flawless and your confidence glowing everywhere you go. 💫\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e 💛 SHOP!\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"SolaraGlow™","offers":[{"title":"Default Title","offer_id":48287818219677,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_6_db6966d1-027b-4f6c-8825-19df3542c786.png?v=1778823201","url":"https:\/\/solaraglow.co.za\/products\/solaraglow-goldcurl-elite","provider":"Solara Glow .co.za","version":"1.0","type":"link"}