DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL

The photographs are for illustrative purposes only.
Get AI analytics on product DISPOSABLE GLOVES
WORTEX NITRIIL.SININE 100TK/P XL:
9.08€/pc.
Ex Tax: 7.32€/pc.
Wortex
0 reviews
In stock
Product Code: 000-486284ASP
Qty
Tags:

DESCRIPTION DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL price 6.51€ Wortex

Package dimensions21,50 x 12,20 x 6,00 cm
Net weight0,554 kg

WORTEX NG4-BLUE nitriilkindad puudrita, 100 tk pakis. Kvaliteetsed ja vastupidavad ühekordsed sinised nitriilkindad on mitmete kemikaalide suhtes vastupidavad ning sobivad kasutamiseks nii keemialaborites kui ka meditsiinivaldkonnas (AQL 1,5). Parema haarduvuse tagab mikrotekstuur sõrmeotstel. Lateksivabad kindad ei põhjusta allergilisi reaktsioone ning sobivad tundliku nahaga inimestele.

Kasutusvaldkond: toiduainete käitlemiseks, meditsiinis, keemialaborites, koristamiseks, autoremondiks, montaažitöödeks jne.

Kategooria III
EN ISO 21420: 2020
EN 374-1: 2016 + A1: 2018/Tüüp B
EN 374 – 5: 2016
AQL 1,5
Puudrita
Lateksivabad
Sõrmeotstes mikrotekstuur

Description provided by sitypro.com

DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL

What are DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL?

DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL are WORTEX NG4‑BLUE blue nitrile disposable gloves, 100 pcs per pack. They are powder‑free, latex‑free, feature microtexture on fingertips, certified to EN ISO 21420:2020 and EN 374 (Category III), AQL 1.5, suitable for medical, lab and food handling use.

What tasks are WORTEX NG4‑BLUE nitrile gloves suitable for?

They are suitable for medical use, chemical laboratories, food handling, cleaning, car repair and assembly tasks. EN 374 compliance offers protection against various chemicals and the fingertip microtexture improves grip for precision work.

How do WORTEX nitrile gloves differ from latex gloves?

WORTEX NG4‑BLUE are latex‑free, avoiding latex allergies; nitrile offers better chemical and puncture resistance than natural latex. Being powder‑free also reduces contamination risk in food and medical settings.

What standards and certifications do WORTEX NG4‑BLUE gloves have?

They comply with EN ISO 21420:2020 and EN 374 (including EN 374‑1:2016 + A1:2018 and EN 374‑5:2016 Type B), are Category III and have an AQL of 1.5. These verify chemical protective properties and general ergonomic requirements.

Are these gloves suitable for food handling?

Yes, WORTEX NG4‑BLUE are suitable for food handling — they are latex‑free and powder‑free, reducing allergen and contamination risk. Fingertip microtexture improves grip on wet surfaces.

How is the fit and who are the XL gloves for?

The product is labelled XL, intended for larger hands with a snug but elastic nitrile fit. Exact millimetre dimensions aren’t provided, so choose the XL you normally wear from other glove brands.

Can these gloves be used with aggressive chemicals?

They are EN 374 certified, providing protection against a range of chemicals, but protection level depends on the specific chemical. For highly aggressive reagents consult a chemical resistance table or use specialised chemical‑protective gloves.

What effect does the microtexture have on grip?

The fingertip microtexture improves grip on tools and slippery surfaces, especially in wet conditions. It provides more reliable handling for precision and assembly tasks.

Are these gloves suitable for sensitive skin?

Yes — they are latex‑free and powder‑free, reducing irritation and allergic reaction risk for sensitive skin. If you have pronounced sensitivity, test contact on a small skin area first.

How many gloves are in a pack and are there other sizes or colours?

The pack contains 100 WORTEX NG4‑BLUE nitrile gloves. This description specifies the XL size and blue colour; other sizes or colours are not listed here — check the product range for additional options.

Where to buy DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL?

You can buy DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL in our online store for 7.32€. Category: Work gloves.

What is the price of DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL?

The current price of DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL is 7.32€. Brand: Wortex.

DISPOSABLE GLOVES WORTEX NITRIIL.SININE 100TK/P XL — specifications and description

Model: 000-486284ASP. Category: Work gloves. Brand: Wortex. Price: 7.32€.

Google reviews

See all reviews

Model

//$('#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ххххххх');