Prosolve 3ply Disposable Face Mask * HIDDEN

A 3PLY Disposable Face Mask conforming to CE EN149 FFP2. The centre layer is a 25GSM BEF99 medical level filter.

  • Outer and Inner layers are made from SS (spunbond+spunbond) non woven fabric.
  • Middle layer is made from 25gsm BEF95 particulate filtration.
  • Elastic ear loops
  • Size: 175 x 95mm

This product is designed to be disposable.

£0.00 incl. TAX
£0.00 excl. TAX

This product is currently out of stock and unavailable.

Stay Social. Connect with us. 

A 3PLY Disposable Face Mask conforming to CE EN149 FFP2. The centre layer is a 25GSM BEF99 medical level filter.

  • Outer and Inner layers are made from SS (spunbond+spunbond) non woven fabric.
  • Middle layer is made from 25gsm BEF95 particulate filtration.
  • Elastic ear loops
  • Size: 175 x 95mm

This product is designed to be disposable.

Reviews

There are no reviews yet.

Be the first to review “Prosolve 3ply Disposable Face Mask * HIDDEN”

incl. tax excl. tax
jQuery(function ($) { function checkAndUpdatePrice() { var newPriceHtml = $('.woocommerce-variation-price .price').html(); // Get variation priceif (newPriceHtml) { console.log("Updating price: ", newPriceHtml); // Debugging output $('.product-price-container.is-larger .price-wrapper .price').html(newPriceHtml); } else { // If price is not found, keep checking every 100ms (max 2 seconds) setTimeout(checkAndUpdatePrice, 100); } }// Run when a variation is selected $(document).on('found_variation', 'form.variations_form', function () { setTimeout(checkAndUpdatePrice, 100); // Start checking for price update });// Reset price when no variation is selected $(document).on('reset_data', 'form.variations_form', function () { location.reload(); // Restore the original "From £XX.XX" price }); });