MICRO MINE BLACK 10-ER

Verfügbar

Kategorie

Ersatzminen

Artikelnummer

99Z119

Barcode

4024023890055

Produktabmessungen (mm)

42 x 1 x 1 (L x B x H)

Gewicht

7.0 g

Next goods receipt

17.12.26

PACKING UNIT

1

Pieces

1000

€3.90
Verfügbare Menge: 394

TROIKA Ersatzminen sind bewährte Alltagshelfer, die als Retter in der Not fungieren, wenn die alte Mine Ihres Stiftes den Geist aufgibt.

Ersatzmine SCHWARZ für CONSTRUCTION Microkugelschreiber, Ersatzmine (KYL25/.., PIP25/.., KYP25/..), Set (10 Stück), schwarze Schreibpaste (Made in Germany), Stahl, schwarz

  • 5er Pack von TROIKA – für ein angenehmes Schreibgefühl ohne Auslaufen
  • Speziell für TROIKA MICRO CONSTRUCTION Kuli, Strichstärke M – ca. 1 mm
  • Schreiblänge ca. 280 m — hochwertige Tinte/Schreibpaste "Made in Germany".
  • Ideales Set zum Nachfüllen des Multitasking-Schlüsselanhängers – damit man für schnelle Notizen unterwegs immer und dauerhaft gewappnet ist.
//clear address selection during checkout $(document).ready(function() { if (window.location.pathname === '/orders/confirm_order') { $('#order_addressbook_id').val('').trigger('change'); } }); var windowLocation = window.location.href; if (windowLocation.indexOf('lvh.me') < 0 && windowLocation.indexOf('business.troika.de') < 0) { window.location.replace("https://business.troika.de" + window.location.pathname ); } //Translate extra field names $(document).ready(function () { if (window.location.pathname.startsWith('/products/view')) { const translations = { "Next goods receipt": { de: "Nächster Wareneingang", es: "Próxima recepción de mercancías", fr: "Prochaine réception de marchandises", nl: "Volgende goederenontvangst", it: "Prossimo ricevimento merci" }, "Pieces": { de: "Wareneingangsmenge", en: "Incoming qty", es: "Cant. prevista", fr: "Qté attendue", nl: "Verw. aantal", it: "Qtà prevista" }, "PACKING UNIT": { de: "Verpackungseinheit", es: "Unidad de embalaje", fr: "Unité d'emballage", nl: "Verpakkingseenheid", it: "Unità di imballaggio" } }; const lang = $('html').attr('lang')?.substring(0, 2); $('.product-info_label').each(function () { const label = $(this).text().trim(); if (translations[label] && translations[label][lang]) { $(this).text(translations[label][lang]); } }); } });