{"title":"Personal Care","description":"\u003cstyle\u003e\n    .kavro-collection-header {\n        --navy: #0B0A40;\n        --accent: #3A8DFF;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        max-width: 600px;\n        margin: 0 auto 30px auto;\n        text-align: center;\n        padding: 20px;\n        background: linear-gradient(180deg, #F4F8FF 0%, #ffffff 100%);\n        border-radius: 20px;\n    }\n\n    .kavro-collection-header h1 {\n        color: var(--navy);\n        font-weight: 800;\n        font-size: 24px;\n        margin-bottom: 12px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .kavro-collection-header p {\n        color: #444;\n        font-size: 15px;\n        line-height: 1.5;\n        margin: 0 auto 20px auto;\n    }\n\n    .kavro-mini-benefits {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        flex-wrap: wrap;\n    }\n\n    .kavro-benefit-tag {\n        background: white;\n        padding: 6px 12px;\n        border-radius: 50px;\n        font-size: 12px;\n        font-weight: 700;\n        color: var(--navy);\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        border: 1px solid #eee;\n        display: flex;\n        align-items: center;\n        gap: 5px;\n    }\n\n    .kavro-benefit-tag span {\n        color: var(--accent);\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"kavro-collection-header\"\u003e\n\u003ch1\u003eDaily Care Reimagined\u003c\/h1\u003e\n\u003cp\u003eEveryday essentials designed for comfort, confidence, and simplicity. Elevate your self-care routine with the Kavro range of high-quality personal solutions.\u003c\/p\u003e\n\u003cdiv class=\"kavro-mini-benefits\"\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Premium Comfort\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Confidence\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Simple Care\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"kavro-sleek™","title":"Kavro SleekBrush™","description":"\u003cstyle\u003e\n    \/* Scoped to protect your header and search button *\/\n    .elite-container {\n        --navy: #0B0A40;\n        --accent: #3A8DFF;\n        --bg-light: #F4F8FF;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        max-width: 450px;\n        margin: auto;\n        background: var(--bg-light);\n        padding: 25px 15px;\n        border-radius: 24px;\n        color: var(--navy);\n    }\n\n    .elite-container .elite-badge {\n        display: table;\n        margin: 0 auto 15px;\n        padding: 6px 16px;\n        background: linear-gradient(90deg, var(--navy), var(--accent), var(--navy));\n        background-size: 200% auto;\n        animation: elite-shine 1.2s linear infinite;\n        color: white;\n        border-radius: 50px;\n        font-size: 11px;\n        font-weight: 800;\n        text-transform: uppercase;\n    }\n\n    @keyframes elite-shine { to { background-position: 200% center; } }\n\n    .elite-container details {\n        background: white;\n        margin-bottom: 12px;\n        border-radius: 16px;\n        overflow: hidden;\n        transition: 0.3s;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.04);\n        border: none;\n    }\n\n    .elite-container summary {\n        padding: 18px 20px;\n        list-style: none;\n        cursor: pointer;\n        font-weight: 700;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        outline: none;\n    }\n\n    .elite-container summary::-webkit-details-marker { display: none; }\n    \n    \/* Chevron Arrow Logic *\/\n    .elite-container summary::after { \n        content: '〉'; \n        font-size: 14px; \n        color: var(--accent); \n        transform: rotate(90deg); \n        transition: 0.3s ease;\n        font-weight: 900;\n    }\n\n    .elite-container details[open] { background: var(--navy); transform: scale(1.02); }\n    .elite-container details[open] summary { color: white; }\n    \n    \/* Flips arrow and changes color when open *\/\n    .elite-container details[open] summary::after { \n        content: '〉'; \n        color: white; \n        transform: rotate(-90deg); \n    }\n\n    .elite-container .details-content {\n        padding: 0 20px 20px;\n        color: #f0f0f0;\n        font-size: 14px;\n        line-height: 1.6;\n        text-align: left;\n    }\n\n    .elite-container .feature-label { \n        font-weight: 700; \n        color: var(--accent); \n        display: block; \n        margin-top: 12px; \n        text-transform: uppercase; \n        font-size: 12px; \n    }\n\n    .elite-container .dot { \n        height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-right: 8px;\n        animation: dot-pulse 2s infinite ease-in-out;\n    }\n\n    @keyframes dot-pulse {\n        0% { transform: scale(1); opacity: 1; }\n        50% { transform: scale(1.3); opacity: 0.7; }\n        100% { transform: scale(1); opacity: 1; }\n    }\n\n    .elite-container .green { background: #2ecc71; box-shadow: 0 0 8px #2ecc71; }\n\n    .elite-container .trust-container { margin-top: 20px; text-align: center; padding: 10px; } \n    .elite-container .trust-text { font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 8px; animation: color-shift 3s infinite alternate; } \n    @keyframes color-shift { 0% { color: var(--navy); } 50% { color: var(--accent); } 100% { color: #5046e5; } }\n    \n    .elite-container .trust-icons { display: flex; justify-content: center; gap: 15px; font-size: 10px; font-weight: 600; color: #777; } \n    .elite-container .trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }\n    \n    .green-lock { width: 14px; height: 14px; fill: #2ecc71; }\n\u003c\/style\u003e\n\u003cdiv class=\"elite-container\"\u003e\n\u003cdiv class=\"elite-badge\"\u003eSELF-CARE ESSENTIAL\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro SleekBrush™\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💁♀️ Precision Straightening\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eAchieve salon-quality results anywhere. Constant temperature control prevents burns while delivering smooth, frizz-free hair in minutes. \u003cspan class=\"feature-label\"\u003eAdjustable Heat:\u003c\/span\u003e 180°C (Thin), 180°C (Ordinary), and 200°C (Thick) settings for all hair types.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔋 Smart LED Display\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\n\u003cspan class=\"dot green\"\u003e\u003c\/span\u003e \u003cb\u003eCordless Freedom\u003c\/b\u003e\n\u003c\/div\u003e\nTrack your battery life and heat settings in real-time with the integrated LED display screen. Perfect for home and travel use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e⚡ Quick-Heating Tech\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eNo more waiting around. Advanced quick-heating technology ensures the brush is ready to use in under 60 seconds, making your morning routine effortless.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e👜 Lightweight \u0026amp; Portable\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eCompact and sleek design at just 20cm. Slip it into your handbag or suitcase for professional styling on the go—perfect for travel.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"trust-container\"\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003csvg class=\"green-lock\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \u003cpath d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e 100% Secure SSL Encrypted Checkout\u003c\/div\u003e\n\u003cdiv class=\"trust-icons\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🚚 \u003cspan\u003eFast SA Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e⭐ \u003cspan\u003ePremium Quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🔄 \u003cspan\u003eEasy Returns\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KavroCore","offers":[{"title":"Black","offer_id":46222879752363,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":46222879785131,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_d9010ea9-5d0d-4c48-a5ae-1676d81127a5.png?v=1771525807"},{"product_id":"heelrenew™-pro","title":"Kavro SilkStep™ Pro","description":"\u003cstyle\u003e\n    \/* Scoped to protect your header and search button *\/\n    .elite-container {\n        --navy: #0B0A40;\n        --accent: #3A8DFF;\n        --bg-light: #F4F8FF;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        max-width: 450px;\n        margin: auto;\n        background: var(--bg-light);\n        padding: 25px 15px;\n        border-radius: 24px;\n        color: var(--navy);\n    }\n\n    .elite-container .elite-badge {\n        display: table;\n        margin: 0 auto 15px;\n        padding: 6px 16px;\n        background: linear-gradient(90deg, var(--navy), var(--accent), var(--navy));\n        background-size: 200% auto;\n        animation: elite-shine 1.2s linear infinite;\n        color: white;\n        border-radius: 50px;\n        font-size: 11px;\n        font-weight: 800;\n        text-transform: uppercase;\n    }\n\n    @keyframes elite-shine { to { background-position: 200% center; } }\n\n    .elite-container details {\n        background: white;\n        margin-bottom: 12px;\n        border-radius: 16px;\n        overflow: hidden;\n        transition: 0.3s;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.04);\n        border: none;\n    }\n\n    .elite-container summary {\n        padding: 18px 20px;\n        list-style: none;\n        cursor: pointer;\n        font-weight: 700;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        outline: none;\n    }\n\n    .elite-container summary::-webkit-details-marker { display: none; }\n    \n    \/* Chevron Logic *\/\n    .elite-container summary::after { \n        content: '〉'; \n        font-size: 14px; \n        color: var(--accent); \n        transform: rotate(90deg); \n        transition: 0.3s ease;\n        font-weight: 900;\n    }\n\n    .elite-container details[open] { background: var(--navy); transform: scale(1.02); }\n    .elite-container details[open] summary { color: white; }\n    \n    \/* Flips chevron when open *\/\n    .elite-container details[open] summary::after { \n        content: '〉'; \n        color: white; \n        transform: rotate(-90deg); \n    }\n\n    .elite-container .details-content {\n        padding: 0 20px 20px;\n        color: #f0f0f0;\n        font-size: 14px;\n        line-height: 1.6;\n        text-align: left;\n    }\n\n    .elite-container .feature-label { \n        font-weight: 700; \n        color: var(--accent); \n        display: block; \n        margin-top: 12px; \n        text-transform: uppercase; \n        font-size: 12px; \n    }\n\n    .elite-container .dot { \n        height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-right: 8px;\n        animation: dot-pulse 2s infinite ease-in-out;\n    }\n\n    @keyframes dot-pulse {\n        0% { transform: scale(1); opacity: 1; }\n        50% { transform: scale(1.3); opacity: 0.7; }\n        100% { transform: scale(1); opacity: 1; }\n    }\n\n    .elite-container .green { background: #2ecc71; box-shadow: 0 0 8px #2ecc71; }\n\n    .elite-container .trust-container { margin-top: 20px; text-align: center; padding: 10px; } \n    .elite-container .trust-text { font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 8px; animation: color-shift 3s infinite alternate; } \n    @keyframes color-shift { 0% { color: var(--navy); } 50% { color: var(--accent); } 100% { color: #5046e5; } }\n    \n    .elite-container .trust-icons { display: flex; justify-content: center; gap: 15px; font-size: 10px; font-weight: 600; color: #777; } \n    .elite-container .trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }\n    \n    .green-lock { width: 14px; height: 14px; fill: #2ecc71; }\n\u003c\/style\u003e\n\u003cdiv class=\"elite-container\"\u003e\n\u003cdiv class=\"elite-badge\"\u003eSELF-CARE ESSENTIAL\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro SilkStep™ Pro\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ Salon-Smooth Heels at Home\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eStop feeling self-conscious in sandals. Restore baby-soft skin in minutes with a professional-grade solution that eliminates dry, cracked skin effortlessly. \u003cspan class=\"feature-label\"\u003eThe Result:\u003c\/span\u003e Beautiful, smooth heels without the expensive salon appointments.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔄 360° Rotating Technology\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\n\u003cspan class=\"dot green\"\u003e\u003c\/span\u003e \u003cb\u003eFast \u0026amp; Effective\u003c\/b\u003e\n\u003c\/div\u003e\nThe high-speed rotating head gently buffs away rough patches while protecting the healthy skin underneath. No blades, no pain, and no mess.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💖 Why You’ll Love It\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eDesigned specifically for real results on sensitive feet.\n\u003cul style=\"margin-top: 10px; padding-left: 15px; color: white;\"\u003e\n\u003cli\u003eSafe \u0026amp; gentle on sensitive areas\u003c\/li\u003e\n\u003cli\u003eMultiple grinding heads for different needs\u003c\/li\u003e\n\u003cli\u003ePowerful motor for deep skin restoration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔋 Rechargeable \u0026amp; Cordless\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eEnjoy total freedom with a long-lasting rechargeable battery. The cordless, lightweight design makes it perfect for home use or taking with you on holiday.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"trust-container\"\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003csvg class=\"green-lock\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                \u003cpath d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e 100% Secure SSL Encrypted Checkout\u003c\/div\u003e\n\u003cdiv class=\"trust-icons\"\u003e\n\u003cdiv class=\"trust-item\"\u003e🚚 \u003cspan\u003eFast SA Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e⭐ \u003cspan\u003ePremium Quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e🔄 \u003cspan\u003eEasy Returns\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KavroCore","offers":[{"title":"White \/ Standard","offer_id":46208803897515,"sku":null,"price":389.99,"currency_code":"ZAR","in_stock":true},{"title":"White \/ Pro Care Set (+3 Heads)","offer_id":46215839776939,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true},{"title":"Black \/ Standard","offer_id":46208803930283,"sku":null,"price":389.99,"currency_code":"ZAR","in_stock":true},{"title":"Black \/ Pro Care Set (+3 Heads)","offer_id":46215839809707,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_a38d9d2a-0d9d-491c-8e94-f6d1e98f97db.png?v=1771525586"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/collections\/rn-image_picker_lib_temp_ae3c5338-1cfe-4c1b-96e4-9b8b87241426.png?v=1771434301","url":"https:\/\/www.kavrocore.co.za\/collections\/personal-care.oembed","provider":"KavroCore","version":"1.0","type":"link"}