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 = `Filtr+g%C5%82%C3%B3wny%2C+T+7%2F1%2C+T+8%2F1%2C+T+11%2F1%2C+ProT+200+KARCHER+2.889-099.0`; _edrone.product_images = `https%3A%2F%2Ferpixkarcher24.pl%2F7558%2Ffiltr-glowny-t-71-t-81-t-111-prot-200-karcher-2889-0990.jpg`; _edrone.product_ids = `2408`; _edrone.product_skus = `2.889-099.0`; _edrone.product_category_ids = `2%7E82%7E84%7E87%7E212`; _edrone.product_urls = `https%3A%2F%2Ferpixkarcher24.pl%2Ffiltry-domowe-do-odkurzaczy-karcher%2F2408-filtr-glowny-t-71-t-81-t-111-prot-200-karcher-2889-0990-4054278094670.html`; _edrone.product_category_names = `Strona+g%C5%82%C3%B3wna%7EAkcesoria+do+odkurzaczy+Karcher%7EDomowe%7EFiltry%7ERaty+0%25`; _edrone.action_type = `product_view`; _edrone.product_counts = `0`; _edrone.base_payment_value = `58.53`; _edrone.base_currency = `PLN`; _edrone.city = ``; _edrone.country = ``; _edrone.phone = ``; _edrone.product_brand_ids = `2`; _edrone.product_brand_names = `K%C3%A4rcher`;
  • -17,00 zł
Filtr główny, T 7/1, T 8/1, T 11/1, ProT 200 KARCHER 2.889-099.0
  • Filtr główny, T 7/1, T 8/1, T 11/1, ProT 200 KARCHER 2.889-099.0
keyboard_arrow_left keyboard_arrow_right

Filtr główny, T 7/1, T 8/1, T 11/1, ProT 200 KARCHER 2.889-099.0

2.889-099.0
Opinie

5.731-649.0

72,00 zł
55,00 zł Zniżka 17,00 zł

Podana cena to cena brutto.

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

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

Opis

Stacjonarny filtr główny, T 7/1, T 8/1, T 11/1, ProT 200

Solidny i trwały: stały główny kosz filtrujący wykonany z włókniny. Zrównoważony kosz filtrujący można prać ręcznie w temperaturze 30°C i używać ponownie. Zawartość: 1 szt.

FILTR HEPA 13 DO DS 5.800/ DS 6 2.860-273.0

Do ogólnego użytku jako filtr główny, urządzenie może działać z lub bez worka filtracyjnego.

kompatybilne urządzenia

  • T 11/1 Classic
  • T 7/1 Classic
  • T 7/1 Classic Adv
  • T 8/1 L

ZAUFAJ SPRAWDZONEJ MARCE!

Dane techniczne
2.889-099.0

Opis

Wymiary (dł. x szer. x wys.) (mm)
290 x 265 x 60
Waga z opakowaniem (kg)
0,1
_tsProductReviewsConfig = { 'tsid': 'X65532433705F2390F9774E6EF45BE42C', 'sku': ['2.889-099.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ę

Filtr główny, T 7/1, T 8/1, T 11/1, ProT 200 KARCHER 2.889-099.0

5.731-649.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();