TALEC | Shop Dill Khol KTALEC | Shop Dill Khol KTALEC | Shop Dill Khol K

custom html

<div class="checkout-status">
<div class="checkout-counter">
<span class="counter-value" id="counter-value">31</span>
<span class="counter-label">people are checking out...</span>
</div>
</div>

<style>
.checkout-status {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 18px;
}

.checkout-counter {
display: inline-flex;
align-items: center;
background-color: #008000;
border: 1px solid #ddd;
border-radius: 50px;
padding: 10px 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.counter-value {
font-size: 22px;
font-weight: bold;
color: #FFFFFF;
margin-right: 10px;
}

.counter-label {
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
}

.checkout-counter:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transform: scale(1.05);
transition: all 0.3s ease-in-out;
}
</style>

<script>
let counterValue = document.getElementById("counter-value");
let min = 13;
let max = 32;

setInterval(function() {
let randomValue = Math.floor(Math.random() * (max - min + 1)) + min;
counterValue.textContent = randomValue;
}, 3000);
</script>
Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
January,February,March,April,May,June,July,August,September,October,November,December
Not enough items available. Only [max] left.
Shopping cart

Your cart is empty.

Return To Shop

Add Order Note Edit Order Note
Add A Coupon

Add A Coupon

Coupon code will work on checkout page