WINTER JACKET TIMBRA HI-VIZ CLASS 2 YELLOW/BLACK L

The photographs are for illustrative purposes only.
Get AI analytics on product WINTER JACKET TIMBRA HI-VIZ CLASS 2 YELLOW/BLACK L:
146.89€/pc.
Ex Tax: 118.46€/pc.
Timbra
0 reviews
In stock
Product Code: 000-481167ASP

Specification

  • Size: L
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:

High-visibility TIMBRA winter jacket in yellow and black, Class 2 (size L)

Winter jacket TIMBRA designed to provide high visibility and cold-weather protection; Hi-Viz Class 2, colour yellow/black, size L — ideal to buy when visibility and winter use are required. SityPro lists features and price clearly for comparison.

Key Benefits


    Hi-Viz Class 2 compliance for improved on-site visibility
  • Designed for winter use to support cold-weather tasks
  • Distinct yellow/black colour combination for strong contrast
  • Available in size L for a standard larger fit
  • Model TIMBRA — identifiable product name for ordering

Applications

Suitable for outdoor work and situations where visibility and winter protection are important.


    Road and traffic work in low-light conditions
  • Construction sites during cold months
  • Maintenance and outdoor utility work
  • Site supervision and safety inspections in winter

What to Consider When Choosing


    Confirm Hi‑Viz class required for your task (this is Class 2)
  1. Check that size L fits over your work layers
  2. Verify the yellow/black colour meets site visibility needs
  3. Consider winter suitability for your local conditions

Specifications


    Product type: Winter jacket
  • Model: TIMBRA
  • Visibility: Hi‑Viz, Class 2
  • Colour: Yellow (koll) / Black
  • Size: L

Why Buy from SityPro


    Easy to buy online through SityPro with clear product features
  • Transparent price information for quick comparison
  • Fast order processing and delivery to Estonia and Finland
  • Local customer support to assist with selection and orders

Description provided by sitypro.com

Workwear
Size
L
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WINTER JACKET TIMBRA HI-VIZ CLASS 2 YELLOW/BLACK L
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WINTER JACKET TIMBRA HI-VIZ KL.2 KOLL/BLACK L

What is the WINTER JACKET TIMBRA HI-VIZ KL.2 KOLL/BLACK L and what is it used for?

WINTER JACKET TIMBRA HI-VIZ KL.2 KOLL/BLACK L is a Timbra high-visibility winter work jacket, class KL.2, designed for cold-weather outdoor work where visibility and thermal protection are required. The jacket combines insulation with reflective features to improve safety in low-light conditions.

What does size L correspond to for this jacket and how should I check fit?

The jacket is listed as size L (model A158834SP). Specific chest/height measurements are not provided in the product data, so compare your chest and sleeve measurements to Timbra’s size chart to ensure proper fit.

Is this jacket suitable for construction or roadwork?

Yes — the WINTER JACKET TIMBRA HI-VIZ KL.2 is designed for work environments requiring enhanced visibility (class KL.2), making it suitable for construction and roadwork in cold conditions, providing visibility and insulation.

What materials is the jacket made of and what insulation does it use?

The product data only lists model A158834SP and manufacturer Timbra; materials and insulation type are not specified. For exact fabric and insulation details, check the Timbra product label or contact the seller.

What pockets and fastenings does this winter jacket have?

The product listing does not provide pocket or fastening details for model A158834SP. Check the product images on the product page or ask the seller for a detailed list of features.

Does the jacket have reflective elements and meet visibility class KL.2?

Yes — the product name includes HI-VIZ KL.2, indicating reflective/visibility elements and compliance with visibility class KL.2 for moderate visibility requirements. Confirm certification via the garment’s labeling.

Is this jacket suitable for rain and strong wind?

The product data does not state waterproof or windproof properties for model A158834SP, so protection from heavy rain or wind cannot be guaranteed. If these features are important, ask the seller about water-repellent treatment and windproof layers.

How do I care for the TIMBRA HI-VIZ winter jacket — is machine washing allowed?

Care instructions for model A158834SP are not included in the listing; reflective work jackets typically include a care label recommending machine wash at low temperature on a gentle cycle. Check the Timbra jacket’s internal label for precise washing instructions.

How does model A158834SP differ from other Timbra winter jackets?

The product page lists only model A158834SP with no direct comparisons. The listing highlights HI-VIZ KL.2 and work use as key points; request a Timbra model comparison chart from the seller for detailed differences.

Is this jacket suitable for very low (freezing) temperatures?

No temperature rating is provided for model A158834SP in the listing, so suitability for extreme cold cannot be confirmed. If you need a temperature range, ask the seller about the insulation and manufacturer’s minimum working temperature.

Is this jacket compatible with other PPE (helmet, hi-vis vest, harness)?

The product name indicates work use and visibility class KL.2, so the jacket is generally compatible with common PPE like helmets and harnesses; fit depends on size L and cut. Try it on with your PPE to confirm compatibility.

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