{"product_id":"airzox","title":"Airzox™","description":"\u003cstyle\u003e\n    \/* Airzox Premium Showcase *\/\n    .zaavio * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n    \n    .zaavio {\n        width: 100%;\n        font-family: inherit;\n        font-size: inherit;\n        line-height: 1.4;\n        color: #333;\n        background: #fff;\n        overflow: hidden;\n    }\n    \n    \/* Premium Header Banner *\/\n    .zaavio-header-banner {\n        background: linear-gradient(145deg, #ffb700 0%, #ffd24d 100%);\n        border-radius: 8px;\n        padding: 18px 20px;\n        position: relative;\n        margin-bottom: 15px;\n        box-shadow: 0 4px 12px rgba(255, 183, 0, 0.15);\n        overflow: hidden;\n    }\n    \n    .zaavio-header-banner::before {\n        content: \"\";\n        position: absolute;\n        top: -15px;\n        right: -15px;\n        width: 100px;\n        height: 100px;\n        background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);\n        border-radius: 50%;\n        z-index: 1;\n    }\n    \n    .zaavio-header-title {\n        color: #333;\n        font-size: 15px;\n        font-weight: 700;\n        letter-spacing: 0.5px;\n        text-transform: uppercase;\n        margin-bottom: 6px;\n        position: relative;\n        display: inline-block;\n    }\n    \n    .zaavio-header-title span {\n        color: #006eff;\n    }\n    \n    .zaavio-header-title::after {\n        content: \"\";\n        display: block;\n        width: 40px;\n        height: 2px;\n        background: #006eff;\n        margin-top: 6px;\n    }\n    \n    .zaavio-header-subtitle {\n        color: #333;\n        font-size: 15px;\n        line-height: 1.4;\n    }\n    \n    .zaavio-header-subtitle strong {\n        color: #006eff;\n    }\n    \n    \/* Introduction section *\/\n    .zaavio-intro {\n        background: linear-gradient(to right, rgba(255,181,2,0.1), rgba(255,181,2,0.05));\n        padding: 12px 15px;\n        margin: 15px 0;\n        border-left: 3px solid #ffb502;\n        font-size: 15px;\n        line-height: 1.5;\n    }\n    \n    .zaavio-intro strong {\n        color: #006eff;\n        font-weight: 600;\n    }\n    \n    \/* Video container *\/\n    .zaavio-video {\n        margin: 15px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        position: relative;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n    \n    \/* Product Images *\/\n    .zaavio-product-img {\n        width: 100%;\n        display: block;\n        margin: 15px 0;\n        border-radius: 8px;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n    }\n    \n    \/* Features section header *\/\n    .zaavio-features-header {\n        background: #006eff;\n        color: #fff;\n        text-align: center;\n        padding: 10px;\n        font-weight: bold;\n        font-size: 15px;\n        letter-spacing: 0.5px;\n        margin: 20px 0 15px;\n        border-radius: 4px;\n        position: relative;\n    }\n    \n    \/* Feature items *\/\n    .zaavio-feature {\n        background: linear-gradient(to bottom right, rgba(255,181,2,0.15), rgba(255,181,2,0.05));\n        margin: 15px 0;\n        padding: 15px;\n        border-left: 3px solid #ffb502;\n        position: relative;\n        border-radius: 0 8px 8px 0;\n    }\n    \n    .zaavio-feature-title {\n        color: #006eff;\n        display: flex;\n        align-items: center;\n        font-weight: 600;\n        margin-bottom: 8px;\n        font-size: 15px;\n    }\n    \n    .zaavio-feature-title:before {\n        content: \"\";\n        display: inline-block;\n        width: 18px;\n        height: 18px;\n        margin-right: 8px;\n        background: #006eff;\n        border-radius: 50%;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'\/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='%23ffffff'\/%3E%3C\/svg%3E\");\n        background-size: 14px;\n        background-position: center;\n        background-repeat: no-repeat;\n        flex-shrink: 0;\n    }\n    \n    .zaavio-feature-content {\n        font-size: 14px;\n        margin-bottom: 12px;\n    }\n    \n    .zaavio-feature-content strong {\n        color: #006eff;\n    }\n    \n    .zaavio-feature img {\n        width: 100%;\n        display: block;\n        margin: 10px auto 0;\n        border-radius: 8px;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    }\n    \n    \/* Text highlight effect *\/\n    .zaavio strong {\n        position: relative;\n        z-index: 1;\n    }\n    \n    .zaavio strong:after {\n        content: '';\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 30%;\n        background-color: rgba(255,181,2,0.2);\n        z-index: -1;\n        border-radius: 2px;\n    }\n    \n    \/* Mobile optimizations *\/\n    @media (min-width: 481px) {\n        .zaavio-header-title {\n            font-size: 16px;\n        }\n        \n        .zaavio-header-subtitle {\n            font-size: 16px;\n        }\n        \n        .zaavio-features-header {\n            font-size: 16px;\n            padding: 12px;\n        }\n        \n        .zaavio-feature-title {\n            font-size: 16px;\n        }\n        \n        .zaavio-feature-content, .zaavio-intro {\n            font-size: 15px;\n            line-height: 1.6;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"zaavio\"\u003e\n    \u003c!-- Header Banner --\u003e\n    \u003cdiv class=\"zaavio-header-banner\"\u003e\n        \u003ch5 class=\"zaavio-header-title\"\u003eIntroducing \u003cspan\u003eAirzox™\u003c\/span\u003e\n\u003c\/h5\u003e\n        \u003cp class=\"zaavio-header-subtitle\"\u003eYour \u003cstrong\u003eEmergency Roadside Assistant\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Introduction --\u003e\n    \u003cdiv class=\"zaavio-intro\"\u003e\n        \u003cp\u003eFlat tyres of your Car making you late for going out? Why not own your own Inflating machine?\u003c\/p\u003e\n        \u003cp\u003eYes Thats right, Introducing, \u003cstrong\u003eAirzox™, Portable Air Compressor Tyre Inflator that provides emergency roadside assistance by inflating your car tire in minutes without using a jack.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Video Container --\u003e\n    \u003cdiv class=\"zaavio-video\"\u003e\n        \u003cdiv id=\"rumblePlayer\" data-video-id=\"v2ybozo\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Description --\u003e\n    \u003cdiv class=\"zaavio-intro\"\u003e\n        \u003cspan\u003e\u003cstrong\u003eAirzox™\u003c\/strong\u003e is designed to work on a lot of stuff like your car, motorcycle, bicycle, air-mattress, football, and much more. Powered by your car, it requires no charging or battery change. Just plug the cord in the cigarette lighter port and inflate anything using the other end. Comes with three different attachments for different inflating purposes. Compact and light, it can be easily used and stored under your car seat or in the boot.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Product Image --\u003e\n    \u003cimg class=\"zaavio-product-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/51PaUjetO1L._SL1000_480x480.jpg?v=1615460536\" alt=\"Airzox Portable Air Compressor\"\u003e\n    \n    \u003cdiv class=\"zaavio-intro\"\u003e\n        Inflate tires instantly with this super handy savior called \u003cstrong\u003eAirzox™\u003c\/strong\u003e!\n    \u003c\/div\u003e\n    \n    \u003c!-- Features Section Header --\u003e\n    \u003cdiv class=\"zaavio-features-header\"\u003eFEATURES\u003c\/div\u003e\n    \n    \u003c!-- Feature 1 --\u003e\n    \u003cdiv class=\"zaavio-feature\"\u003e\n        \u003cdiv class=\"zaavio-feature-title\"\u003ePortable\u003c\/div\u003e\n        \u003cdiv class=\"zaavio-feature-content\"\u003e\n            Light and compact, easily carry it from one place to another. It can be easily operated and stored back almost anywhere, with minimal space required.\n        \u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/car-air-pump-tyre-inflator-portable-air-compressure-for-bike-cycle-airzox-airzox-zaavio-30255839281322_480x480.jpg?v=1672299813\" alt=\"Portable Air Compressor\"\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Feature 2 --\u003e\n    \u003cdiv class=\"zaavio-feature\"\u003e\n        \u003cdiv class=\"zaavio-feature-title\"\u003ePowerful\u003c\/div\u003e\n        \u003cdiv class=\"zaavio-feature-content\"\u003e\n            With 260 PSI, \u003cstrong\u003eAirzox™\u003c\/strong\u003e can inflate anything in a matter of minutes. No power source required, just plug it in your car and the extra-long cord will do the trick.\n        \u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/ezgif.com-gif-maker-2022-12-29T130114.802_480x480.gif?v=1672299222\" alt=\"Powerful Air Compressor\"\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Feature 3 --\u003e\n    \u003cdiv class=\"zaavio-feature\"\u003e\n        \u003cdiv class=\"zaavio-feature-title\"\u003ePressure Gauge\u003c\/div\u003e\n        \u003cdiv class=\"zaavio-feature-content\"\u003e\n            Sleek and circular design gives it a stylish and elegant look while the pressure gauge display helps in the pressure monitoring while using.\n        \u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/24_720x_bcfd9dac-4c1f-4a42-9bf8-d2d08ea34dc5_480x480.png?v=1615450760\" alt=\"Pressure Gauge\"\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Feature 4 --\u003e\n    \u003cdiv class=\"zaavio-feature\"\u003e\n        \u003cdiv class=\"zaavio-feature-title\"\u003ePremium Quality\u003c\/div\u003e\n        \u003cdiv class=\"zaavio-feature-content\"\u003e\n            Made with high-grade ABS, \u003cstrong\u003eAirzox™\u003c\/strong\u003e ensures sturdiness and durability. Incredibly versatile and a lifesaver in some instances helps both at home or while traveling. You can use it to inflate Swimming Ring Tube, Sports Ball or Rubber Boat.\n        \u003c\/div\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/ezgif.com-gif-maker-2022-12-29T130046.812_480x480.gif?v=1672299199\" alt=\"Premium Quality\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Zaavio®","offers":[{"title":"Default Title","offer_id":42415492071467,"sku":"DYOG69819","price":999.0,"currency_code":"XOF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0638\/8436\/1771\/files\/car-air-pump-tyre-inflator-portable-air-compressure-for-bike-cycle-airzox-airzox-zaavio-30252913131690.jpg?v=1760929920","url":"https:\/\/siarram.myshopify.com\/products\/airzox","provider":"Siarra","version":"1.0","type":"link"}