Safety Sandals Citro S1P

The photographs are for illustrative purposes only.
Get AI analytics on product Safety Sandals Citro S1P:
45.90€/pair
Ex Tax: 37.02€/pair
No brand
0 reviews
In stock
Product Code: 000-482135ASP
Qty
One click order
Tags:
Package dimensions35,00 x 24,00 x 13,00 cm
Net weight1,310 kg

Lightweight CITRO S1P work sandals — size 43

Light, comfortable safety sandals designed to protect toes and resist punctures while used in dry indoor and outdoor work environments. Find product features, price and where to buy on SityPro.

Key Benefits


    Lightweight and comfortable for extended wear
  • Metal-free composite toe cap for impact protection
  • Kevlar puncture-resistant midsole (nail protection)
  • Oil-resistant outsole for better grip on oily surfaces
  • Antistatic properties to reduce static build-up
  • Energy-absorbing heel for added comfort
  • Two comfortable Velcro fastenings for easy adjustment

Applications

Suitable for dry conditions, both inside and outside — typical application areas include:


    Indoor workplaces in dry conditions
  • Outdoor tasks in dry conditions
  • Workshops and light manufacturing
  • Warehousing and logistics in dry areas
  • Facility and building maintenance

What to Consider When Choosing


    Confirm the S1P protection class matches workplace requirements
  1. Check correct size and fit (this listing is for size 43)
  2. Decide if a metal-free toe cap is needed for your environment
  3. Verify oil-resistant outsole and antistatic features for slip and static risks
  4. Choose the Velcro fastening and energy-absorbing heel if you need quick adjustability and comfort

Specifications


    Model: WORTEX CITRO, S1P
  • Size: 43
  • Metal-free composite toe cap
  • Kevlar nail/puncture protection in the sole
  • Oil-resistant outsole
  • Antistatic properties
  • Energy-absorbing heel
  • Microfiber upper with two Velcro fastenings
  • Designed for dry indoor and outdoor use

Why Buy from SityPro


    Easy online buy process with clear product features and benefits
  • Transparent price information and product details
  • Convenient ordering and customer support via SityPro
  • Delivery available to Estonia and Finland
  • Reliable service and product information for informed purchases

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 43

What are SAFETY SANDALS CITRO S1P 43?

SAFETY SANDALS CITRO S1P 43 are lightweight, comfortable WORTEX work sandals with a metal-free composite toe cap, kevlar puncture-resistant midsole, oil-resistant anti-static outsole and energy‑absorbing heel; microfiber upper with two convenient hook-and-loop straps.

What environments are SAFETY SANDALS CITRO S1P suitable for?

These sandals are suitable for dry conditions, both indoors and outdoors. They are not intended for continuously wet, muddy or icy environments due to their ventilated/open design.

What puncture and impact protection do CITRO S1P 43 provide?

They have a metal-free composite toe cap for impact protection and a kevlar puncture-resistant midsole. This combination provides S1P-level basic protection for work footwear.

What is the upper made of and how do the straps fasten?

The upper is microfiber and the sandals fasten with two convenient hook-and-loop (Velcro) straps, allowing easy adjustment and quick fitting.

Are the soles anti-static and oil-resistant?

Yes, the outsole is oil-resistant and the sandals have anti-static properties, suitable for environments requiring electrostatic control and oil resistance.

What size is model A159802SP — does 43 match actual foot length?

Model A159802SP is listed as size 43. This corresponds to the standard European shoe size 43. If unsure, choose your normal EU shoe size for best fit.

Are these sandals suitable for a workshop with sharp objects on the floor?

The kevlar midsole provides puncture resistance against sharp objects on the floor. For very hazardous or high-risk environments, closed footwear with a higher protection class is recommended.

How to care for the microfiber upper and extend sandal life?

Clean the upper with a soft brush or damp cloth, use mild soap for heavy dirt, and air-dry at room temperature away from direct heat. Regularly inspect the outsole and hook-and-loop fastenings for wear.

How do CITRO S1P sandals differ from regular work shoes/boots?

They feature an open, ventilated sandal design for lightness and breathability with a microfiber upper and two hook-and-loop straps. Unlike casual sandals, they retain protective elements: composite toe cap, kevlar puncture midsole, oil‑resistant anti‑static outsole.

Is model A159802SP suitable for construction site use?

These sandals are suitable for dry areas of a construction site and light installation tasks due to impact and puncture protection. For wet, heavily soiled or higher-risk tasks, closed protective footwear is recommended.

Where to buy Safety Sandals Citro S1P?

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

What is the price of Safety Sandals Citro S1P?

The current price of Safety Sandals Citro S1P is 37.02€. Brand: Tootja puudub.

Safety Sandals Citro S1P — specifications and description

Model: 000-482135ASP. Category: Work sandals. Brand: Tootja puudub. Price: 37.02€.

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