JACKET BENNON EREBOS STRECH ROHELINE L

The photographs are for illustrative purposes only.
Get AI analytics on product JACKET BENNON EREBOS STRECH ROHELINE L:
87.31€/pc.
Ex Tax: 70.41€/pc.
Bennon
0 reviews
In stock
Product Code: 000-494280ASP

Specification

  • Size: L
Qty
One click order
Tags:

DESCRIPTION JACKET BENNON EREBOS STRECH ROHELINE L price 88.73€ Bennon

BENNON EREBOS tööjakk on ajatu disainiga. Kõrge nailoni sisaldus muudab tööjaki vett-hülgavaks ja tuulekindlaks ning laseb samal ajal kehal hingata, tänu millele sobib ideaalselt jahedate ja niiskete ilmadega kandmiseks. Kvaliteetsest ning venivast materjalist jakk (kangas ei tõmba pesus kokku) pakub suurepärast liikumisvabadust. Eelpainutatud käised suurendavad veelgi mugavust. Lisaks on rohkem hõõrdumist ja kulumist saadavates piirkondades (s.h õlgadel, küünarnukkidel ja taskutel) kasutatud tugevdatud kangast, mis pikendab jaki eluiga tunduvalt. Mugavad elastsed soonikkoes käiseotsad ei lase külma sisse ning varrukad püsivad kindlalt omal kohal. Kõrge krae kaitseb tuule eest. Jakil on kaks funktsionaalset ja mahukat lukuga küljetaskut ning lukuga väline rinnatasku. Helkurelemendid suurendavad kandja nähtavust.

Description provided by sitypro.com

Workwear
Size
L
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
JACKET BENNON EREBOS STRECH ROHELINE L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the JACKET BENNON EREBOS STRECH ROHELINE L

What is JACKET BENNON EREBOS STRECH ROHELINE L and which conditions is it suitable for?

JACKET BENNON EREBOS STRECH ROHELINE L is a work jacket with high nylon content that is water-repellent and windproof yet breathable; ideal for cool, wet weather and allows freedom of movement thanks to stretch fabric and pre-bent sleeves.

What materials is JACKET BENNON EREBOS STRECH ROHELINE L made from?

JACKET BENNON EREBOS STRECH ROHELINE L is made from a quality stretch fabric with a high nylon content; high-wear areas such as shoulders, elbows and pockets use reinforced fabric to extend garment life.

What pockets does JACKET BENNON EREBOS STRECH ROHELINE L have and are they secure for tools?

JACKET BENNON EREBOS STRECH ROHELINE L features two roomy zippered side pockets and an external zippered chest pocket; the zips secure tools and small items, and reinforced fabric around pockets increases abrasion resistance.

How warm is JACKET BENNON EREBOS STRECH ROHELINE L — is it suitable for winter?

JACKET BENNON EREBOS STRECH ROHELINE L is designed for cool, wet conditions and is wind- and water-repellent, but the description does not mention insulated lining; for cold winters you should wear an additional thermal layer.

What is the sizing and fit of model A161957SP (JACKET BENNON EREBOS STRECH ROHELINE L)?

Model A161957SP (JACKET BENNON EREBOS STRECH ROHELINE L) is labelled size L; the stretch fabric and pre-bent sleeves give an ergonomic fit and allow good freedom of movement.

Can JACKET BENNON EREBOS STRECH ROHELINE L be machine washed — will the fabric shrink?

JACKET BENNON EREBOS STRECH ROHELINE L is made of stretch fabric and the description states the fabric does not shrink in wash; still follow the garment care label to preserve water-repellent performance.

Does JACKET BENNON EREBOS STRECH ROHELINE L have reflective elements?

Yes, the description of JACKET BENNON EREBOS STRECH ROHELINE L mentions reflective elements to increase visibility in low light and poor visibility conditions.

Is this work jacket suitable for heavy-duty use on construction sites — will it withstand abrasion?

JACKET BENNON EREBOS STRECH ROHELINE L is designed for work: high-wear areas (shoulders, elbows, pockets) use reinforced fabric, significantly improving abrasion resistance during intensive use.

What is the model and SKU of the jacket — how to search for JACKET BENNON EREBOS STRECH ROHELINE L?

Model is A161957SP and SKU is 000-494280ASP; search for JACKET BENNON EREBOS STRECH ROHELINE L together with the model number or SKU for precise results.

How does JACKET BENNON EREBOS STRECH ROHELINE L differ from a regular windbreaker or rain jacket?

JACKET BENNON EREBOS STRECH ROHELINE L combines water-repellent and windproof properties with breathability and stretch; unlike a basic windbreaker, it has reinforced high-wear areas, zippered pockets and elastic ribbed cuffs for better fit and durability.

Is JACKET BENNON EREBOS STRECH ROHELINE L suitable for outdoor work in transitional seasons?

Yes, JACKET BENNON EREBOS STRECH ROHELINE L is ideal for transitional seasons: it protects against wind and rain, is breathable and allows freedom of movement, making it practical for active outdoor work in cool, damp weather.

Where to buy JACKET BENNON EREBOS STRECH ROHELINE L?

You can buy JACKET BENNON EREBOS STRECH ROHELINE L in our online store for 70.41€. Category: Jackets.

What is the price of JACKET BENNON EREBOS STRECH ROHELINE L?

The current price of JACKET BENNON EREBOS STRECH ROHELINE L is 70.41€. Brand: Bennon.

JACKET BENNON EREBOS STRECH ROHELINE L — specifications and description

Model: 000-494280ASP. Category: Jackets. Brand: Bennon. Price: 70.41€.

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