Pulmo-Aide Air Inlet Filter
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Source+Serif+4:opsz,[email protected],400;8..60,600;8..60,700&display=swap'); .plmaf-wrap { --brand-primary: #2a6b9e; --brand-deep: #0e3a5e; --brand-glow: #5abaee; --brand-surface: #f0f6fc; --text-primary: #1a1a18; --text-muted: #71716b; --border: #e2e0d8; max-width: 960px; margin: 0 auto; font-family: 'Space Grotesk', -apple-system, sans-serif !important; font-size: 16px !important; line-height: 1.65 !important; color: var(--text-primary); } .plmaf-wrap * { box-sizing: border-box; } .plmaf-wrap img { max-width: 100%; height: auto; } .plmaf-hero { background: var(--brand-deep); border-radius: 20px; padding: 56px 52px 0; position: relative; overflow: hidden; margin-bottom: 48px; animation: plmafHI 0.6s ease-out both; } .plmaf-hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(90,186,238,0.12) 0%, transparent 70%); pointer-events: none; } .plmaf-hero-inner { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: center; } .plmaf-hero-overline { font-family: 'Space Grotesk', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 3px; text-transform: uppercase; color: var(--brand-glow); margin-bottom: 12px; } .plmaf-hero h1 { font-family: 'Source Serif 4', Georgia, serif !important; font-size: clamp(32px, 5vw, 48px) !important; font-weight: 400 !important; line-height: 1.1 !important; color: #fff; margin: 0 0 16px; } .plmaf-hero-sub { font-size: 16px !important; line-height: 1.65 !important; color: rgba(255,255,255,0.7); max-width: 440px; margin: 0 0 24px; } .plmaf-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; } .plmaf-hero-badge { font-family: 'Space Grotesk', sans-serif !important; font-size: 12px !important; font-weight: 500 !important; padding: 6px 16px; border-radius: 100px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); } .plmaf-hero-product img { width: 100%; max-width: 300px; max-height: 300px; object-fit: contain; display: block; margin: 0 auto; border-radius: 16px; background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,0.15); transform: translateY(8px); animation: plmafHI 0.8s ease-out 0.2s both; } .plmaf-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 4px; border-radius: 16px; overflow: hidden; min-height: 260px; animation: plmafFU 0.8s ease-out 0.2s both; } .plmaf-feature-text { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; background: var(--brand-surface); } .plmaf-tag { display: inline-block; font-family: 'Space Grotesk', sans-serif !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-primary); border: 1px solid var(--brand-primary); padding: 4px 12px; border-radius: 4px; margin-bottom: 16px; width: fit-content; } .plmaf-feature-text h3 { font-family: 'Source Serif 4', Georgia, serif !important; font-size: 26px !important; font-weight: 400 !important; line-height: 1.2 !important; margin: 0 0 12px; color: var(--text-primary); } .plmaf-feature-text p { font-size: 15px !important; line-height: 1.7 !important; color: var(--text-muted); margin: 0; } .plmaf-feature-text.plmaf-dark { background: var(--brand-deep); } .plmaf-feature-text.plmaf-dark h3 { color: #fff; } .plmaf-feature-text.plmaf-dark p { color: rgba(255,255,255,0.7); } .plmaf-feature-text.plmaf-dark .plmaf-tag { background: rgba(255,255,255,0.1); color: var(--brand-glow); border-color: rgba(255,255,255,0.1); } .plmaf-feature-fill { background: var(--brand-surface); display: flex; align-items: center; justify-content: center; padding: 32px; } .plmaf-feature-fill.plmaf-dark-fill { background: var(--brand-deep); } .plmaf-feature.plmaf-flip .plmaf-feature-fill { order: -1; } .plmaf-faq { padding: 48px 0; animation: plmafFU 0.8s ease-out 0.4s both; } .plmaf-faq-heading { font-family: 'Source Serif 4', Georgia, serif !important; font-size: clamp(24px, 3vw, 32px) !important; font-weight: 400 !important; line-height: 1.2 !important; text-align: center; margin: 0 0 24px; color: var(--text-primary); } .plmaf-faq details { background: #fff; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 6px; overflow: hidden; } .plmaf-faq details[open] { background: var(--brand-surface); border-color: rgba(42,107,158,0.2); } .plmaf-faq summary { font-family: 'Space Grotesk', sans-serif !important; font-size: 15px !important; font-weight: 600 !important; line-height: 1.5 !important; padding: 16px 20px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--text-primary); } .plmaf-faq summary::-webkit-details-marker { display: none; } .plmaf-faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--brand-primary); flex-shrink: 0; } .plmaf-faq details[open] .plmaf-faq-toggle { background: var(--brand-primary); color: #fff; border-color: var(--brand-primary); } .plmaf-faq-body { padding: 0 20px 18px; font-size: 14px !important; line-height: 1.65 !important; color: var(--text-muted); } .plmaf-faq-body p { font-size: 14px !important; line-height: 1.65 !important; margin: 0; } @keyframes plmafHI { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes plmafFU { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 680px) { .plmaf-hero { padding: 36px 24px 0; } .plmaf-hero-inner { grid-template-columns: 1fr; } .plmaf-hero-product img { max-width: 200px; margin: 0 auto; } .plmaf-feature { grid-template-columns: 1fr; } .plmaf-feature.plmaf-flip .plmaf-feature-fill { order: 0; } } @media (prefers-reduced-motion: reduce) { .plmaf-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } PULMO-AIDE Replacement Air Inlet Filter for Pulmo-Aide Compressors OEM replacement air inlet filter compatible with Pulmo-Aide models 3650, 4650, and 5650 nebulizer compressors. Pack of 5 filters for routine maintenance and optimal compressor performance. Fits 3650 / 4650 / 5650 5 Filters per Pack OEM Replacement MAINTENANCE Keep Your Compressor Running Clean The air inlet filter prevents dust, pet hair, and airborne particles from entering your nebulizer compressor. A clogged or dirty filter reduces airflow, increases compressor strain, and can compromise the quality of your nebulized treatment. Regular filter changes are the simplest way to maintain peak compressor performance. Replace every 2-4 weeks or when visibly dirty - whichever comes first COMPATIBILITY Designed for Pulmo-Aide 3650, 4650, and 5650 These filters are manufactured to fit the Pulmo-Aide family of nebulizer compressors. The 5-pack provides months of filter changes at the recommended replacement interval. Keep spares on hand so a dirty filter never delays a treatment. 5 filters per pack - enough for 2-5 months of regular maintenance Frequently Asked Questions Which Pulmo-Aide models does this filter fit?+ This replacement filter is compatible with the Pulmo-Aide 3650, 4650, and 5650 nebulizer compressor models. If you have a different compressor model, check your owner's manual for the correct replacement filter part number. How often should I replace the air inlet filter?+ Replace the filter every 2-4 weeks under normal use, or sooner if it appears visibly dirty or discolored. Homes with pets, smokers, or high dust environments may need more frequent changes. A dirty filter restricts airflow to the compressor and can reduce nebulizer treatment effectiveness. How do I replace the filter?+ Turn off and unplug the compressor. Locate the air inlet filter on the side or back of the unit (refer to your owner's manual). Pull out the old filter and insert the new one. No tools are required. The filter should fit snugly without forcing. Plug in and resume normal use. Can I wash and reuse the filter?+ These are disposable replacement filters designed for single use. Washing may damage the filter media and reduce its ability to trap particles effectively. With 5 filters per pack, the cost per replacement is minimal compared to the risk of compressor damage from a compromised filter. What happens if I do not change the filter?+ A clogged filter restricts airflow, causing the compressor motor to work harder and run hotter. Over time, this can shorten compressor life, reduce nebulizer output pressure, and extend treatment times. In severe cases, the compressor may overheat and shut down. Regular filter changes are the cheapest maintenance you can do.
More you might like
Related
Nispira CPAP Disposable Air Inlet Filter for Devilbiss Pulmo
Related
Pulmo-Aide Air Inlet Filter, Drive Medical, 5650D-602 - Pack
Related
Devilbiss 3650, 4650, and 5650 Nebulizer Compressor Filter-A
Related