JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET
HH OXFORD SOFTSHELL KAPUUTSIGA BLUE
XL:
79.03€/pc.
Ex Tax: 63.73€/pc.
No brand
0 reviews
In stock
Product Code: 000-485565ASP

Specification

Qty
One click order

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

DESCRIPTION JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL price 121.47€

Package dimensions46,00 x 5,00 x 34,00 cm
Net weight0,860 kg

Helly Hansen OXFORD sarjas on nüüdsest ka softshell mudel - moodsalõikeline ja kerge ning saadaval neljas värvitoonis.
Suurused: S-4XL
Värvid: sinine (595), tumesinine (590), must/hall (999) ja must (990)
Materjal: põhimaterjal 100% polüamiid - 385g/m², teisene materjal 100% polüester - 325 g/m²

Veekindlus/hingavus: 5000/5000
Eemaldatav kapuuts
Õlaõmblused puuduvad
Kapuuts nööriga reguleeritav
Krae sees pehme polüester
YKK® eesmine tõmblukk koos lõuakaitsega
YKK® lukuga käetaskud
Eelpainutatud varrukad
Takjakinnitusega reguleeritavad varrukaotsad
Allservas nöörpinguti
Seljaosa pikendatud
Helkurdetailid

Description provided by sitypro.com

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

Frequently asked questions about the JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL

What is the JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL?

JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL is a lightweight Helly Hansen OXFORD softshell jacket with a removable hood, modern cut and 5000/5000 water‑resistance/breathability. Materials: main 100% polyamide 385 g/m² and secondary 100% polyester 325 g/m²; features YKK® zippers and reflector details.

What sizes does the HH OXFORD SOFTSHELL come in?

The jacket is available in sizes S–4XL; this listing is size XL. Note the modern, slightly tailored cut and pre‑bent sleeves for easier movement when choosing your size.

What materials is the jacket made from and what are the fabric weights?

The jacket’s main fabric is 100% polyamide at 385 g/m² and the secondary fabric is 100% polyester at 325 g/m². These materials provide durability and moderate weather protection.

How waterproof and breathable is this jacket?

The jacket has 5000/5000 waterproofing/breathability ratings, suitable for light to moderate rain and providing decent ventilation during activity. For heavy prolonged rain, a fully taped waterproof shell is recommended.

Is the hood removable and how is it adjusted?

Yes, the hood is removable and adjustable via a drawcord. The jacket also features no shoulder seams for added comfort when wearing a backpack or helmet.

What zippers are used and are there zippered pockets?

The jacket uses YKK® zippers: a front zipper with a chin guard and YKK® zippered hand pockets. This provides secure closure and wind protection.

Is this jacket suitable for outdoor work and does it protect from wind?

Yes — as a workwear category softshell it blocks wind with dense fabrics and a front zipper with chin guard; the 5000/5000 rating helps in wet conditions. For very cold weather, add insulating midlayers since it’s not a heavily insulated parka.

What colour options are available besides blue?

The jacket comes in four colours: blue (595), dark blue (590), black/grey (999) and black (990). This particular listing is the blue (595) in size XL.

Does the jacket have reflective details for workplace safety?

Yes, the jacket includes reflector details to improve visibility in low light, suitable for work tasks with increased safety requirements.

How are the cuffs and hem adjusted?

Cuffs are adjusted with hook‑and‑loop (Velcro) fasteners and the hem has a drawcord for fit and wind protection. These adjustments help prevent drafts and retain warmth.

Is the jacket suitable to wear with a safety helmet or backpack?

Yes — the absence of shoulder seams and the adjustable hood make the jacket comfortable to wear with a helmet or backpack. The design suits work use and mobility.

Where to buy JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL?

You can buy JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL in our online store for 63.73€. Category: Jackets.

What is the price of JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL?

The current price of JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL is 63.73€. Brand: Tootja puudub.

JACKET HH OXFORD SOFTSHELL KAPUUTSIGA BLUE XL — specifications and description

Model: 000-485565ASP. Category: Jackets. Brand: Tootja puudub. Price: 63.73€.

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