- Bequem zu tragen
- Mund und Augen geschlossen
- Passt immer
- Weiches Material
- Für BDSM-Anwendungen
- Farbe: Schwarz
- Material: Spandex
{ let items = JSON.parse(localStorage.getItem('recentlyViewedProducts') || '[]'); // If the product already exists we first remove it if (items.includes(7170517205192)) { items.splice(items.indexOf(7170517205192), 1); } items.unshift(7170517205192); // Then, we save the current product into the local storage, by keeping only the 18 most recent try { localStorage.setItem('recentlyViewedProducts', JSON.stringify(items.slice(0, 18))); } catch (error) { // Do nothing, this may happen in Safari in incognito mode } })();
Sie können auch mögen
zuletzt angesehen
- Wird in einem neuen Fenster geöffnet