WINTER JACKET HELSINKI BLACK VEEKINDEL M

The photographs are for illustrative purposes only.
Get AI analytics on product WINTER JACKET
HELSINKI BLACK VEEKINDEL M:
105.80€/pc.
Ex Tax: 85.32€/pc.
Pesso
0 reviews
Pre-Order
Product Code: 000-474491ASP

Specification

  • Size: M
Item sold out
Tags:

DESCRIPTION WINTER JACKET HELSINKI BLACK VEEKINDEL M price 91.46€ Pesso

Suure vastupidavusega ja stiilse lõikega talvejope. Veekindlus 5000 mm (280 Oxford nailon) Hingavus 3000g/m2 24h Topelt õmblused on teibitud Vooder hea hingausega NANA Dru membraan Ees pikk kahesuunaline tõmblukk koos tormiklapiga Eemaldatav voodriga kapuuts Fliiskattega krae Elastsed varrukaotsad pöidlaavaga Pikendatud seljaosa pikkus 80 cm 2 suurt küljetaskut 1 väline rinnatasku 2 sisemist rinnataskut, millest üks on tõmblukuga Telefonitasku, millel on kõrvaklapide juhtme jaoks auk 100% 280 Oxford nailon; väline osa 100% polüester; vooder 100% polüester 280 Oxford nailon kangas on vastupidav, kerge kaaluga ja hästi painduv, mistõttu seda kangast kasutatakse ka telkide, kottide, tolmukaitsekatete ja lippude valmistamiseks.

Description provided by sitypro.com

Workwear
Size
M
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WINTER JACKET HELSINKI BLACK VEEKINDEL 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
rempro rempro-mobile

Frequently asked questions about the WINTER JACKET HELSINKI BLACK VEEKINDEL M

What is the WINTER JACKET HELSINKI BLACK VEEKINDEL M and what conditions is it designed for?

WINTER JACKET HELSINKI BLACK VEEKINDEL M is a work-style winter jacket made from 280 Oxford nylon with 5000 mm waterproof rating and 3000 g/m2/24h breathability; designed for cold, wet and windy outdoor conditions requiring durable protective outerwear.

What materials are used in the WINTER JACKET HELSINKI BLACK VEEKINDEL M?

The shell is 100% 280 Oxford nylon; outer part 100% polyester; lining 100% polyester. The jacket features a NANA Dru membrane lining for improved breathability.

How waterproof is the WINTER JACKET HELSINKI BLACK VEEKINDEL M and will it handle heavy rain?

The jacket has a 5000 mm waterproof rating, suitable for moderate and prolonged rain; for very heavy downpours you may need additional protection, though double seams are taped to improve water resistance.

Is the WINTER JACKET HELSINKI BLACK VEEKINDEL M breathable for active use?

Yes — it has 3000 g/m2/24h breathability and a NANA Dru membrane to wick moisture, making it suitable for active movement without excessive overheating during moderate exertion.

What pockets does the WINTER JACKET HELSINKI BLACK VEEKINDEL M have and will a phone fit?

The jacket features 2 large side pockets, 1 external chest pocket and 2 internal pockets (one zippered); there is a phone pocket with a headphone wire outlet that fits most modern smartphones.

How does the hood work and is it removable with lining?

The jacket has a removable hood with lining; it detaches completely, making the jacket adaptable for changing weather or cleaning.

What is the jacket length and will it fit a person of average build?

The jacket has an extended back length of 80 cm. Choose your usual size — the VEEKINDEL M model provides a standard fit and allows comfortable movement for an average build.

What wind and cold protection do the collar and cuffs provide?

The fleece-lined collar adds warmth and comfort, while elastic cuffs with thumbholes prevent wind ingress and keep the wrists protected.

Is the WINTER JACKET suitable for construction work or very cold conditions?

Yes — the durable 280 Oxford nylon, 5000 mm waterproofing and membrane lining make it suitable for outdoor work and cold conditions; in extreme cold you may want an additional insulating layer.

How do I care for the jacket — is machine washing OK and at what temperature?

The product description lacks specific care instructions; given the 280 Oxford nylon and polyester materials, gentle machine wash in cold water and air drying are recommended. Always follow the care label on the garment for exact directions.

Where to buy WINTER JACKET HELSINKI BLACK VEEKINDEL M?

You can buy WINTER JACKET HELSINKI BLACK VEEKINDEL M in our online store for 85.32€. Category: Jackets.

What is the price of WINTER JACKET HELSINKI BLACK VEEKINDEL M?

The current price of WINTER JACKET HELSINKI BLACK VEEKINDEL M is 85.32€. Brand: Pesso.

WINTER JACKET HELSINKI BLACK VEEKINDEL M — specifications and description

Model: 000-474491ASP. Category: Jackets. Brand: Pesso. Price: 85.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ххххххх');