{"product_id":"dawlance-steam-iron-dwsi-3122-pro-press","title":"Dawlance Steam Iron-DWSI-3122-PRO-PRESS","description":"\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}\n\n.acc-header:hover {\n  background: #ececec;\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: 18px 20px;\n  font-size: 14px;\n  line-height: 1.7;\n  color: #000;\n}\n\n.acc-content ul {\n  padding-left: 18px;\n  margin: 0;\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!-- Product Overview --\u003e\n  \u003cdiv class=\"acc-item\"\u003e\n    \u003cdiv class=\"acc-header\"\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          The Dawlance DWSI-3122 Pro is a high-performance steam iron designed for fast, efficient, and precise ironing. \n          With its ceramic soleplate, it glides smoothly over all fabrics while providing consistent heat and powerful steam output for professional results at home.\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=\"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\u003ePower: 2200 W for fast and effective ironing\u003c\/li\u003e\n          \u003cli\u003eCeramic soleplate for smooth and non-stick gliding\u003c\/li\u003e\n          \u003cli\u003eContinuous steam output of 25 g\/min for tough wrinkles\u003c\/li\u003e\n          \u003cli\u003eAnti-drip system prevents water stains during ironing\u003c\/li\u003e\n          \u003cli\u003eVertical ironing capability for curtains and hanging garments\u003c\/li\u003e\n          \u003cli\u003eManual control for precise steam and temperature adjustment\u003c\/li\u003e\n          \u003cli\u003eAuto switch-off for safety when not in use\u003c\/li\u003e\n          \u003cli\u003eDurable design for long-lasting performance\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\u003eBrand: Dawlance\u003c\/li\u003e\n          \u003cli\u003eModel: DWSI-3122 Pro\u003c\/li\u003e\n          \u003cli\u003eVoltage: 220-240 V\u003c\/li\u003e\n          \u003cli\u003eFrequency: 50-60 Hz\u003c\/li\u003e\n          \u003cli\u003ePower: 2200 W\u003c\/li\u003e\n          \u003cli\u003eSoleplate: Ceramic\u003c\/li\u003e\n          \u003cli\u003eWidth: 14.3 cm\u003c\/li\u003e\n          \u003cli\u003eDepth: 12.6 cm\u003c\/li\u003e\n          \u003cli\u003eHeight: 28.4 cm\u003c\/li\u003e\n          \u003cli\u003eWeight: 1.9 kg\u003c\/li\u003e\n          \u003cli\u003eAnti-drip: Yes\u003c\/li\u003e\n          \u003cli\u003eVertical ironing: Yes\u003c\/li\u003e\n          \u003cli\u003eAuto switch-off: Yes\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.addEventListener(\"DOMContentLoaded\", function () {\n  document.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        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});\n\u003c\/script\u003e\n","brand":"Dawlance","offers":[{"title":"Default Title","offer_id":48600849744129,"sku":"DWSI-3122-PRO-PRESS","price":10000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/image_53.webp?v=1776438299","url":"https:\/\/evertrustappliances.com\/products\/dawlance-steam-iron-dwsi-3122-pro-press","provider":"EverTrust Appliances","version":"1.0","type":"link"}