{"product_id":"ecostar-air-conditioner-es-24du01bc-gc-black-grey","title":"Ecostar Air Conditioner ES-24DU01BC \/ GC - BLACK \u0026 GREY","description":"\u003c!-- ACCORDION START --\u003e\n\u003cstyle\u003e\n.accordion-wrapper {\n  max-width: 900px;\n  font-family: Arial, sans-serif;\n}\n\n.accordion-item {\n  border: 1px solid #e5e5e5;\n  border-radius: 6px;\n  margin-bottom: 12px;\n  background: #fff;\n  overflow: hidden;\n}\n\n.accordion-header {\n  padding: 16px 18px;\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background: #fafafa;\n}\n\n.accordion-header:hover {\n  background: #f2f2f2;\n}\n\n.accordion-icon {\n  font-size: 18px;\n  font-weight: bold;\n}\n\n.accordion-content {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.3s ease;\n  color: #000;\n}\n\n.accordion-content-inner {\n  padding: 16px 18px;\n  font-size: 14px;\n  line-height: 1.7;\n  color: #333;\n}\n\n.accordion-content ul {\n  margin: 0;\n  padding-left: 18px;\n}\n\n.accordion-content li {\n  margin-bottom: 8px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion-wrapper\"\u003e\n\n  \u003c!-- PRODUCT INFORMATION --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Product Information\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cp\u003e\n          This 2 Ton inverter air conditioner is designed to deliver powerful cooling and reliable heating throughout the year.\n          Featuring a premium black finish and advanced inverter technology, it combines modern aesthetics with energy-efficient performance.\n          Smart control options and durable components ensure long-lasting comfort even in challenging voltage conditions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Key Features\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eElegant black finish for a premium and modern look\u003c\/li\u003e\n          \u003cli\u003eR32 refrigerant for efficient cooling with reduced environmental impact\u003c\/li\u003e\n          \u003cli\u003eSelf-cleaning evaporator for hygienic and fresh airflow\u003c\/li\u003e\n          \u003cli\u003eLabyrinth PCB design protects against dust, moisture, and rain\u003c\/li\u003e\n          \u003cli\u003eEnvironmental Protection Coating for enhanced durability\u003c\/li\u003e\n          \u003cli\u003eGold Fin coated evaporator and condenser to prevent corrosion\u003c\/li\u003e\n          \u003cli\u003e4D airflow system with strong double air intake for uniform cooling\u003c\/li\u003e\n          \u003cli\u003eWiFi-ready with USB connectivity for convenient mobile control\u003c\/li\u003e\n          \u003cli\u003eQuick cooling and heating with 65 Hz fast startup\u003c\/li\u003e\n          \u003cli\u003eOperates efficiently within a wide voltage range of 150-270V\u003c\/li\u003e\n          \u003cli\u003eMulti-health filters for cleaner and healthier air\u003c\/li\u003e\n          \u003cli\u003eSelf-diagnosis feature alerts when refrigerant level is low\u003c\/li\u003e\n          \u003cli\u003eAdvanced remote control design for easy and durable use\u003c\/li\u003e\n          \u003cli\u003eAI-based temperature control ensures precise comfort levels\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFORMANCE \u0026 WARRANTY --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Capacity, Performance \u0026amp; Warranty\n      \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"accordion-content\"\u003e\n      \u003cdiv class=\"accordion-content-inner\"\u003e\n        \u003cul\u003e\n          \u003cli\u003ePowerful 2 Ton cooling capacity for large spaces\u003c\/li\u003e\n          \u003cli\u003eHeat and cool functionality for year-round comfort\u003c\/li\u003e\n          \u003cli\u003eStable performance even under low voltage conditions\u003c\/li\u003e\n          \u003cli\u003eDesigned for long-term reliability and daily usage\u003c\/li\u003e\n          \u003cli\u003eBacked by a 10-year compressor warranty for peace of mind\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.querySelectorAll('.accordion-header').forEach(header =\u003e {\n  header.addEventListener('click', () =\u003e {\n    const content = header.nextElementSibling;\n    const icon = header.querySelector('.accordion-icon');\n\n    if (content.style.maxHeight) {\n      content.style.maxHeight = null;\n      icon.textContent = '+';\n    } else {\n      document.querySelectorAll('.accordion-content').forEach(c =\u003e {\n        c.style.maxHeight = null;\n        c.previousElementSibling.querySelector('.accordion-icon').textContent = '+';\n      });\n\n      content.style.maxHeight = content.scrollHeight + 'px';\n      icon.textContent = '−';\n    }\n  });\n});\n\u003c\/script\u003e\n\u003c!-- ACCORDION END --\u003e\n","brand":"Ecostar","offers":[{"title":"Black","offer_id":48600916033793,"sku":"ES-24DU01BC \/ GC - BLACK \u0026 GREY-1","price":195800.0,"currency_code":"PKR","in_stock":true},{"title":"Gray","offer_id":48600916066561,"sku":"ES-24DU01BC \/ GC - BLACK \u0026 GREY-2","price":195800.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/ECO-STAR-SPLIT-AC-ES-24DU01BC-600x600.png?v=1776438559","url":"https:\/\/evertrustappliances.com\/products\/ecostar-air-conditioner-es-24du01bc-gc-black-grey","provider":"EverTrust Appliances","version":"1.0","type":"link"}