{"product_id":"dawlance-washing-machine-dwt-1016-ddm-inv-prima-series","title":"Dawlance Washing Machine DWT-1016 DDM-INV-PRIMA-SERIES","description":"\u003cstyle\u003e\n.custom-accordion {\n  max-width: 900px;\n  font-family: Arial, sans-serif;\n}\n\n.acc-box {\n  border: 1px solid #ddd;\n  border-radius: 6px;\n  margin-bottom: 12px;\n  overflow: hidden;\n}\n\n.acc-title {\n  background: #f7f7f7;\n  padding: 15px 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}\n\n.acc-title:hover {\n  background: #ededed;\n}\n\n.acc-icon {\n  font-size: 18px;\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: 16px 18px;\n  font-size: 14px;\n  line-height: 1.7;\n  color: #333;\n}\n\n.acc-content ul {\n  padding-left: 18px;\n  margin: 0;\n}\n\n.acc-content li {\n  margin-bottom: 7px;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"custom-accordion\"\u003e\n\n  \u003c!-- Accordion 1 --\u003e\n  \u003cdiv class=\"acc-box\"\u003e\n    \u003cdiv class=\"acc-title\"\u003e\n      Product Overview\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\n          This 10 Kg top-load automatic washing machine is built for efficient,\n          powerful, and convenient laundry care. With modern features, a stylish\n          dark grey finish, and user-friendly controls, it is ideal for medium to\n          large households.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 2 --\u003e\n  \u003cdiv class=\"acc-box\"\u003e\n    \u003cdiv class=\"acc-title\"\u003e\n      Smart Features \u0026amp; Convenience\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\u003eEZ Wash one-touch feature for quick and effortless operation\u003c\/li\u003e\n          \u003cli\u003eAir Dry function helps reduce moisture and drying time\u003c\/li\u003e\n          \u003cli\u003eChild Lock ensures safety during machine operation\u003c\/li\u003e\n          \u003cli\u003eBuzzer alert notifies when the wash cycle is completed\u003c\/li\u003e\n          \u003cli\u003eHot wash and soaking options for deep stain removal\u003c\/li\u003e\n          \u003cli\u003eWater reuse function supports water-saving and eco-friendly use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 3 --\u003e\n  \u003cdiv class=\"acc-box\"\u003e\n    \u003cdiv class=\"acc-title\"\u003e\n      Performance \u0026amp; Wash Programs\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\u003eEfficient motor design for stable performance and low noise\u003c\/li\u003e\n          \u003cli\u003e6 wash programs including Eco, Fountain Wash, Hygiene, Delicate, Stain, and Daily Wear\u003c\/li\u003e\n          \u003cli\u003eAquaWave drum pattern provides gentle fabric care with deep cleaning\u003c\/li\u003e\n          \u003cli\u003eTop-load automatic operation for ease of use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Accordion 4 --\u003e\n  \u003cdiv class=\"acc-box\"\u003e\n    \u003cdiv class=\"acc-title\"\u003e\n      Design, Power \u0026amp; Warranty\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\u003eTransparent lid for easy monitoring during wash cycles\u003c\/li\u003e\n          \u003cli\u003eWhite LED display for clear and simple control\u003c\/li\u003e\n          \u003cli\u003eWasher power: 450W | Dryer power: 325W\u003c\/li\u003e\n          \u003cli\u003eElegant dark grey body enhances modern interiors\u003c\/li\u003e\n          \u003cli\u003eWarranty: 1 year parts warranty with 10 years motor warranty\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-title').forEach(title =\u003e {\n  title.addEventListener('click', () =\u003e {\n    const content = title.nextElementSibling;\n    const icon = title.querySelector('.acc-icon');\n\n    if (content.style.maxHeight) {\n      content.style.maxHeight = null;\n      icon.textContent = '+';\n    } else {\n      document.querySelectorAll('.acc-content-wrap').forEach(item =\u003e {\n        item.style.maxHeight = null;\n        item.previousElementSibling.querySelector('.acc-icon').textContent = '+';\n      });\n      content.style.maxHeight = content.scrollHeight + 'px';\n      icon.textContent = '−';\n    }\n  });\n});\n\u003c\/script\u003e\n","brand":"Dawlance","offers":[{"title":"Default Title","offer_id":48600870945025,"sku":"DWT-1016-DDM-INV-PRIMA-SERIES","price":90000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/13_1_3a020694-09ab-4456-a523-b81fce567fb1.jpg?v=1776438392","url":"https:\/\/evertrustappliances.com\/products\/dawlance-washing-machine-dwt-1016-ddm-inv-prima-series","provider":"EverTrust Appliances","version":"1.0","type":"link"}