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 = `RM+500+%C5%9ARODEK+DO+CZYSZCZENIA+SZK%C5%81A+W+KONCENTRACIE+O+ZAPACHU+LILIOWYM%2C+750ML+6.296-170.0`; _edrone.product_images = `https%3A%2F%2Ferpixkarcher24.pl%2F5221%2Frm-500-srodek-w-koncentracie-do-czyszczenia-szkla.jpg`; _edrone.product_ids = `1785`; _edrone.product_skus = `6.296-170.0`; _edrone.product_category_ids = `2%7E19%7E103%7E105%7E106%7E121%7E124%7E127%7E212`; _edrone.product_urls = `https%3A%2F%2Ferpixkarcher24.pl%2Fchemia-do-myjek-do-okien-marki-karcher%2F1785-rm-500-srodek-w-koncentracie-do-czyszczenia-szkla-4039784716155.html`; _edrone.product_category_names = `Strona+g%C5%82%C3%B3wna%7EMycie+okien%7EMyjki+do+okien%7EAkcesoria+do+myjek+do+okien+Karcher%7EChemia+do+myjek+do+okien+Karcher%7EChemia+i+%C5%9Brodki+czyszcz%C4%85ce+Karcher%7EChemia+do+myjek+do+okien+Karcher%7EChemia+do+czyszczenia+r%C4%99cznego+Karcher%7ERaty+0%25`; _edrone.action_type = `product_view`; _edrone.product_counts = `249`; _edrone.base_payment_value = `26.01`; _edrone.base_currency = `PLN`; _edrone.city = ``; _edrone.country = ``; _edrone.phone = ``; _edrone.product_brand_ids = `2`; _edrone.product_brand_names = `K%C3%A4rcher`;
  • -13,00 zł
RM 500 Karcher 6.296-170.0
  • RM 500 Karcher 6.296-170.0
keyboard_arrow_left keyboard_arrow_right

RM 500 ŚRODEK DO CZYSZCZENIA SZKŁA W KONCENTRACIE O ZAPACHU LILIOWYM, 750ML 6.296-170.0

6.296-170.0
Opinie

6.296-170.0

32,00 zł
19,00 zł Zniżka 13,00 zł

Podana cena to cena brutto.

Brutto
Najniższa cena w ciągu ostatnich 30 dni : 32,00 zł Najnizsza obniżka w ciągu ostatnich 30 dni : 19,00 zł
Ilość
Na magazynie

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

Opis

RM 500 ŚRODEK DO CZYSZCZENIA SZKŁA W KONCENTRACIE O ZAPACHU LILIOWYM, 750ML

Do czyszczenia wszystkich szklanych powierzchni. Usuwa uporczywe zabrudzenia, tłuste plamy i zanieczyszczenia emisyjne. Nie pozostawia smug. Limitowana edycja o zapachu liliowym.
RM 500 ŚRODEK DO CZYSZCZENIA SZKŁA W KONCENTRACIE O ZAPACHU LILIOWYM, 750ML 6.296-170.0

WŁAŚCIWOŚCI

  • Czyszczenie bez zacieków
  • Łagodny dla lakieru
  • Przyjemny, świeży zapach.
  • Dobre właściwości zwilżające
  • Może być stosowany także maualnie

ZAUFAJ SPRAWDZONEJ MARCE!

Logo Karcher.jpg

Dane techniczne
6.296-170.0
249 Przedmioty

Opis

Ciężar (kg)
0,6
_tsProductReviewsConfig = { 'tsid': 'X65532433705F2390F9774E6EF45BE42C', 'sku': ['6.296-170.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ę

RM 500 ŚRODEK DO CZYSZCZENIA SZKŁA W KONCENTRACIE O ZAPACHU LILIOWYM, 750ML 6.296-170.0

6.296-170.0

Napisz swoją opinię

CZĘSTO KUPOWANE Z TYM PRODUKTEM
6 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();