JACKET BENNON IRIS GREEN M.

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

Specification

  • Size: M
Qty
One click order
Tags:

Iris by BENNON — Green Quilted Jacket (Size M)

Lightweight, quilted spring–autumn jacket that combines wind- and water-resistant body panels with breathable, elastic RISTOP sleeves and sides; check features, benefits and buy at SityPro.

Key Benefits


    Extremely comfortable and lightweight for easy all-day wear
  • Stylish, body-hugging cut for a neat silhouette
  • Breathable RISTOP fabric on sleeves, shoulders and sides — great elasticity and abrasion resistance
  • Quilted body fabric is wind- and water-resistant to keep you warm
  • Multiple practical pockets: two zippered side pockets, external chest pocket and roomy inner pocket
  • Hidden hood in the collar protects from cold wind and rain
  • Reflective elements on shoulders and lower back for added visibility

Applications

Designed for spring and autumn use where wind protection, light water resistance and freedom of movement are needed; ideal application examples:


    Daily urban commuting
  • Walking and casual outdoor activities in transitional seasons
  • Travel and city trips
  • Light outdoor work or errands

What to Consider When Choosing


    Season suitability — intended for spring–autumn wear
  1. Fit preference — body-hugging cut vs. roomier layering
  2. Need for breathability and stretch in sleeves and side panels (RISTOP fabric)
  3. Pocket layout and hidden hood for your typical use and storage needs
  4. Visibility needs — presence of reflective elements on shoulders and lower back

Specifications


    Type: Quilted jacket
  • Season: Spring–autumn
  • Cut: Body-hugging
  • Body fabric: Quilted, wind- and water-resistant
  • Sleeves/shoulders/side panels: Breathable, elastic, abrasion-resistant RISTOP fabric
  • Pockets: Two zippered side pockets, external zippered chest pocket, spacious inner pocket
  • Hood: Stows hidden in the collar
  • Reflective elements: On shoulders and lower back
  • Color: Green; Size: M

Why Buy from SityPro


    Easy online ordering and clear price information on the product page
  • Competitive price and straightforward checkout to buy quickly
  • Fast delivery options to Estonia and Finland
  • Secure payment methods and responsive customer support
  • Convenient returns and service information available from SityPro

Description provided by sitypro.com

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

Frequently asked questions about the JACKET BENNON IRIS ROHELINE M

What is JACKET BENNON IRIS ROHELINE M and when should I wear it?

JACKET BENNON IRIS ROHELINE M is a quilted lightweight Bennon jacket with a wind- and water-resistant quilted body and breathable, durable RISTOP fabric on sleeves, shoulders and sides; ideal for cool, damp spring–autumn weather. It features a hood hidden in the collar and reflective details for visibility.

What materials are used in the jacket?

The jacket’s body is quilted, wind- and water-resistant fabric, while the sleeves, shoulders and side panels are made from breathable, durable RISTOP fabric with excellent stretch to allow freedom of movement and longer life.

What pockets does JACKET BENNON IRIS ROHELINE M have and what fits inside?

The jacket includes two zippered side pockets, a zippered external chest pocket and a roomy internal pocket; they comfortably hold a phone, documents, keys and gloves without bulk.

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

Yes — JACKET BENNON IRIS ROHELINE M has a hood hidden in the collar; it can be pulled out when needed to protect against wind and rain.

Is the jacket suitable for active outdoor work?

Yes: the RISTOP sleeves and side panels provide durability and stretch, while the wind- and water-resistant quilted body retains warmth; the jacket allows freedom of movement for active outdoor work in the transitional seasons.

Does the jacket have reflective elements for low-light visibility?

Yes, the jacket features reflective elements on the shoulders and the lower back area to improve visibility in low-light conditions.

What fit does JACKET BENNON IRIS ROHELINE M have — relaxed or fitted?

JACKET BENNON IRIS ROHELINE M has a stylish fitted (kehasse hoidva) cut that defines the silhouette while elastic RISTOP inserts ensure comfort and freedom of movement.

Is the jacket suitable for rainy weather?

The jacket’s quilted body has water-repellent properties and the hood protects against rain, so JACKET BENNON IRIS ROHELINE M is suitable for light to moderate rain but not heavy downpours.

Is this model suitable as workwear in a professional setting?

Yes — classified under workwear, the jacket’s durable RISTOP panels and practical pockets make JACKET BENNON IRIS ROHELINE M suitable for service and outdoor work during spring and autumn.

How do I care for the jacket — is it machine washable?

The context does not provide detailed washing instructions; typically quilted fabrics and RISTOP require gentle washing at low temperature with zips closed. Follow the care label on the garment when received.

Where to buy JACKET BENNON IRIS GREEN M.?

You can buy JACKET BENNON IRIS GREEN M. in our online store for 46.69€. Category: Jackets.

What is the price of JACKET BENNON IRIS GREEN M.?

The current price of JACKET BENNON IRIS GREEN M. is 46.69€. Brand: Bennon.

JACKET BENNON IRIS GREEN M. — specifications and description

Model: 000-494285ASP. Category: Jackets. Brand: Bennon. Price: 46.69€.

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