Puresports Schumacher

Spark S/S Shorty 2/2 C1 Navy / Light Blue BZ NP 2017

Aktuell nicht verfügbar

Lieferland

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

Artikelnummer17866
ZustandNeu
EAN / GTIN 889841051538
Hersteller-Nummer 173076-000/0806

Details zu Spark S/S Shorty 2/2 C1 Navy / Light Blue 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); });