PARKA SNICKERS AllroundWork VEEKINDEL BLACK M

The photographs are for illustrative purposes only.
Get AI analytics on product PARKA SNICKERS AllroundWork VEEKINDEL BLACK M:
294.55€/pc.
Ex Tax: 237.54€/pc.
Snickers
0 reviews
Out Of Stock
Product Code: 000-490362ASP

Specification

  • Size: M
Item sold out
Tags:

SPECIFICATION PARKA SNICKERS AllroundWork VEEKINDEL BLACK M price 294.55€ Snickers

Testitud veekindlus (EN 343)
Soe ja mugav kapuuts
Tõhus REPREVE® isolatsioonikiht (EN 342)
3D lõigete erakordne liikumisvabadus
CORDURA® vastupidavus
POWER POCKET, külmakaitsega telefonitasku
Funktsionaalsed taskud sise- ja välisküljel

Description provided by sitypro.com

Workwear
Size
M
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
PARKA SNICKERS AllroundWork VEEKINDEL BLACK M
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
JACKET SOFTSHELL TUSCANY HV YELLOW  2XL
In Stock
130.55€ Ex Tax: 105.28€
JACKET SOFTSHELL TUSCANY HV YELLOW  L
In Stock
130.55€ Ex Tax: 105.28€
JACKET SOFTSHELL TUSCANY HV YELLOW  M
In Stock
130.55€ Ex Tax: 105.28€
JACKET SOFTSHELL TUSCANY HV YELLOW  XL
In Stock
130.55€ Ex Tax: 105.28€
Or you can choose other products in the category: Jackets
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the PARKA SNICKERS AllroundWork VEEKINDEL BLACK M

What is the PARKA SNICKERS AllroundWork VEEKINDEL BLACK M and what is it used for?

PARKA SNICKERS AllroundWork VEEKINDEL BLACK M is an insulated work parka with tested waterproofing (EN 343), REPREVE® insulation (EN 342), a warm hood and CORDURA® reinforcements. It’s designed for outdoor work in cold, wet conditions where thermal protection and durability are required.

How waterproof is the parka and what does EN 343 certification mean?

The parka has tested waterproofing to EN 343, ensuring protection from rain and moisture during work use. EN 343 certification verifies the garment’s resistance to water penetration and its breathability level.

How warm is the parka and what is the REPREVE® (EN 342) layer?

The parka features effective REPREVE® insulation certified to EN 342, providing good thermal protection in cold conditions. REPREVE® is a lightweight insulating layer that retains warmth during active outdoor work.

Where are the CORDURA® reinforcements and what do they do?

The parka includes CORDURA® reinforcements in high-wear areas to improve durability. These are typically placed on elbows, shoulders and lower hems to withstand heavy work use.

What pockets does the parka have and how does the POWER POCKET work?

The parka features functional internal and external pockets plus a POWER POCKET — an insulated phone pocket to protect devices from the cold. The POWER POCKET helps keep phones operational at low temperatures and provides easy access.

Is the parka suitable for active movement — does the 3D cut restrict motion?

The parka uses a 3D cut that provides excellent freedom of movement and does not restrict bending, climbing or manual work. This design is ideal for installers, construction and maintenance tasks.

What are the fit and sizing for size M — how to choose a size?

The item is listed as size M and features a work fit that allows layering underneath. Choose your size according to Snickers’ usual size chart and consider room for a warm mid-layer.

Is the parka suitable for working in freezing conditions and how does it protect head and hands?

The parka is intended for cold work: the warm hood protects the head while the insulation and POWER POCKET retain body and phone warmth. For hands, pair it with insulated work gloves for full protection.

What materials is the parka made of and how to care for it?

The parka uses a waterproof outer material, REPREVE® insulation and CORDURA® reinforcements. Follow the care label: gentle wash at the recommended temperature and avoid harsh bleach.

How does the VEEKINDEL model differ from other SNICKERS AllroundWork parkas?

VEEKINDEL stands out with tested waterproofing (EN 343), REPREVE® insulation (EN 342), CORDURA® reinforcements and a POWER POCKET for phones. This combination makes it better suited to wet, cold work environments than lighter models.

Is the parka suitable for construction professionals and on-site work?

Yes — CORDURA® reinforcements, 3D cut and EN 343 waterproofing make the parka suitable for construction and installation work. It’s designed to withstand heavy outdoor use.

Where to buy PARKA SNICKERS AllroundWork VEEKINDEL BLACK M?

You can buy PARKA SNICKERS AllroundWork VEEKINDEL BLACK M in our online store for 237.54€. Category: Jackets.

What is the price of PARKA SNICKERS AllroundWork VEEKINDEL BLACK M?

The current price of PARKA SNICKERS AllroundWork VEEKINDEL BLACK M is 237.54€. Brand: Snickers.

PARKA SNICKERS AllroundWork VEEKINDEL BLACK M — specifications and description

Model: 000-490362ASP. Category: Jackets. Brand: Snickers. Price: 237.54€.

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ххххххх');