-
Sale!
110.00 د.إ Original price was: 110.00 د.إ.55.00 د.إCurrent price is: 55.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪115+ bought in this month
Instant Help
03:00:00
// Countdown Timer (3 hours)
function startCountdown() {
const countdownElement = document.getElementById('countdown');
let countdownTime = 3 * 60 * 60; // 3 hours in seconds
const interval = setInterval(() => {
const hours = Math.floor(countdownTime / 3600);
const minutes = Math.floor((countdownTime % 3600) / 60);
const seconds = countdownTime % 60;
countdownElement.textContent =
`${hours.toString().padStart(2, '0')}:${minutes.toString().padStart(2, '0')}:${seconds.toString().padStart(2, '0')}`;
countdownTime--;
if (countdownTime < 0) {
countdownTime = 3 * 60 * 60; // Reset to 3 hours after reaching 0
}
}, 1000);
}
// Initialize countdown
startCountdown();
.countdown {
font-size: 36px;
font-weight: bold;
margin: 20px 0;
color: #FFEA00;
text-align: center;
}
-
Sale!
135.00 د.إ Original price was: 135.00 د.إ.59.00 د.إCurrent price is: 59.00 د.إ.
- Premium Quality
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪
55+ bought in this month
Instant Help
-
Sale!
120.00 د.إ Original price was: 120.00 د.إ.59.00 د.إCurrent price is: 59.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪
115+ bought in this month
Instant Help
-
Sale!
100.00 د.إ Original price was: 100.00 د.إ.59.00 د.إCurrent price is: 59.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪115+ bought in this month
Instant Help
-
Sale!
120.00 د.إ Original price was: 120.00 د.إ.69.00 د.إCurrent price is: 69.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪
200+ bought in this month
Instant Help
-
Sale!
150.00 د.إ Original price was: 150.00 د.إ.79.00 د.إCurrent price is: 79.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪115+ bought in this month
Instant Help
-
Sale!
150.00 د.إ Original price was: 150.00 د.إ.89.00 د.إCurrent price is: 89.00 د.إ.
- Premium Quality
- Extended Battery Life
- Self Cleaning
- Integral Waterproof Structure
CASH ON DELIVERY ALL OEVR UAE 🇦🇪115+ bought in this month
Instant Help