{"product_id":"philips-dreamwear-nasal-mask-fit-pack","title":"Philips DreamWear Nasal Mask FitPack – Includes 4 Multi-Size Cushions","description":"\u003cstyle\u003e\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;\n    color: #1a1a1a;\n    line-height: 1.6;\n    background-color: #ffffff;\n  }\n\n  .product-container {\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  \/* Header Section *\/\n  .product-header {\n    border-bottom: 2px solid #e8e8e8;\n    padding-bottom: 30px;\n    margin-bottom: 40px;\n  }\n\n  .product-title {\n    font-size: 32px;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n    letter-spacing: -0.5px;\n  }\n\n  .product-brand {\n    font-size: 14px;\n    color: #0066b3;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n\n  .product-intro {\n    font-size: 16px;\n    color: #333333;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n\n  \/* Features Section *\/\n  .features-section {\n    margin-bottom: 50px;\n  }\n\n  .section-title {\n    font-size: 22px;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 24px;\n    padding-bottom: 12px;\n    border-bottom: 3px solid #0066b3;\n    display: inline-block;\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-top: 24px;\n  }\n\n  .feature-item {\n    padding: 20px;\n    border-left: 4px solid #0066b3;\n    background-color: #f9f9f9;\n    border-radius: 4px;\n  }\n\n  .feature-name {\n    font-size: 16px;\n    font-weight: 600;\n    color: #0066b3;\n    margin-bottom: 8px;\n  }\n\n  .feature-description {\n    font-size: 14px;\n    color: #555555;\n    line-height: 1.6;\n  }\n\n  \/* Specifications Table *\/\n  .specs-section {\n    margin-bottom: 50px;\n    overflow-x: auto;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    border: 1px solid #e8e8e8;\n    border-radius: 6px;\n    overflow: hidden;\n  }\n\n  .specs-table thead {\n    background-color: #0066b3;\n  }\n\n  .specs-table th {\n    padding: 14px 16px;\n    text-align: left;\n    font-size: 14px;\n    font-weight: 600;\n    color: #ffffff;\n    border: none;\n  }\n\n  .specs-table td {\n    padding: 14px 16px;\n    font-size: 14px;\n    color: #333333;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .specs-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table tbody tr:hover {\n    background-color: #f9f9f9;\n  }\n\n  .specs-label {\n    font-weight: 600;\n    color: #1a1a1a;\n  }\n\n  \/* In the Box Section *\/\n  .box-section {\n    margin-bottom: 50px;\n  }\n\n  .box-list {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    list-style: none;\n  }\n\n  .box-item {\n    padding: 12px 16px;\n    background-color: #f9f9f9;\n    border-left: 3px solid #0066b3;\n    font-size: 14px;\n    color: #333333;\n    border-radius: 4px;\n  }\n\n  .box-item::before {\n    content: \"✓ \";\n    color: #0066b3;\n    font-weight: bold;\n    margin-right: 8px;\n  }\n\n  \/* Safety Section *\/\n  .safety-section {\n    background-color: #fff3cd;\n    border-left: 4px solid #ff9800;\n    padding: 20px;\n    border-radius: 6px;\n    margin-bottom: 50px;\n  }\n\n  .safety-title {\n    font-size: 16px;\n    font-weight: 600;\n    color: #c1730f;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n  }\n\n  .safety-title::before {\n    content: \"⚠ \";\n    margin-right: 8px;\n    font-size: 20px;\n  }\n\n  .safety-text {\n    font-size: 14px;\n    color: #333333;\n    line-height: 1.6;\n  }\n\n  \/* Documents Section *\/\n  .documents-section {\n    margin-bottom: 50px;\n  }\n\n  .docs-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    list-style: none;\n  }\n\n  .doc-link {\n    display: flex;\n    align-items: center;\n    padding: 14px 16px;\n    background-color: #f9f9f9;\n    border-radius: 6px;\n    text-decoration: none;\n    color: #0066b3;\n    font-size: 14px;\n    font-weight: 500;\n    border: 1px solid #e8e8e8;\n    transition: all 0.2s ease;\n  }\n\n  .doc-link:hover {\n    background-color: #e8f4ff;\n    border-color: #0066b3;\n  }\n\n  .doc-link::before {\n    content: \"📄 \";\n    margin-right: 10px;\n    font-size: 16px;\n  }\n\n  \/* Benefits Section *\/\n  .benefits-section {\n    background: linear-gradient(135deg, #f5f7fa 0%, #e8f0fa 100%);\n    padding: 30px;\n    border-radius: 8px;\n    margin-bottom: 50px;\n    border: 1px solid #e8e8e8;\n  }\n\n  .benefits-intro {\n    font-size: 15px;\n    color: #333333;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n\n  \/* Responsive *\/\n  @media (min-width: 768px) {\n    .features-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .product-title {\n      font-size: 36px;\n    }\n  }\n\n  @media print {\n    .product-container {\n      max-width: 100%;\n    }\n\n    .doc-link {\n      page-break-inside: avoid;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"product-brand\"\u003ePhilips\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003eDreamWear™ Nasal Mask FitPack with Multiple Cushion Sizes\u003c\/h1\u003e\n\u003cp class=\"product-intro\"\u003e\u003cstrong\u003eLightweight Comfort, Natural Movement, and Personalised Fit\u003c\/strong\u003e — Featuring a top-of-the-head tube connection and four cushion sizes, the Philips DreamWear™ Nasal Mask delivers comfortable, effective CPAP therapy with minimal facial contact and maximum freedom of movement throughout the night.\u003c\/p\u003e\n\u003cp class=\"product-intro\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0908\/7510\/1512\/files\/44a852bb-27d5-462a-bd27-10a4d372a4b5-2026-06-26.png?v=1782470308\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eTop-of-the-Head Tube Connection\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eKeeps tubing completely out of the way, providing greater freedom of movement and making it easier to sleep in any position.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eMinimal-Contact Design\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eUnder-the-nose cushion reduces facial pressure and contact while maintaining an effective, comfortable seal throughout the night.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eSoft Silicone Nasal Cushion\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eGently rests beneath the nose for a comfortable, secure fit without applying pressure to the nasal bridge or surrounding skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eOpen Field of Vision\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eMinimal-contact frame allows users to comfortably read, watch TV, or wear glasses right up until they fall asleep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eLightweight Flexible Frame\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eAdapts naturally to different facial contours for enhanced comfort and stability without rigid contact points.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eQuiet Airflow Design\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eReduces therapy noise and directs exhaled air away from both the user and bed partner for a more peaceful sleep environment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eFitPack with Four Cushion Sizes\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eIncludes Small, Medium, Large, and Medium-Wide cushions so you can find the perfect fit without purchasing additional sizes separately.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-name\"\u003eEasy Modular Assembly\u003c\/div\u003e\n\u003cdiv class=\"feature-description\"\u003eSimple to assemble, clean, and replace individual mask components, making daily maintenance quick and straightforward.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"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 class=\"specs-label\"\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003ePhilips DreamWear™ Nasal Mask FitPack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003ePhilips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMask Type\u003c\/td\u003e\n\u003ctd\u003eUnder-the-Nose Nasal CPAP Mask\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eTube Connection\u003c\/td\u003e\n\u003ctd\u003eTop-of-the-Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFrame Type\u003c\/td\u003e\n\u003ctd\u003eMinimal Contact\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eCushion Material\u003c\/td\u003e\n\u003ctd\u003eSoft Silicone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003eFlexible Medical-Grade Polymer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eFitPack Sizes\u003c\/td\u003e\n\u003ctd\u003eSmall, Medium, Large, Medium-Wide\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eLatex Free\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eMagnetic Components\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eManufacturer Warranty (Where Applicable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"specs-label\"\u003eIncluded in Package\u003c\/td\u003e\n\u003ctd\u003eFrame, Headgear, Elbow Connector, 4 Nasal Cushions (S \/ M \/ L \/ M-Wide)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- What's in the Box --\u003e\n\u003cdiv class=\"box-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat's in the Box\u003c\/h2\u003e\n\u003cul class=\"box-list\"\u003e\n\u003cli class=\"box-item\"\u003e1 × DreamWear™ Nasal Mask Frame\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Headgear\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Elbow Connector\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Small Nasal Cushion\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Medium Nasal Cushion\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Large Nasal Cushion\u003c\/li\u003e\n\u003cli class=\"box-item\"\u003e1 × Medium-Wide Nasal Cushion\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Why Choose the DreamWear --\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 style=\"border-bottom-color: #0066b3; display: block; margin-bottom: 16px;\" class=\"section-title\"\u003eWhy Choose the DreamWear™ Nasal Mask?\u003c\/h2\u003e\n\u003cp class=\"benefits-intro\"\u003eThe Philips DreamWear™ Nasal Mask FitPack is designed around one simple idea — therapy that feels as close to wearing nothing as possible. The under-the-nose cushion eliminates the pressure and skin contact associated with traditional nasal masks, while the top-of-the-head tube connection frees you to move naturally throughout the night without tubing getting in the way. The open frame design leaves your field of vision completely clear, so you can wind down comfortably before sleep. With four cushion sizes included in the box, finding your ideal fit is straightforward from day one. Whether you are new to CPAP therapy or switching from a bulkier mask, the DreamWear™ Nasal Mask offers a refreshingly comfortable and minimalist approach to effective sleep therapy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Safety Notice --\u003e\n\u003cdiv class=\"safety-section\"\u003e\n\u003ch3 class=\"safety-title\"\u003eImportant Safety Notice\u003c\/h3\u003e\n\u003cp class=\"safety-text\"\u003eThe Philips DreamWear™ Nasal Mask FitPack does not contain magnetic components. Always read the user guide carefully before use and consult your healthcare professional regarding CPAP therapy and mask suitability. Regular inspection, cleaning, and timely replacement of mask components are recommended to maintain optimal hygiene, comfort, and therapy performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Philips","offers":[{"title":"Default Title","offer_id":52995462201672,"sku":"Philips-MCF-Dreamwear Nasal Mask-FP","price":96.99,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0908\/7510\/1512\/files\/Image_1_2.jpg?v=1777374272","url":"https:\/\/cpapsavers.co.uk\/products\/philips-dreamwear-nasal-mask-fit-pack","provider":"CPAPsavers.co.uk","version":"1.0","type":"link"}