Nike - Nike M Nike Zoom Court Nxt Cly - white/midnight navy-green strike - - -

Artikelnummer: NIDV3270_103#8.5

EAN: 0196607697696
ID: 303705123 / 6548866 / NIDV3270_103 / DV3270
Gender: /
EU/DE-Größe:

137,95 EUR *
Inhalt 1 Stück
const ssm_cart= (recom,addCart)=>{ const rec_size = recom.recom_size[recom.scale]; const rec_cleanSize = rec_size.replace('.0',''); const sizeContainer = document.querySelector('#custom-select_Größe'); const sizes = sizeContainer.querySelectorAll('option'); for(size of sizes){ if(size.text == rec_cleanSize ){ sizeContainer.value = size.value; sizeContainer.dispatchEvent(new Event('change')); break; }; } if(!addCart) return; document.querySelector('.add-to-basket-container button.btn-primary').click(); } window.ShoeSizeMe_loader = { settingParams:{ shopID:"60331264", locale:"de", scale:document.querySelector('.ssm_scale span').textContent.toLowerCase() || 'uk', newRecommendation: function(recommendation){ssm_cart(recommendation,false)} } } document.addEventListener("DOMContentLoaded", async () => { const ssm_shoeid = document.querySelector('.shoeai-data .widget-inner h5').nextSibling.querySelectorAll('span')[1].textContent; const ssm_button = document.querySelector('.ShoeSizeMe'); ssm_button.setAttribute('data-shoeid',ssm_shoeid); const sizeContainer = await waitForElm('#custom-select_Größe'); const sizes = sizeContainer.querySelectorAll('option'); const avabArray = []; for(size of sizes){ if(size.value == "-1") continue; avabArray.push(size.text); } ssm_button.setAttribute('data-sizerun',avabArray.join(',')); ssm_button.setAttribute('data-availability',avabArray.join(',')); const ssm_script = document.createElement('script'); ssm_script.type = 'text/javascript'; ssm_script.async = true; ssm_script.src = 'https://shoesize.me/assets/plugin/loader.js'; document.getElementsByTagName('head')[0].appendChild(ssm_script); }); const waitForElm = (selector) => { return new Promise(resolve => { if (document.querySelector(selector)) { return resolve(document.querySelector(selector)); } const observer = new MutationObserver(mutations => { if (document.querySelector(selector)) { observer.disconnect(); resolve(document.querySelector(selector)); } }); observer.observe(document.body, { childList: true, subtree: true }); }); }

Hersteller-Etikettengröße: US -

EU/DE - Größe:

if(!document.getElementById('paypal-smart-payment-script')) { var script = document.createElement("script"); script.type = "module"; script.id = "paypal-smart-payment-script"; script.src = "https://cdn02.plentymarkets.com/fu14cinculel/plugin/13/paypal/js/smartPaymentScript.min.js"; script.setAttribute("data-client-id", "AZ1KWbHQ0ykgQ-R13A8lA-enOybBH0RxKcBUxIlTOhyZIYfgdvMsRBP-9r7fEEjZXDpMh8b7t5RbaKuA"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjdkMzQ5Yzk3Y2U3MjNjYzlkYjUxZGUzZTJiNDMyNWU2YWNiOWE3YTFjYTNiNzQ3Njk0ODQwYjhhMTY1Y2E3ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjhUMTU6MjE6MjUuMDk5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1HdFFJUG03T1JITmxSRjFUaWY4VUtTb1ZDVGNJTkxpSkN1RzRFbXNpcGpHYWVDZ1NwemZQeGhjT0lrVTBQc1A4RFB2cEd2U1lKYmpMT0w1Z1ZYOHVQT3hESk1RIn19"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); document.body.appendChild(script); } else { var script = document.getElementById('paypal-smart-payment-script'); script.setAttribute("data-client-id", "AZ1KWbHQ0ykgQ-R13A8lA-enOybBH0RxKcBUxIlTOhyZIYfgdvMsRBP-9r7fEEjZXDpMh8b7t5RbaKuA"); script.setAttribute("data-currency", "EUR"); script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjdkMzQ5Yzk3Y2U3MjNjYzlkYjUxZGUzZTJiNDMyNWU2YWNiOWE3YTFjYTNiNzQ3Njk0ODQwYjhhMTY1Y2E3ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjhUMTU6MjE6MjUuMDk5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1HdFFJUG03T1JITmxSRjFUaWY4VUtTb1ZDVGNJTkxpSkN1RzRFbXNpcGpHYWVDZ1NwemZQeGhjT0lrVTBQc1A4RFB2cEd2U1lKYmpMT0w1Z1ZYOHVQT3hESk1RIn19"); script.setAttribute("data-append-trailing-slash", ""); script.setAttribute("data-locale", "de_DE"); }
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') { document.addEventListener('payPalScriptInitialized', () => { renderPayPalButtons('65159f0c4b8a0', 'paylater', 'paypal', 'pill', 'silver'); }); } else { renderPayPalButtons('65159f0c4b8a0', 'paylater', 'paypal', 'pill', 'silver'); } if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') { document.addEventListener('payPalScriptInitialized', () => { renderPayPalButtons('65159f0c4b8a0', 'paypal', 'pay', 'pill', 'silver'); }); } else { renderPayPalButtons('65159f0c4b8a0', 'paypal', 'pay', 'pill', 'silver'); }
Lieferung in 4-6 Werktagen

* inkl. ges. MwSt. zzgl. Versandkosten

Erlebe unschlagbaren Style und erstklassige Performance mit dem Nike Zoom Court Nxt Cly. Dieser Sneaker ist sowohl auf als auch abseits des Platzes ein echter Hingucker. Mit seinem modernen Design und der reaktionsfreudigen Dämpfung wirst du in diesem Schuh jeden Schritt genießen.


  • Leichtes und atmungsaktives Obermaterial für optimalen Komfort
  • Zoom Air-Dämpfung in Ferse und Vorfuß für eine reaktionsfreudige Performance
  • Gepolsterter Schuhkragen für eine bequeme Passform
  • Gummi-Außensohle mit Fischgrätenprofil für hervorragende Traktion
  • Stilvolles Design mit verschiedenen Farbkombinationen zur Auswahl

Name: Nike M Nike Zoom Court Nxt Cly - white/midnight navy-green strike
Material:
/ Synthetic,Textile Textile Textile Rubber / Synthetik
Fedas: 324061
EAN: 0196607697696
Geschlecht/Gender: /
ASIN: /
Gewöhnliche Lieferzeit:
Lieferung in 4-6 Werktagen
Aktuelle Ø - Lieferzeit: 5 Tage
Volumen: L: 0 / H: 0 / B: 0
Inhalt: 1 Stück
Gewicht: ca. 1500 g
VPE: 1
Keys: Nike M Nike Zoom Court Nxt Cly - white/midnight navy-green strike
ID: 303705123 / 6548866 / NIDV3270_103 / DV3270
HERST. / DE / EU Größe: / /
Kategorie:
/ / /

Sport-Versand24; Sportartikel günstig kaufen✓ Schuhe & Bekleidung günstig kaufen vom autorisiertem Händler Über 900.000 zufriedene Kunden!

Art.-ID 303705123
Zustand Neu
Altersfreigabe Ohne Altersbeschränkung
Varianten-ID NIDV3270_103
Modell DV3270
Hersteller Nike
Herstellungsland Deutschland
Inhalt 1 Stück
Gewicht 1500 g
Zolltarifnummer

TOP-SELLER