wird geladen
Handfeger weich 350mm rot
wird geladen
Handfeger weich 350mm rot
Variante
40899
Wir bieten Ihnen den günstigsten Preis1)
1)Sie haben diesen Artikel woanders günstiger gesehen?Jetzt kontaktieren!
Lieferzeit: 10 bis 14 Tage
15,70 €
Inhalt
1 Stück
inkl. MwSt.
zzgl.
Versandkosten
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/cxrf5j7nrw5q/plugin/100/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-merchant-id", "94NALQ5RKZB6W");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons(
'1368605513',
'paypal',
'pay',
'rect' ,
'silver'
)
});
} else {
renderPayPalButtons(
'1368605513',
'paypal',
'pay',
'rect' ,
'silver'
)
}
Artikelbeschreibung
Gut geeignet für Bereiche in der Lebensmittelindustrie zur Entfernung feiner Partikel, z.B. Mehl. Wir meist mit der Kehrschaufel 5660 verwendet. Für Farbkodierung geeignet.
Hergestellt nach den neuesten EU Richtlinien 2023/2006/EC (GMP): Ja
FDA konforme Rohstoffe (CFR 21): Ja
Entspricht (EG) 1935/2004 über Lebensmittelkontaktmaterialien¹: Ja
Erfüllt die Anforderungen der REACH-Verordnung (EG) Nr. 1907/2006: Ja
Ist Halal konform: Ja
Technische Daten
- Breite: 35 mm
- Höhe: 110 mm
- Länge: 330 mm
- Borstenlänge: 50 mm
- Borstenhärte: Weich
- Max. Reinigungstemperatur (Autoklave): 121 °C
- Max. Reinigungstemperatur (Spülmaschine): 93 °C
- Max. Verwendungstemperatur (kein Lebensmittelkontakt): 100 °C Min.
- Gebrauchtemperatur: -20 °C
- Max. Verwendungstemperatur (Lebensmittelkontakt): 100 °C
- Material: Polypropylen; Polyester; Edelstahl
Farbe | Rot |
Variantenübersicht
const STYLES_AMAZON_PAY_ARTICLE = `
.amazonpay-button-view3 {display: none;}
.amazonpay-button-view1 {background: #eee; border: 1px solid #eee; border-radius: 4px;}
.amazonpay-button-view1-ink:hover {background: #eee;}
.amazonpay-button-chevrons {display:none;}
@media only screen and (min-width: 75px) {.amazonpay-button-view1 {height: 25px !important;}}
@media only screen and (min-width: 150px){.amazonpay-button-view1 {height: 25px !important;}}
@media only screen and (min-width: 200px){.amazonpay-button-view1 {height: 35px !important;}}
@media only screen and (min-width: 300px){.amazonpay-button-view1 {height: 45px !important;}}
`;
function modifyAmazonPayArticleButton(){
setInterval(function(){
const button = document.querySelector('[id="amazon-add-cart-button-0"]');
if(button) {
if(button.shadowRoot.querySelector('#custom-button-style')) return;
const style = document.createElement('style');
style.innerHTML = STYLES_AMAZON_PAY_ARTICLE;
style.id = 'custom-button-style';
button.shadowRoot.appendChild(style);
}
}, 200);
}
modifyAmazonPayArticleButton();