JACKET SNICKERS AllroudWork VEEKINDEL BLUE L

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET
SNICKERS AllroudWork VEEKINDEL BLUE
L:
275.85€/pc.
Ex Tax: 222.46€/pc.
Snickers
0 reviews
Out Of Stock
Product Code: 000-490349ASP

Specification

  • Size: L
Item sold out
Tags:

DESCRIPTION JACKET SNICKERS AllroudWork VEEKINDEL BLUE L price 275.85€ 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
L
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET SNICKERS AllroudWork VEEKINDEL BLUE L
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
rempro rempro-mobile

Frequently asked questions about the JACKET SNICKERS AllroudWork VEEKINDEL BLUE L

What is the JACKET SNICKERS AllroudWork VEEKINDEL BLUE L?

JACKET SNICKERS AllroudWork VEEKINDEL BLUE L is a work insulated jacket with EN 343 tested waterproofing, effective REPREVE® insulation layer (EN 342), 3D cut for freedom of movement and CORDURA® reinforcements. It features a warm hood, POWER POCKET phone protection and functional inner and outer pockets.

Is this jacket suitable for rainy and windy weather?

Yes — the jacket has EN 343 tested waterproofing plus a warm hood and REPREVE® insulation (EN 342), providing protection in rainy and cool windy conditions. For extreme wind or heavy downpours, use an additional outer shell for maximum protection.

What does size L correspond to for this model and how does the 3D cut fit?

Size L corresponds to standard European workwear sizing; the 3D cut is designed for mobility, giving extra room in shoulders and sleeves for lifting and working without restriction. For exact fit, check the manufacturer's size chart or try the jacket over work layers.

What do the CORDURA® reinforcements do in this jacket?

CORDURA® reinforcements increase durability in high-wear areas, making the jacket longer-lasting on construction sites or in workshops. They protect against abrasion and tears around shoulders and pockets where stress is greatest.

How does the POWER POCKET work and does it protect the phone from cold?

The POWER POCKET is an insulated phone pocket that protects the device from cold and helps preserve battery performance at low temperatures. It’s conveniently placed and lined with insulating material for added protection.

What insulation is used and how warm is it per EN 342?

The jacket uses effective REPREVE® insulation certified to EN 342, providing solid thermal protection for work conditions. It retains warmth during cold weather while being active; for extreme cold add base or mid-layers.

Does the jacket have inner and outer pockets and what are they for?

Yes — the jacket features functional inner and outer pockets: outer pockets for hands and tools, inner pockets for documents and personal items. One pocket is the insulated POWER POCKET specifically for a phone.

Which professions or tasks is this jacket best suited for?

The JACKET SNICKERS AllroudWork VEEKINDEL is ideal for builders, installers, service technicians and other professionals working outdoors in cold, wet conditions. Its waterproofing, REPREVE® insulation and CORDURA® reinforcements suit intensive, demanding use.

How to care for the jacket with REPREVE® insulation and CORDURA® reinforcements?

Follow the care label: gentle wash at the recommended temperature, use mild detergent and avoid harsh bleaches. To maintain waterproofing and CORDURA® performance, do not dry by open flame and refresh DWR treatment as per manufacturer instructions when needed.

How does this model differ from other Snickers AllroudWork jackets?

The VEEKINDEL model stands out by combining EN 343 waterproofing, REPREVE® insulation to EN 342, a 3D cut for mobility, plus CORDURA® reinforcements and a POWER POCKET. Not all AllroudWork models offer this exact combination, making VEEKINDEL suited for cold, wet, heavy-duty work.

Where to buy JACKET SNICKERS AllroudWork VEEKINDEL BLUE L?

You can buy JACKET SNICKERS AllroudWork VEEKINDEL BLUE L in our online store for 222.46€. Category: Jackets.

What is the price of JACKET SNICKERS AllroudWork VEEKINDEL BLUE L?

The current price of JACKET SNICKERS AllroudWork VEEKINDEL BLUE L is 222.46€. Brand: Snickers.

JACKET SNICKERS AllroudWork VEEKINDEL BLUE L — specifications and description

Model: 000-490349ASP. Category: Jackets. Brand: Snickers. Price: 222.46€.

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