GOTOOLS
WERKSTATTWAGEN UND ZUBEHÖR Zubehör Werkstattwagen
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/werkstattwagen-und-zubehoer","name":"WERKSTATTWAGEN UND ZUBEH\u00d6R"}},{"@type":"ListItem","position":3,"item":{"@id":"\/werkstattwagen-und-zubehoer\/zubehoer-werkstattwagen","name":"Zubeh\u00f6r Werkstattwagen"}}]
}
Produkteigenschaften: Langlebige Schaumstoffeinlage 2-farbig zur schnellen Erkennung von fehlenden Teilen geeignet für den Tool Rebel Werkstattwagen bestückt mit 21 Wera Bitnüssen, 3/8", und 1 Zyklop-Verbindungsteil mit Schnellwechselfutter für ¼" Bits.Technische Daten: 1x 9723 Schaumstoffeinlage Zyklop B 3/8" Bitnuss Set 1, 22-teilig 1x 8784 B1 Zyklop-Verbindungsteil, 3/8": 1/4"x3/8"x44.0 10x 8767 B HF TORX® Zyklop Bitnuss mit 3/8"-Antrieb, mit Haltefunktion: TX 15x35.0, TX 20x35.0, TX 25x35.0, TX 25x107.0, TX 27x35.0, TX 27x107.0, TX 30x35.0, TX 30x107.0, TX 40x35.0, TX 40x107.0 11x 8740 B HF Zyklop Bitnuss mit 3/8"-Antrieb, mit Haltefunktion für Innensechskantschrauben: 4.0x35.0, 4.0x107.0, 5.0x35.0, 5.0x107.0, 6.0x35.0, 6.0x107.0, 7.0x38.5, 8.0x38.5, 8.0x100.0, 10.0x38.5, 10.0x100.0 1x 9823 Schaumstoffeinlage Zyklop B 3/8" Bitnuss Set 1, ohne Werkzeug: 172.0x30.0x392.0Lieferumfang: 1x Wera 9723 Schaumstoffeinlage Zyklop B 3/8" Bitnuss Set 1
Hersteller Wera Werkzeuge GmbH
Korzerter Str. 21-25,
42349 Wuppertal,
Deutschland 0202/40450 Wera 9723 Schaumstoffeinlage Zyklop B 3/8" Bitnuss Set 1 Artikel-Nr.: 05150113001 EAN: 4013288225313 Hersteller: WERA
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.plentymarkets.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", "8979e56484f004463268cbb840bb2c8e");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.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", "8979e56484f004463268cbb840bb2c8e");
}
Versandkostenfreie Lieferung in DE ab 100€ Kostenloser Rückversand EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
$(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
});