{"product_id":"mesh-nebulizer","title":"Mesh Nebulizer","description":"\u003c!-- ============================================================\n     TAWAAQ — Mesh Nebulizer JSL-W302\n     Shopify Product Description HTML\n     Paste into: Products \u003e Description \u003e HTML editor\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  .nb-wrap { font-family: 'Helvetica Neue', Arial, sans-serif; color: #1a1a2e; max-width: 860px; margin: 0 auto; }\n\n  \/* ── Hero Banner ── *\/\n  .nb-hero {\n    background: linear-gradient(135deg, #0a4fa8 0%, #1a7fd4 60%, #3db3f5 100%);\n    border-radius: 16px;\n    padding: 48px 40px;\n    text-align: center;\n    margin-bottom: 36px;\n  }\n  .nb-hero .eyebrow {\n    display: inline-block;\n    background: rgba(255,255,255,0.18);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 50px;\n    margin-bottom: 16px;\n  }\n  .nb-hero h1 {\n    font-size: 34px;\n    font-weight: 800;\n    color: #ffffff;\n    margin: 0 0 12px;\n    line-height: 1.2;\n  }\n  .nb-hero p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.88);\n    margin: 0 auto;\n    max-width: 520px;\n    line-height: 1.6;\n  }\n  .nb-badge-row {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-top: 28px;\n  }\n  .nb-badge {\n    background: rgba(255,255,255,0.2);\n    border: 1px solid rgba(255,255,255,0.4);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 600;\n    padding: 7px 18px;\n    border-radius: 50px;\n  }\n\n  \/* ── Section Titles ── *\/\n  .nb-section-title {\n    text-align: center;\n    font-size: 24px;\n    font-weight: 800;\n    color: #0a4fa8;\n    margin: 40px 0 24px;\n    letter-spacing: -0.3px;\n  }\n  .nb-section-title span {\n    display: block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #888;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  \/* ── Feature Grid ── *\/\n  .nb-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 16px;\n    margin-bottom: 36px;\n  }\n  .nb-card {\n    background: #f4f9ff;\n    border: 1.5px solid #d0e4f7;\n    border-radius: 14px;\n    padding: 24px 20px;\n    text-align: center;\n  }\n  .nb-card .icon {\n    font-size: 32px;\n    margin-bottom: 12px;\n    display: block;\n  }\n  .nb-card h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0a4fa8;\n    margin: 0 0 8px;\n  }\n  .nb-card p {\n    font-size: 13px;\n    color: #555;\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* ── How It Works ── *\/\n  .nb-steps {\n    background: #f4f9ff;\n    border-radius: 14px;\n    padding: 32px 28px;\n    margin-bottom: 36px;\n  }\n  .nb-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    margin-bottom: 24px;\n  }\n  .nb-step:last-child { margin-bottom: 0; }\n  .nb-step-num {\n    background: #0a4fa8;\n    color: #fff;\n    font-size: 14px;\n    font-weight: 800;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .nb-step-body h4 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0a4fa8;\n    margin: 0 0 4px;\n  }\n  .nb-step-body p {\n    font-size: 13px;\n    color: #555;\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* ── Specs Table ── *\/\n  .nb-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 36px;\n    font-size: 14px;\n  }\n  .nb-specs-table th {\n    background: #0a4fa8;\n    color: #fff;\n    padding: 12px 18px;\n    text-align: left;\n    font-weight: 700;\n    font-size: 13px;\n    letter-spacing: 0.5px;\n  }\n  .nb-specs-table th:first-child { border-radius: 10px 0 0 0; }\n  .nb-specs-table th:last-child  { border-radius: 0 10px 0 0; }\n  .nb-specs-table td {\n    padding: 11px 18px;\n    border-bottom: 1px solid #e3edf8;\n    color: #333;\n  }\n  .nb-specs-table tr:nth-child(even) td { background: #f4f9ff; }\n  .nb-specs-table td:first-child { font-weight: 600; color: #0a4fa8; width: 42%; }\n\n  \/* ── Use Cases ── *\/\n  .nb-use-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 14px;\n    margin-bottom: 36px;\n  }\n  .nb-use-card {\n    border: 1.5px solid #d0e4f7;\n    border-radius: 12px;\n    padding: 18px 14px;\n    text-align: center;\n    background: #fff;\n  }\n  .nb-use-card .icon { font-size: 28px; display: block; margin-bottom: 8px; }\n  .nb-use-card p { font-size: 13px; font-weight: 600; color: #0a4fa8; margin: 0; }\n\n  \/* ── What's in the Box ── *\/\n  .nb-box-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 36px;\n    justify-content: center;\n  }\n  .nb-box-item {\n    background: #eaf4ff;\n    border: 1px solid #b6d9f7;\n    border-radius: 50px;\n    padding: 8px 20px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #0a4fa8;\n  }\n\n  \/* ── Benefits ── *\/\n  .nb-benefits {\n    background: #f0f7ff;\n    border-left: 5px solid #0a4fa8;\n    border-radius: 0 12px 12px 0;\n    padding: 24px 28px;\n    margin-bottom: 36px;\n  }\n  .nb-benefits ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n  .nb-benefits ul li {\n    font-size: 14px;\n    color: #333;\n    padding: 6px 0;\n    padding-left: 24px;\n    position: relative;\n    line-height: 1.5;\n  }\n  .nb-benefits ul li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    color: #0a4fa8;\n    font-weight: 700;\n  }\n\n  \/* ── CTA Footer ── *\/\n  .nb-cta {\n    background: linear-gradient(135deg, #0a4fa8, #1a7fd4);\n    border-radius: 16px;\n    text-align: center;\n    padding: 40px 28px;\n    color: #fff;\n  }\n  .nb-cta h2 { font-size: 26px; font-weight: 800; margin: 0 0 10px; }\n  .nb-cta p { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0 auto 24px; max-width: 460px; line-height: 1.6; }\n  .nb-cta-btn {\n    display: inline-block;\n    background: #fff;\n    color: #0a4fa8;\n    font-size: 15px;\n    font-weight: 800;\n    padding: 14px 40px;\n    border-radius: 50px;\n    text-decoration: none;\n    letter-spacing: 0.3px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nb-wrap\"\u003e\n\n  \u003c!-- ── HERO BANNER ── --\u003e\n  \u003cdiv class=\"nb-hero\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eJSL-W302 · Mesh Nebulizer\u003c\/span\u003e\n    \u003ch1\u003eBreathe Better.\u003cbr\u003eAnytime. Anywhere.\u003c\/h1\u003e\n    \u003cp\u003eA professional-grade portable nebulizer that converts liquid medication into ultra-fine mist silently — for home, travel, and on-the-go respiratory relief.\u003c\/p\u003e\n    \u003cdiv class=\"nb-badge-row\"\u003e\n      \u003cspan class=\"nb-badge\"\u003e🔇 Near-Silent Operation\u003c\/span\u003e\n      \u003cspan class=\"nb-badge\"\u003e⚡ USB Rechargeable\u003c\/span\u003e\n      \u003cspan class=\"nb-badge\"\u003e💨 Mesh Atomizer Tech\u003c\/span\u003e\n      \u003cspan class=\"nb-badge\"\u003e👶 Adult \u0026amp; Child Masks\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── KEY FEATURES ── --\u003e\n  \u003cdiv class=\"nb-section-title\"\u003e\n    \u003cspan\u003eWhy Choose It\u003c\/span\u003e\n    Key Features\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-grid\"\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🔇\u003c\/span\u003e\n      \u003ch3\u003eWhisper-Quiet Motor\u003c\/h3\u003e\n      \u003cp\u003eOperates under 35 dB — perfect for use while sleeping, working, or relaxing without disturbance.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🌐\u003c\/span\u003e\n      \u003ch3\u003eVibrating Mesh Technology\u003c\/h3\u003e\n      \u003cp\u003eCreates ultra-fine 3–5 µm mist particles that reach deep into the lungs for maximum effectiveness.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e\n      \u003ch3\u003eUSB Rechargeable\u003c\/h3\u003e\n      \u003cp\u003eBuilt-in battery charges via any USB port. No need for AA batteries — take it anywhere you go.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e🏥\u003c\/span\u003e\n      \u003ch3\u003eUniversal Compatibility\u003c\/h3\u003e\n      \u003cp\u003eWorks with most standard respiratory medications. Consult your doctor for suitability.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e👪\u003c\/span\u003e\n      \u003ch3\u003eAdult \u0026amp; Child Masks\u003c\/h3\u003e\n      \u003cp\u003eComes with two mask sizes — suitable for the whole family including children and adults.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-card\"\u003e\n      \u003cspan class=\"icon\"\u003e✈️\u003c\/span\u003e\n      \u003ch3\u003ePocket-Sized \u0026amp; Portable\u003c\/h3\u003e\n      \u003cp\u003eCompact, lightweight design fits in a bag or pocket — ideal for travel, office, or hospital visits.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── HOW IT WORKS ── --\u003e\n  \u003cdiv class=\"nb-section-title\"\u003e\n    \u003cspan\u003eSimple 3-Step Use\u003c\/span\u003e\n    How It Works\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-steps\"\u003e\n    \u003cdiv class=\"nb-step\"\u003e\n      \u003cdiv class=\"nb-step-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"nb-step-body\"\u003e\n        \u003ch4\u003eFill the Medication Cup\u003c\/h4\u003e\n        \u003cp\u003eAdd your prescribed liquid medication into the nebulizer cup. The device accepts standard liquid respiratory medications and saline solutions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-step\"\u003e\n      \u003cdiv class=\"nb-step-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"nb-step-body\"\u003e\n        \u003ch4\u003eAttach Mask \u0026amp; Power On\u003c\/h4\u003e\n        \u003cp\u003eConnect the adult or child mask (included), press the single power button, and the ultrasonic mesh begins converting medication to mist instantly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nb-step\"\u003e\n      \u003cdiv class=\"nb-step-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"nb-step-body\"\u003e\n        \u003ch4\u003eBreathe Normally\u003c\/h4\u003e\n        \u003cp\u003eInhale the fine mist through the mask for 5–15 minutes depending on dosage. Clean the cup with water after each use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SPECS TABLE ── --\u003e\n  \u003cdiv class=\"nb-section-title\"\u003e\n    \u003cspan\u003eTechnical Details\u003c\/span\u003e\n    Product Specifications\n  \u003c\/div\u003e\n\n  \u003ctable class=\"nb-specs-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eJSL-W302\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eTechnology\u003c\/td\u003e\n\u003ctd\u003eVibrating Mesh Atomization\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eParticle Size\u003c\/td\u003e\n\u003ctd\u003e3 – 5 Microns (MMAD)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e≤ 35 dB (Near Silent)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003eUSB Rechargeable (Built-in Battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eNebulization Rate\u003c\/td\u003e\n\u003ctd\u003e≥ 0.2 mL\/min\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCup Capacity\u003c\/td\u003e\n\u003ctd\u003e6 mL\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMasks Included\u003c\/td\u003e\n\u003ctd\u003eAdult Mask + Child Mask\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAccessories\u003c\/td\u003e\n\u003ctd\u003eUSB Charging Cable, Mouthpiece, Instruction Manual\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eLightweight (~120 g)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSuitable For\u003c\/td\u003e\n\u003ctd\u003eAdults \u0026amp; Children\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\n  \u003c!-- ── USE CASES ── --\u003e\n  \u003cdiv class=\"nb-section-title\"\u003e\n    \u003cspan\u003ePerfect For\u003c\/span\u003e\n    Who It Helps\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-use-grid\"\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e🫁\u003c\/span\u003e\u003cp\u003eAsthma Relief\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e🤧\u003c\/span\u003e\u003cp\u003eCough \u0026amp; Cold\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e🌬️\u003c\/span\u003e\u003cp\u003eCOPD Management\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e👶\u003c\/span\u003e\u003cp\u003ePediatric Use\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003e\u003cp\u003eHome Treatment\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"nb-use-card\"\u003e\n\u003cspan class=\"icon\"\u003e✈️\u003c\/span\u003e\u003cp\u003eTravel Use\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── WHAT'S IN THE BOX ── --\u003e\n  \u003cdiv class=\"nb-section-title\"\u003e\n    \u003cspan\u003ePackage Contents\u003c\/span\u003e\n    What's in the Box\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nb-box-list\"\u003e\n    \u003cspan class=\"nb-box-item\"\u003e📦 1× JSL-W302 Nebulizer Unit\u003c\/span\u003e\n    \u003cspan class=\"nb-box-item\"\u003e😷 1× Adult Face Mask\u003c\/span\u003e\n    \u003cspan class=\"nb-box-item\"\u003e😷 1× Child Face Mask\u003c\/span\u003e\n    \u003cspan class=\"nb-box-item\"\u003e💊 1× Mouthpiece\u003c\/span\u003e\n    \u003cspan class=\"nb-box-item\"\u003e🔌 1× USB Charging Cable\u003c\/span\u003e\n    \u003cspan class=\"nb-box-item\"\u003e📖 1× Instruction Manual\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── BENEFITS LIST ── --\u003e\n  \u003cdiv class=\"nb-benefits\"\u003e\n    \u003cul\u003e\n      \u003cli\u003eNo compressor required — completely silent and vibration-free mesh technology\u003c\/li\u003e\n      \u003cli\u003eDelivers medication deeper into airways compared to traditional inhaler sprays\u003c\/li\u003e\n      \u003cli\u003eRechargeable battery means no expensive AA batteries to replace\u003c\/li\u003e\n      \u003cli\u003eEasy one-button operation — no complex settings to configure\u003c\/li\u003e\n      \u003cli\u003eCompact enough to fit in a handbag, backpack, or jacket pocket\u003c\/li\u003e\n      \u003cli\u003eDetachable medication cup is easy to rinse and clean after use\u003c\/li\u003e\n      \u003cli\u003eSuitable for all ages — children and adults use the same device with different masks\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── CTA FOOTER ── --\u003e\n  \u003cdiv class=\"nb-cta\"\u003e\n    \u003ch2\u003eTake Control of Your Breathing\u003c\/h2\u003e\n    \u003cp\u003eProfessional respiratory care in the palm of your hand. Quiet, portable, and effective — for the whole family.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"nb-cta-btn\"\u003eAdd to Cart →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tawaaq Com","offers":[{"title":"Default Title","offer_id":52661444477204,"sku":null,"price":299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/4861\/6212\/files\/e6db3bb7-6fa7-433c-a542-bb9b86c866cd.jpg?v=1781346202","url":"https:\/\/tawaaqcom.online\/products\/mesh-nebulizer","provider":"Tawaaq Com","version":"1.0","type":"link"}