Cyber Monday Angebote - Exklusive Rabatte auf Reitsportartikel!

Von hochwertiger Reitbekleidung bis hin zu unverzichtbarem Pferdezubehör, bei uns findest du alles, was das Reiterherz begehrt – zu Preisen, die du nicht widerstehen kannst. Unsere Cyber Monday Deals sind die perfekte Gelegenheit, um deine Ausrüstung aufzurüsten oder ein frühzeitiges Weihnachtsgeschenk für deine liebsten Pferdefreunde zu sichern. Aber beeile dich – diese Rabatte gibt es nur einmal im Jahr und nur solange der Vorrat reicht.


Freue dich schon jetzt auf sensationelle Angebote an Cyber Monday - noch

// class to create a countdown timer class CountdownTimer { // setup timer values constructor({ selector, targetDate, backgroundColor = null, foregroundColor = null }) { this.selector = selector; this.targetDate = targetDate; this.backgroundColor = backgroundColor; this.foregroundColor = foregroundColor; // grab divs on frontend using supplied selector ID this.refs = { days: document.querySelector(`${this.selector} [data-value="days"]`), hours: document.querySelector(`${this.selector} [data-value="hours"]`), mins: document.querySelector(`${this.selector} [data-value="minutes"]`), secs: document.querySelector(`${this.selector} [data-value="seconds"]`), }; } getTimeRemaining(endtime) { const total = Date.parse(endtime) - Date.parse(new Date()); const days = Math.floor(total / (1000 * 60 * 60 * 24)); const hours = Math.floor((total / (1000 * 60 * 60)) % 24); const mins = Math.floor((total / 1000 / 60) % 60); const secs = Math.floor((total / 1000) % 60); return { total, days, hours, mins, secs, }; } updateTimer({ days, hours, mins, secs }) { this.refs.days.textContent = days; this.refs.hours.textContent = hours; this.refs.mins.textContent = mins; this.refs.secs.textContent = secs; } updateColors() { if (this.backgroundColor != null) { this.refs.days.style.background = this.backgroundColor; this.refs.hours.style.background = this.backgroundColor; this.refs.mins.style.background = this.backgroundColor; this.refs.secs.style.background = this.backgroundColor; } if (this.foregroundColor != null) { this.refs.days.style.color = this.foregroundColor; this.refs.hours.style.color = this.foregroundColor; this.refs.mins.style.color = this.foregroundColor; this.refs.secs.style.color = this.foregroundColor; } } startTimer() { const timer = this.getTimeRemaining(this.targetDate); this.updateTimer(timer); this.updateColors(); setInterval(() => { const timer = this.getTimeRemaining(this.targetDate); this.updateTimer(timer); }, 1000); } } const timer = new CountdownTimer({ selector: "#clock1", targetDate: new Date("Dezember, 01 2025 00:00:00"), }); timer.startTimer();

bis zu unseren unwiderstehlichen Cyber Deals!


Top Marken zum kleinen Preis


Tauche ein in die Welt des Reitsports mit Horse Shop Landenhausen und erlebe Shopping wie nie zuvor. Entdecke jetzt die besten Angebote des Jahres und lass dich von unseren unschlagbaren Preisen begeistern!

Starte jetzt deine Shopping-Tour und erlebe die besten Cyber Deals, die Horse Shop Landenhausen zu bieten hat.