GOTOOLS
GARTENGERÄTE Spezial Gartengeräte
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/gartengeraete","name":"GARTENGER\u00c4TE"}},{"@type":"ListItem","position":3,"item":{"@id":"\/gartengeraete\/spezial-gartengeraete","name":"Spezial Gartenger\u00e4te"}}]
}
Produkteigenschaften: Ideal zur Reinigung von Holzdielen und anderen weichen Oberflächen Zubehörwechsel einhändig und ohne Werkzeug durchführbar Teleskopstiel und zusätzlicher Zweithandgriff für komfortable Arbeitshaltung Zweithandgriff für eine einfache und praktische Handhabung GripZone - gummierte Anti-Vibrations-GriffflächeTechnische Daten: Arbeitsbreite: 16 cm Gewicht (ohne Akku): 3,5 kg Gewicht (mit Akku): 3,9 kgLieferumfang: 1x Ryobi 18 V ONE+ Akku-Oberflächenreiniger RY18PCB-0, 16 cm Arbeitsbreite 1x Universal-Walzenbürste (ohne Akku und Ladegerät)
Hersteller Techtronic Industries GmbH
Max-Eyth-Straße 10,
71364 Winnenden,
Deutschland https://www.ttigroup.com/ Ryobi 18 V ONE+ Akku-Oberflächenreiniger RY18PCB-0 ohne Akku und Ladegerät Artikel-Nr.: 5133004729 EAN: 4892210185587 Hersteller: RYOBI
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung: "
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
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.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "44ab4f6403c1550d501446c8e645deeb");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "44ab4f6403c1550d501446c8e645deeb");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand Zuletzt angesehen
Ryobi 18 V ONE+ Akku-Mitteldruckreiniger RY18PW22A-0 ohne Akku und Ladegerät 134,99 € Ryobi 18 V ONE+ Akku-Kettensäge Compact RY18CS20A-0, 20 cm ohne Akku und Lader 117,99 € Ryobi 18 V ONE+ Akku-Kehrmaschine R18SW3-0, 53 cm, ohne Akku und Ladegerät 187,99 € Ryobi 18 V ONE+ Akku-Heckenschere RY18HT50A-120, 50 cm, 1x 2,0 Ah Akku/Ladegerät 147,99 € Ryobi 18 V ONE+ Akku-Kreissäge R18CS-0, 165 mm, ohne Akku und Ladegerät 109,99 € Ryobi 18 V ONE+ Akku-Gartenschere RY18SCA-0, Schnittstärke 25 mm ohne Akku/Lader 118,99 € Ryobi 18 V ONE+ Akku-Fugenreiniger RY18PCA-0 inkl. Drahtbürste ohne Akku / Lader 119,99 € Ryobi 18 V ONE+ Akku-Bohrschrauber R18DD3-0, Drehmoment 50 Nm, ohne Akku / Lader 83,99 € Ryobi 18 V ONE+ Akku-Exzenterschleifer RROS18-0, 125 mm, ohne Akku und Lader 63,99 € Ryobi 18 V ONE+ Akku-Astschere OLP1832BX, 32 mm Schnittstärke ohne Akku / Lader 143,99 €
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});