TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45

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

HW Phoenix SpinOn kiirkinnitusega töösandaal on mugava ja avara liistuga. Pealispinda katab vastupidav ja hõõrdevastane mikrofiiber kangas.
Külgedel olevad avatud paneelid tagavad hea hingavuse.
Jalanõu on kergekaaluline tänu komposiidist turvaninale ja kevlarist torkekindla vahetallale. Kahekihiline PU vahtkumm + PU kummist välistald tagab pehmuse ja vastupidavuse.
Lisaks on välistald õli- ja kütusekindel.
SpinOn kiirkinnitus tagab mugava jalatsite kinni ja lahti paelumise ning võimaldab fikseerida jalatsi täpselt kasutaja soovile. SpinOn süsteemil 3-aastane garantii.

Mikrofiibrist vastupidav ja hõõrdevastane pealispind
SpinOn kiirkinnitus
Võrgust paneelid külgedel tagavad hea hingavuse
Komposiidist turvanina ja kevlarist torkekindel vahetald
Tugevdatud ninaosa pealispind
Kahekihiline välistald on õli- ja kütusekindel
Avara ja laiema liistuga
ESD märgis tagab järjepideva staatilise elektri maandamise

Description provided by sitypro.com

TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What are TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45?

TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45 are lightweight work sandals featuring a composite toe, kevlar puncture-resistant midsole, durable microfiber upper, two-layer PU + rubber outsole resistant to oil and fuel, and SpinOn quick-fit fastening.

What protective features does model A182804SP (SpinOn S1P S ESD 45) have?

Model A182804SP includes a composite toe cap and a kevlar puncture-resistant midsole, provides S1P-level protection and has ESD properties for electrostatic discharge control.

What is the upper made of and how durable is it?

The upper is made of abrasion‑resistant microfiber, providing durable wear in regular work use and extra protection in the toe and side areas.

How does the SpinOn quick‑fit work and why is it better than laces?

SpinOn is a quick‑tightening fastening that lets you tighten or release the sandal with one motion and lock it to the desired fit; it’s faster and more secure than traditional laces during work.

Are these suitable for work with oil and fuel?

Yes, the two‑layer PU foam plus rubber outsole is oil‑ and fuel‑resistant, making the sandals suitable for environments with possible oil or petrol contact.

What is the weight and are these sandals lightweight?

Exact weight for a specific size isn’t listed, but the sandals are described as lightweight due to the composite toe and kevlar midsole; they are generally lighter than steel‑toecap alternatives.

How to choose size for HW PHOENIX SpinOn S1P S ESD 45 — take your normal size?

The sandal uses a comfortable, roomy last so you should generally choose your normal size. The SpinOn adjustment also lets you fine‑tune the fit after trying them on.

Are these suitable for summer outdoor work and how is ventilation?

Yes — the sandals feature open mesh panels on the sides that provide good breathability, making them comfortable for summer outdoor work.

Are these suitable for work with electrical equipment (ESD)?

Yes — the sandals have ESD properties, meaning their design helps dissipate static charge and is suitable where ESD protection is required.

How is the toe area reinforced and how does that affect durability?

The toe area has a composite toe cap and reinforced upper at the toe, improving impact resistance and wear durability for longer service life in work conditions.

What is the outsole construction and how does it balance cushioning and durability?

The outsole is two‑layer: a PU foam midlayer provides softness and cushioning, while the rubber outer sole delivers durability, grip and resistance to oils and fuels.

Where to buy TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45?

You can buy TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45 in our online store for 53.15€. Category: Work sandals.

What is the price of TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45?

The current price of TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45 is 53.15€. Brand: Hard Work.

TÖÖSANDAALID HW PHOENIX SpinOn S1P S ESD 45 — specifications and description

Model: 000-415137ASP. 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ххххххх');