WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL

The photographs are for illustrative purposes only.
Get AI analytics on product WORK SWEATSHIRT
HW RYAN KAPUUTSIGA HI-VIZ YELLOW
XL:
38.50€/pc.
Ex Tax: 31.05€/pc.
Hard Work
0 reviews
In stock
Product Code: 000-495004ASP

Specification

Qty
One click order
Tags:

DESCRIPTION WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL price 42.48€ Hard Work

HW Ryan jakk kollases kõrgnähtavas toonis on mõnusa lõikega ning kooslusesse on lisatud elastset materjali, mis muudab toote kehaga hästi kaasa liikuma. Rinnatasku, varruka tagumised osad ning keha küljed on tehtud softshell materjalist, mis takistab tuulel ja sademetel sisse tungida.

Eest lukuga suletav ja kõrgema kaelusega
Kapuuts
2 lukuga küljetaskut ning 1 lukuga tasku rinnal, kuhu mahub ka suur telefon
Jakile on lisatud helkurelemendid
Lisatud softshell materjali, mis tagab parema tuulekindluse
Varruka otsad ja jaki alumine äär on elastse kummiga
Materjal: Hi-vis BLACK : 100% polüester 260gsm, must stretch kangas: 90% nailon, 10% elastaan, 230gsm.

Description provided by sitypro.com

Workwear
Size
XL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL

What is the WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL?

WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL is a high‑visibility yellow work fleece with a hood, softshell panels on chest, back of sleeves and sides, front zipper, reflective elements and three zip pockets (2 side, 1 chest); materials: 100% polyester 260gsm and black stretch 90% nylon/10% elastane 230gsm.

Is this work sweatshirt suitable for windy or rainy conditions?

Yes — the sweatshirt includes softshell panels on the chest, back of sleeves and sides that block wind and light precipitation. Elastic sleeve cuffs and hem improve fit and reduce wind ingress.

What pockets does the HW RYAN KAPUUTSIGA have and will a smartphone fit?

It has 2 zippered side pockets and 1 zippered chest pocket; the chest pocket is sized to fit a large smartphone and all pockets close with zips for security.

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

The garment is mixed: hi‑vis yellow section is 100% polyester 260gsm; black stretch fabric is 90% nylon/10% elastane 230gsm. Softshell panels are also used for wind resistance.

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

Yes — reflective elements are added to the sweatshirt to improve visibility in low light; they are positioned on the body (chest and back areas) according to the model design.

How roomy is the cut and how do the stretch inserts perform?

The sweatshirt has a comfortable, functional cut; stretch inserts move with the body, providing flexibility for active work and improved fit.

Can the sweatshirt be used as an outer layer in winter or is extra protection needed?

It works well as a warm mid‑layer due to its fleece construction, but in severe cold or heavy rain you should wear a waterproof insulated outer jacket over it for adequate protection.

What sizes does this model come in and does XL fit true to size?

This listing is for size XL. The stretch panels and comfortable cut generally make XL true to size for most wearers, but check the Hard Work size chart for the most accurate fit.

What jobs and tasks is the HW RYAN KAPUUTSIGA best suited for?

It’s suited to work requiring high visibility and mobility: construction, roadworks, installation, logistics and security where reflectivity, phone pockets and wind resistance are beneficial.

How to care for the sweatshirt and can it be machine washed with softshell parts?

Machine wash on a gentle cycle at a temperature suitable for synthetics, avoiding harsh bleaches. Softshell panels can withstand machine washing, but dry the garment flat away from direct heat for best results.

Where to buy WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL?

You can buy WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL in our online store for 31.05€. Category: Sweaters.

What is the price of WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL?

The current price of WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL is 31.05€. Brand: Hard Work.

WORK SWEATSHIRT HW RYAN KAPUUTSIGA HI-VIZ YELLOW XL — specifications and description

Model: 000-495004ASP. Category: Sweaters. Brand: Hard Work. Price: 31.05€.

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