{"product_id":"pel-refrigerator-prinvogd-dt-6360-digitron","title":"Pel Refrigerator PRINVOGD-DT-6360-DIGITRON","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: #333;\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 PRINVOGDDT 6360 refrigerator is a spacious and efficient cooling solution\n          designed for modern households. With a large total capacity of 310 liters,\n          it offers reliable performance, digital temperature control, and advanced\n          freshness features suitable for tropical climates.\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\u003eTotal storage capacity of 310 liters for family use\u003c\/li\u003e\n          \u003cli\u003eFreezer section provides 90 liters for frozen storage\u003c\/li\u003e\n          \u003cli\u003eRefrigerator compartment offers 220 liters of fresh food space\u003c\/li\u003e\n          \u003cli\u003eManual defrost system for both freezer and refrigerator sections\u003c\/li\u003e\n          \u003cli\u003eDigital adjustable temperature control for precise cooling\u003c\/li\u003e\n          \u003cli\u003eCrispo tray keeps fruits and vegetables fresh for longer time\u003c\/li\u003e\n          \u003cli\u003eHumidity control system maintains ideal moisture levels\u003c\/li\u003e\n          \u003cli\u003eGlass shelves provide strong and elegant storage support\u003c\/li\u003e\n          \u003cli\u003eChild safety lock with key for added protection\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\u003eVoltage and frequency rated at 220 volts with 50 hertz\u003c\/li\u003e\n          \u003cli\u003ePower consumption measured at 108 watts\u003c\/li\u003e\n          \u003cli\u003eCurrent consumption of 0.88 ampere\u003c\/li\u003e\n          \u003cli\u003eCooling start rating of four star efficiency\u003c\/li\u003e\n          \u003cli\u003eDesigned for tropical climate conditions\u003c\/li\u003e\n          \u003cli\u003eRefrigerant type R600a for eco friendly cooling\u003c\/li\u003e\n          \u003cli\u003eEvaporator design uses tube on sheet technology\u003c\/li\u003e\n          \u003cli\u003eProduct height measures 1570 millimeters\u003c\/li\u003e\n          \u003cli\u003eWidth is 600 millimeters and depth is 540 millimeters\u003c\/li\u003e\n          \u003cli\u003eNet weight of appliance is 57 kilograms\u003c\/li\u003e\n          \u003cli\u003eGross weight including packaging is 64 kilograms\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":"PEL","offers":[{"title":"Default Title","offer_id":48600843387137,"sku":"PRINVOGD-DT-6360-DIGITRON","price":96000.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0420\/0193\/files\/3_700x_809f9a2f-ec61-41b4-b825-85a3bd05b027.jpg?v=1776438273","url":"https:\/\/evertrustappliances.com\/products\/pel-refrigerator-prinvogd-dt-6360-digitron","provider":"EverTrust Appliances","version":"1.0","type":"link"}