{"product_id":"kavro-airpro™","title":"Kavro AirPro™","description":"\u003cstyle\u003e\n    \/* Premium Matte Black \/ Dark Charcoal Container *\/\n    .elite-container {\n        --bg-dark: #121212;\n        --card-dark: #1c1c1e;\n        --open-dark: #2c2c2e;\n        --accent: #3A8DFF;\n        --electric-glow: rgba(58, 141, 255, 0.2);\n        \n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        max-width: 450px;\n        margin: auto;\n        background: var(--bg-dark);\n        padding: 30px 20px;\n        border-radius: 28px;\n        color: #ffffff;\n        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);\n        border: 1px solid rgba(255, 255, 255, 0.06);\n        box-sizing: border-box;\n    }\n\n    \/* Customer Favourite Badge *\/\n    .elite-container .elite-badge {\n        display: table;\n        margin: 0 auto 15px;\n        padding: 6px 16px;\n        background: linear-gradient(90deg, #1c1c1e, var(--accent), #1c1c1e);\n        background-size: 200% auto;\n        animation: elite-shine 2s linear infinite;\n        color: white;\n        border-radius: 50px;\n        font-size: 11px;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        box-shadow: 0 0 15px rgba(58, 141, 255, 0.15);\n        border: 1px solid rgba(255, 255, 255, 0.05);\n    }\n\n    @keyframes elite-shine { to { background-position: 200% center; } }\n\n    \/* Moving Color Wave Heading *\/\n    .elite-container .elite-main-title {\n        text-align: center; \n        margin: 5px 0 22px; \n        font-weight: 800;\n        font-size: 28px;\n        letter-spacing: -0.5px;\n        background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, #aaccff 50%, #ffffff 60%, #ffffff 100%);\n        background-size: 300% 100%;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        animation: elite-title-wave 5s linear infinite;\n    }\n\n    @keyframes elite-title-wave {\n        0% { background-position: 100% 0%; }\n        100% { background-position: -200% 0%; }\n    }\n\n    \/* Accordion Tabs Style *\/\n    .elite-container details {\n        background: var(--card-dark);\n        margin-bottom: 12px;\n        border-radius: 16px;\n        overflow: hidden;\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        border: 1px solid rgba(255, 255, 255, 0.04);\n        border-left: 4px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);\n    }\n\n    .elite-container summary {\n        padding: 18px 20px;\n        list-style: none;\n        cursor: pointer;\n        font-weight: 700;\n        color: #ffffff;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        outline: none;\n        font-size: 15px;\n    }\n\n    .elite-container summary::-webkit-details-marker { display: none; }\n    \n    \/* Chevron Arrow Design *\/\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    \/* Open Accordion State styling *\/\n    .elite-container details[open] { \n        background: var(--open-dark); \n        transform: scale(1.01); \n        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4), 0 0 15px rgba(58, 141, 255, 0.1);\n        border-color: rgba(255, 255, 255, 0.08);\n    }\n    \n    .elite-container details[open] summary { \n        color: #ffffff; \n    }\n    \n    .elite-container details[open] summary::after { \n        color: #ffffff; \n        transform: rotate(-90deg); \n    }\n\n    .elite-container .details-content {\n        padding: 0 20px 20px;\n        color: #cbd5e1;\n        font-size: 14px;\n        line-height: 1.6;\n        text-align: left;\n    }\n\n    \/* Battery Row Styling *\/\n    .elite-container .battery-row {\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n    }\n\n    \/* Flashing Green Dot Indicator *\/\n    .elite-container .dot { \n        height: 10px; \n        width: 10px; \n        border-radius: 50%; \n        display: inline-block; \n        margin-top: 5px; \n        flex-shrink: 0;\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.6; }\n        100% { transform: scale(1); opacity: 1; }\n    }\n\n    .elite-container .green { background: #2ecc71; box-shadow: 0 0 10px #2ecc71; }\n\n    \/* Trust Seals Setup *\/\n    .elite-container .trust-container { \n        margin-top: 25px; \n        text-align: center; \n        padding: 15px 0 0; \n        border-top: 1px solid rgba(255, 255, 255, 0.08);\n    } \n    \n    .elite-container .trust-text { \n        font-size: 12.5px; \n        font-weight: 700; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        gap: 8px; \n        margin-bottom: 16px;\n        animation: color-shift 4s infinite alternate;\n    } \n\n    @keyframes color-shift {\n        0% { color: #ffffff; }\n        50% { color: var(--accent); }\n        100% { color: #cbd5e1; }\n    }\n\n    \/* Premium Minimal Trust Grid *\/\n    .elite-container .trust-icons { \n        display: flex; \n        justify-content: space-between; \n        gap: 10px; \n        font-size: 11px; \n        font-weight: 600; \n        color: #94a3b8; \n    } \n    \n    .elite-container .trust-item { \n        display: flex; \n        flex-direction: column; \n        align-items: center; \n        gap: 8px; \n        flex: 1;\n        transition: color 0.3s ease;\n    }\n\n    .elite-container .trust-item:hover {\n        color: #ffffff;\n    }\n    \n    \/* Clean Trust SVGs *\/\n    .trust-svg {\n        width: 22px;\n        height: 22px;\n        fill: #64748b;\n        transition: fill 0.3s ease, filter 0.3s ease;\n    }\n\n    .elite-container .trust-item:hover .trust-svg {\n        fill: var(--accent);\n        filter: drop-shadow(0 0 4px rgba(58, 141, 255, 0.4));\n    }\n    \n    .green-lock { width: 14px; height: 14px; fill: #2ecc71; filter: drop-shadow(0 0 4px rgba(46, 204, 113, 0.3)); }\n\u003c\/style\u003e\n\u003cdiv class=\"elite-container\"\u003e\n\u003cdiv class=\"elite-badge\"\u003eCustomer Favourite\u003c\/div\u003e\n\u003ch2 class=\"elite-main-title\"\u003eKavro AirPro™\u003c\/h2\u003e\n\u003cdiv class=\"elite-accordion-wrapper\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e💨 Powerful High-Speed Airflow\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003ePowered by a high-speed turbo motor reaching up to 130,000 RPM, with 4 adjustable power modes for complete cleaning control.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔋 Rechargeable \u0026amp; Cordless\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cdiv class=\"battery-row\"\u003e\n\u003cspan class=\"dot green\"\u003e\u003c\/span\u003e \u003cspan\u003ePowered by a 4000mAh rechargeable battery with convenient USB-C charging, ready whenever you need it.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🔦 Built-In LED Light\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eClean dark corners, car interiors, and tight spaces with ease using the integrated LED light for better visibility.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🛠️ Multiple Attachments Included\u003c\/summary\u003e\n\u003cdiv class=\"details-content\"\u003eSwitch between attachments to tackle a variety of tasks, from cleaning electronics and keyboards to car interiors and household surfaces.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\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\n\u003csvg class=\"trust-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M20 8h-3V4H1v13h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm2.5-6.5H15V7.5h1.9l1.6 4.5z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cspan\u003eFast Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cspan\u003ePremium Quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003csvg class=\"trust-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M19 8l-4 4h3c0 3.31-2.69 6-6 6-1.01 0-1.97-.25-2.8-.7l-1.46 1.46C8.97 19.54 10.43 20 12 20c4.42 0 8-3.58 8-8h3l-4-4zM6 12c0-3.31 2.69-6 6-6 1.01 0 1.97.25 2.8.7l1.46-1.46C15.03 4.46 13.57 4 12 4c-4.42 0-8 3.58-8 8H1l4 4 4-4H6z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cspan\u003eEasy Returns\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"KavroCore","offers":[{"title":"Default Title","offer_id":47210119430315,"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_25d0ddde-3602-45dd-9344-0d65bfdb551d.png?v=1781268492","url":"https:\/\/www.kavrocore.co.za\/products\/kavro-airpro%e2%84%a2","provider":"KavroCore","version":"1.0","type":"link"}