SNICKERS AllroundWork Short Work Pants Blue/Black 50

The photographs are for illustrative purposes only.
Get AI analytics on product SNICKERS AllroundWork Short Work Pants Blue/Black 50:
94.50€/pc.
Ex Tax: 76.21€/pc.
Snickers
0 reviews
In stock
Product Code: 000-494891ASP

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:
Package dimensions27,00 x 19,00 x 8,00 cm
Net weight0,430 kg

Short softshell AllroundWork trousers by Snickers — blue/black, size 50

Windproof short work trousers with elastic panels that combine protection, freedom of movement and effective ventilation; designed for demanding tasks with practical storage and Cordura® reinforcements.

Key Benefits


    Windproof softshell construction for protection on exposed sites
  • Elastic panels that ensure full flexibility and freedom of movement
  • Effective ventilation for comfort during active work
  • Two back pockets and a shared measure pocket for secure storage
  • Practical tool holders for easy access to equipment
  • Cordura® reinforcements in high-wear areas for increased durability

Applications

Suitable for short-length work where wind protection, mobility and tool access are required; use application examples below.


    Construction and building site tasks
  • Carpentry and joinery work
  • Maintenance and repair jobs
  • Outdoor installation and service work
  • Electrical and utility tasks requiring tool access

What to Consider When Choosing


    Required mobility — choose these for tasks needing flexible movement
  1. Need for wind protection versus ventilation in your work environment
  2. Storage needs — check pockets and tool holders match your tools
  3. Durability requirements — consider reinforced areas for heavy use
  4. Correct sizing — select the appropriate size (here: 50) for fit and comfort

Specifications


    Product type: short work trousers (Snickers AllroundWork), size 50, blue-black
  • Material, main fabric: polyester 88%, elastane 12%, 218 g/m²
  • Contrast fabric: polyester 65%, Sorona® polyester 35%, 210 g/m²
  • Reinforcements: Cordura® polyamide 100%, 205 g/m²
  • Windproof softshell with thin elastic panels for full flexibility
  • Two back pockets, shared measure pocket and practical tool holders

Why Buy from SityPro


    Easy to buy online with clear price and product features displayed
  • Fast ordering process and secure payment options
  • Delivery available to Estonia and Finland for convenient receipt
  • Responsive customer support to answer questions before purchase
  • Transparent product information to compare benefits and application suitability

Description provided by sitypro.com

Workwear
Size
50
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
SNICKERS AllroundWork Short Work Pants Blue/Black 50
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WORK PANTS SNICKERS AllroundWork LÜHIKESED SIN-BLACK 50

What is WORK PANTS SNICKERS AllroundWork LÜHIKESED SIN-BLACK 50?

WORK PANTS SNICKERS AllroundWork LÜHIKESED SIN-BLACK 50 are short softshell work trousers with windproof fabric and stretch panels for mobility and ventilation. Materials: main fabric 88% polyester/12% elastane 218 g/m², contrast 65% polyester/35% Sorona® 210 g/m², reinforcements Cordura® polyamide 205 g/m².

What jobs are SNICKERS short work pants suitable for?

SNICKERS short work pants suit outdoor and installation jobs in cool or windy conditions where mobility matters—electricians, roofers and fitters. The stretch panels enable freedom of movement for bending and squatting.

What does size 50 mean and how to choose the right size?

Size 50 follows the European men's trouser sizing; the cut is standard with stretch panels for comfort. If between sizes, choose the larger for extra mobility or use your regular trouser size as a guide.

What pockets and tool holders do these work pants have?

They feature two back pockets, a shared measure pocket and practical tool holders for hammer, screwdrivers and tape measure. Pocket placement is designed for quick access on the job.

What material are the reinforcements made of and how do they protect the trousers?

Reinforcements are Cordura® polyamide (100%) at 205 g/m², increasing abrasion resistance in high-wear areas like knees and pocket edges. Cordura® protects against cuts and wear from tools and rough surfaces.

How windproof are these pants and are they suitable for cool weather?

They are made from windproof softshell fabric that effectively blocks wind and keeps comfort in cool conditions. Stretch panels and ventilation help regulate heat during active work.

How to care for SNICKERS work pants — can they be machine washed?

Machine wash on a gentle cycle following the care label temperature; softshell and Cordura® tolerate normal washing but avoid bleach and harsh chemicals. Air dry naturally and avoid direct heat or ironing on reinforced areas.

How do these SNICKERS short pants differ from the full-length AllroundWork model?

The LÜHIKESED short version has shorter legs and suits summer/transitional seasons with increased ventilation, while using the same materials: softshell, Sorona® contrast and Cordura® reinforcements. The full-length AllroundWork offers more leg protection in cold or wet weather.

Are these pants suitable for working on your knees — is there knee protection?

The model has durable Cordura® reinforcements in wear zones, improving longevity when working on knees, but no built-in knee pads are listed. For prolonged kneeling, we recommend separate knee pads if your version supports pad pockets.

What is the weight and density of the main fabrics — how warm are they?

Main fabric is 218 g/m² (88% polyester/12% elastane), contrast fabric 210 g/m² (65% polyester/35% Sorona®). This density gives moderate insulation suitable for cool, windy weather but not extreme cold without extra layering.

Google reviews

See all reviews
//$('#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ххххххх');