Safety Sandals Citro S1P 44

The photographs are for illustrative purposes only.
Get AI analytics on product Safety Sandals Citro S1P 44:
70.58€/pair
Ex Tax: 56.92€/pair
Wortex
0 reviews
In stock
Product Code: 000-482136ASP
Qty
One click order
Tags:
Package dimensions33,50 x 24,50 x 13,50 cm
Net weight1,350 kg

WORTEX Citro S1P protective sandals — size 44

Lightweight, comfortable microfibre safety sandals with a metal-free composite toe and Kevlar puncture protection, designed for dry indoor and outdoor work where oil resistance, antistatic properties and heel shock absorption are required.

Key Benefits


    Lightweight and comfortable fit
  • Metal-free composite toe cap for front impact protection
  • Kevlar midsole providing nail/puncture resistance
  • Oil-resistant outsole for improved slip performance on oily surfaces
  • Antistatic properties to reduce electrostatic buildup
  • Energy-absorbing heel for added shock reduction
  • Two Velcro straps on a microfiber upper for quick, adjustable fastening

Applications

Suitable for dry conditions both indoors and outdoors; ideal application examples include:


    Workshop and light assembly tasks
  • Warehouse and storage areas
  • Retail or shop-floor duties in dry environments
  • Outdoor maintenance work in dry weather

What to Consider When Choosing


    Confirm the work environment is dry—these sandals are specified for dry conditions
  1. Choose the correct size (this listing is for size 44)
  2. Decide if a metal-free composite toe meets your safety requirements
  3. Assess need for puncture protection—this model has a Kevlar midsole
  4. Consider fastening preference: two Velcro straps for quick adjustment
  5. Verify requirement for antistatic and oil-resistant outsole features

Specifications


    Model: WORTEX CITRO S1P
  • Type: Safety/work sandals
  • Size: 44
  • Upper material: Microfiber
  • Toe cap: Metal-free composite
  • Midsole: Kevlar puncture-resistant
  • Outsole: Oil-resistant
  • Properties: Antistatic, energy-absorbing heel
  • Fastening: Two Velcro straps
  • Intended use: Dry indoor and outdoor conditions
  • Fit: Lightweight and comfortable

Why Buy from SityPro


    Easy to buy online at SityPro with clear product features and price information
  • Transparent listing of benefits and specifications to compare models
  • Convenient ordering and delivery options to Estonia and Finland
  • Local customer support for product questions and sizing
  • Focused selection of work footwear tailored to practical applications

Description provided by sitypro.com

Safety Sandals Citro S1P 44
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the SAFETY SANDALS CITRO S1P 44

What are SAFETY SANDALS CITRO S1P 44?

SAFETY SANDALS CITRO S1P 44 are lightweight, comfortable WORTEX work sandals featuring a metal‑free composite toe cap, kevlar midsole puncture resistance, oil‑resistant outsole, antistatic properties and energy‑absorbing heel; suitable for dry indoor and outdoor use.

What material is the toe cap and is it metal?

The toe cap of SAFETY SANDALS CITRO S1P 44 is made of composite material and is metal‑free, making them suitable where metal components are not desired.

Do CITRO S1P 44 sandals have puncture resistance?

Yes, SAFETY SANDALS CITRO S1P 44 include a kevlar puncture‑resistant midsole to protect against sharp objects penetrating the sole.

Are these sandals suitable for outdoor work?

SAFETY SANDALS CITRO S1P 44 are suitable for outdoor work only in dry conditions; they are not recommended for use in wet environments.

What type of fastenings do CITRO S1P 44 use?

SAFETY SANDALS CITRO S1P 44 use two comfortable microfiber hook‑and‑loop fastenings (Velcro) that allow adjustable, secure foot fit.

Do these sandals have antistatic properties?

Yes, SAFETY SANDALS CITRO S1P 44 have antistatic properties to reduce static charge build‑up during work.

What is the outsole like and is it oil‑resistant?

The SAFETY SANDALS CITRO S1P 44 feature an oil‑resistant outsole that improves grip and resists oil exposure in dry working conditions.

What is the upper made of and is it easy to clean?

The upper of SAFETY SANDALS CITRO S1P 44 is microfiber, lightweight and easy to clean — wipe with a damp cloth and air‑dry in shade.

Which jobs are these work sandals suitable for?

SAFETY SANDALS CITRO S1P 44 are suitable for dry work environments such as warehouse tasks, light manufacturing, dry assembly work and outdoor jobs without moisture.

What is the model code and SKU for these sandals?

Model code is A159803SP and SKU is 000-482136ASP; manufacturer Wortex and category is work footwear.

Where to buy Safety Sandals Citro S1P 44?

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

What is the price of Safety Sandals Citro S1P 44?

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

Safety Sandals Citro S1P 44 — specifications and description

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