{"product_id":"solaraglow™-luxe-spray-comb","title":"SolaraGlow™ Luxe Spray Comb","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n:root{\n    --gold:#d4af6a;\n    --gold-light:#f5ddb0;\n    --gold-dark:#b8893d;\n    --text:#2c2c2c;\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:'Poppins',sans-serif;\n    background:#faf7f2;\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,#fffdfb,#f4efe8);\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(90px);\n    z-index:-1;\n    animation:float 7s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:300px;\n    height:300px;\n    background:rgba(212,175,106,0.18);\n    top:-100px;\n    left:-100px;\n}\n\n.glow2{\n    width:300px;\n    height:300px;\n    background:rgba(255,255,255,0.8);\n    bottom:-100px;\n    right:-100px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px);\n    }\n    to{\n        transform:translateY(30px);\n    }\n}\n\n\/* TOP BAR *\/\n\n.topbar{\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: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}\n\n.hero-content{\n    max-width:980px;\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    background:rgba(255,255,255,0.8);\n    border:1px solid rgba(212,175,106,0.2);\n    padding:12px 22px;\n    border-radius:100px;\n    margin-bottom:25px;\n    backdrop-filter:blur(15px);\n    color:var(--gold-dark);\n    font-size:13px;\n    font-weight:600;\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:84px;\n    line-height:0.95;\n    margin-bottom:22px;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 15px rgba(212,175,106,0.15);\n}\n\n.no-break{\n    white-space:nowrap;\n    display:inline-block;\n}\n\n.hero-sub{\n    font-size:24px;\n    color:#444;\n    margin-bottom:24px;\n    font-weight:600;\n}\n\n.hero p{\n    max-width:850px;\n    margin:auto;\n    line-height:2;\n    color:#555;\n    font-size:18px;\n}\n\n.hero-buttons{\n    margin-top:40px;\n    display:flex;\n    justify-content:center;\n    gap:18px;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:16px 34px;\n    border-radius:100px;\n    text-decoration:none;\n    transition:0.4s;\n    font-size:15px;\n    font-weight:600;\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.3);\n}\n\n.btn-gold:hover{\n    transform:translateY(-5px);\n}\n\n.btn-light{\n    background:rgba(255,255,255,0.8);\n    color:#333;\n    border:1px solid rgba(0,0,0,0.06);\n    backdrop-filter:blur(12px);\n}\n\n.btn-light:hover{\n    background:white;\n}\n\n\/* TRUST *\/\n\n.trust{\n    margin-top:45px;\n    display:flex;\n    justify-content:center;\n    gap:25px;\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:100px 6%;\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:64px;\n    color:var(--gold-dark);\n    margin-bottom:15px;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n    line-height:1.8;\n    max-width:750px;\n    margin:auto;\n}\n\n\/* FEATURES *\/\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:25px;\n}\n\n.card{\n    background:rgba(255,255,255,0.82);\n    border-radius:32px;\n    padding:35px 28px;\n    border:1px solid rgba(212,175,106,0.15);\n    backdrop-filter:blur(15px);\n    position:relative;\n    overflow:hidden;\n    transition:0.5s;\n    box-shadow:0 15px 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.15),transparent 70%);\n    top:-120px;\n    right:-120px;\n}\n\n.card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 25px 45px rgba(212,175,106,0.12);\n}\n\n.icon{\n    font-size:38px;\n    margin-bottom:18px;\n}\n\n.card h3{\n    font-size:22px;\n    margin-bottom:12px;\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\/* SHOWCASE *\/\n\n.showcase{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n}\n\n.showcase-box{\n    height:550px;\n    border-radius:40px;\n    background:\n    linear-gradient(145deg,#ffffff,#f8f4ef);\n    border:1px solid rgba(212,175,106,0.15);\n    position:relative;\n    overflow:hidden;\n    animation:floatCard 5s ease-in-out infinite;\n    box-shadow:0 20px 50px rgba(0,0,0,0.05);\n}\n\n.showcase-box::before{\n    content:'';\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n    120deg,\n    transparent,\n    rgba(255,255,255,0.9),\n    transparent\n    );\n    transform:translateX(-100%);\n    animation:shine 5s infinite;\n}\n\n.showcase-text h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:60px;\n    line-height:1;\n    margin-bottom:25px;\n    color:var(--gold-dark);\n}\n\n.showcase-text p{\n    color:#555;\n    line-height:2;\n    font-size:17px;\n}\n\n\/* COLORS *\/\n\n.colors{\n    display:flex;\n    justify-content:center;\n    gap:15px;\n    flex-wrap:wrap;\n    margin-top:35px;\n}\n\n.color-box{\n    padding:15px 22px;\n    border-radius:24px;\n    background:rgba(255,255,255,0.85);\n    border:1px solid rgba(212,175,106,0.15);\n    color:#555;\n    font-weight:600;\n    box-shadow:0 10px 25px rgba(0,0,0,0.04);\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:110px 6%;\n}\n\n.cta-box{\n    background:linear-gradient(145deg,#ffffff,#f7f3ee);\n    border-radius:40px;\n    padding:80px 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:450px;\n    height:450px;\n    background:radial-gradient(circle,rgba(212,175,106,0.15),transparent 70%);\n    top:-220px;\n    right:-120px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:70px;\n    margin-bottom:20px;\n    color:var(--gold-dark);\n}\n\n.cta p{\n    max-width:760px;\n    margin:auto;\n    line-height:2;\n    color:#555;\n    font-size:18px;\n    margin-bottom:35px;\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes shine{\n    100%{\n        transform:translateX(100%);\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 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 5%;\n}\n\n.hero h1{\n    font-size:50px;\n    line-height:1;\n}\n\n.hero-sub{\n    font-size:18px;\n}\n\n.hero p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.section-title h2,\n.showcase-text h2,\n.cta h2{\n    font-size:40px;\n    line-height:1;\n}\n\n.showcase{\n    grid-template-columns:1fr;\n}\n\n.showcase-box{\n    height:380px;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n}\n\n.hero-buttons{\n    gap:14px;\n}\n\n.topbar{\n    font-size:10px;\n    line-height:1.6;\n    padding:10px 8px;\n}\n\n}\n\n@media(max-width:480px){\n\n.hero h1{\n    font-size:40px;\n}\n\n.section-title h2,\n.showcase-text h2,\n.cta h2{\n    font-size:34px;\n}\n\n.hero p,\n.showcase-text p,\n.cta p{\n    font-size:14px;\n}\n\n.card h3{\n    font-size:20px;\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 • NATIONWIDE SHIPPING • PERFECT FOR MUMS \u0026amp; LITTLE ONES\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e💧 PREMIUM HAIRCARE TECHNOLOGY\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"no-break\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eLuxe Spray Comb\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✨ Spray. Comb. Glow.\u003c\/div\u003e\n\u003cp\u003eYour morning routine just got a whole lot easier. 💛 \u003cbr\u003e\u003cbr\u003eMeet the \u003cstrong\u003eSolaraGlow™ Luxe Spray Comb\u003c\/strong\u003e — the luxury 2-in-1 hair tool every woman needs in her life. Simply fill it with water, oil, serum, leave-in conditioner or any liquid of your choice, then glide effortlessly through your hair in one smooth motion. 💧 \u003cbr\u003e\u003cbr\u003eNo more juggling multiple products. No more messy spray bottles. No more chaotic mornings. Just smooth, hydrated, beautifully manageable hair in seconds. ✨ \u003cbr\u003e\u003cbr\u003ePerfect for busy mornings, school runs, travel, gym bags and everyday touch-ups — especially for mums trying to tame little one's hair before the school bell rings. 🏫💖\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-light\" href=\"#features\"\u003e ✨ Discover More \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e💧 2-In-1 Spray Comb\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✈️ Portable \u0026amp; Travel Ready\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e👩👧 Perfect For Mums\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 simplify your routine while giving your hair the hydration, softness and care it deserves.\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\u003eCustom Fill\u003c\/h3\u003e\n\u003cp\u003eFill the built-in reservoir with water, serum, hair oil, leave-in conditioner or any liquid treatment of your choice for personalised hair care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌀\u003c\/div\u003e\n\u003ch3\u003e2-In-1 Design\u003c\/h3\u003e\n\u003cp\u003eThe innovative spray-and-comb system distributes moisture evenly while detangling your hair at the exact same time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eFaster Routine\u003c\/h3\u003e\n\u003cp\u003eCuts your styling routine in half — making busy mornings faster, easier and far less stressful.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eAll Hair Types\u003c\/h3\u003e\n\u003cp\u003eGentle enough for curly, straight, wavy and coily hair without pulling, snagging or causing unnecessary breakage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👩👧\u003c\/div\u003e\n\u003ch3\u003eMum Approved\u003c\/h3\u003e\n\u003cp\u003eMakes styling little one's hair quicker, smoother and far more manageable before school, outings or bedtime.\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\u003eCompact, lightweight and perfectly travel-friendly — slips effortlessly into handbags, gym bags and carry-ons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"showcase\"\u003e\n\u003cdiv class=\"showcase-box\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"showcase-text\"\u003e\n\u003ch2\u003eLess Stress ✨\u003c\/h2\u003e\n\u003cp\u003eThe SolaraGlow™ Luxe Spray Comb transforms ordinary hair care into a luxurious, effortless experience. 💎 \u003cbr\u003e\u003cbr\u003eThe 100ml reservoir is easy to fill, easy to clean and perfectly designed for everyday use. Whether you're hydrating curls, refreshing braids, smoothing flyaways or detangling wet hair — every glide feels smooth, gentle and satisfying. \u003cbr\u003e\u003cbr\u003eNo cords. No heavy tools. No complicated setup. Just instant convenience and beautifully manageable hair wherever life takes you. 💛\u003c\/p\u003e\n\u003cdiv class=\"colors\"\u003e\n\u003cdiv class=\"color-box\"\u003e🎀 Pink\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e🤍 White\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e💙 Blue\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e🖤 Black\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e💜 Purple\u003c\/div\u003e\n\u003c\/div\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 New Essential 💖\u003c\/h2\u003e\n\u003cp\u003eFrom rushed school mornings to relaxing self-care nights — the SolaraGlow™ Luxe Spray Comb is the beauty essential women never knew they needed until they tried it. ✨ \u003cbr\u003e\u003cbr\u003ePortable. Elegant. Practical. Luxury haircare made simple. \u003cbr\u003e\u003cbr\u003eBecause effortless beauty should fit into real life too. 💧💛\u003c\/p\u003e\n\u003ca class=\"btn btn-gold\" href=\"#\"\u003e ✨ Get!\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"SolaraGlow","offers":[{"title":"Pink","offer_id":48323051716765,"sku":"SG-LUXE-SPRAY-COMB-001","price":449.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":48323051749533,"sku":"SG-LUXE-SPRAY-COMB-002","price":449.0,"currency_code":"ZAR","in_stock":true},{"title":"Purple","offer_id":48323051782301,"sku":"SG-LUXE-SPRAY-COMB-003","price":449.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":48323051815069,"sku":"SG-LUXE-SPRAY-COMB-004","price":449.0,"currency_code":"ZAR","in_stock":true},{"title":"Beige","offer_id":48323051847837,"sku":"SG-LUXE-SPRAY-COMB-005","price":449.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_6_f08a4dcb-896a-4c4f-9910-f3c0dcb3680a.png?v=1779274293","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-luxe-spray-comb","provider":"Solara Glow .co.za","version":"1.0","type":"link"}