Cyber Monday bei HorSeven – Spare Groß bei Pferdedecken & Zubehör!

Unsere Cyber Monday Deals sind die perfekte Gelegenheit, sich selbst oder deinem Pferd etwas zu gönnen. Mit Angeboten auf Produkte von führenden Herstellern wie Horseware, Bucas und Eskadron ist Qualität und Zufriedenheit garantiert. Aber beeile dich – diese Angebote gelten nur für kurze Zeit und nur solange der Vorrat reicht!


Freue dich schon jetzt auf sensationelle Angebote beim nächsten 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("December, 2 2024 00:00:00"), }); timer.startTimer();

bis zu unseren unwiderstehlichen Cyber Deals!


Unschlagbare Angebote: Qualität, die keinen Rabatt braucht!

Top Marken zum kleinen Preis

Bei HorSeven verstehen wir die Bedürfnisse von Reitern und ihren Pferden. Deshalb bieten wir nur Produkte an, die wir selbst nutzen und lieben. Profitiere von unserem Expertenwissen und sichere dir am Cyber Monday die besten Produkte für dein Pferd zu einmaligen Preisen. Shoppe jetzt und erlebe, warum HorSeven der bevorzugte Shop für Pferdedecken und Zubehör ist. Dein Pferd und dein Portemonnaie werden es dir danken!