Whirlpool 1.5 Ton 5 Star, Magicool Inverter Split AC

Performance Excellent

Cooling Capacity: 4800 Watts

Power Input: 1165 Watt

EER (Energy Efficiency Ratio): 5.1 W/W

Power Requirements: 230 V

Noise Good

Indoor Noise Level (Low): 42 dB

Outdoor Noise Level (Low): 54 dB

Cooling & Modes Excellent

Sleep Mode: Yes

Other Modes: 5 in 1 Convertible

Remote Control Very Good

Remote: Yes

Filters & Build Excellent

Other Filters: HD Filter

Convenience Features Very Good

Auto Restart: Yes

Auto Clean: Yes

Front Panel Display: Yes

Timer: Yes

Additional Features: BLDC Motor

Other Convenience Features: 6th Sense Technology

Amazon

₹35999

Flipkart

35999

Might be you like

Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });