JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL

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

Specification

Item sold out
Tags:

SPECIFICATION JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL 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
XL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL
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 XL

What is the JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL?

JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL is an insulated work jacket with tested water resistance (EN 343), effective REPREVE® insulation (EN 342), a warm hood and durable CORDURA® reinforcements. The 3D cut and multiple functional pockets provide freedom of movement and practical storage.

What protective standards does the jacket meet?

The jacket is tested for water resistance (EN 343) and for thermal protection with REPREVE® insulation (EN 342). These certifications make it suitable for wet and cold working conditions.

What materials is the jacket made from and where is CORDURA® used?

The jacket is constructed from durable fabrics with CORDURA® reinforcements in high-wear areas to increase longevity. The main fabric provides water resistance while CORDURA® protects elbows and front panels from abrasion.

Is this jacket suitable for winter outdoor work?

Yes — the jacket features effective REPREVE® insulation (meeting EN 342) and a warm hood, providing protection for outdoor cold-weather work. For extreme cold, layer with thermal basewear.

What pockets does the jacket have and is there a phone pocket with cold protection?

The jacket features functional internal and external pockets, including a POWER POCKET — a phone pocket with cold protection. Pockets provide practical storage for tools and keep your phone insulated.

What cut does the jacket have and does it allow freedom of movement?

The jacket features a 3D cut that provides exceptional freedom of movement and comfort during active work. It is designed to facilitate bending, lifting and multi-positional tasks.

Is this jacket suitable for carrying tools and is it wear-resistant?

Yes — with CORDURA® reinforcements and a robust construction, the jacket is wear-resistant and suitable for tool-related work. Functional pockets provide storage for small tools and accessories.

What sizes and colours are available for model A167017SP?

This listing describes model A167017SP in size XL and blue — JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL. Availability of other sizes or colours is shown on the product page.

How do I care for the jacket and can it be machine washed?

The jacket uses technical fabrics, so follow the care instructions on the garment label: typically a gentle machine wash cycle and avoid harsh detergents. Exact washing instructions are printed on the inner label.

Is the jacket suitable for professional builders and installers?

Yes — water resistance (EN 343), CORDURA® reinforcements, 3D cut and functional pockets make the jacket suitable for builders and installers who need protection and mobility. The POWER POCKET keeps phones insulated from the cold.

How does model A167017SP differ from other Snickers jackets?

Model A167017SP combines tested water resistance (EN 343), effective REPREVE® insulation (EN 342), CORDURA® reinforcements, a 3D cut and a POWER POCKET phone pocket. It is specifically designed as an insulated work jacket for cold, wet conditions.

Where to buy JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL?

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

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

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

JACKET SNICKERS AllroudWork VEEKINDEL BLUE XL — specifications and description

Model: 000-490340ASP. 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ххххххх');