Safety Sandals CITRO S1P

The photographs are for illustrative purposes only.
Get AI analytics on product Safety Sandals CITRO S1P:
70.58€/pair
Ex Tax: 56.92€/pair
Wortex
0 reviews
In stock
Product Code: 000-482134ASP
Qty
One click order
Tags:

CITRO S1P protective work sandals — lightweight safety footwear

WORTEX CITRO S1P sandals deliver lightweight, comfortable protection for dry indoor and outdoor work, featuring a composite toe and kevlar midsole.

Key Benefits


    Lightweight and comfortable fit
  • Metal-free composite toe cap for impact protection
  • Kevlar midsole providing nail/puncture resistance
  • Oil-resistant outsole with antistatic properties
  • Energy-absorbing heel for shock reduction
  • Microfiber upper with two hook-and-loop closures for easy adjustment
  • Suitable for dry conditions both indoors and outdoors

Applications

Suitable application areas where dry conditions prevail; ideal when lightweight protection and easy fitting are required.


    Indoor light assembly and production
  • Warehouse and logistics in dry environments
  • Workshop tasks requiring toe protection
  • Outdoor maintenance in dry weather
  • Facility service and inspection work

What to Consider When Choosing


    Confirm the S1P protection level fits your workplace requirements
  1. Choose the correct size (size 42 available for this model)
  2. Decide if metal-free composite toe is needed for your site
  3. Consider kevlar midsole where puncture (nail) risks exist
  4. Ensure oil-resistant outsole and antistatic features match your environment

Specifications


    Model: CITRO S1P
  • Size: 42
  • Metal-free composite toe cap
  • Kevlar nail/puncture protection in the sole
  • Oil-resistant outsole
  • Antistatic properties
  • Energy-absorbing heel
  • Microfiber upper with two hook-and-loop closures
  • Recommended for dry indoor and outdoor use

Why Buy from SityPro


    Easy to buy online with clear product features and price on SityPro
  • Transparent price and feature details to compare options
  • Delivery options available to Estonia and Finland
  • Convenient ordering and secure payment on SityPro
  • Customer support to help with selection and sizing

Description provided by sitypro.com

Safety Sandals CITRO S1P
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the SAFETY SANDALS CITRO S1P 42

What are SAFETY SANDALS CITRO S1P 42?

SAFETY SANDALS CITRO S1P 42 are lightweight WORTEX work sandals featuring a metal‑free composite toe cap and kevlar puncture resistance in the sole, an oil‑resistant outer sole, antistatic properties and an energy‑absorbing heel. Suitable for dry indoor and outdoor use.

What material are the uppers and lining of SAFETY SANDALS CITRO S1P 42 made from?

The uppers and lining are made of microfibre, making the sandals lightweight, breathable and easy to clean. Microfibre also offers good wear resistance for dry working conditions.

What impact and puncture protection does model A159801SP (CITRO S1P 42) provide?

Model A159801SP features a metal‑free composite toe cap for impact protection and a kevlar puncture‑resistant midsole. It is classified as S1P, suitable for dry working environments.

Are SAFETY SANDALS CITRO S1P 42 suitable for outdoor use?

Yes, SAFETY SANDALS CITRO S1P 42 are suitable for both indoor and outdoor use in dry conditions. The outer sole is oil‑resistant, but the sandals are not designed for wet or heavily soiled environments.

Do SAFETY SANDALS CITRO S1P 42 have antistatic properties and why does that matter?

Yes, SAFETY SANDALS CITRO S1P 42 are antistatic, reducing static charge build‑up. This matters when working with electronics or in environments where electrostatic discharges must be avoided.

How do the SAFETY SANDALS CITRO S1P 42 fasten — are there straps?

The sandals are made of microfibre and feature two convenient Velcro (hook‑and‑loop) fastenings for quick, easy fit adjustment. The Velcro straps make them simple to put on and take off on site.

Are SAFETY SANDALS CITRO S1P 42 suitable for construction sites?

SAFETY SANDALS CITRO S1P 42 are suitable for construction tasks in dry areas where impact and puncture protection plus antistatic properties are needed. For wet, muddy or highly demanding sites a closed, waterproof safety shoe is recommended.

Model A159801SP: what does size 42 refer to?

Model A159801SP is sold as size 42 (CITRO S1P 42), which is the European (EU) shoe size. The microfibre upper and Velcro straps allow slight fit adjustment; choose your usual EU size for best fit.

How does CITRO S1P differ from standard S1 safety footwear without the P?

The P in S1P indicates a puncture‑resistant midsole (here kevlar), which standard S1 footwear lacks. Other S1 features—antistatic properties and an energy‑absorbing heel—remain present.

How do I care for and clean microfibre SAFETY SANDALS CITRO S1P 42?

Clean the microfibre upper with a soft brush or damp cloth using warm water and mild soap; do not soak or dry near direct heat. For tougher stains use a microfibre‑safe cleaner and allow to air dry at room temperature.

Where to buy Safety Sandals CITRO S1P?

You can buy Safety Sandals CITRO S1P in our online store for 56.92€. Category: Work sandals.

What is the price of Safety Sandals CITRO S1P?

The current price of Safety Sandals CITRO S1P is 56.92€. Brand: Wortex.

Safety Sandals CITRO S1P — specifications and description

Model: 000-482134ASP. Category: Work sandals. Brand: Wortex. Price: 56.92€.

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