JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET HH MANCHESTER SOFTSHELL TUMEBLUE
XXL:
64.31€/pc.
Ex Tax: 51.86€/pc.
No brand
0 reviews
In stock
Product Code: 000-485557ASP

Specification

Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Tags:

SPECIFICATION JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL price 101.93€

Package dimensions32,50 x 4,00 x 41,00 cm
Net weight0,693 kg

Helly Hansen Manchester sarja softshell on vett ja tuult pidav, ilma õlaõmblusteta ning uutes nägusates värvitoonides.
Värvid: 590 tumesinine, 950 tumehall, 229 punane, 990 must, 919 helehall
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
Takjakinnitusega reguleeritavad varrukaotsad
Elastse nöörkinnisega reguleeritav alumine äär, reguleeritav taskust
Eelpainutatud varrukad
Pikendatud tagaosa
Helkurdetailid

Description provided by sitypro.com

Workwear
Size
XXL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL

What is the JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL?

JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL is a Helly Hansen Manchester softshell jacket that is water- and wind-resistant, shoulder-seam free, made of 94% polyester and 6% elastane (290 g/m²), features YKK® zippers, adjustable hem and reflective details.

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

The jacket is made of 94% polyester and 6% elastane with a fabric weight of 290 g/m², providing stretch, durability and wind/water resistance.

What colours and sizes are available in the Manchester series?

The Manchester series is available in colours 590 tumeblue, 950 dark grey, 229 red, 990 black, and 919 light grey; sizes range XS–4XL, including the XXL model.

How do the hem and sleeve adjustments work on this softshell jacket?

The hem is adjustable with an elastic drawcord and toggle, and the sleeves have hook-and-loop fastened cuffs for a snug fit to reduce wind ingress.

Does the jacket have zip pockets and how are they constructed?

Yes — it features a YKK® front zipper with chin guard and YKK® zip side pockets; pocket interiors are lined with soft polyester for comfort.

Is this jacket suitable for outdoor work in windy and rainy weather?

Yes — the water- and wind-resistant softshell (290 g/m²) and adjustable hem make it suitable for outdoor work in windy and light rainy conditions; for heavy rain an additional waterproof shell is recommended.

What is the sleeve cut and are the sleeves pre-bent for work comfort?

The jacket has eelpainutatud varrukad (pre-bent sleeves), improving mobility and comfort for work and providing a better fit when arms are bent.

Does the jacket have reflective elements for workplace safety?

Yes — the model includes reflective details to increase visibility in low-light work environments.

What zippers are used in the jacket and how reliable are they?

The jacket uses YKK® zippers — an internationally recognised standard known for reliability and durability under frequent use.

Is the jacket suitable for transitional seasons and what temperature range is comfortable?

The softshell construction and 290 g/m² weight make the jacket suitable for transitional seasons: approximately +5°C to +15°C is comfortable during active use; in colder conditions wear an insulating layer underneath.

How does this model differ from other items in the 'Workwear, footwear, gloves' category?

This Manchester softshell jacket stands out with its water- and wind-resistant stretch fabric (94/6, 290 g/m²), shoulder-seam-free construction, YKK® zippers, adjustable hem and reflective details — making it more versatile for active work than stiffer jackets.

Where to buy JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL?

You can buy JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL in our online store for 51.86€. Category: Jackets.

What is the price of JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL?

The current price of JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL is 51.86€. Brand: Tootja puudub.

JACKET HH MANCHESTER SOFTSHELL TUMEBLUE XXL — specifications and description

Model: 000-485557ASP. Category: Jackets. Brand: Tootja puudub. Price: 51.86€.

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