FACE MASK WITH FILTER GREY

The photographs are for illustrative purposes only.
Get AI analytics on product FACE MASK WITH FILTER GREY
:
5.98€/pc.
Ex Tax: 4.82€/pc.
NONAME
0 reviews
In stock
Product Code: 000-457678ASP
Qty
Tags:

DESCRIPTION FACE MASK WITH FILTER GREY price 12.62€ NONAME

Package dimensions13,50 x 21,00 x 1,50 cm
Net weight0,012 kg

Mitmeotstarbeline filtriga mask ja aksessuaar.

Materjal:
1. kiht - mikrokiudtekstiil
2. kiht - eelfiltreerimine
3. kiht - F9 ePM1 nanofilter (DIN ISO16890)
4. kiht - pehme puuvill

Kaal ühiku kohta: 12 g
Suurus: ~ 21 x 13,5 cm. Suurus sobib kõigile.
Kummid saab enda jaoks sobivalt siduda.

Kasutamine: mitmeotstarbeline. Mask kaitseb tuule, udu, õietolmu, tuha ja tolmu eest.

Omadused:
- Ohutu, mugav, kergesti hingav, tuulekindel, pehme ja nahasõbralik. Korduvkasutatav (pestav).
- Kaitseb nina ja suud tahtmatute käepuudutuste eest.
- Kerge materjal võimaldab kanda kogu päeva vältel.
- Reguleeritav. Elastne kinnitus muudab kandmise sobivaks kõigile.
- Ei mõjuta suhtlemist, ei summuta häält.
- Sobib erinevateks tegevusteks: sise- ja välistingimustes, kontoritöödeks, spordiks, käsitööks, aianduseks, reisimiseks ja muuks.
- Kokkupandav ja mugavalt kaasaskantav.

Hingamisprobleemide või allergia korral on kasutamine keelatud.

KOOSTIS
4-kihiline (mikrokiudtekstiil, eelfiltreerimiskiht, F9 ePM1 nanofilter DIN ISO16890, pehme puuvill)
KASUTUS- JA HOOLDUSJUHISED
Peske käsi enne maski kasutamist.
Enne esimest kasutamist peske mask kuni 40°C vees, masinpesu programm õrnale pesule ja / või triikige auru või triikrauaga.
Ärge peske koos teiste riietega. Ärge kasutage valgendit.

Kogukaal: 0,012 kg

Pakendi mõõtmed: 13,50 x 21,00 x 1,50 cm

Description provided by sitypro.com

FACE MASK WITH FILTER GREY
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the FACE MASK WITH FILTER GREY

FACE MASK WITH FILTER GREY — what is it and what materials are used?

FACE MASK WITH FILTER GREY — a multifunctional fabric mask with a multilayer filter: 1st layer microfiber, 2nd pre-filter, 3rd F9 ePM1 nanofilter (DIN ISO16890), 4th soft cotton layer. Size about 21 x 13.5 cm, unit weight 12 g.

Will the mask protect against dust, smoke and pollen?

Yes. The F9 ePM1 nanofilter layer protects from wind, mist, pollen, ash and household dust — the filter meets F9 ePM1 performance under DIN ISO16890 for fine particles.

Is the mask suitable for cycling and sports?

Yes. The mask is lightweight (12 g), breathable and wind-resistant, making it suitable for cycling and sports; the elastic tie allows comfortable adjustment for an active fit.

How to choose the size — will the mask fit everyone?

The mask measures about 21 x 13.5 cm and is advertised as one-size-fits-most — the elastic ties can be adjusted manually to fit most face shapes.

Can the mask be washed and reused?

Yes. The mask is reusable and washable; launder gently to avoid damaging the F9 ePM1 filter layer.

How to wear and adjust the mask correctly?

Place the mask to cover both nose and mouth, then tie the elastic ties to a comfortable length. Ensure a snug but comfortable seal around the edges without excessive pressure.

Does the mask affect voice and communication?

No, the mask’s design does not significantly muffle speech and allows normal communication — the lightweight material and fit enable speaking comfortably.

What activities is the mask suitable for?

The mask is multifunctional: suitable for indoor and outdoor use, office work, sports, crafts, gardening and travel — it protects from wind, dust and pollen.

What is the unit weight and package dimensions?

Unit weight is 12 g; package dimensions are approximately 13.50 x 21.00 x 1.50 cm according to the product specifications.

Where to buy FACE MASK WITH FILTER GREY ?

You can buy FACE MASK WITH FILTER GREY in our online store for 4.82€. Category: Respirators.

What is the price of FACE MASK WITH FILTER GREY ?

The current price of FACE MASK WITH FILTER GREY is 4.82€. Brand: NONAME.

FACE MASK WITH FILTER GREY — specifications and description

Model: 000-457678ASP. Category: Respirators. Brand: NONAME. Price: 4.82€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');