{"product_id":"solaraglow-curlcloud-auto","title":"SolaraGlow™ CurlCloud Auto","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f6dba5;\n    --gold-dark:#b8873d;\n    --text:#2b2b2b;\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:#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.15), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.8), 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:320px;\n    height:320px;\n    background:rgba(212,175,106,0.20);\n    top:-100px;\n    right:-80px;\n}\n\n.glow2{\n    width:280px;\n    height:280px;\n    background:rgba(255,255,255,0.8);\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    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:13px;\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:70px 20px;\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    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    margin-bottom:28px;\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    font-weight:700;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 12px rgba(212,175,106,0.15);\n}\n\n.hero h1 .brand{\n    white-space:nowrap;\n    display:block;\n}\n\n.hero-sub{\n    font-size:24px;\n    color:#444;\n    margin-bottom:26px;\n    font-weight:600;\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    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(-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    background:rgba(255,255,255,0.75);\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:28px;\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 20px;\n}\n\n.section-title{\n    text-align:center;\n    margin-bottom:60px;\n}\n\n.section-title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:68px;\n    color:#c89d52;\n    margin-bottom:15px;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n    max-width:720px;\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    max-width:1250px;\n    margin:auto;\n}\n\n.card{\n    background:rgba(255,255,255,0.72);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:30px;\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.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:#b8873d;\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n    font-size:15px;\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:42px;\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.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\/* 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 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    font-size:42px;\n    line-height:1;\n}\n\n.section-title p{\n    font-size:15px;\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    line-height:1.8;\n}\n\n.cta{\n    padding:0 16px 90px;\n}\n\n.cta-box{\n    padding:60px 24px;\n}\n\n.cta h2{\n    font-size:44px;\n    line-height:1;\n}\n\n.cta p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n    text-align:center;\n}\n\n.trust{\n    gap:16px;\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 • WIRELESS BEAUTY LUXURY ✨\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e💛 PREMIUM HAIR TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"brand\"\u003eSolaraGlow™\u003c\/span\u003e CurlCloud Auto\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e🌀 Effortless Curls. Zero Cords. Pure Freedom.\u003c\/div\u003e\n\u003cp\u003eMeet the \u003cstrong\u003eSolaraGlow™ CurlCloud Auto\u003c\/strong\u003e — the luxurious wireless automatic hair curler designed for women who want flawless, salon-worthy curls anytime, anywhere. ✨ \u003cbr\u003e\u003cbr\u003eNo awkward twisting. No tangled strands. No heavy cords getting in your way. Just soft, glossy curls at the touch of a button. 💫 \u003cbr\u003e\u003cbr\u003eWhether you're getting ready for brunch, date night, work or a weekend away — CurlCloud Auto gives you beautiful, bouncy curls in minutes while protecting your hair and simplifying your entire routine. 💛\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 Curling\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🔋 Wireless \u0026amp; Portable\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e💛 Luxury Salon Results\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 styling session feel effortless, luxurious 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\u003eAuto Curl\u003c\/h3\u003e\n\u003cp\u003eAdvanced auto-curl technology gently draws your hair in and releases a perfectly shaped curl every time — no twisting, pulling or effort required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3\u003e6 Heat Modes\u003c\/h3\u003e\n\u003cp\u003eChoose from 6 adjustable heat settings between 150°C and 190°C for the perfect balance of styling power and hair protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e⏱️\u003c\/div\u003e\n\u003ch3\u003e6 Timer Modes\u003c\/h3\u003e\n\u003cp\u003eCreate tight ringlets, soft waves or glamorous curls with adjustable timer settings from 8–18 seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eWireless Beauty\u003c\/h3\u003e\n\u003cp\u003ePowered by a high-capacity 4000mAh battery delivering 40–60 minutes of cordless styling freedom on a single charge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eLCD Display\u003c\/h3\u003e\n\u003cp\u003eThe sleek digital display shows your temperature, timer and battery level instantly for total styling control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eTravel Ready\u003c\/h3\u003e\n\u003cp\u003eCompact, lightweight and portable — perfect for holidays, weekends away, office touch-ups and beauty on the go.\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\u003eYour Hair Deserves Luxury 💛\u003c\/h2\u003e\n\u003cp\u003eImagine waking up knowing flawless curls are only minutes away. No salon appointments. No complicated styling routines. Just beautiful, glossy curls whenever and wherever you want them. ✨ \u003cbr\u003e\u003cbr\u003eThe SolaraGlow™ CurlCloud Auto was designed for women who want effortless beauty without compromise.\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e ✨ GET YOURS!\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":48289449050269,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_6_b29f4f9d-88d4-4d4a-ae5c-26b78020840d.png?v=1778827143","url":"https:\/\/solaraglow.co.za\/products\/solaraglow-curlcloud-auto","provider":"Solara Glow .co.za","version":"1.0","type":"link"}