{"title":"Kitchen 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\u003eKitchen Reimagined\u003c\/h1\u003e\n\u003cp\u003ePrecision tools and smart designs to upgrade your cooking experience. Elevate your culinary skills with the Kavro professional-grade kitchen range.\u003c\/p\u003e\n\u003cdiv class=\"kavro-mini-benefits\"\u003e\n\u003cdiv class=\"kavro-benefit-tag\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Precision\u003c\/div\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 Chef Grade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"kavro-mistpro™","title":"Kavro MistPro™","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\"\u003eNEW ARRIVAL\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro MistPro™\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💨 Fine Mist Spray\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eAchieve professional-grade even coverage with every press. Designed for precision with no dripping or messy leaks. \u003cspan class=\"feature-label\"\u003eVersatile Kitchen Use:\u003c\/span\u003e Perfect for Any Kitchen – Cooking, frying, grilling, salads \u0026amp; BBQs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔄 2-in-1 Design\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\u003eDual Functionality\u003c\/b\u003e\n\u003c\/div\u003e\nThe ultimate hybrid kitchen tool. Easily switch between a high-pressure spray or a smooth pour with one single bottle.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🥗 Ultimate Oil Control\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003ePromote healthier cooking by managing your intake. Our precision nozzle helps you use significantly less oil while maintaining full flavor.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Food-Grade \u0026amp; Refillable\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eSafe, durable, and eco-friendly. Crafted from high-quality food-grade materials that are easy to clean and built for daily refillable use.\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":"Plastic","offer_id":46216196489387,"sku":null,"price":279.99,"currency_code":"ZAR","in_stock":true},{"title":"Glass","offer_id":46216196522155,"sku":null,"price":339.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_3b33c16a-81df-424b-a435-1009831253b0.png?v=1771521544"},{"product_id":"kavro-chopmaster™-16-in-1","title":"Kavro ChopMaster™ 16-in-1","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\"\u003eKITCHEN ESSENTIAL\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro ChopMaster™\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔪 16-in-1 Versatility\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eThe ultimate kitchen multi-tool. Effortlessly slice, dice, grate, shred, and peel with one compact set. \u003cspan class=\"feature-label\"\u003eIncludes:\u003c\/span\u003e Draining basket, peeler, and multiple blade attachments for onions, carrots, garlic, and more.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e⚡ Sharp Stainless-Steel\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, Clean Cuts\u003c\/b\u003e\n\u003c\/div\u003e\nHigh-grade stainless-steel blades ensure clean results every time, reducing effort and ensuring uniform slicing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e⏱️ Time-Saving Prep\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eChop in seconds, not minutes. Drastically cut down your meal preparation time so you can spend less time in the kitchen and more time enjoying your food.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🧺 Mess-Free Container\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eKeep your counters spotless. The integrated container design captures all your veggies directly as you chop, with a built-in draining basket for easy rinsing.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🛡️ Durable \u0026amp; Food-Grade\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eBuilt to last. Made from high-quality, BPA-free food-grade materials that are safe, durable, and dishwasher friendly for easy cleanup.\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":"Gray \u0026 Green","offer_id":46208812744875,"sku":null,"price":559.99,"currency_code":"ZAR","in_stock":true},{"title":"White \u0026 Black","offer_id":46208812777643,"sku":null,"price":599.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_82434d3f-eb6e-4db8-988c-bd4539ff695d.png?v=1771600729"},{"product_id":"kavro-measurepro™","title":"Kavro MeasurePro™","description":"\u003cstyle\u003e\n    \/* Elite Layout Framework - Scoped for Shopify Product Descriptions *\/\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    \/* 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;\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 upside down 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: 400; \n        color: var(--accent); \n        display: block; \n        margin-top: 12px; \n        text-transform: uppercase; \n        font-size: 12px; \n    }\n\n    .elite-container .feature-desc {\n        display: block;\n        color: #ffffff;\n        font-size: 13px;\n        font-weight: 400;\n    }\n\n    \/* Precision Row Logic *\/\n    .elite-container .precision-row {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        margin-top: 12px;\n    }\n    \n    .elite-container .unit-box {\n        text-align: center;\n        line-height: 1.1;\n        min-width: 50px; \n        font-size: 13px;\n    }\n\n    .elite-container .unit-text-wrap {\n        display: flex;\n        flex-direction: column;\n        line-height: 1.2;\n    }\n\n    \/* Pulse Animation for Dots *\/\n    .elite-container .dot { \n        height: 10px; \n        width: 10px; \n        border-radius: 50%; \n        display: inline-block; \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    .elite-container .dark-blue { background: #5046e5; box-shadow: 0 0 8px #5046e5; }\n    .elite-container .light-blue { background: #00D2FF; box-shadow: 0 0 8px #00D2FF; }\n\n    \/* Trust Section *\/\n    .elite-container .trust-container { margin-top: 20px; text-align: center; padding: 10px; } \n    \n    .elite-container .trust-text { \n        font-size: 12px; \n        font-weight: 700; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        gap: 8px; \n        margin-bottom: 8px;\n        animation: color-shift 3s infinite alternate;\n    } \n\n    @keyframes color-shift {\n        0% { color: var(--navy); }\n        50% { color: var(--accent); }\n        100% { color: #5046e5; }\n    }\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\"\u003eNEW ARRIVAL 2026\u003c\/div\u003e\n\u003ch2 style=\"text-align: center; margin-top: 5px; color: var(--navy); font-weight: 800;\"\u003eKavro MeasurePro™\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003e⚖️ Ultra-Precise Measuring\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eStop guessing. Measure with 0.1g precision for absolute consistency.\n\u003cdiv class=\"precision-row\"\u003e\n\u003cspan class=\"dot green\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"unit-box\"\u003e\n\u003cb\u003e0.1g\u003c\/b\u003e\u003cbr\u003eSENSORS\u003c\/div\u003e\n\u003cdiv class=\"unit-text-wrap\"\u003e\n\u003cb\u003eBaking \u0026amp; Spices\u003c\/b\u003e\u003cspan\u003eExact ratios every time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"precision-row\"\u003e\n\u003cspan class=\"dot dark-blue\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"unit-box\"\u003e\n\u003cb\u003eLCD\u003c\/b\u003e\u003cbr\u003eSCREEN\u003c\/div\u003e\n\u003cdiv class=\"unit-text-wrap\"\u003e\n\u003cb\u003eClear Display\u003c\/b\u003e\u003cspan\u003eInstant, readable results\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔄 4 Conversion Units\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eSwitch effortlessly between measurement standards: \u003cspan class=\"feature-label\"\u003eGrams (g):\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003ePerfect for kitchen and diet prep\u003c\/span\u003e \u003cspan class=\"feature-label\"\u003eOunces (oz):\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eStandard liquid\/solid weights\u003c\/span\u003e \u003cspan class=\"feature-label\"\u003eCarats (ct):\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eFor high-precision needs\u003c\/span\u003e \u003cspan class=\"feature-label\"\u003eGrains (gn):\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eFine powder measurements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e✨ Smart Design Features\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cspan class=\"feature-label\"\u003eTare Function:\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eReset to zero instantly for layered ingredients.\u003c\/span\u003e \u003cspan class=\"feature-label\"\u003eDetachable Head:\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eRemovable spoon for quick, easy cleaning.\u003c\/span\u003e \u003cspan class=\"feature-label\"\u003eCompact Storage:\u003c\/span\u003e \u003cspan class=\"feature-desc\"\u003eSleek profile fits perfectly in any drawer.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🥗 Perfect For...\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eMeal Prepping, Supplement Dosing, Coffee Blending, Herbs, Spices, and Professional Baking.\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 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":46216228896939,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":46216228929707,"sku":null,"price":249.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/files\/rn-image_picker_lib_temp_55cf44e0-af42-4ba0-9a5b-369165db9db7.png?v=1771575967"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/4962\/0139\/collections\/rn-image_picker_lib_temp_88ac5463-fc64-492f-8593-660d4a0053bd.png?v=1771434280","url":"https:\/\/www.kavrocore.co.za\/collections\/kitchen-essentials.oembed","provider":"KavroCore","version":"1.0","type":"link"}