{"product_id":"pel-washing-machine-pwm-900","title":"Pel Washing Machine PWM-900 | PWM-1100","description":"\u003c!-- MERGED ACCORDION START --\u003e\n\u003cstyle\u003e\n.custom-accordion {\n  max-width: 900px;\n  font-family: Arial, sans-serif;\n}\n\n.acc-item {\n  border: 1px solid #e3e3e3;\n  border-radius: 6px;\n  margin-bottom: 12px;\n  overflow: hidden;\n}\n\n.acc-header {\n  background: #f6f6f6;\n  padding: 16px 20px;\n  font-size: 15px;\n  font-weight: 600;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  transition: background 0.3s;\n}\n\n.acc-header:hover {\n  background: #ececec;\n}\n\n.acc-icon {\n  font-size: 18px;\n  transition: transform 0.3s;\n}\n\n.acc-content-wrap {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s ease;\n}\n\n.acc-content {\n  padding: 18px 20px;\n  font-size: 14px;\n  line-height: 1.7;\n  color: #000;\n}\n\n.acc-content ul {\n  padding-left: 20px;\n  margin: 0;\n  list-style-type: disc; \/* Bullets as disc *\/\n}\n\n.acc-content li {\n  margin-bottom: 8px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- Information --\u003e\n  \u003cdiv class=\"acc-item\"\u003e\n    \u003cdiv class=\"acc-header\"\u003e\n      Information\n      \u003cspan class=\"acc-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-content-wrap\"\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003ePAWM-900:\u003c\/strong\u003e Fully automatic washing machine with 10 water levels, touch control panel, tempered glass door with damper. Ideal for medium to large families, providing convenience, safety, and reliable performance.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003ePWM-1100:\u003c\/strong\u003e Fully automatic washing machine with higher capacity for larger households, multiple wash programs, automatic water level adjustment, intelligent controls, energy efficient, and low noise operation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features --\u003e\n  \u003cdiv class=\"acc-item\"\u003e\n    \u003cdiv class=\"acc-header\"\u003e\n      Key Features\n      \u003cspan class=\"acc-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-content-wrap\"\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e10 water levels for PAWM-900\u003c\/li\u003e\n          \u003cli\u003eAutomatic water inlet for PAWM-900\u003c\/li\u003e\n          \u003cli\u003eTouch \u0026amp; Go operation (PAWM-900)\u003c\/li\u003e\n          \u003cli\u003eDelay start (PAWM-900 \u0026amp; PWM-1100)\u003c\/li\u003e\n          \u003cli\u003eChild lock for safety (both models)\u003c\/li\u003e\n          \u003cli\u003eMemory backup (PAWM-900)\u003c\/li\u003e\n          \u003cli\u003eTempered glass door with damper (PAWM-900)\u003c\/li\u003e\n          \u003cli\u003eSoft-touch control panel (PAWM-900)\u003c\/li\u003e\n          \u003cli\u003eLarge capacity drum for PWM-1100\u003c\/li\u003e\n          \u003cli\u003eMultiple wash programs (PWM-1100)\u003c\/li\u003e\n          \u003cli\u003eAutomatic water level adjustment (PWM-1100)\u003c\/li\u003e\n          \u003cli\u003eLow noise \u0026amp; vibration control (PWM-1100)\u003c\/li\u003e\n          \u003cli\u003eEnergy efficient performance (PWM-1100)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Technical Specifications --\u003e\n  \u003cdiv class=\"acc-item\"\u003e\n    \u003cdiv class=\"acc-header\"\u003e\n      Technical Specifications\n      \u003cspan class=\"acc-icon\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"acc-content-wrap\"\u003e\n      \u003cdiv class=\"acc-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003ePAWM-900: Model PAWM-900, 220V ~ 50Hz, Water Input 0.03~0.78 MPa, Wash 380W \/ Spin 260W, IPX4, Weight 34kg, 555x560x960 mm, 10 programs, Motor Warranty 10Y, Parts Warranty 1Y\u003c\/li\u003e\n          \u003cli\u003ePWM-1100: Model PWM-1100, 220V ~ 50Hz, Fully Automatic, Multiple Wash Modes, Waterproof IPX4, Designed for medium to large families\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('.acc-header').forEach(header =\u003e {\n  header.addEventListener('click', () =\u003e {\n    const content = header.nextElementSibling;\n    const icon = header.querySelector('.acc-icon');\n\n    if (content.style.maxHeight) {\n      content.style.maxHeight = null;\n      icon.textContent = '+';\n    } else {\n      \/\/ Close all other accordions\n      document.querySelectorAll('.acc-content-wrap').forEach(item =\u003e {\n        item.style.maxHeight = null;\n        item.previousElementSibling.querySelector('.acc-icon').textContent = '+';\n      });\n\n      content.style.maxHeight = content.scrollHeight + 'px';\n      icon.textContent = '−';\n    }\n  });\n});\n\u003c\/script\u003e\n\u003c!-- MERGED ACCORDION END --\u003e\n","brand":"PEL","offers":[{"title":"PWM-900","offer_id":48600895848705,"sku":"PWM-900","price":58000.0,"currency_code":"PKR","in_stock":true},{"title":"PWM-1100","offer_id":48600895881473,"sku":"PWM-1100","price":75000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/68_cfdec872-2a01-44b7-8ab1-d268b2eeb11c.jpg?v=1776438490","url":"https:\/\/evertrustappliances.com\/products\/pel-washing-machine-pwm-900","provider":"EverTrust Appliances","version":"1.0","type":"link"}