{"product_id":"solaraglow™-kitty-mini-brush-set","title":"SolaraGlow™ Kitty Mini Brush Set","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    --pink:#ffdbe7;\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:'Poppins',sans-serif;\n    background:#faf7f3;\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.10), transparent 30%),\n    radial-gradient(circle at bottom right, rgba(255,192,203,0.12), transparent 30%),\n    linear-gradient(135deg,#fffdfb,#f7f3ee);\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 8s ease-in-out infinite alternate;\n}\n\n.glow1{\n    width:320px;\n    height:320px;\n    background:rgba(255,192,203,0.18);\n    top:-80px;\n    left:-100px;\n}\n\n.glow2{\n    width:320px;\n    height:320px;\n    background:rgba(212,175,106,0.16);\n    bottom:-100px;\n    right:-100px;\n}\n\n@keyframes float{\n    from{\n        transform:translateY(0px);\n    }\n    to{\n        transform:translateY(35px);\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    position:relative;\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:88px;\n    line-height:0.95;\n    margin-bottom:25px;\n    color:var(--gold);\n    font-weight:700;\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    font-weight:600;\n    margin-bottom:25px;\n    color:#444;\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    max-width:700px;\n    margin:auto;\n    line-height:1.8;\n}\n\n\/* CARDS *\/\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.8);\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:36px;\n    margin-bottom:20px;\n}\n\n.card h3{\n    font-size:22px;\n    color:var(--gold-dark);\n    margin-bottom:12px;\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:62px;\n    color:var(--gold-dark);\n    line-height:1;\n    margin-bottom:25px;\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:18px;\n    margin-top:40px;\n    flex-wrap:wrap;\n}\n\n.color-box{\n    background:rgba(255,255,255,0.8);\n    border-radius:24px;\n    padding:18px 25px;\n    border:1px solid rgba(212,175,106,0.12);\n    font-weight:600;\n    color:#555;\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(255,192,203,0.15),transparent 70%);\n    top:-220px;\n    right:-120px;\n}\n\n.cta h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:72px;\n    color:var(--gold-dark);\n    margin-bottom:20px;\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:52px;\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:42px;\n    line-height:1;\n}\n\n.showcase{\n    grid-template-columns:1fr;\n}\n\n.showcase-box{\n    height:380px;\n}\n\n.card{\n    padding:30px 24px;\n}\n\n.btn{\n    width:100%;\n    max-width:320px;\n}\n\n.hero-buttons{\n    gap:14px;\n}\n\n.trust{\n    gap:15px;\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:42px;\n}\n\n.section-title h2,\n.showcase-text h2,\n.cta h2{\n    font-size:34px;\n}\n\n.badge{\n    font-size:11px;\n    padding:10px 16px;\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}\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 GIFT FOR DAUGHTERS \u0026amp; BEAUTY LOVERS\u003c\/div\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003e🐱 CUTEST BEAUTY ESSENTIAL OF THE YEAR\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan class=\"no-break\"\u003eSolaraGlow™\u003c\/span\u003e\u003cbr\u003eKitty Mini Brush Set\u003c\/h1\u003e\n\u003cdiv class=\"hero-sub\"\u003e✨ Cute. Compact. Completely Irresistible.\u003c\/div\u003e\n\u003cp\u003eMeet the cutest addition to any makeup bag — or gift box! 🐱✨ \u003cbr\u003e\u003cbr\u003eThe \u003cstrong\u003eSolaraGlow™ Kitty Mini Brush Set\u003c\/strong\u003e is the ultimate portable beauty companion for every makeup lover. Packed inside an adorable kitty-shaped case are \u003cstrong\u003e7 essential beauty brushes\u003c\/strong\u003e designed to help you create a flawless look anytime, anywhere. 💄 \u003cbr\u003e\u003cbr\u003eWhether you're touching up at work, getting ready on holiday, refreshing your look after the gym, or surprising your daughter with the perfect gift — this little set delivers luxury beauty in the most adorable way possible. 💛 \u003cbr\u003e\u003cbr\u003eSmall enough to fit into any handbag, yet stylish enough to show off everywhere you go.\u003c\/p\u003e\n\u003cdiv class=\"hero-buttons\"\u003e\n\u003ca href=\"#\" class=\"btn btn-gold\"\u003e 🛍️ Get Yours Now \u003c\/a\u003e \u003ca href=\"#features\" class=\"btn btn-light\"\u003e ✨ Discover More \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🐱 7 Essential Brushes\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e👜 Portable \u0026amp; Travel Friendly\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🎁 Perfect Gift For Daughters\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 Girls Love It 💖\u003c\/h2\u003e\n\u003cp\u003eDesigned for beauty lovers who want convenience, luxury and cuteness all in one gorgeous little set.\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\u003eKitty Case\u003c\/h3\u003e\n\u003cp\u003eThe adorable cat-shaped design makes this brush set impossible not to love. Cute enough to show off, practical enough for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💄\u003c\/div\u003e\n\u003ch3\u003e7 Brushes\u003c\/h3\u003e\n\u003cp\u003eIncludes 7 essential brushes for eyes, lips and face makeup — everything needed for a flawless full-face look in one compact set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003eRetractable Design\u003c\/h3\u003e\n\u003cp\u003eEach brush includes protective caps to keep bristles hygienic, clean and protected from dust, makeup residue and damage.\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\u003eLightweight, compact and travel-ready — slips perfectly into handbags, gym bags, backpacks and carry-ons without taking up space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3\u003e3 Colours\u003c\/h3\u003e\n\u003cp\u003eAvailable in beautiful Pink, Blue and Black colour options so you can match your aesthetic perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003ePerfect Gift\u003c\/h3\u003e\n\u003cp\u003eA thoughtful gift for daughters, sisters, girlfriends, friends and every beauty lover who adores cute luxury accessories.\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\u003eBeauty On The Go ✨\u003c\/h2\u003e\n\u003cp\u003eNo more messy makeup bags filled with bulky brushes. The SolaraGlow™ Kitty Mini Brush Set keeps your beauty essentials organised, protected and always ready to use. \u003cbr\u003e\u003cbr\u003eWhether you're travelling, sleeping over, going to school, heading to work or touching up your makeup during the day — this set gives you salon-quality convenience anywhere you go. 💖 \u003cbr\u003e\u003cbr\u003eIt’s not just a makeup brush set — it’s an accessory, a conversation starter and the cutest beauty essential she’ll own. 🐱✨\u003c\/p\u003e\n\u003cdiv class=\"colors\"\u003e\n\u003cdiv class=\"color-box\"\u003e💗 Pink\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e💙 Blue\u003c\/div\u003e\n\u003cdiv class=\"color-box\"\u003e🖤 Black\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\u003eThe Gift She’ll Obsess Over 🎁\u003c\/h2\u003e\n\u003cp\u003eLooking for the perfect gift for your daughter, sister, best friend or favourite beauty lover? \u003cbr\u003e\u003cbr\u003eThe SolaraGlow™ Kitty Mini Brush Set combines luxury, practicality and adorable design into one unforgettable gift. From birthdays to Christmas, sleepovers to travel essentials — this is the beauty accessory she didn’t know she needed… until now. ✨ \u003cbr\u003e\u003cbr\u003eCute. Compact. Luxury. Portable. Everything she loves — all in one kitty-sized set. 🐱💛\u003c\/p\u003e\n\u003ca href=\"#\" class=\"btn btn-gold\"\u003e ✨ Shop \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":48323043623069,"sku":"SG-KITTY-BRUSH-001","price":399.0,"currency_code":"ZAR","in_stock":false},{"title":"Black","offer_id":48323043655837,"sku":"SG-KITTY-BRUSH-002","price":399.0,"currency_code":"ZAR","in_stock":false},{"title":"Blue","offer_id":48323043688605,"sku":"SG-KITTY-BRUSH-003","price":399.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0766\/4199\/2861\/files\/image_3_cddede58-75a2-4d32-a678-341c498636f6.png?v=1778850075","url":"https:\/\/solaraglow.co.za\/products\/solaraglow%e2%84%a2-kitty-mini-brush-set","provider":"Solara Glow .co.za","version":"1.0","type":"link"}