VEST HH MANCHESTER SOFTSHELL TUMEBLUE M

The photographs are for illustrative purposes only.
Get AI analytics on product VEST HH MANCHESTER SOFTSHELL TUMEBLUE
M:
45.90€/pc.
Ex Tax: 37.02€/pc.
No brand
0 reviews
In stock
Product Code: 000-485559ASP

Specification

  • Size: M
Qty
One click order
Tags:

SPECIFICATION VEST HH MANCHESTER SOFTSHELL TUMEBLUE M price 74.71€

Package dimensions22,00 x 5,00 x 33,50 cm
Net weight0,410 kg

Helly Hansen Manchester sarja softshell vest on vett ja tuult pidav, ilma õlaõmblusteta ning uutes nägusates värvitoonides.
Värvid: 590 tumesinine, 229 punane, 990 must, 919 helehall, 950 tumehall
Suurused: XS-4XL

Materjal: 94% polüester, 6% elastaan - 290 g/m²

Ilma õlaõmblusteta
Krae sees pehme polüester
YKK® eesmine tõmblukk koos lõuakaitsega
YKK® lukuga küljetaskud
Tasku sees pehme polüester
Elastse nöörkinnisega reguleeritav alumine äär, reguleeritav taskust
Pikendatud tagaosa
Helkurdetailid

Description provided by sitypro.com

Workwear
Size
M
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
VEST HH MANCHESTER SOFTSHELL TUMEBLUE M
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the VEST HH MANCHESTER SOFTSHELL TUMEBLUE M

What is the VEST HH MANCHESTER SOFTSHELL TUMEBLUE M and what is it for?

VEST HH MANCHESTER SOFTSHELL TUMEBLUE M is a Manchester-series softshell vest made of 94% polyester and 6% elastane (290 g/m²), water- and wind-resistant and constructed without shoulder seams. It’s ideal for work and outdoor activities in cool, windy conditions thanks to its extended back, adjustable hem and reflective details.

What material is the vest made of and what is the fabric weight?

The VEST HH MANCHESTER SOFTSHELL TUMEBLUE M is made of 94% polyester and 6% elastane with a fabric weight of 290 g/m², providing durability, stretch and protection against wind and light moisture.

What colours and sizes are available for this vest?

Available colours: 590 tume blue, 229 red, 990 black, 919 light grey and 950 dark grey. Sizes range from XS to 4XL; this listing is for size M.

Does the vest protect against rain and wind?

Yes — the Manchester-series softshell vest is water- and wind-resistant, repelling light moisture and shielding from wind. It is not a substitute for a fully waterproof jacket in heavy, prolonged rain.

Does the vest have zip pockets and how are they lined inside?

Yes, the vest features a YKK® front zipper and YKK® zippered side pockets. The pockets and the inside of the collar are lined with soft polyester for comfort.

How is the vest hem adjusted and is there a waist drawcord?

The hem is adjustable with an elastic drawcord with locking mechanism, accessible from the pocket. This lets you fine-tune the fit and reduce wind entry at the waist.

Is this vest suitable for outdoor work in cool weather?

Yes — the water- and wind-resistant softshell fabric, extended back, adjustable hem and reflective details make this vest suitable for outdoor work in cool, windy conditions.

Does the vest have reflective elements and where are they located?

Yes, the vest includes reflective details to improve visibility in low light. Exact placement can vary, but they are typically located on the back and/or shoulders.

What is the brand and model of the vest, is there an SKU for searching?

The vest is Helly Hansen Manchester series, model A152226SP with SKU 000-485559ASP, useful for searching matching items.

How does this softshell vest differ from a regular jacket or fleece?

The softshell vest combines wind and water resistance with stretch (6% elastane) and a seamless shoulder design; compared to fleece it offers better wind protection, and versus a heavy jacket it’s more flexible and breathable.

Does the vest have a collar and how is it finished inside?

Yes, the vest has a collar lined with soft polyester for added comfort and chin protection when the front zipper is closed.

Is this model suitable for layering (over a jumper or under a jacket)?

Yes — the 6% elastane content and seamless shoulder cut make the vest a comfortable mid-layer over a jumper and it will also fit under a bulkier outer jacket.

Where to buy VEST HH MANCHESTER SOFTSHELL TUMEBLUE M?

You can buy VEST HH MANCHESTER SOFTSHELL TUMEBLUE M in our online store for 37.02€. Category: Sweaters.

What is the price of VEST HH MANCHESTER SOFTSHELL TUMEBLUE M?

The current price of VEST HH MANCHESTER SOFTSHELL TUMEBLUE M is 37.02€. Brand: Tootja puudub.

VEST HH MANCHESTER SOFTSHELL TUMEBLUE M — specifications and description

Model: 000-485559ASP. Category: Sweaters. Brand: Tootja puudub. Price: 37.02€.

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