$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Produktbeschreibung:12,5 mm (1/2")-Vierkantantriebbestückt mit hochwertigen Werkzeugen in Handwerker- und Industriequalität Inhalt: 1 Hebel-Umschaltknarre (2-Komponenten-Griff - Nussverriegelungsfunktion mit Druckknopfauslösung - 36 Zähne - Rückschwenkwinkel 10°) je 1 6-kant- Steckschlüssel-Einsatz 12,5 mm (1/2")-Vierkantantrieb SW 8 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18 / 19 / 21 / 22 / 24 mm je 1 Ring-Maulschlüssel SW 6 / 7 / 8 / 9 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18 / 19 1 Kombizange 180 mm 1 Wasserpumpenzange 240 mm je 1 Schraubendreher für Schlitzschrauben 3,0 / 5,5 / 8,0 mm je 1 Schraubendreher für Schrauben mit Kreuzschlitz (PH) Gr. 1 / 2 1 Spannungsprüfer 125-250 Volt~ 1 6-kant Stiftschlüsselsatz (8-tlg.) von 1,5 bis 8 mm für Schrauben mit Innensechskant-Profil 1 Stiftschlüsselsatz (8-tlg.) für Schrauben mit Innen-TORX®-Profil Gr. T 9 / 40 1 Schlosserhammer 300 g 1 Kardangelenk je 1 Verlängerung 125 / 250 mm 1 Gleitstück mit Vierkant 12,5 mm (1/2") je 1 Zündkerzen-Einsatz 16 / 18 / 21 mm Lieferung im schlagfesten KunststoffkofferTechnische Daten:Inhalt: 47-teilig Ausführung: im Kunststoffkoffer Bestückung: 4-24 mmMarke: PROMATLieferumfang:1x Werkzeugkoffer 47-teilig im Kunststoffkoffer 4-24 mm
- Hersteller
- pro Sales GmbH
-
Ferdinand-Porsche-Str. 16,
63500 Seligenstadt,
Deutschland
- 06182-993870
Werkzeugkoffer 47-teilig im Kunststoffkoffer 4-24 mm
- Artikel-Nr.: 4000820631
- EAN: 4015448716006
- Hersteller: NORDWEST
Nicht lagernd
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", "c65bf48c7b15708221ba5f21f07d3d6b");
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", "c65bf48c7b15708221ba5f21f07d3d6b");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
$(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
});