COFRA VOLEX ESD Safety Sandals S1PS FO SR

The photographs are for illustrative purposes only.
Get AI analytics on product COFRA VOLEX ESD Safety Sandals S1PS FO SR:
124.95€/pair
Ex Tax: 100.77€/pair
Cofra
0 reviews
In stock
Product Code: 000-494780ASP
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 dimensions35,50 x 26,50 x 13,00 cm
Net weight1,450 kg

Volex ESD protective sandal from Cofra — lightweight S1PS FO SR (size 42)

Lightweight safety sandals for workplace protection, combining full-grain leather uppers, BOA® quick fastening and protective components to ensure on‑the‑job comfort and safety; check features, benefits and price before you buy on SityPro.

Key Benefits


    Lightweight, comfortable construction for long wear
  • BOA® quick fastening for a secure, adjustable fit
  • Full-grain leather uppers for durability
  • Breathable lining to reduce heat and moisture
  • MemoryPlus insole for improved cushioning
  • Light and flexible Propulsion outsole for mobility
  • Aluminium safety toe and textile puncture-resistant midsole for protection

Applications

Designed for work environments requiring toe protection, puncture resistance and comfort; suitable where ESD control may be needed.


    Electronics assembly and ESD-sensitive areas
  • Warehouse and logistics tasks
  • Light assembly and production lines
  • Maintenance and service work
  • Workshops and repair shops

What to Consider When Choosing


    Required protection: verify toe cap and puncture resistance meet your needs
  1. ESD need: confirm electrostatic protection for sensitive areas
  2. Fit and size: ensure correct size for comfort and safety
  3. Closure type: BOA® offers quick micro-adjustment versus other fastenings
  4. Comfort features: check MemoryPlus insole and breathable lining for long shifts
  5. Outsole properties: choose flexible, slip-resistant soles for mobility

Specifications


    Brand/model: Cofra Volex
  • Size: 42
  • BOA® quick fastening
  • Full-grain leather uppers
  • Breathable lining
  • MemoryPlus insole
  • Light and flexible Propulsion outsole
  • Aluminium safety toe
  • Textile puncture-resistant midsole
  • Designation: ESD, S1PS, FO, SR

Why Buy from SityPro


    Easy online ordering to buy directly from SityPro
  • Competitive price quotes and transparent product features
  • Fast delivery options to Estonia and Finland
  • Customer support for product selection and sizing
  • Reliable returns and after-sales service for workplace footwear

Description provided by sitypro.com

COFRA VOLEX ESD Safety Sandals S1PS FO SR
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 42

What are SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 42?

SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 42 are lightweight, comfortable work sandals featuring BOA® quick-fastening, full-grain leather upper, breathable lining, MemoryPlus insole, a flexible Propulsion outsole, aluminium toe cap and textile puncture-resistant layer for S1P/ESD protection.

What are the upper and lining materials of COFRA VOLEX ESD S1PS FO SR 42?

The upper is made of full-grain leather and the lining is a breathable textile, providing ventilation and comfort for extended wear.

What puncture and impact protection do COFRA VOLEX ESD S1PS FO SR 42 provide?

They feature an aluminium toe cap for impact protection and a textile puncture-resistant midsole meeting S1P requirements, plus ESD protection to dissipate static electricity.

What are the benefits of the BOA® fastening on these sandals?

The BOA® system gives quick, one-handed precise adjustment with even pressure across the foot, making fitting fast and comfortable during shifts or frequent on/off use.

Are these sandals suitable for electronics work because of ESD?

Yes, the COFRA VOLEX ESD S1PS FO SR 42 include ESD protection to help dissipate static; they are suitable for electronics work when used alongside standard ESD procedures.

What is the outsole and its properties on COFRA VOLEX ESD S1PS FO SR 42?

The outsole is a lightweight, flexible Propulsion unit providing cushioning, good grip and reduced walking fatigue.

Do these sandals have a MemoryPlus insole and what does it do?

Yes — they include a MemoryPlus insole that conforms to the foot shape, improving comfort and reducing pressure points during long wear.

Which professions are these safety sandals suitable for?

They suit warehouse work, light industry and electrical/electronics tasks where ventilation and S1P/ESD-level protection are needed.

What is the model and size/SKU of this product?

Model A161457SP, SKU 000-494780ASP; the product name indicates size 42 (EU size).

How do COFRA VOLEX ESD S1PS FO SR 42 differ from regular work boots?

They offer an open, more breathable design with BOA® quick-fastening and a lightweight Propulsion sole, while retaining S1P/ESD protection via an aluminium toe cap and puncture-resistant midsole.

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