HEADPHONE

Verfügbar

Kategorie

Emotional

Artikelnummer

KR17-07/GM

Barcode

4024023119576

Produktabmessungen (mm)

70 x 25 x 13 (L x B x H)

Gewicht

20.0 g

Next goods receipt

22.10.26

PACKING UNIT

6

Pieces

2112

€12.90
Verfügbare Menge: 538

Ausgefallene Kopfhörer sind längst zum Modeaccessoire und Lifestyle-Attribut geworden. HEADPHONE macht den Look jetzt schlüsselfertig – wertig und mit Liebe zum Detail: Die kleinen Ohrmuscheln sind aus softem Silikon. Nicht nur für Musiker und stille Genießer.

Schlüsselanhänger, Kopfhörer, Metallguss, Silikon, matt, gunmetal

  • Wertig und mit Liebe zum Detail gefertigt
  • ein schönes Geschenk, das sich nicht nur für Musiker und stille Genießer eignet
  • Trend-Kopfhörer – angelehnt an die Originalen, mit kleinen Ohrmuscheln aus weichem Silikon.
  • Design von der TROIKA Design Werkstatt – kreatives und ungewöhnliches Design. Trendig und stylisch, hohe Qualität.
//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]); } }); } });