{"title":"Bundle \u0026 Save","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: #2ecc71; \/* Green checkmark for savings *\/\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"kavro-collection-header\"\u003e\n\u003ch1\u003eMaximum Value Kits\u003c\/h1\u003e\n\u003cp\u003eGet more for less with our curated bundles. Expertly paired solutions designed to provide the ultimate upgrade for your home while putting money back in your pocket.\u003c\/p\u003e\n\u003cdiv class=\"kavro-mini-benefits\"\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Exclusive Savings\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Complete Kits\u003c\/div\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Best Value\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"kavro-deepclean-complete-kit","title":"Kavro DeepClean™ Complete Kit","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\"\u003eBUNDLE \u0026amp; SAVE R120\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eDeepClean™ Kit\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e⚡ PowerScrub™ Pro\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eTransform your bathroom into a spotless space. This pro-grade scrubber handles the hard work with high-speed rotation that lifts grime instantly. \u003cspan class=\"feature-label\"\u003eThe Result:\u003c\/span\u003e A deeper clean in half the time with zero harsh effort.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🪥 5x Brush Heads\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\u003eVersatile Cleaning\u003c\/b\u003e\n\u003c\/div\u003e\nIncludes five specialized replacement brush heads engineered for every surface—from delicate tile grout to large shower floors and tight corners.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🛡️ 5x ClogShield™\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eIncludes our famous 5pc Drain Protector set. Stop hair and debris from ever entering your pipes, preventing expensive clogs before they happen.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🎁 Save R120\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eEnjoy maximum value when you buy as a kit! Everything you need to scrub, restore, and protect your bathroom surfaces in one smart, all-in-one upgrade.\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":"Default Title","offer_id":46218881990827,"sku":null,"price":649.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_e861f1a5-dacd-4a8e-afb6-f6716ff65774.png?v=1771429223"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/collections\/rn-image_picker_lib_temp_cded51a2-9223-41ea-bc4a-da42a3438b11.png?v=1771581076","url":"https:\/\/www.kavrocore.co.za\/collections\/bundle-save.oembed","provider":"KavroCore","version":"1.0","type":"link"}