{"product_id":"nebuliser-machine-portable-asthma-nebulizer-kit-reperatory-machine","title":"MistMender™ Nebulizer Machine Portable Inhaler","description":"\u003cstyle\u003e\n    \/* MistMender Professional Showcase *\/\n    .zaavio-nebulizer * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n    \n    .zaavio-nebulizer {\n        width: 100%;\n        font-family: inherit;\n        font-size: inherit;\n        line-height: 1.5;\n        color: #333;\n        background: #fff;\n        overflow: hidden;\n        padding-bottom: 10px;\n    }\n    \n    \/* Premium header styling *\/\n    .zaavio-header-banner {\n        background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);\n        border-radius: 8px;\n        padding: 18px 20px;\n        position: relative;\n        margin-bottom: 15px;\n        box-shadow: 0 4px 15px rgba(0, 110, 255, 0.12);\n        overflow: hidden;\n        border-left: 4px solid #006eff;\n    }\n    \n    .zaavio-header-banner::before {\n        content: \"\";\n        position: absolute;\n        top: -50px;\n        right: -50px;\n        width: 180px;\n        height: 180px;\n        background: radial-gradient(circle, rgba(0, 110, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);\n        border-radius: 50%;\n        z-index: 1;\n    }\n    \n    .zaavio-header-title {\n        color: #006eff;\n        font-size: 16px;\n        font-weight: 700;\n        margin-bottom: 6px;\n        position: relative;\n        display: inline-block;\n    }\n    \n    .zaavio-header-title span {\n        color: #006eff;\n        position: relative;\n    }\n    \n    .zaavio-header-title span::after {\n        content: \"\";\n        position: absolute;\n        bottom: 2px;\n        left: 0;\n        width: 100%;\n        height: 6px;\n        background: rgba(255, 181, 2, 0.3);\n        z-index: -1;\n        border-radius: 2px;\n    }\n    \n    \/* Introduction styling *\/\n    .zaavio-intro {\n        background: linear-gradient(to right, rgba(0, 110, 255, 0.05), rgba(0, 110, 255, 0.01));\n        padding: 12px 15px;\n        margin: 12px 0;\n        border-left: 3px solid #006eff;\n        font-size: 14px;\n        line-height: 1.5;\n        border-radius: 0 8px 8px 0;\n    }\n    \n    .zaavio-intro strong {\n        color: #006eff;\n        font-weight: 600;\n    }\n    \n    \/* Main product image styling *\/\n    .zaavio-product-img {\n        width: 100%;\n        border-radius: 8px;\n        display: block;\n        margin: 15px auto;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n    }\n    \n    \/* Features section styling *\/\n    .zaavio-features-header {\n        background: #006eff;\n        color: #fff;\n        font-size: 15px;\n        font-weight: 700;\n        padding: 10px 15px;\n        border-radius: 8px 8px 0 0;\n        margin: 20px 0 0 0;\n        position: relative;\n    }\n    \n    .zaavio-features-header::after {\n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 20px;\n        width: 40px;\n        height: 3px;\n        background: #ffb502;\n        border-radius: 1.5px;\n    }\n    \n    \/* Feature list styling *\/\n    .zaavio-features-list {\n        list-style-type: none;\n        padding: 0;\n        margin: 0;\n    }\n    \n    .zaavio-feature-item {\n        background: #fff;\n        margin: 10px 0;\n        padding: 15px;\n        border-left: 3px solid #ffb502;\n        position: relative;\n        border-radius: 0 8px 8px 0;\n        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\n    }\n    \n    .zaavio-feature-item:nth-child(odd) {\n        background: linear-gradient(to right, rgba(0, 110, 255, 0.03), rgba(0, 110, 255, 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: 14px;\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: 12px;\n        background-position: center;\n        background-repeat: no-repeat;\n        flex-shrink: 0;\n    }\n    \n    .zaavio-feature-content {\n        font-size: 13px;\n        margin-bottom: 10px;\n        padding-left: 26px;\n    }\n    \n    .zaavio-feature-content strong {\n        color: #006eff;\n        font-weight: 600;\n    }\n    \n    .zaavio-feature-img {\n        width: 100%;\n        display: block;\n        margin: 8px auto 0;\n        border-radius: 8px;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        border: 1px solid #eee;\n    }\n    \n    \/* How to use section *\/\n    .zaavio-howto-header {\n        background: #006eff;\n        color: #fff;\n        font-size: 15px;\n        font-weight: 700;\n        padding: 10px 15px;\n        border-radius: 8px 8px 0 0;\n        margin: 20px 0 0 0;\n        position: relative;\n    }\n    \n    .zaavio-howto-header::after {\n        content: \"\";\n        position: absolute;\n        bottom: 0;\n        left: 20px;\n        width: 40px;\n        height: 3px;\n        background: #ffb502;\n        border-radius: 1.5px;\n    }\n    \n    .zaavio-howto-img {\n        width: 100%;\n        border-radius: 0 0 8px 8px;\n        overflow: hidden;\n        display: block;\n        margin: 0 auto;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n    }\n    \n    \/* CTA section *\/\n    .zaavio-cta {\n        background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);\n        padding: 15px;\n        margin: 20px 0 10px;\n        text-align: center;\n        font-weight: 600;\n        font-size: 14px;\n        border-radius: 8px;\n        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n        border-left: 3px solid #006eff;\n        border-right: 3px solid #ffb502;\n        color: #006eff;\n    }\n    \n    \/* Animations for GIFs *\/\n    .zaavio-gif {\n        transform: scale(1);\n        transition: transform 0.3s ease;\n        border-radius: 8px;\n    }\n    \n    .zaavio-gif:hover {\n        transform: scale(1.02);\n    }\n    \n    \/* Text highlight effect *\/\n    .zaavio-nebulizer strong {\n        position: relative;\n        z-index: 1;\n    }\n    \n    .zaavio-nebulizer 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    \/* Video container *\/\n    .zaavio-video-container {\n        margin: 20px 0;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n    }\n    \n    \/* Responsive adjustments *\/\n    @media (min-width: 768px) {\n        .zaavio-header-title {\n            font-size: 17px;\n        }\n        \n        .zaavio-features-header, .zaavio-howto-header {\n            font-size: 16px;\n        }\n        \n        .zaavio-feature-title {\n            font-size: 15px;\n        }\n        \n        .zaavio-feature-content, .zaavio-intro, .zaavio-cta {\n            font-size: 14px;\n        }\n        \n        .zaavio-feature-content {\n            line-height: 1.6;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"zaavio-nebulizer\"\u003e\n\u003c!-- Premium Header Section --\u003e\n\u003cdiv class=\"zaavio-header-banner\"\u003e\n\u003cp class=\"zaavio-header-title\"\u003eMistMender\u003csup\u003e™\u003c\/sup\u003e Nebulizer Machine Portable Inhaler - \u003cspan\u003eFast Relief from Breathing Problems Anytime, Anywhere!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Main Product Image --\u003e \u003cimg alt=\"MistMender Nebulizer Machine\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/61neGcx_fWL._SL1300.jpg?v=1742631992\" class=\"zaavio-product-img\"\u003e \u003c!-- Introduction Section --\u003e\n\u003cdiv class=\"zaavio-intro\"\u003eSolve your breathing problems quickly and easily with our \u003cstrong\u003ePortable Electric Nebulizer\u003c\/strong\u003e. Lightweight, quiet, and easy to use—perfect for adults and children at home or when traveling.\u003c\/div\u003e\n\u003c!-- Demo GIF --\u003e \u003cimg alt=\"MistMender Nebulizer Demonstration\" src=\"\" class=\"zaavio-product-img zaavio-gif\"\u003e \u003c!-- Features Section Header --\u003e\n\u003cdiv class=\"zaavio-features-header\"\u003eMAIN FEATURES \u0026amp; BENEFITS\u003c\/div\u003e\n\u003c!-- Features List --\u003e\n\u003cul class=\"zaavio-features-list\"\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eFast and Effective Relief\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eUses advanced ultrasonic and micron mesh technology to produce fine mist particles\u003c\/div\u003e\n\u003cimg alt=\"Fast and Effective Relief\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/71x7mXTUD3L._SL1500.jpg?v=1742632029\" class=\"zaavio-feature-img\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eVery Quiet Operation\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eLess than \u003cstrong\u003e20 dB noise\u003c\/strong\u003e ensures comfortable use even while sleeping, especially helpful for children.\u003c\/div\u003e\n\u003cimg alt=\"Quiet Operation\" src=\"\" class=\"zaavio-feature-img zaavio-gif\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003e3 Adjustable Mist Levels\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eEasy to select mist strength according to your needs.\u003c\/div\u003e\n\u003cimg alt=\"Adjustable Mist Levels\" src=\"\" class=\"zaavio-feature-img zaavio-gif\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eAccessories for All Ages\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eIncludes \u003cstrong\u003e2 masks (1 adult, 1 child)\u003c\/strong\u003e and \u003cstrong\u003ea mouthpiece\u003c\/strong\u003e, suitable for the whole family.\u003c\/div\u003e\n\u003cimg alt=\"Accessories for All Ages\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/610PslluiIL._SL1500.jpg?v=1742632287\" class=\"zaavio-feature-img\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eTwo Easy Power Sources\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eWorks with \u003cstrong\u003eUSB charging cable (fits most adapters)\u003c\/strong\u003e or \u003cstrong\u003e2 AA batteries (not included)\u003c\/strong\u003e, ideal for areas without reliable electricity.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eAutomatic Power Saving\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eDevice auto-pauses every \u003cstrong\u003e20 minutes\u003c\/strong\u003e to save battery life.\u003c\/div\u003e\n\u003cimg alt=\"Automatic Power Saving\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/71QwIB5PEDL._SL1500.jpg?v=1742637438\" class=\"zaavio-feature-img\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eCompact \u0026amp; Travel-Friendly\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eSmall and lightweight, easily fits in your bag or pocket.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eEasy One-Button Operation \u0026amp; Self Cleaning\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eSimple to use and maintain for everyone.\u003c\/div\u003e\n\u003cimg alt=\"Easy Operation \u0026amp; Self Cleaning\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/b99f4900-8c2a-4ddf-ae4b-caef70f19003.__CR0_186_1001_619_PT0_SX970_V1.jpg?v=1742632320\" class=\"zaavio-feature-img\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"zaavio-feature-item\"\u003e\n\u003cdiv class=\"zaavio-feature-title\"\u003eDetachable Medicine Cup\u003c\/div\u003e\n\u003cdiv class=\"zaavio-feature-content\"\u003eEasy to refill and clean, with minimal leftover liquid waste.\u003c\/div\u003e\n\u003cimg alt=\"Detachable Medicine Cup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/51Nlwn1rJUL._SL1200.jpg?v=1742632247\" class=\"zaavio-feature-img\"\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- How to Use Section --\u003e\n\u003cdiv class=\"zaavio-howto-header\"\u003eHOW TO USE IN 5 EASY STEPS\u003c\/div\u003e\n\u003cimg alt=\"How to Use in 5 Easy Steps\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0551\/6152\/0298\/files\/514ILEveFKL._SL1100.jpg?v=1742637741\" class=\"zaavio-howto-img\"\u003e \u003c!-- CTA Section --\u003e\n\u003cdiv class=\"zaavio-cta\"\u003e\u003cstrong\u003eTake control of breathing problems and help your family breathe easier—anytime, anywhere!\u003c\/strong\u003e\u003c\/div\u003e\n\u003c!-- Video Container --\u003e\n\u003cdiv data-video-id=\"v6p2bmg\" id=\"rumblePlayer\" class=\"zaavio-video-container\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Mr.Amit x TMM","offers":[{"title":"Default Title","offer_id":52374287057218,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/4027\/0402\/files\/41VLmnINYQL._SX679.jpg?v=1773904245","url":"https:\/\/hostment.store\/products\/nebuliser-machine-portable-asthma-nebulizer-kit-reperatory-machine","provider":"hostment.store","version":"1.0","type":"link"}