Puresports Schumacher

Spark S/S Shorty 2/2 C2 Red/Navy BZ NP 2017

Aktuell nicht verfügbar

UVP 109,00 €
Lieferland

Durch die Auswahl des Lieferlands passen sich Preise & Lieferdauer automatisch an.

Artikelnummer17804
ZustandNeu
EAN / GTIN 889841007443
Hersteller-Nummer 173053-000/2027

Details zu Spark S/S Shorty 2/2 C2 Red/Navy BZ NP 2017

S/S SPRINGSUIT 2/2
Express yourself
The Spark is loaded with many of our finest features and materials offering a high level of flexibility and comfort. Super stretchy Apex-Flex neoprene ensures maximum comfort and maneuverability while the chest and back feature Apex-Mesh closed cell neoprene that dramatically reduces wind chill resulting in increased warmth. All that in a package that won.t break the bank.


Thickness:
2/2 mm
Water Temp:
22 - 25°C

72 - 77F
Code:

const embeddedObserver = new IntersectionObserver((entries, embeddedObserver) => { entries.forEach((entry) => { if(entry.isIntersecting) { entry.target.src = entry.target.getAttribute("data-src") embeddedObserver.unobserve(entry.target); } }); }); document.querySelectorAll(".embed-observe").forEach((elem) => { embeddedObserver.observe(elem); });