WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43

The photographs are for illustrative purposes only.
Get AI analytics on product WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43:
65.90€/pair
Ex Tax: 53.15€/pair
Hard Work
0 reviews
In stock
Product Code: 000-415135ASP
Qty
One click order
Tags:

Phoenix HW SpinOn safety sandal — S1P ESD protective work footwear (size 43)

Lightweight work sandal with quick SpinOn fastening, breathable side panels and safety protection: composite toe, kevlar puncture-resistant midsole and oil‑resistant two-layer outsole — designed for comfortable all-day use.

Key Benefits


    Durable, abrasion‑resistant microfibre upper
  • SpinOn quick fastening for fast on/off and precise adjustment (3‑year SpinOn warranty)
  • Mesh side panels ensure good breathability
  • Lightweight composite toe for toe protection
  • Kevlar puncture‑resistant insole for underfoot protection
  • Two‑layer PU foam + PU outsole that is oil and fuel resistant
  • Roomy, wider last and reinforced toe area for comfort and durability
  • ESD marking ensures consistent static discharge

Applications

Suitable for workplaces requiring toe and puncture protection with ESD control while keeping ventilation and comfort.


    Workshops and light manufacturing
  • Assembly and electronics with ESD requirements
  • Maintenance and service tasks
  • Warehouse and logistics operations
  • Outdoor/indoor jobs where oil and fuel resistance is needed

What to Consider When Choosing


    Required protection level (S1P and ESD) for your application
  1. Need for puncture resistance — kevlar midsole suitability
  2. Preference for quick fastening versus traditional laces
  3. Fit and width — roomy last for comfort during long shifts
  4. Oil and fuel resistance of the outsole for your work environment
  5. Breathability needs based on workplace temperature and activity

Specifications


    Model: HW Phoenix SpinOn
  • Size: 43
  • Upper: abrasion‑resistant microfibre
  • Side panels: mesh for ventilation
  • Fastening: SpinOn quick system (3‑year warranty)
  • Toe cap: composite
  • Insole/midsole: kevlar puncture protection
  • Outsole: two‑layer PU foam + PU, oil and fuel resistant
  • Reinforced toe area and roomy/wider last
  • Marking: ESD

Why Buy from SityPro


    Easy to buy online with clear product features and descriptions
  • Competitive price information and straightforward ordering
  • Fast delivery options to Estonia and Finland
  • Local customer support for sizing and application advice
  • Reliable order handling and convenient checkout at SityPro

Description provided by sitypro.com

WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 43

What are WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43?

WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43 are lightweight SpinOn-fastened work sandals with a composite toe, Kevlar midsole for puncture resistance and ESD protection designed for ventilated workplaces requiring toe safety and static discharge control.

Which jobs are these sandals suitable for?

They are suitable for warehouse, logistics, manufacturing and maintenance jobs where breathability, S1P toe and puncture protection, plus ESD protection for handling sensitive electronics, are required.

What protective features does the SpinOn S1P S ESD 43 have?

It features a composite toe cap for toe protection, Kevlar midsole for puncture resistance (S1P) and ESD marking for static discharge; the outsole is oil- and fuel-resistant.

What materials are the upper and sole made of?

The upper is made of durable microfibre, and the outsole is an oil‑ and fuel‑resistant rubber/polyurethane blend providing grip and durability.

How does the SpinOn fastener work and is it comfortable?

The SpinOn fastener tightens by a dial rotation for quick donning and precise adjustment; it provides comfortable, repeatable fit adjustments during a work shift.

Do these sandals have ESD protection and how does it work?

Yes, the model is ESD‑marked, meaning the construction and sole provide conductivity to safely dissipate static charge when workplace ESD procedures are observed.

Which sizes are available and how to choose the right size?

The listing specifies size 43; choose your usual European size and use the SpinOn adjustment for fine tuning the fit if needed.

Are these sandals suitable for summer wear outdoors and indoors?

Yes, the ventilated side panels and lightweight construction make them suitable for summer wear both indoors and outdoors in work settings while retaining protective features.

How to care for HW PHOENIX work sandals?

Wipe the microfibre upper with a damp cloth, remove dirt with a soft brush and air‑dry at room temperature; avoid strong chemicals and heat to preserve ESD properties.

How do these sandals differ from regular closed S1P work shoes?

They feature an open, ventilated sandal design for better airflow compared with closed S1P shoes, while retaining a composite toe, puncture‑resistant midsole and ESD functionality.

Where to buy WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43?

You can buy WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43 in our online store for 53.15€. Category: Work sandals.

What is the price of WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43?

The current price of WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43 is 53.15€. Brand: Hard Work.

WORK SANDALS HW PHOENIX SpinOn S1P S ESD 43 — specifications and description

Model: 000-415135ASP. Category: Work sandals. Brand: Hard Work. Price: 53.15€.

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