<div id="promo-banner" style="background-color:#c62828; color: white; font-family: sans-serif; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; font-size: 16px;">
  
  <div style="flex: 1;">
    <strong>-25% OFF ON ALL CLOTHES</strong>
  </div>

  
  <div style="flex: 1; display: flex; background-color: white; color: black; border-radius: 3px; overflow: hidden; max-width: 300px;">
    <div style="background-color: #e0e0e0; padding: 8px 12px; font-weight: bold;">
      MOSKI25
    </div>
    <div style="padding: 8px 12px;">
      Aktiviraj kodo znižanja
    </div>
  </div>

  
  <div style="flex: 1; text-align: right;">
    <span>Only for: </span>
    <span id="hours" style="font-weight: bold;">00</span> Hours
    <span id="minutes" style="font-weight: bold;">00</span> Minutes
    <span id="seconds" style="font-weight: bold;">00</span> Seconds
  </div>
</div>

 <script type="litespeed/javascript">function startCountdown(duration){const hoursSpan=document.getElementById("hours");const minutesSpan=document.getElementById("minutes");const secondsSpan=document.getElementById("seconds");let timer=duration;setInterval(()=>{let hours=Math.floor(timer/3600);let minutes=Math.floor((timer%3600)/60);let seconds=timer%60;hoursSpan.textContent=hours.toString().padStart(2,'0');minutesSpan.textContent=minutes.toString().padStart(2,'0');secondsSpan.textContent=seconds.toString().padStart(2,'0');if(timer>0){timer--}},1000)}
window.onload=()=>{startCountdown(48627)}</script> 

				
			
Scroll to Top