Solid Gear Atlantic S1P ESD Safety Sandals 44

The photographs are for illustrative purposes only.
Get AI analytics on product Solid Gear Atlantic S1P ESD Safety Sandals 44:
166.95€/pair
Ex Tax: 134.64€/pair
Solid Gear
0 reviews
In stock
Product Code: 000-454682ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:

Solid Gear Atlantic S1P ESD — work safety sandals, size 44

Protective work sandals with BOA® quick-fit system, ESD discharge and toe/sole protection for industrial and technical use; optimized for comfort, ventilation and slip resistance. Check features and buy at competitive price from SityPro; see application examples below.

Key Benefits


    Quick, precise fit with BOA® closure system
  • Electrostatic discharge protection per DIN EN 61340 (ESD)
  • Slip- and oil-resistant rubber outsole for safer footing
  • Wide fit for greater comfort during long shifts
  • High-breathability, moisture-wicking and antibacterial PU foam footbed
  • Fiberglass toe cap and composite plate for impact and penetration protection

Applications

Designed for workplaces needing ESD control, slip resistance and toe protection; suitable for application areas where ventilation and quick adjustment are required.


    Electronics assembly and handling (ESD-sensitive areas)
  • Light manufacturing and assembly lines
  • Warehousing and logistics
  • Maintenance and service work
  • Laboratory and technical workshops

What to Consider When Choosing


    Confirm EN 20345:2011 S1P and ESD compliance for your workplace
  1. Choose correct size and note the wide fit for comfort
  2. Assess need for BOA® quick adjustment versus other fastenings
  3. Ensure slip- and oil-resistant outsole meets your floor conditions
  4. Consider breathability and antibacterial footbed for long shifts
  5. Verify presence of fiberglass toe cap and composite plate for protection

Specifications


    Closure: BOA® system
  • ESD: electrostatic discharge per DIN EN 61340
  • Uppers: leather with TPU reinforcements
  • Outsole: slip-resistant, oil-resistant rubber
  • Insole: molded PU
  • Footbed: high-breathability, moisture-wicking, antibacterial PU foam
  • Fit: wide
  • Protection: fiberglass toe cap and composite plate
  • Standard: EN 20345:2011 S1P, SRC, ESD
  • Size: 44

Why Buy from SityPro


    Easy to buy online with clear product features and images
  • Transparent price and secure checkout
  • Expert customer support to confirm suitability
  • Fast delivery to Estonia and Finland
  • Local service for returns and exchanges in supported regions

Description provided by sitypro.com

Solid Gear Atlantic S1P ESD Safety Sandals 44
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the SAFETY SANDALS SOLID GEAR ATLANTIC S1P ESD 44

What are Solid Gear Atlantic S1P ESD Safety Sandals 44 and who are they for?

Solid Gear Atlantic S1P ESD Safety Sandals 44 are lightweight work sandals with a BOA® closure, ESD discharge and S1P protection (toe and penetration). They’re designed for assembly lines, electronics production, warehouses and maintenance where toe protection, puncture resistance and ESD control are required.

What protective features does model A121359SP (SOLID GEAR ATLANTIC S1P ESD) include?

The model includes a fiberglass toe cap for impact protection, a composite anti‑penetration midsole plate and meets S1P classification. It also provides ESD protection per DIN EN 61340 to safely dissipate static charge.

How does the BOA® system work on these safety sandals and is it easy to use?

The BOA® system provides quick, precise fit adjustment via a dial, allowing one‑handed tightening and fast release even with gloves on. It delivers even pressure across the foot and is ideal for rapid on/off during shift work.

Are these sandals suitable for ESD-controlled work areas?

Yes, the Solid Gear Atlantic S1P ESD sandals comply with ESD requirements (DIN EN 61340) and are suitable for electronics assembly, production and other work areas that require static discharge control.

What are the upper and outsole materials and how do they affect durability?

The upper is durable leather with TPU reinforcements, and the outsole is slip‑ and oil‑resistant rubber (SRC). This combination provides strong wear resistance, reliable grip and long service life in work environments.

Are these sandals suitable for outdoor work and wet conditions?

Yes, the SRC rubber outsole offers good grip on various surfaces and the breathable PU footbed wicks moisture away. However, they are not intended for prolonged immersion in water.

How does size 44 fit — are they suitable for wide feet?

Size 44 is offered with a wide fit for greater comfort during long shifts. The BOA® adjustment lets you fine‑tune fit, making them suitable for slightly wider feet.

Do these sandals meet S1P standard and what does that mean in practice?

Yes — they meet S1P classification, meaning they have a protective toe cap for impact and an anti‑penetration midsole plate. In practice this provides basic toe and puncture protection for warehouse and production tasks.

What kind of insole is used and is it antibacterial?

The sandals use a breathable, moisture‑wicking PU foam footbed with antibacterial properties, improving hygiene and comfort during long shifts.

Are these sandals suitable for working on oily and slippery surfaces?

Yes — the rubber outsole is SRC rated for slip and oil resistance, providing improved traction and stability on slippery and oil‑contaminated surfaces.

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