{"product_id":"dawlance-washing-machine-dwt-11467-es","title":"Dawlance Washing Machine DWT-11467-ES","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: #f6f6f6;\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 washing machine is designed to deliver reliable performance with\n          convenient features for everyday laundry needs. Its modern design,\n          efficient motor, and smart programs ensure smooth operation and\n          effective cleaning results.\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      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\u003eEZ Wash one-touch operation for quick and easy use\u003c\/li\u003e\n          \u003cli\u003eChild lock for added safety during operation\u003c\/li\u003e\n          \u003cli\u003eBuzzer alert to notify cycle completion\u003c\/li\u003e\n          \u003cli\u003eSingle water inlet for efficient water management\u003c\/li\u003e\n          \u003cli\u003eLow-noise operation for a quieter washing experience\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      Wash Programs \u0026amp; Functions\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 intelligent wash programs for different fabric needs\u003c\/li\u003e\n          \u003cli\u003eEnergy Saver mode for reduced power consumption\u003c\/li\u003e\n          \u003cli\u003eSoaking function for stubborn dirt and stains\u003c\/li\u003e\n          \u003cli\u003eFast and Heavy fuzzy programs for flexible washing\u003c\/li\u003e\n          \u003cli\u003eSpecial programs including Wool, Child, Foam Clean, and Tub Clean\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, Performance \u0026amp; 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\u003eElegant silver finish with diamond-pattern drum\u003c\/li\u003e\n          \u003cli\u003eWhite LED display for clear visibility\u003c\/li\u003e\n          \u003cli\u003eDurable induction motor for consistent performance\u003c\/li\u003e\n          \u003cli\u003eVoltage: 220V | Frequency: 50Hz\u003c\/li\u003e\n          \u003cli\u003eDimensions (WxDxH): 55 x 56.5 x 96 cm\u003c\/li\u003e\n          \u003cli\u003eNet Weight: 37 kg\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":48600873926913,"sku":"DWT-11467-ES","price":62500.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/77_258c6e76-6b4d-487a-adff-eddc8421fa91.jpg?v=1776438401","url":"https:\/\/evertrustappliances.com\/products\/dawlance-washing-machine-dwt-11467-es","provider":"EverTrust Appliances","version":"1.0","type":"link"}