COFRA Volex ESD Safety Sandals

The photographs are for illustrative purposes only.
Get AI analytics on product COFRA Volex ESD Safety Sandals:
124.95€/pair
Ex Tax: 100.77€/pair
Cofra
0 reviews
In stock
Product Code: 000-494793ASP
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,600 kg

Volex ESD lightweight work sandals by COFRA

Light protective footwear designed for workplaces that require toe protection, puncture resistance and ESD control; check SityPro for price, features and where to buy.

Key Benefits


    Lightweight and comfortable design
  • BOA® quick closure for precise fit
  • Full-leather uppers for durability
  • Breathable lining for improved comfort
  • MemoryPlus insole for cushioning
  • Aluminium safety toe for impact protection
  • Textile puncture-resistant sole

Applications

Suitable for applications that need toe protection, puncture resistance and ESD control.


    Warehouse and logistics
  • Light manufacturing and assembly
  • Maintenance and repair tasks
  • Site inspections and facility work
  • Packaging and distribution

What to Consider When Choosing


    Confirm ESD requirements for your workplace
  1. Choose the correct size for a safe fit
  2. Decide if BOA® closure suits your ease-of-use needs
  3. Assess the need for aluminium toe and puncture-resistant sole
  4. Consider breathable lining and MemoryPlus insole for long shifts

Specifications


    Product type: safety sandals
  • Closure: BOA® quick closure
  • Uppers: full leather
  • Lining: breathable
  • Insole: MemoryPlus
  • Outsole: Propulsion, light and flexible
  • Toe protection: aluminium safety toe cap
  • Puncture resistance: textile puncture-resistant sole
  • Standards/labels: ESD, S1PS, FO, SR
  • Size indicated in name: 45

Why Buy from SityPro


    SityPro offers clear information on price and features to help you buy confidently
  • Fast and convenient ordering process on the SityPro site
  • Reliable customer service and product support
  • Delivery available to Estonia and Finland
  • Easy returns and assistance with sizing

Description provided by sitypro.com

COFRA Volex ESD Safety Sandals
Write a review
Related Products
rempro rempro-mobile

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

What are SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 and what are they used for?

SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 are lightweight work sandals featuring BOA® quick closure, full-grain leather uppers, aluminium toe cap and textile puncture-resistant midsole; ideal for warehouses, assembly and light industrial tasks requiring ventilation and toe protection.

What protective features do SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 have (toe cap, puncture resistance, ESD)?

They include an aluminium toe cap for toe protection and a textile puncture-resistant midsole; the model is ESD-rated for electrostatic discharge protection, and the Propulsion outsole provides cushioning and slip resistance.

What materials are the uppers, lining and insole of SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 made from?

Uppers are full-grain leather, the lining is a breathable textile, and the MemoryPlus insole conforms to the foot for enhanced comfort.

How does the BOA® system work on SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 and why is it better than laces?

BOA® uses a dial for quick, precise tightening, delivering even fit without untying; it allows fast single-handed adjustment on the job and stays secure compared with traditional laces.

Are SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 suitable for summer and humid conditions?

Yes — full-grain leather uppers combined with a breathable lining make these sandals lightweight and ventilated, suitable for warm and humid work environments.

What kind of outsole do SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 have and how slip-resistant is it?

They feature a lightweight, flexible Propulsion outsole offering cushioning and improved grip; the SR marking indicates enhanced slip resistance on specific surfaces.

What sizes are available for model A161460SP (SKU 000-494793ASP) and how should I choose a size?

Model A161460SP is offered in standard European sizes; pick your usual size and consider going half a size up if unsure because the protective toe cap and MemoryPlus insole occupy extra space.

Are SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 suitable for high instep feet or for orthotic insoles?

The MemoryPlus insole offers some conformity to the foot, but the aluminium toe cap and BOA® system may limit internal space; fitting orthotic insoles should be checked before purchase.

Are SAFETY SANDALS COFRA VOLEX ESD S1PS FO SR 45 suitable for ESD-controlled environments?

Yes, the model is ESD-rated and therefore suitable for environments requiring electrostatic discharge protection; confirm your workplace's specific ESD standards.

What surfaces is the Propulsion outsole designed for and is it suitable for concrete floors?

The Propulsion outsole offers lightweight flexibility and good grip, making it suitable for concrete and industrial floors while providing comfort during long shifts.

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