BENNON IRIS GREEN JACKET XL

The photographs are for illustrative purposes only.
Get AI analytics on product BENNON IRIS GREEN JACKET XL:
57.90€/pc.
Ex Tax: 46.69€/pc.
Bennon
0 reviews
In stock
Product Code: 000-494287ASP

Specification

Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:

Bennon Iris green quilted jacket in XL — lightweight outerwear for spring and autumn

A lightweight, comfortable quilted jacket designed for spring–autumn wear: wind- and water-resistant body keeps you warm, while breathable RISTOP panels offer stretch and durability; features a hidden hood and multiple pockets for practical use.

Key Benefits


    Extremely comfortable and lightweight for everyday wear
  • Suitable for spring–autumn season
  • Stylish, body-hugging cut
  • Breathable, highly stretchable and wear-resistant RISTOP panels on sleeves, shoulders and sides
  • Quilted body is wind- and water-resistant and retains warmth
  • Multiple practical pockets: two zip side pockets, zippered chest pocket and roomy inner pocket
  • Hidden hood in the collar and reflective elements for added protection and visibility

Applications

Typical application: versatile outer layer for variable weather where wind protection, light rain resistance and mobility are needed.


    Daily commuting in spring and autumn
  • Outdoor walks and urban errands
  • Travel and weekend trips
  • Light outdoor work or hobby activities requiring freedom of movement
  • Evening wear when extra visibility from reflective elements is beneficial

What to Consider When Choosing


    Verify season suitability (spring–autumn) to match your needs
  1. Choose the correct size—this listing indicates XL
  2. Consider mobility: RISTOP panels allow stretch and do not restrict movement
  3. Assess pocket layout for your essentials (side zips, chest zip, inner pocket)
  4. Check for weather protection needs: hidden hood and wind/water resistance in the body
  5. Think about visibility requirements—reflective elements are on shoulders and lower back

Specifications


    Model: Bennon Iris
  • Type: quilted jacket, lightweight and extremely comfortable
  • Season: spring–autumn
  • Cut: body-hugging/stylish
  • Sleeves, shoulders and side panels: RISTOP fabric — breathable, great stretch, wear-resistant
  • Body fabric: quilted, wind- and water-resistant, retains warmth
  • Pockets: two zip side pockets, zippered external chest pocket, spacious inner pocket
  • Hood: hidden in the collar to protect from wind and rain
  • Safety: reflective elements on shoulders and lower back
  • Color and size: green (roheline), XL

Why Buy from SityPro


    Buy online from SityPro with clear product features and descriptions
  • Transparent price information available on the product page
  • Convenient shopping experience and easy ordering
  • Delivery options to Estonia and Finland
  • Customer support to help with product questions and selection

Description provided by sitypro.com

Workwear
Size
XL
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
BENNON IRIS GREEN JACKET XL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the JACKET BENNON IRIS ROHELINE XL

JACKET BENNON IRIS ROHELINE XL — what is this model and for which conditions is it intended?

JACKET BENNON IRIS ROHELINE XL is a Bennon quilted lightweight jacket designed for spring–autumn wear. The body is wind‑ and water‑resistant quilted fabric for warmth, while sleeves, shoulders and sides use breathable, highly elastic RISTOP fabric for durability and unrestricted movement.

What materials are used in the BENNON IRIS jacket?

The BENNON IRIS body is quilted wind‑ and water‑resistant fabric; sleeves, shoulders and side panels are made from breathable, highly elastic and wear‑resistant RISTOP fabric. This mix provides weather protection while maintaining freedom of movement.

Is this jacket suitable for active work and movement outdoors?

Yes. RISTOP panels on sleeves, shoulders and sides are highly elastic and wear‑resistant, do not restrict movement and extend the jacket’s lifespan, making it suitable for active outdoor work.

What pockets does the BENNON IRIS jacket have and are they spacious?

JACKET BENNON IRIS ROHELINE XL features two zippered side pockets, a zippered external chest pocket and a roomy internal pocket. This configuration secures phone, documents and small tools.

Does this jacket have a hood and how is it stored?

Yes, JACKET BENNON IRIS ROHELINE XL has a hood concealed in the collar. The hood protects against cold wind and rain and is easily deployed when needed.

How water‑repellent and windproof is the jacket?

The jacket’s quilted body is wind‑ and water‑repellent, providing warmth in cool, damp conditions. It’s suitable for drizzle and windy weather but is not a full raincoat for heavy downpours.

Does the jacket have reflective elements and where are they placed?

Yes, JACKET BENNON IRIS ROHELINE XL includes reflective elements on the shoulders and the lower back. They improve visibility in low‑light conditions.

What is the jacket’s cut and will it fit close to the body?

JACKET BENNON IRIS ROHELINE XL features a stylish, body‑contouring cut designed for a close fit. If you intend to wear bulky jumpers underneath, consider sizing up for additional room.

Is this model suitable as professional workwear under the category 'Workwear, footwear, gloves, PPE'?

Yes, JACKET BENNON IRIS ROHELINE XL is classified as workwear and suits professionals needing a lightweight, wear‑resistant and visible spring–autumn jacket. The RISTOP panels, reflectors and practical pockets make it functional for work use.

How to care for the BENNON IRIS jacket — any special washing instructions for the RISTOP panels?

Always follow the garment label, but generally wash quilted and RISTOP fabrics on a gentle cycle at low temperature and avoid bleach or harsh detergents. If needed, dry flat away from direct heat to preserve water‑repellent coating and elasticity.

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