1
    1
    Almost There!
    AS-20 Automatic Day Night Switch – 20A Photocell Light Sensor
    AS-30 Automatic Day Night Switch – 30A Photocell Light Sensor
    1 X 1,499.00 = 1,499.00
    Save 1,500.00
    🚚 FREE SHIPPING
    ⏰ Hurry Up!
    10:00
    Complete your checkout before the timer ends.
    (function(){ var duration = 600; // 10 minutes var endTime = localStorage.getItem('zz_timer_end'); if(!endTime){ endTime = Date.now() + duration * 1000; localStorage.setItem('zz_timer_end', endTime); } function updateTimer(){ var remaining = Math.max(0, Math.floor((endTime - Date.now())/1000)); var minutes = Math.floor(remaining/60); var seconds = remaining % 60; var timer = document.getElementById('zzmarts-timer'); if(timer){ timer.innerHTML = String(minutes).padStart(2,'0') + ':' + String(seconds).padStart(2,'0'); } if(remaining <= 0){ localStorage.removeItem('zz_timer_end'); } } updateTimer(); setInterval(updateTimer,1000); })();