WORK PANTS COFRA LEIRIA FRONT POCKETS Grey S.50

The photographs are for illustrative purposes only.
Get AI analytics on product Cofra Leiria Work Pants with Front Pockets:
82.71€/pc.
Ex Tax: 66.70€/pc.
Cofra
0 reviews
In stock
Product Code: 000-322219ASP

Specification

Qty
One click order
Tags:
Package dimensions20,00 x 30,00 x 3,00 cm
Net weight0,500 kg

Grey Cofra Leiria Work Trousers with Front Pocket System — Size 50

Stretch work trousers designed for ergonomic comfort and utility in demanding tasks, with removable hanging pockets, knee pad pockets and reinforced wear points.

Key Benefits


    Elastic stretch material for freedom of movement and comfortable fit
  • Reinforced crotch and wear-resistant hems for longer garment life
  • Removable zip hanging pockets and multiple pocket options for organised tools
  • Knee pad pockets for added protection and easy pad installation
  • Adjustable waist and hammer loop for an ergonomic work fit
  • 3M™ Scotchlite™ reflective strips and YKK® zipper for reliable visibility and closure

Applications

Suitable for a range of work applications where durability and storage are required.


    Construction and building sites
  • Workshop and carpentry tasks
  • Maintenance and installation work
  • Outdoor service and utility jobs

What to Consider When Choosing


    Confirm the correct size (this model is Grey S.50) for a proper ergonomic fit
  1. Decide if removable zip pockets and knee pad pockets match your tool needs
  2. Check material (64% polyester, 34% cotton, 2% elastane) and 300 g/m² weight for comfort and durability
  3. Consider the need for reflective strips for low-light or roadside work
  4. Verify reinforced areas (crotch, hems) if extra abrasion resistance is required

Specifications


    Material: 64% polyester, 34% cotton, 2% elastane; 300 g/m²
  • Wear-resistant details: 100% nylon
  • Features: removable zip hanging pockets, knee pad pockets, back pockets, two large pockets front and back
  • Additional pockets: side pocket, mobile pocket; adjustable hammer loop
  • Reinforced crotch, adjustable waist, wear-resistant leg ends
  • 3M™ Scotchlite™ reflective strips; YKK® zipper
  • Colour: Grey; Size: S.50
  • Total weight: 0.50 kg; Package: 20.00 x 30.00 x 3.00 cm

Why Buy from SityPro


    Easy to buy online with clear product features and specifications
  • Transparent price information to compare options quickly
  • Fast delivery options to Estonia and Finland
  • Dedicated SityPro customer support for ordering and product questions
  • Convenient online ordering and secure checkout for swift purchase

Description provided by sitypro.com

Workwear
Size
50
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WORK PANTS COFRA LEIRIA FRONT POCKETS Grey S.50
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Cofra Leiria Work Pants with Front Pockets

What are WORK PANTS COFRA LEIRIA FRONT POCKETS Grey S.50?

WORK PANTS COFRA LEIRIA FRONT POCKETS Grey S.50 are stretch work trousers with front/zipped detachable pockets, reinforced crotch, knee pad pockets and 3M™ Scotchlite™ reflective strips; fabric 64% polyester, 34% cotton, 2% elastane, 300 g/m².

What pockets and holders do COFRA LEIRIA pants have?

They feature two large front and back pockets, detachable zippered front pockets, a side pocket, a mobile phone pocket and an adjustable hammer/tool loop.

Are these pants compatible with knee pads?

Yes — the trousers include knee pad pockets designed for standard knee inserts and allow adjustment to position pads correctly for kneeling work.

What are the materials and fabric weight of COFRA LEIRIA?

The fabric is 64% polyester, 34% cotton and 2% elastane with a weight of 300 g/m²; wear-resistant details are made of 100% nylon.

Do the trousers have reflective elements?

Yes, they include 3M™ Scotchlite™ reflective strips to enhance visibility in low-light conditions.

What type of fastening is used on COFRA LEIRIA?

They use a reliable YKK® zip on the front fastening, as specified in the product description.

Are these trousers suitable for heavy construction work?

Yes — the 300 g/m² fabric weight, nylon wear-resistant details and ergonomic design make them suitable for demanding construction and repair work.

How is the waistband adjusted on COFRA LEIRIA?

The waistband is adjustable via an elastic insert and waist adjustments to provide a secure, comfortable fit during movement.

What does size S.50 mean and what are the package dimensions?

The product is listed as size S.50. Package measurements are 20 x 30 x 3 cm and total weight is 0.50 kg.

Does the material retain stretch with prolonged use?

Yes — the 2% elastane in the 64% polyester/34% cotton blend helps the fabric retain stretch and shape during regular use, maintaining comfort and mobility.

Where to buy Cofra Leiria Work Pants with Front Pockets?

You can buy Cofra Leiria Work Pants with Front Pockets in our online store for 66.70€. Category: Work pants.

What is the price of Cofra Leiria Work Pants with Front Pockets?

The current price of Cofra Leiria Work Pants with Front Pockets is 66.70€. Brand: Cofra.

Cofra Leiria Work Pants with Front Pockets — specifications and description

Model: 000-322219ASP. Category: Work pants. Brand: Cofra. Price: 66.70€.

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