{"product_id":"solaraglow™-microfibre-glow-wrap","title":"SolaraGlow™ Microfibre Glow Wrap","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\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:#2d2d2d;\n    --soft:#666;\n    --card:#ffffffcc;\n}\n\n\/* RESET *\/\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n    -webkit-text-size-adjust:100%;\n}\n\nbody{\n    font-family:'Inter',sans-serif;\n    background:#f8f6f2;\n    color:var(--text);\n    overflow-x:hidden;\n    position:relative;\n    width:100%;\n}\n\n\/* FIX MOBILE OVERFLOW *\/\n\nimg,\ndiv,\nsection,\na{\n    max-width:100%;\n}\n\na{\n    -webkit-tap-highlight-color:transparent;\n}\n\n\/* PREMIUM MARBLE 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.10), transparent 35%),\n    radial-gradient(circle at bottom right, rgba(255,255,255,0.9), transparent 40%),\n    linear-gradient(135deg,#f8f6f2 0%,#efebe5 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    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:float 10s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:350px;\n    height:350px;\n    background:rgba(212,175,106,0.18);\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 float{\n    from{\n        transform:translateY(0px) translateX(0px);\n    }\n    to{\n        transform:translateY(40px) translateX(20px);\n    }\n}\n\n\/* TOP BAR *\/\n\n.topbar{\n    width:100%;\n    padding:14px;\n    background:linear-gradient(to right,var(--gold),var(--gold-dark),var(--gold));\n    text-align:center;\n    color:white;\n    font-size:14px;\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:90px 8%;\n}\n\n.hero-content{\n    max-width:1000px;\n    width:100%;\n    text-align:center;\n    animation:fadeUp 1.2s ease;\n}\n\n\/* BADGE *\/\n\n.badge{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    gap:10px;\n    padding:12px 24px;\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(20px);\n    margin-bottom:30px;\n    color:var(--gold-dark);\n    font-size:14px;\n    font-weight:600;\n    box-shadow:0 8px 30px rgba(0,0,0,0.05);\n    flex-wrap:wrap;\n}\n\n\/* BRAND *\/\n\n.brand{\n    display:inline-block;\n    white-space:nowrap;\n}\n\n\/* TITLE *\/\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:88px;\n    line-height:0.95;\n    margin-bottom:28px;\n    color:var(--gold);\n    text-shadow:\n    0 2px 0 #fff,\n    0 0 10px rgba(212,175,106,0.15);\n    word-break:break-word;\n}\n\n.hero-sub{\n    font-size:28px;\n    font-weight:600;\n    color:#444;\n    margin-bottom:24px;\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\/* COLOR OPTIONS *\/\n\n.colors{\n    margin-top:35px;\n    display:flex;\n    justify-content:center;\n    gap:18px;\n    flex-wrap:wrap;\n}\n\n.color-item{\n    display:flex;\n    align-items:center;\n    gap:10px;\n    padding:12px 18px;\n    background:rgba(255,255,255,0.7);\n    border-radius:100px;\n    border:1px solid rgba(212,175,106,0.12);\n    backdrop-filter:blur(10px);\n    font-size:14px;\n    color:#555;\n    box-shadow:0 8px 25px rgba(0,0,0,0.04);\n}\n\n.color-dot{\n    width:18px;\n    height:18px;\n    border-radius:50%;\n    border:1px solid rgba(0,0,0,0.08);\n    flex-shrink:0;\n}\n\n.white{background:#ffffff;}\n.blue{background:#b8d7f5;}\n.pink{background:#f4bfd0;}\n.grey{background:#c8c8c8;}\n\n\/* BUTTONS *\/\n\n.hero-buttons{\n    margin-top:45px;\n    display:flex;\n    justify-content:center;\n    gap:20px;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:18px 42px;\n    border-radius:100px;\n    text-decoration:none;\n    transition:0.4s;\n    font-weight:700;\n    font-size:16px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n\n    \/* FIXES \"GET YOURS NOW\" SPLITTING *\/\n    white-space:nowrap;\n    word-break:keep-all;\n    overflow-wrap:normal;\n    min-width:220px;\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.3);\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    color:#333;\n    background:rgba(255,255,255,0.7);\n    backdrop-filter:blur(12px);\n}\n\n.btn-outline:hover{\n    background:white;\n}\n\n\/* TRUST *\/\n\n.trust{\n    margin-top:55px;\n    display:flex;\n    justify-content:center;\n    gap:35px;\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:120px 8%;\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    color:#c89d52;\n    margin-bottom:15px;\n}\n\n.section-title p{\n    color:#666;\n    font-size:18px;\n}\n\n\/* FEATURES *\/\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:30px;\n}\n\n.card{\n    background:var(--card);\n    border:1px solid rgba(212,175,106,0.15);\n    border-radius:32px;\n    padding:40px 35px;\n    backdrop-filter:blur(18px);\n    box-shadow:0 10px 30px rgba(0,0,0,0.04);\n    transition:0.5s;\n    position:relative;\n    overflow:hidden;\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(-10px);\n    box-shadow:0 18px 45px rgba(212,175,106,0.15);\n}\n\n.icon{\n    font-size:40px;\n    margin-bottom:20px;\n}\n\n.card h3{\n    font-size:24px;\n    margin-bottom:15px;\n    color:#b8873d;\n}\n\n.card p{\n    color:#555;\n    line-height:1.9;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:120px 8%;\n}\n\n.cta-box{\n    background:linear-gradient(145deg,#ffffff,#f4f1eb);\n    border-radius:45px;\n    padding:90px 50px;\n    text-align:center;\n    border:1px solid rgba(212,175,106,0.15);\n    box-shadow:0 25px 60px 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.15),transparent 70%);\n    top:-250px;\n    right:-100px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:76px;\n    margin-bottom:20px;\n    color:#c89d52;\n}\n\n.cta p{\n    color:#555;\n    max-width:760px;\n    margin:auto;\n    line-height:2;\n    margin-bottom:40px;\n    font-size:18px;\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\/* MOBILE *\/\n\n@media(max-width:900px){\n\n.hero,\n.section,\n.cta{\n    padding-left:20px;\n    padding-right:20px;\n}\n\n.topbar{\n    font-size:11px;\n    line-height:1.6;\n    padding:12px 10px;\n}\n\n.hero{\n    min-height:auto;\n    padding-top:70px;\n    padding-bottom:70px;\n}\n\n.hero h1{\n    font-size:42px;\n    line-height:1.05;\n}\n\n.brand{\n    font-size:42px;\n}\n\n.hero-sub{\n    font-size:18px;\n    line-height:1.5;\n}\n\n.hero p,\n.card p,\n.section-title p,\n.cta p{\n    font-size:15px;\n    line-height:1.9;\n}\n\n.colors{\n    gap:10px;\n}\n\n.color-item{\n    font-size:12px;\n    padding:10px 14px;\n}\n\n.hero-buttons{\n    flex-direction:column;\n    gap:14px;\n    align-items:center;\n}\n\n.btn{\n    width:100%;\n    max-width:340px;\n    min-width:auto;\n    padding:17px 24px;\n    font-size:15px;\n}\n\n.trust{\n    flex-direction:column;\n    gap:14px;\n}\n\n.trust-item{\n    width:100%;\n    padding:14px;\n    border-radius:20px;\n    background:rgba(255,255,255,0.7);\n}\n\n.section{\n    padding-top:75px;\n    padding-bottom:75px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:38px;\n    line-height:1.1;\n}\n\n.features{\n    grid-template-columns:1fr;\n    gap:20px;\n}\n\n.card{\n    padding:30px 24px;\n}\n\n.card h3{\n    font-size:22px;\n}\n\n.cta-box{\n    padding:55px 24px;\n    border-radius:30px;\n}\n\n}\n\n@media(max-width:480px){\n\n.hero h1{\n    font-size:36px;\n}\n\n.brand{\n    font-size:36px;\n}\n\n.section-title h2,\n.cta h2{\n    font-size:32px;\n}\n\n.hero p,\n.card p,\n.cta p{\n    font-size:14px;\n}\n\n.badge{\n    font-size:12px;\n    padding:10px 18px;\n}\n\n.btn{\n    font-size:14px;\n    letter-spacing:0.3px;\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 LUXURY HAIRCARE\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=\"brand\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eMicrofibre Glow Wrap\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e🌟 Your Hair Deserves Better Than a Regular Towel\u003c\/div\u003e\n\u003cp\u003eIntroducing the SolaraGlow™ Microfibre Glow Wrap — the luxurious hair towel wrap designed to transform your post-wash routine into a true self-care ritual. Say goodbye to frizz, breakage, and the rough treatment of ordinary towels. \u003cbr\u003e\u003cbr\u003eTraditional towels are harsh on your hair cuticles — causing frizz, tangles, and unnecessary breakage. The ultra-fine microfibre gently absorbs moisture without roughing up the hair shaft, leaving your hair smoother, shinier, and visibly less frizzy from the very first use. \u003cbr\u003e\u003cbr\u003eTwisting a regular towel around wet hair creates tension that weakens delicate strands over time. The SolaraGlow™ Microfibre Glow Wrap is designed to simply wrap and secure — no twisting, no pulling, no damage. Just soft, gentle absorption that protects every strand from root to tip. \u003cbr\u003e\u003cbr\u003eAvailable in four luxurious colours — White, Blue, Pink and Grey — so you can match your self-care routine to your personal style.\u003c\/p\u003e\n\u003c!-- COLOR OPTIONS --\u003e\n\u003cdiv class=\"colors\"\u003e\n\u003cdiv class=\"color-item\"\u003e\n\u003cdiv class=\"color-dot white\"\u003e\u003cbr\u003e\u003c\/div\u003e\nWhite\u003c\/div\u003e\n\u003cdiv class=\"color-item\"\u003e\n\u003cdiv class=\"color-dot blue\"\u003e\u003cbr\u003e\u003c\/div\u003e\nBlue\u003c\/div\u003e\n\u003cdiv class=\"color-item\"\u003e\n\u003cdiv class=\"color-dot pink\"\u003e\u003cbr\u003e\u003c\/div\u003e\nPink\u003c\/div\u003e\n\u003cdiv class=\"color-item\"\u003e\n\u003cdiv class=\"color-dot grey\"\u003e\u003cbr\u003e\u003c\/div\u003e\nGrey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca href=\"#\" class=\"btn btn-gold\"\u003e Shop Now \u003c\/a\u003e \u003ca href=\"#features\" class=\"btn btn-outline\"\u003e Discover More \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🌊 Ultra-Absorbent Microfibre\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e✈️ Portable \u0026amp; Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🪄 Reduces Frizz \u0026amp; Breakage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section\" id=\"features\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch2\u003eWhy Women Love It\u003c\/h2\u003e\n\u003cp\u003eLuxury haircare designed to protect your hair while elevating your everyday routine.\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\u003eUltra-Absorbent Microfibre\u003c\/h3\u003e\n\u003cp\u003eAdvanced microfibre technology absorbs water up to 3x faster than traditional cotton towels while reducing friction and damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🪄\u003c\/div\u003e\n\u003ch3\u003eReduces Frizz \u0026amp; Breakage\u003c\/h3\u003e\n\u003cp\u003eProtects delicate wet strands from tension, rough fibres and unnecessary pulling that lead to frizz and split ends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎀\u003c\/div\u003e\n\u003ch3\u003eSecure Hands-Free Wrap\u003c\/h3\u003e\n\u003cp\u003eThe perfectly balanced wrap design stays comfortably secure without slipping or needing constant adjustment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💆\u003c\/div\u003e\n\u003ch3\u003eGentle On Wet Hair\u003c\/h3\u003e\n\u003cp\u003eDesigned to minimise tension and stress on fragile wet hair while helping preserve smoothness and shine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003ePortable Luxury Essential\u003c\/h3\u003e\n\u003cp\u003eLightweight, compact and easy to travel with so your luxury haircare routine follows you everywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🖤\u003c\/div\u003e\n\u003ch3\u003eLuxury Gift Packaging\u003c\/h3\u003e\n\u003cp\u003eArrives beautifully packaged in signature SolaraGlow™ luxury presentation designed for a premium unboxing experience.\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\u003eWrap Your Hair In Luxury\u003c\/h2\u003e\n\u003cp\u003eWhether you're air-drying, styling or stepping out of the shower, the SolaraGlow™ Microfibre Glow Wrap transforms your routine into a luxurious self-care experience.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"btn btn-gold\"\u003e Get Yours NOW \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Solara Glow .co.za","offers":[{"title":"White","offer_id":48234665771165,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Gray","offer_id":48234665803933,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":48234665836701,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true},{"title":"Blue","offer_id":48234665869469,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_3_0a1156fd-f4f9-475a-b7b3-88bdd0e3014b.png?v=1778614840","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-microfibre-glow-wrap","provider":"Solara Glow .co.za","version":"1.0","type":"link"}