Your new E-Bike in interest-free installments! - Find out now
Your new E-Bike in interest-free installments! - Find out now
5% NO 20% SHIP GIFT 10% SPIN THE WHEEL You win! ???? ---
OK (function() {const wheel = document.getElementById('main-wheel');const btn = document.getElementById('spin-btn-fixed');const modal = document.getElementById('modal-win');const code = document.getElementById('win-code');const prizes = ["5% DISCOUNT", "TRY AGAIN", "20% OFF", "FREE SHIPPING", "SURPRISE GIFT", "10% OFF"];let currentDeg = 0;btn.onclick = function() {btn.disabled = true;modal.style.display = 'none';const winIndex = Math.floor(Math.random() * 6);const extraDeg = 1800; giriconst stopDeg = (360 - (winIndex * 60)) % 360;currentDeg += extraDeg + stopDeg;wheel.style.transform = "rotate(" + currentDeg + "deg)";setTimeout(() => {code.innerText = prizes[winIndex];modal.style.display = 'block';btn.disabled = false;}, 4100);};})();