ROBBY

Verfügbar

Kategorie

Emotional

Artikelnummer

KR26-01/CH

Barcode

4024023271557

Produktabmessungen (mm)

75 x 35 x 3 (L x B x H)

Gewicht

18.0 g

PACKING UNIT

6

€12.90
Verfügbare Menge: 1174

Der perfekte Begleiter für Technikliebhaber: lustiges Roboter-Design mit Hund als beweglicher Anhänger, gefertigt aus hochwertigem Metallguss, glänzend verchromt und farbenfroh emailliert. Ein origineller Metall Schlüsselanhänger für alle, die Technik mit Humor lieben. Ideal als Geschenk für Nerds, Geeks und Robotik-Fans. Verleiht jedem Schlüsselbund einen verspielten, modernen Look. Ein Must-have für alle Fans von cleverem Design und funktionalem Stil.

Schlüsselanhänger, Roboter mit Hund, Emaille, Metallguss, verchromt, glänzend, mehrfarbig

  • Einzigartiges Design – Roboter mit Hund, detailreich in Emaille und Metallguss gearbeitet.
  • Schlüsselanhänger ROBBY ist langlebig & robust und sorgt für Stabilität und edle Haptik.
  • Perfektes Geschenk und charmantes Accessoire für Technik- und Hundefans gleichermaßen.
  • Befestigt an qualitativ-hochwertigem Schlüsselring – damit weder Schlüsselbund, noch Schlüsselanhänger verloren geht.
//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]); } }); } });