function lazyLoadingImageHTML() { var lazyImages = [].slice.call(document.querySelectorAll("img.lazy")); if ("IntersectionObserver" in window) { let lazyImageObserver = new IntersectionObserver(function ( entries, observer ) { entries.forEach(function (entry) { if (entry.isIntersecting) { let lazyImage = entry.target; lazyImage.src = lazyImage.dataset.src; lazyImage.classList.remove("lazy"); lazyImageObserver.unobserve(lazyImage); } }); }); lazyImages.forEach(function (lazyImage) { lazyImageObserver.observe(lazyImage); }); } else { } } lazyLoadingImageHTML();
var doc = document.createElement("script"); doc.type = "text/javascript"; doc.async = true; doc.src = ("https:" == document.location.protocol ? "https:" : "http:") + '//d3bo67muzbfgtl.cloudfront.net/edrone_2_0.js'; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(doc, s); window._edrone = window._edrone || {}; _edrone.app_id = `66ebde92eae60`; _edrone.product_titles = `W%C4%84%C5%BB+3%2F4%22+10+M+KARCHER+Z+KOMPLETEM+SZYBKOZ%C5%81%C4%84CZEK+2.645-156.0`; _edrone.product_images = `https%3A%2F%2Ferpixkarcher24.pl%2F4374%2Fwaz-34-10-m-z-kompletem-szybkozlaczek-2645-1560.jpg`; _edrone.product_ids = `1695`; _edrone.product_skus = `2.645-156.0`; _edrone.product_category_ids = `2%7E116%7E117%7E132%7E212`; _edrone.product_urls = `https%3A%2F%2Ferpixkarcher24.pl%2Fprodukty-karcher-do-ogrodu%2F1695-waz-34-10-m-z-kompletem-szybkozlaczek-2645-1560-4039784513327.html`; _edrone.product_category_names = `Strona+g%C5%82%C3%B3wna%7EProdukty+Karcher+do+ogrodu%7EW%C4%99%C5%BCe+i+b%C4%99bny+ogrodowe+Karcher%7EProdukty+Karcher+do+nawadniania%7ERaty+0%25`; _edrone.action_type = `product_view`; _edrone.product_counts = `0`; _edrone.base_payment_value = `141.46`; _edrone.base_currency = `PLN`; _edrone.city = ``; _edrone.country = ``; _edrone.phone = ``; _edrone.product_brand_ids = `2`; _edrone.product_brand_names = `K%C3%A4rcher`;
  • -55,00 zł
WĄŻ 3/4" 10 M Z KOMPLETEM SZYBKOZŁĄCZEK 2.645-156.0
  • WĄŻ 3/4" 10 M Z KOMPLETEM SZYBKOZŁĄCZEK 2.645-156.0
keyboard_arrow_left keyboard_arrow_right

WĄŻ 3/4" 10 M KARCHER Z KOMPLETEM SZYBKOZŁĄCZEK 2.645-156.0

2.645-156.0
Opinie

2.645-156.0

174,00 zł
119,00 zł Zniżka 55,00 zł

Podana cena to cena brutto.

Brutto
Najniższa cena w ciągu ostatnich 30 dni : 174,00 zł Najnizsza obniżka w ciągu ostatnich 30 dni : 119,00 zł
Ilość
Produkt z wydłużonym czasem wysyłki - 14 dni

var summaryBadge = new productStickerSummary(); summaryBadge.showSummary({ 'tsId': 'X65532433705F2390F9774E6EF45BE42C', 'sku': ['2.645-156.0'], 'starColor' : '#FFDC0F', 'starSize' : '14px', 'fontSize' : '12px', 'showRating' : 'true', 'scrollToReviews' : 'true', 'enablePlaceholder' : 'true', 'element' : '#ts_product_widget', });

Opis

WĄŻ 3/4" 10 METRÓW W ZESTAWIE Z SZYBKOZŁĄCZKAMI

Kompletny zestaw startowy umożliwiający połączenie urządzenia ze źródłem wody. Wąż charakteryzuje się wysoką elastycznością, odpornością na skręcanie i długą żywotnością! Wąż marki Karcher wykonany jest z materiałów najwyższej jakości.

WYPOSAŻENIE

  • Wąż o średnicy 3/4” I długości 10 metrów
  • Adapter na kran G 3/4
  • Uniwersalne szybkozłącze Plus 2.645-193.0
  • Uniwersalne szybkozłącze Plus z Aqua Stop 2.645-194.0

Zaufaj sprawdzonej marce!

Logo Karcher.jpg

Dane techniczne
2.645-156.0
_tsProductReviewsConfig = { 'tsid': 'X65532433705F2390F9774E6EF45BE42C', 'sku': ['2.645-156.0'], 'variant': 'productreviews', 'borderColor': '#0DBEDC', 'backgroundColor': '#FFFFFF', 'locale': 'pl_PL', 'starColor': '#FFDC0F', 'starSize': '15px', 'richSnippets': 'on', 'ratingSummary': 'false', 'maxHeight': '600px', 'filter': 'true', 'element': '#ts_product_sticker', 'introtext': '' }; var scripts = document.getElementsByTagName('SCRIPT'), me = scripts[scripts.length - 1]; var _ts = document.createElement('SCRIPT'); _ts.type = 'text/javascript'; _ts.async = true; _ts.charset = 'utf-8'; _ts.src ='//widgets.trustedshops.com/reviews/tsSticker/tsProductSticker.js'; me.parentNode.insertBefore(_ts, me); _tsProductReviewsConfig.script = _ts;

Komentarze

Na razie nie dodano żadnej recenzji.

Napisz swoją opinię

WĄŻ 3/4" 10 M KARCHER Z KOMPLETEM SZYBKOZŁĄCZEK 2.645-156.0

2.645-156.0

Napisz swoją opinię

CZĘSTO KUPOWANE Z TYM PRODUKTEM
16 innych produktów w tej samej kategorii:
function lazyLoadingImageHTML() { var lazyImages = [].slice.call(document.querySelectorAll("img.lazy")); if ("IntersectionObserver" in window) { let lazyImageObserver = new IntersectionObserver(function ( entries, observer ) { entries.forEach(function (entry) { if (entry.isIntersecting) { let lazyImage = entry.target; lazyImage.src = lazyImage.dataset.src; lazyImage.classList.remove("lazy"); lazyImageObserver.unobserve(lazyImage); } }); }); lazyImages.forEach(function (lazyImage) { lazyImageObserver.observe(lazyImage); }); } else { } } lazyLoadingImageHTML();