⚡ Free Next-Day Delivery • 24/7 Support • Legendary Service

Voltas 1.5 Ton 5 Star Inverter Split AC

₹25,000.00

🔥 Bestseller
  • Brand Warranty can be availed using amazon invoice. User manual can be accessed from brand website
  • Capacity: 1.5 ton Suitable for medium sized rooms (111 to 150 sq ft); Ambient Temperature: 52 degree Celsius
  • Energy Rating: 5 Star | Best in class efficiency | Annual Energy Consumption (as per energy label): 758.96 Watts | ISEER Value: 5
  • Manufacturer Warranty: 5 Years Comprehensive Warranty on the Product for the purchases done from 19th Sep'25 to 30th Nov'25, 10 Years Warranty on Inverter Compressor, 5 Years Warranty on PCB for the purchases done from Jan 2025 onwards
No details available.
No specifications listed.
Not available.
No return policy specified.
const CART_COUNT = 'cart_count.php'; function updateCartCount() { fetch(CART_COUNT, { cache: 'no-store' }) .then(r => r.text()) .then(count => { const el = document.getElementById('cartCount'); if (el) el.innerText = count || 0; }); } document.addEventListener('DOMContentLoaded', updateCartCount);