{"product_id":"homage-semi-automatic-eco-wash-washing-machine","title":"Homage Washing Machine HWM-49102-PLASTIC","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: #ffffff;\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: #f8f8f8;\n}\n\n.accordion-header:hover {\n  background: #efefef;\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.35s ease;\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!-- OVERVIEW --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Product Overview\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        This latest 10KG washing machine is designed for powerful performance,\n        quiet operation, and long-lasting durability. With a heavy-duty plastic\n        body and advanced wash technologies, it delivers deep cleaning while\n        remaining rust-proof and energy efficient.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WASH TECHNOLOGY --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Wash Technology \u0026amp; Performance\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\u003e10 KG Washing Capacity\u003c\/li\u003e\n          \u003cli\u003eAnti-Bacterial Wash for hygienic cleaning\u003c\/li\u003e\n          \u003cli\u003eBubble Wash technology for better stain removal\u003c\/li\u003e\n          \u003cli\u003eJust-in-Time (JIT) wash optimization\u003c\/li\u003e\n          \u003cli\u003eMuscular Drum for powerful water movement\u003c\/li\u003e\n          \u003cli\u003eBig Pulsator for smart and deep wash\u003c\/li\u003e\n          \u003cli\u003eNight Wash Programme for low-noise operation\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BUILD \u0026 DURABILITY --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Build Quality \u0026amp; Durability\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\u003eFully Plastic Body, Rust Proof\u003c\/li\u003e\n          \u003cli\u003eDouble-Layer Heavy-Duty Construction\u003c\/li\u003e\n          \u003cli\u003eHigh Efficiency with Low Noise Performance\u003c\/li\u003e\n          \u003cli\u003eHeavy-Duty design for long-term use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MOTOR \u0026 GENERAL INFO --\u003e\n  \u003cdiv class=\"accordion-item\"\u003e\n    \u003cdiv class=\"accordion-header\"\u003e\n      Motor \u0026amp; General Specifications\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 Motor for consistent washing performance\u003c\/li\u003e\n          \u003cli\u003eLow Noise Operation\u003c\/li\u003e\n          \u003cli\u003eLatest Model Design\u003c\/li\u003e\n          \u003cli\u003eColor: White\u003c\/li\u003e\n          \u003cli\u003eBrand Warranty Included\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":"HOMAGE","offers":[{"title":"Default Title","offer_id":48600945131777,"sku":"HWM-49102-PLASTIC","price":29000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/48.jpg?v=1776438713","url":"https:\/\/evertrustappliances.com\/products\/homage-semi-automatic-eco-wash-washing-machine","provider":"EverTrust Appliances","version":"1.0","type":"link"}