{"title":"Home Solutions","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\u003eSmart Living Reimagined\u003c\/h1\u003e\n\u003cp\u003eSmart upgrades designed to simplify and improve your everyday living. Experience the perfect blend of functionality and innovation with the Kavro home range.\u003c\/p\u003e\n\u003cdiv class=\"kavro-mini-benefits\"\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Smart Design\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Simple Living\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Everyday Quality\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"kavrocore™-portable-fabric-reviver","title":"Kavro FabricPro™","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\n\u003cdiv class=\"elite-container\"\u003e\n    \u003cdiv class=\"elite-badge\"\u003ePOPULAR CHOICE\u003c\/div\u003e\n    \u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro FabricPro™\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e✨ Professional Fabric Restoration\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Effortlessly removes lint and restores clothes, bedding, and upholstery to a smooth, like-new finish in seconds. \n            \u003cspan class=\"feature-label\"\u003eVersatile Care:\u003c\/span\u003e Perfect for everyday fabrics – sweaters, premium knitwear, blankets, sofas, and more.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🔋 Smart LED \u0026amp; Battery\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\u003eRuntime: 60+ Minutes\u003c\/b\u003e\n            \u003c\/div\u003e\n            Enjoy long-lasting performance while the integrated digital display shows precise battery percentage at all times.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e⚡ USB-C Fast Charging\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Fully recharges in approximately \u003cb style=\"color: var(--accent);\"\u003e90 minutes\u003c\/b\u003e with modern USB-C technology for seamless convenience. Works with any standard USB-C cable.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🛡️ Precision 6-Blade System\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Engineered for powerful yet gentle fabric care, delivering smooth results without damaging delicate materials thanks to the Protective Honeycomb Guard.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\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\n        \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","offer_id":46216239481003,"sku":null,"price":329.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":46216239513771,"sku":null,"price":329.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_45abb8c3-9973-432a-8225-b96f2d0ebc5d.png?v=1771521377"},{"product_id":"kavro-steamgo-pro™","title":"Kavro SteamGo™ 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 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\n\u003cdiv class=\"elite-container\"\u003e\n    \u003cdiv class=\"elite-badge\"\u003eTRAVEL ESSENTIAL\u003c\/div\u003e\n    \u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro SteamGo™ Pro\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🔄 180° Rotatable Fold\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Effortlessly switch between handheld and traditional styles with the 180° rotatable soleplate. The pointed front end is specially designed to cover more areas and handle details like collars and buttons.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e⚡ Fast \u0026amp; Powerful Steam\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\u003eDry \u0026amp; Wet Ironing\u003c\/b\u003e\n            \u003c\/div\u003e\n            Smooths stubborn wrinkles effortlessly. Experience water spray for wet ironing or use the large titanium panel for quick dry ironing. Ready in seconds for any occasion.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🧳 Lightweight \u0026amp; Compact\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \"Big energy in a small body\". This ultra-portable design fits easily into your suitcase or luggage, making it the perfect companion for travel or quick home touch-ups with the Kavro SteamGo™ Pro.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e👗 Safe for Multiple Fabrics\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Engineered for versatility. Safely and effectively smooths shirts, dresses, trousers, and delicate garments without damage, providing a professional finish every time.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"trust-container\"\u003e\n        \u003cdiv class=\"trust-text\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"green-lock\"\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\n        \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":"Default Title","offer_id":46205674684587,"sku":null,"price":429.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_aadd47ce-251e-4f98-9760-b3c7bcd65c0e.png?v=1771521893"},{"product_id":"clogshield™-drain-protector-set","title":"Kavro ClogShield™","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: 15px 18px;\n        list-style: none;\n        cursor: pointer;\n        font-weight: 700;\n        font-size: 14px; \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    .elite-container summary::after { \n        content: '〉'; \n        font-size: 12px; \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    .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: 11px; \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\"\u003ePROBLEM SOLVER\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro ClogShield™\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🛡️ Prevent Blockages\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eStop clogged drains before they start. The Kavro ClogShield™ is designed to catch hair, food scraps, and soap buildup without slowing down water flow. \u003cspan class=\"feature-label\"\u003eThe Result:\u003c\/span\u003e Clean pipes and no more expensive plumber call-outs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ Instant Setup\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\u003eReady in Seconds\u003c\/b\u003e\n\u003c\/div\u003e\nNo tools. No installation. No stress. Simply place the ClogShield™ over your drain and it goes to work immediately. Perfect for kitchens, bathrooms, and laundry rooms.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💧 Rapid Drain\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eUnlike cheap mesh strainers, our unique hole pattern ensures water drains rapidly while effectively trapping even the smallest debris. Keep your home running smoothly with zero standing water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🧼 Durable Quality\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eMade from high-quality, mold-resistant materials. When it's full, simply wipe it clean and it's ready to go again. A long-lasting, eco-friendly solution for every home.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"trust-container\"\u003e\n\u003cdiv class=\"trust-text\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"green-lock\"\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":"3 Pack","offer_id":46208329121963,"sku":null,"price":99.0,"currency_code":"ZAR","in_stock":true},{"title":"5 Pack","offer_id":46208329154731,"sku":null,"price":149.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_dbe611cf-ef09-4382-af38-8486cd9ae283.png?v=1771580094"},{"product_id":"kavro-cleanglide-pro™","title":"Kavro CleanGlide™ 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\n\u003cdiv class=\"elite-container\"\u003e\n    \u003cdiv class=\"elite-badge\"\u003eHOME ESSENTIAL\u003c\/div\u003e\n    \u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro CleanGlide™ Pro\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e✨ Effortless Fabric Care\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Instantly remove lint, hair, dust, and fuzz from clothing and furniture. No refills, no sticky tape, and no waste—just smooth, satisfying cleaning in seconds. \n            \u003cspan class=\"feature-label\"\u003eDesign:\u003c\/span\u003e Double-sided surface area for faster cleaning with every swipe.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e👔 Refresh Clothes Instantly\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            \u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\u003cb\u003eWardrobe Ready\u003c\/b\u003e\u003c\/div\u003e\n            Keep your outfits looking brand new. Perfect for refreshing black clothes, jackets, school uniforms, and professional workwear.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🛋️ Furniture \u0026amp; Home Care\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Keep your home looking pristine. Easily removes stubborn pet hair and fuzz from couches, cushions, and carpets without damaging the fabric.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n        \u003csummary\u003e🌱 Reusable \u0026amp; Eco-Friendly\u003c\/summary\u003e\n        \u003cdiv class=\"details-content\"\u003e\n            Built to last. This sustainable fabric brush requires no replacement sheets, making it the perfect long-term solution for modern, eco-conscious homes.\n        \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"trust-container\"\u003e\n        \u003cdiv class=\"trust-text\"\u003e\n            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"green-lock\"\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\n        \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":"Default Title","offer_id":46213213683883,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_c7336c45-a984-4cf8-bd2c-c1aa53499ccd.png?v=1771524823"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/collections\/rn-image_picker_lib_temp_862fe55d-9ae1-4bf0-9f21-f39089d157e4.png?v=1771434260","url":"https:\/\/www.kavrocore.co.za\/collections\/home-essentials.oembed","provider":"KavroCore","version":"1.0","type":"link"}