{"title":"Packages","description":"","products":[{"product_id":"ultimate-easy-clean-hairbrush","title":"Solia ClearClick Brush","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eSolia ClearClick Brush\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500\u0026amp;family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --light-pink: #FCF4F6;\n            --blush-pink: #F3D9E3;\n            --dark-pink: #E8CEDB;\n            --gold: #D4AF37;\n            --white: #FFFFFF;\n            --text-dark: #3A3A3A;\n            --text-light: #7A7A7A;\n        }\n\n        body, html {\n            margin: 0;\n            padding: 0;\n            font-family: 'Montserrat', sans-serif;\n            background-color: var(--light-pink);\n            color: var(--text-dark);\n            overflow-x: hidden;\n        }\n\n        \/* --- Hero Section --- *\/\n        .solia-hero {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            min-height: 60vh;\n            padding: 10% 5%;\n            background: linear-gradient(135deg, var(--white) 0%, var(--light-pink) 100%);\n            text-align: center;\n        }\n\n        .solia-hero-content {\n            max-width: 800px;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeUp 1s ease forwards;\n        }\n\n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3.5rem;\n            color: var(--text-dark);\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .gold-accent {\n            color: var(--gold);\n            font-style: italic;\n        }\n\n        .subtitle {\n            font-size: 1.2rem;\n            font-weight: 300;\n            color: var(--text-light);\n            margin-bottom: 40px;\n            line-height: 1.6;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 15px 40px;\n            background: linear-gradient(135deg, #E6C258 0%, var(--gold) 100%);\n            color: var(--white);\n            text-decoration: none;\n            font-size: 1.1rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            border-radius: 30px;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-button:hover {\n            background: var(--text-dark);\n            box-shadow: 0 10px 20px rgba(58, 58, 58, 0.3);\n            transform: translateY(-3px);\n        }\n\n        \/* --- Interactive Try Section --- *\/\n        .interactive-demo {\n            text-align: center;\n            padding: 60px 20px;\n            background-color: var(--white);\n        }\n\n        .interactive-demo h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .click-demo-box {\n            display: inline-block;\n            padding: 40px;\n            border: 2px dashed var(--gold);\n            border-radius: 20px;\n            \/* Added a beautiful gradient background here *\/\n            background: linear-gradient(135deg, var(--light-pink) 0%, var(--dark-pink) 100%);\n            box-shadow: 0 15px 35px rgba(232, 206, 219, 0.5);\n            transition: all 0.4s ease;\n        }\n\n        .demo-btn {\n            padding: 15px 30px;\n            background-color: var(--white);\n            border: 2px solid var(--gold);\n            border-radius: 50px;\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1rem;\n            font-weight: 500;\n            cursor: pointer;\n            color: var(--text-dark);\n            transition: all 0.2s ease;\n            outline: none;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n\n        .demo-btn:active {\n            transform: scale(0.95);\n            background-color: var(--gold);\n            color: var(--white);\n        }\n\n        .demo-message {\n            margin-top: 15px;\n            height: 20px;\n            font-style: italic;\n            font-weight: 500;\n            color: var(--text-dark);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        \/* --- Features Grid --- *\/\n        .features-section {\n            padding: 80px 10%;\n            background-color: var(--light-pink);\n        }\n\n        .features-title {\n            text-align: center;\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 50px;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n        }\n\n        .feature-card {\n            \/* Added a soft gradient instead of pure white *\/\n            background: linear-gradient(145deg, var(--white) 60%, var(--light-pink) 100%);\n            padding: 40px 30px;\n            border-radius: 20px;\n            text-align: center;\n            \/* Added a subtle border *\/\n            border: 1px solid rgba(232, 206, 219, 0.6);\n            box-shadow: 0 10px 30px rgba(232, 206, 219, 0.3);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            overflow: hidden;\n            border-bottom: 4px solid transparent;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.08), transparent);\n            transition: left 0.5s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-10px);\n            \/* Richer gradient on hover *\/\n            background: linear-gradient(145deg, var(--white) 40%, var(--blush-pink) 100%);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);\n            border-bottom: 4px solid var(--gold);\n        }\n\n        .feature-card:hover::before {\n            left: 100%;\n        }\n\n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            display: inline-block;\n            \/* Richer icon background with a glow *\/\n            background: linear-gradient(135deg, var(--blush-pink) 0%, var(--dark-pink) 100%);\n            box-shadow: 0 8px 20px rgba(232, 206, 219, 0.8);\n            width: 80px;\n            height: 80px;\n            line-height: 80px;\n            border-radius: 50%;\n            color: var(--white);\n            text-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .feature-card h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: var(--text-dark);\n        }\n\n        .feature-card p {\n            font-size: 0.95rem;\n            color: var(--text-light);\n            line-height: 1.6;\n        }\n\n        \/* --- Animations --- *\/\n        @keyframes fadeUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Scroll Animation Classes *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: all 0.8s ease-out;\n        }\n\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            h1 { font-size: 2.5rem; }\n            .solia-hero { padding: 15% 5%; }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003csection class=\"solia-hero\"\u003e\n        \u003cdiv class=\"solia-hero-content\"\u003e\n            \u003ch1\u003eSolia \u003cspan class=\"gold-accent\"\u003eClearClick\u003c\/span\u003e Brush\u003c\/h1\u003e\n            \u003cp class=\"subtitle\"\u003eMake hair care easier with the Easy-Clean Hair Brush, designed for smooth brushing and hassle-free cleaning. No more pulling strands out by hand.\u003c\/p\u003e\n            \u003ca href=\"#shop\" class=\"cta-button\"\u003eShop the Magic\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"interactive-demo reveal\"\u003e\n        \u003ch2\u003eExperience the \u003cspan class=\"gold-accent\"\u003eClearClick\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"subtitle\" style=\"max-width: 600px; margin: 0 auto 30px;\"\u003eTrapped hair is removed in seconds. Try the simulation below.\u003c\/p\u003e\n        \u003cdiv class=\"click-demo-box\" id=\"demoBox\"\u003e\n            \u003cbutton class=\"demo-btn\" onclick=\"triggerClean()\"\u003e✨ Push to Clean\u003c\/button\u003e\n            \u003cdiv class=\"demo-message\" id=\"demoMsg\"\u003eHair instantly cleared! 🌸\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"features-section\"\u003e\n        \u003ch2 class=\"features-title reveal\"\u003eWhy You'll Love It\u003c\/h2\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n                \u003ch3\u003eOne-Click Cleaning\u003c\/h3\u003e\n                \u003cp\u003ePush the button to instantly remove collected hair from the brush in seconds.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n                \u003ch3\u003eFlexible Ball-Tip\u003c\/h3\u003e\n                \u003cp\u003eGently detangles knots while significantly reducing pulling, pain, and breakage.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🌸\u003c\/div\u003e\n                \u003ch3\u003eSmooths Frizz\u003c\/h3\u003e\n                \u003cp\u003eHelps leave your hair looking effortlessly neat, soft, and highly manageable.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e💆‍♀️\u003c\/div\u003e\n                \u003ch3\u003eScalp Massage\u003c\/h3\u003e\n                \u003cp\u003eRounded bristles provide a gentle, relaxing scalp massage to stimulate growth.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n                \u003ch3\u003eAnti-Static Handle\u003c\/h3\u003e\n                \u003cp\u003eReduces flyaways and improves grip for a comfortable everyday styling experience.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-icon\"\u003e🎀\u003c\/div\u003e\n                \u003ch3\u003eErgonomic Design\u003c\/h3\u003e\n                \u003cp\u003eLightweight and perfectly shaped to easily hold for effortless daily styling.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cscript\u003e\n        \/\/ Interactive Button Logic\n        function triggerClean() {\n            const demoBox = document.getElementById('demoBox');\n            const demoMsg = document.getElementById('demoMsg');\n            \n            \/\/ Add a little pop animation to the box\n            demoBox.style.transform = 'scale(1.05)';\n            demoBox.style.boxShadow = '0 20px 45px rgba(212, 175, 55, 0.4)';\n            \n            \/\/ Show success message\n            demoMsg.style.opacity = '1';\n\n            \/\/ Reset after 2 seconds\n            setTimeout(() =\u003e {\n                demoBox.style.transform = 'scale(1)';\n                demoBox.style.boxShadow = '0 15px 35px rgba(232, 206, 219, 0.5)';\n                demoMsg.style.opacity = '0';\n            }, 2000);\n        }\n\n        \/\/ Scroll Reveal Animation Logic\n        function reveal() {\n            var reveals = document.querySelectorAll(\".reveal\");\n            for (var i = 0; i \u003c reveals.length; i++) {\n                var windowHeight = window.innerHeight;\n                var elementTop = reveals[i].getBoundingClientRect().top;\n                var elementVisible = 100;\n\n                if (elementTop \u003c windowHeight - elementVisible) {\n                    reveals[i].classList.add(\"active\");\n                }\n            }\n        }\n\n        window.addEventListener(\"scroll\", reveal);\n        \/\/ Trigger once on load\n        reveal();\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Solia","offers":[{"title":"White","offer_id":54564205298036,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":54564205265268,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/3217\/7780\/files\/ED7E6E80-CDB9-4BB6-AABE-B85CF03A38CC.jpg?v=1780554768"},{"product_id":"solia-beauty-bundle","title":"Solia Mega Beauty Bundle","description":"\u003cp\u003e🤍 The Ultimate Solia Beauty Bundle: Your At-Home Spa Experience\u003cbr\u003eElevate your daily self-care routine with The Solia Beauty Bundle, a meticulously curated collection of our most loved, premium beauty and skincare essentials. Designed for the modern woman who values both aesthetics and functionality, this luxurious set has everything you need to cleanse, sculpt, style, and store your beauty must-haves.\u003cbr\u003eWhether you are treating yourself to a spa-day upgrade or searching for the perfect gift for a loved one, this all-in-one bundle delivers flawless results from head to toe.\u003cbr\u003e✨ What's Included in Your Bundle?\u003cbr\u003e1. The Premium Quilted Velvet Cosmetic Bag\u003cbr\u003eKeep your vanity organized and travel in style. This ultra-soft, cream-colored cosmetic bag features a chic quilted design and a smooth-glide zipper, offering plenty of space for all your new tools and daily makeup essentials.\u003cbr\u003e2. The Solia \"Easy Clean\" Hairbrush\u003cbr\u003eSay goodbye to tangled, hard-to-clean brushes! Our signature Solia hairbrush features an innovative push-mechanism base that effortlessly releases trapped hair and buildup in seconds. Glide through tangles with ease while keeping your brush perfectly hygienic.\u003cbr\u003e3. The Complete 6-Piece Facial Care Set\u003cbr\u003eUnlock your skin's natural glow with our comprehensive facial toolkit:\u003cbr\u003e Authentic Jade Roller \u0026amp; Gua Sha Duo: Sculpt your jawline, promote lymphatic drainage, and reduce morning puffiness with these cool, soothing natural stone tools.\u003cbr\u003e Dual-Sided Cleansing Brush: Features ultra-soft bristles on one side for gentle daily washing and textured silicone on the other for a deeper, exfoliating massage.\u003cbr\u003e Silicone Mask Applicator \u0026amp; Scrubber: The perfect mess-free spatula for applying clay masks or serums, paired with a precision scrubber for targeting pores around the nose and T-zone.\u003cbr\u003e Plush Spa Headband \u0026amp; Wristband Set: Keep your hair flawlessly dry and stop water from dripping down your arms while you wash your face. Made from ultra-absorbent, cloud-soft fleece with an adorable bow design.\u003cbr\u003e🌟 Why You'll Love It\u003cbr\u003e Unbeatable Value: Get a complete, high-end beauty routine in one convenient package for a fraction of the cost of buying each piece separately.\u003cbr\u003e Aesthetic Perfection: Featuring a cohesive, neutral color palette with elegant gold and soft pink accents, these tools look absolutely beautiful displayed on any bathroom counter.\u003cbr\u003e The Perfect Gift: Packaged beautifully and universally loved, it's the ultimate gift for birthdays, holidays, bridesmaids, or simply \"just because.\"\u003c\/p\u003e","brand":"Solia","offers":[{"title":"Default Title","offer_id":54695610515828,"sku":null,"price":999.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/3217\/7780\/files\/IMG-20260531-WA0368.jpg?v=1780223689"},{"product_id":"solia-beauty-bundle-1","title":"Solia Beauty Bundle","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,600;1,600\u0026family=Montserrat:wght@400;500;600;700\u0026display=swap');\n\n  .solia-bundle-showcase {\n    max-width: 600px;\n    margin: 2rem auto;\n    padding: 2.5rem 2rem;\n    background: linear-gradient(145deg, #ffffff 0%, #fffafa 100%);\n    border: 1px solid rgba(212, 175, 55, 0.2);\n    border-radius: 16px;\n    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.05);\n    font-family: 'Montserrat', sans-serif;\n  }\n\n  .solia-showcase-eyebrow {\n    text-align: center;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: #B8860B;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n  }\n\n  .solia-showcase-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.2rem;\n    font-weight: 600;\n    text-align: center;\n    color: #1a1a1a;\n    margin-bottom: 0.5rem;\n    line-height: 1.2;\n  }\n\n  .solia-showcase-subtitle {\n    text-align: center;\n    font-size: 0.95rem;\n    color: #555;\n    margin-bottom: 2rem;\n    font-style: italic;\n    font-family: 'Playfair Display', serif;\n  }\n\n  \/* Interactive Tab Buttons *\/\n  .solia-tab-container {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .solia-tab-btn {\n    background: #ffffff;\n    border: 1px solid rgba(212, 175, 55, 0.3);\n    padding: 8px 18px;\n    border-radius: 50px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: #4a4a4a;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .solia-tab-btn:hover {\n    background: #fff0f5;\n    border-color: #D4AF37;\n    transform: translateY(-2px);\n  }\n\n  \/* Active State for the clicked tab *\/\n  .solia-tab-btn.active {\n    background: #D4AF37;\n    border-color: #D4AF37;\n    color: #ffffff;\n    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);\n    transform: translateY(0);\n  }\n\n  \/* Content Area *\/\n  .solia-tab-content-wrapper {\n    position: relative;\n    min-height: 120px; \/* Keeps the box from jumping up and down when text changes *\/\n  }\n\n  .solia-tab-pane {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    opacity: 0;\n    transform: translateY(15px);\n    visibility: hidden;\n    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);\n  }\n\n  .solia-tab-pane.active {\n    opacity: 1;\n    transform: translateY(0);\n    visibility: visible;\n    position: relative;\n  }\n\n  .solia-pane-title {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 0.8rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n  }\n\n  .solia-pane-title svg {\n    width: 18px;\n    height: 18px;\n    stroke: #D4AF37;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .solia-pane-text {\n    font-size: 0.95rem;\n    color: #555;\n    line-height: 1.7;\n    text-align: center;\n  }\n\n  @media(max-width: 480px) {\n    .solia-bundle-showcase { padding: 2rem 1.2rem; }\n    .solia-showcase-title { font-size: 1.8rem; }\n    .solia-tab-btn { font-size: 0.8rem; padding: 6px 14px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"solia-bundle-showcase\"\u003e\n\u003cdiv class=\"solia-showcase-eyebrow\"\u003eSolia Beauty Essentials\u003c\/div\u003e\n\u003ch3 class=\"solia-showcase-title\"\u003eThe 8-Piece Styling Kit\u003c\/h3\u003e\n\u003cdiv class=\"solia-showcase-subtitle\"\u003eUpgrade your entire daily routine. Tap to explore.\u003c\/div\u003e\n\u003cdiv class=\"solia-tab-container\"\u003e\n\u003c!-- These buttons trigger the javascript function below --\u003e \u003cbutton class=\"solia-tab-btn active\"\u003e1x Brush\u003c\/button\u003e \u003cbutton class=\"solia-tab-btn\"\u003e2x Clips\u003c\/button\u003e \u003cbutton class=\"solia-tab-btn\"\u003e5x Scrunchies\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"solia-tab-content-wrapper\"\u003e\n\u003c!-- The Brush Text --\u003e\n\u003cdiv id=\"solia-pane-0\" class=\"solia-tab-pane active\"\u003e\n\u003cdiv class=\"solia-pane-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e The ClearClick Brush\u003c\/div\u003e\n\u003cdiv class=\"solia-pane-text\"\u003eOur signature ergonomic brush featuring the revolutionary 1-click retraction mechanism. Instantly clear away trapped hair and product buildup while enjoying pain-free detangling and a gentle scalp massage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- The Clips Text --\u003e\n\u003cdiv id=\"solia-pane-1\" class=\"solia-tab-pane\"\u003e\n\u003cdiv class=\"solia-pane-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z\"\u003e\u003c\/path\u003e\u003cline y2=\"7\" x2=\"7.01\" y1=\"7\" x1=\"7\"\u003e\u003c\/line\u003e\u003c\/svg\u003e Premium Hair Clips\u003c\/div\u003e\n\u003cdiv class=\"solia-pane-text\"\u003eCrafted with a timeless finish, these durable clips provide a secure, comfortable hold for sectioning your hair during styling or throwing it up in an effortless, chic updo.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- The Scrunchies Text --\u003e\n\u003cdiv id=\"solia-pane-2\" class=\"solia-tab-pane\"\u003e\n\u003cdiv class=\"solia-pane-title\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Silk-Soft Scrunchies\u003c\/div\u003e\n\u003cdiv class=\"solia-pane-text\"\u003eDesigned to glide over your hair without pulling, snagging, or leaving creases. Perfect for protecting your strands at night or adding a touch of elegance to a simple ponytail.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Solia","offers":[{"title":"Default Title","offer_id":54749941105012,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/3217\/7780\/files\/25CEE2B1-9366-4F19-9315-55B248DC04A1.jpg?v=1780554768"}],"url":"https:\/\/solia.co.za\/collections\/glow-collection.oembed","provider":"Solia","version":"1.0","type":"link"}