WINTER SAFETY BOOTS KATANA S3 45

The photographs are for illustrative purposes only.
Get AI analytics on product WINTER SAFETY BOOTS KATANA S3 45:
68.16€/pair
Ex Tax: 54.97€/pair
Wortex
0 reviews
Out Of Stock
Product Code: 000-491649ASP
Item sold out
Tags:

DESCRIPTION WINTER SAFETY BOOTS KATANA S3 45 price 68.16€ Wortex

Mugavatel ja soojadel talve töösaabastel on komposiidist varvastekaitse ja kevlarist naelatõke.
Turvasaabaste pealismaterjal on veekindlast ja vastupidavast täisnahast (1,6 – 1,8 mm) ning sees on soe ja karvane vooder. 
Kõrge säärega saabastel on suurepärase libisemiskindlusega välistald (SRC).
Tugevdatud nina- ja kannaosa suurendavad saabaste kulumiskindlust.
Helkurelemendid külgedel ja tagaosas suurendavad kandja nähtavust.
Kasutusvaldkond: külmades ja libedates keskkondades, kus esineb naelaläbistuse oht.

Description provided by sitypro.com

WINTER SAFETY BOOTS KATANA S3 45
Write a review
Similar products in stock
Dear visitor, please be aware that this item is temporarily out of stock.
We recommend considering other products:
PROTECTIVE BOOTS  PETROL S3 PRUUN 46
In Stock
62.90€ Ex Tax: 50.72€
PROTECTIVE BOOTS  PETROL S3 PRUUN 44
In Stock
62.90€ Ex Tax: 50.72€
PROTECTIVE BOOTS  PETROL S3 PRUUN 43
In Stock
62.90€ Ex Tax: 50.72€
PROTECTIVE BOOTS  PETROL S3 PRUUN 42
In Stock
62.90€ Ex Tax: 50.72€
Or you can choose other products in the category: Safety boots
Related Products
rempro rempro-mobile

Frequently asked questions about the WINTER SAFETY BOOTS KATANA S3 45

What are WINTER SAFETY BOOTS KATANA S3 45 and what are they used for?

WINTER SAFETY BOOTS KATANA S3 45 are insulated work boots with a composite toe and Kevlar anti-puncture midsole, made from water-resistant full-grain leather (1.6–1.8 mm) and a warm furry lining. They are designed for cold, slippery environments with puncture risk and include reflective elements for better visibility.

What safety class do WINTER SAFETY BOOTS KATANA S3 45 have?

They are S3-rated, meaning they feature a composite toe, Kevlar anti-puncture midsole, penetration resistance to the sole, and an SRC-rated slip-resistant outsole with oil resistance.

What materials are used in WINTER SAFETY BOOTS KATANA S3 45 (upper, sole, lining, protections)?

Upper: water-resistant full-grain leather (1.6–1.8 mm); lining: warm furry lining; toe cap: composite; anti-puncture layer: Kevlar; outsole: SRC-rated slip-resistant sole.

Are these boots suitable for very low temperatures and how warm are they?

They feature a warm furry lining, making them suitable for cold conditions, but no specific temperature rating is given. For extreme cold, use additional insulation like thermal insoles and thick socks as these are intended for winter work, not arctic extremes.

What jobs and conditions are KATANA S3 45 best suited for?

Ideal for outdoor winter work, slippery surfaces and sites with puncture risk such as construction, maintenance and logistics. They provide toe impact protection, puncture resistance and reflective elements for visibility.

How do I choose the right size for KATANA S3 45 — are they true to size?

They follow standard sizing, but the furry lining reduces internal space—consider ordering half a size up if you wear thick thermal socks. Refer to model A168316SP (SKU 000-491649ASP) when checking size charts.

How do I care for the leather uppers and furry lining of KATANA S3 45?

Brush the leather upper with a soft brush and apply leather waterproofing/conditioning products; dry at room temperature away from direct heat. Air the furry lining, use professional dry-cleaning if needed, and rotate/replace insoles to maintain warmth and hygiene.

Are these boots suitable for work with oily and chemical materials?

The SRC-rated outsole provides slip resistance and oil resistance, making them suitable for oily surfaces. No specific chemical resistance is stated, so for aggressive chemicals choose footwear tested for chemical protection.

How do KATANA S3 45 differ from summer or general-purpose models from the same manufacturer?

KATANA S3 45 feature a warm furry lining, thicker water-resistant full-grain leather (1.6–1.8 mm) and an SRC outsole, whereas summer models are lighter, more breathable and lack heavy insulation. General-purpose models may lack Kevlar anti-puncture and composite toe protection to meet S3 standards.

Do these boots have reflective elements and where are they located?

Yes — KATANA S3 45 include reflective elements on the sides and rear to improve visibility in low-light conditions, increasing safety for outdoor work.

Can I use insoles with these boots and which insoles are best?

Yes — they accept replaceable insoles; thermal or anatomically shaped insoles are recommended for extra warmth and comfort. Ensure the chosen insole doesn’t reduce internal space too much if you wear thick socks.

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