Caractéristiques du produit : La référence en forme de pistolet. Avec moteur sans balais. Plus de puissance. Plus de chaleur. Plus de durée de vie. Le pistolet le plus puissant de STEINEL est équipé d'un moteur sans balais puissant et très durable qui souffle l'air chaud à 4000 Pa avec une précision absolue sur la pièce à travailler. La température peut être réglée d'une seule main par paliers de 10°C à l'aide d'un joystick et lue à tout moment sur l'écran d'information LCD. Le réglage du débit d'air entre 150 et 500 l/min ainsi que la sélection des quatre programmes individuels sont tout aussi simples. Bien entendu, le ventilateur professionnel, qui ne pèse que 840 g, est parfaitement adapté aux chantiers et convient également aux "buses professionnelles" vissables.Données techniques : Puissance : 2300 W Réglage de la température : par paliers de 10°C r Joystick Affichage de la température : écran LCD Élément chauffant : chauffage céramique Fonction Loc : Oui Indicateur de chaleur résiduelle : Oui Élément chauffant remplaçable : Oui Protection contre le redémarrage : Non Fusible thermique : Oui Longueur du cordon : 3 m Dimensions (L x l x H) : 286 x 96 x 207 mm Alimentation électrique : 220 - 230 V / 50 - 60Contenu de la livraison : 1x Steinel souffleur d'air chaud HG 2520 E 1x mallette d'artisan
Fabricant STEINEL GmbH
Dieselstr. 80-84,
33442 Herzebrock-Clarholz,
Allemagne 05245/4480 Pistolet à air chaud Steinel HG 2520 E KF en mallette Artikel-Nr.: 110021188 EAN: 4007841351601 Hersteller: STEINEL SALE Dieser Artikel ist stark reduziert und daher von Gutscheinen und Rabatten ausgeschlossen.
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "02f0719c1fdafc72d4ad1d38c83006ad");
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", "fr_FR");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "02f0719c1fdafc72d4ad1d38c83006ad");
}
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
});