{"product_id":"remi-rqv-400-plus-deep-freezer","title":"REMI RQV-400 Plus Deep Freezer | 400 Litres | -20°C \/ -40°C | Microprocessor \u0026 LED Display","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    \/* SciSpectrum Color Scheme \u0026 Basics *\/\n    :root {\n        --primary-blue: #004a99;\n        --hover-blue: #0056b3;\n        --bg-gray: #f8f9fa;\n        --text-color: #333;\n        --border-color: #ddd;\n        --white: #ffffff;\n    }\n\n    body {\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        line-height: 1.6;\n        color: var(--text-color);\n        background-color: var(--bg-gray);\n        margin: 0;\n        padding: 20px;\n    }\n\n    .scispectrum-tabs-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        background: var(--white);\n        border-radius: 8px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        overflow: hidden;\n    }\n\n    \/* Tab input handling *\/\n    .tab-input { display: none; }\n\n    \/* Tab navigation style *\/\n    .tab-nav {\n        display: flex;\n        flex-wrap: wrap;\n        border-bottom: 2px solid var(--border-color);\n        background-color: var(--white);\n    }\n\n    .tab-label {\n        padding: 15px 25px;\n        cursor: pointer;\n        font-weight: 600;\n        color: var(--primary-blue);\n        transition: all 0.3s ease;\n        border-bottom: 3px solid transparent;\n        text-align: center;\n        flex-grow: 1;\n    }\n\n    .tab-label:hover { background-color: rgba(0, 74, 153, 0.05); }\n\n    \/* Active tab styling *\/\n    #tab1:checked ~ .tab-nav label[for=\"tab1\"],\n    #tab2:checked ~ .tab-nav label[for=\"tab2\"],\n    #tab3:checked ~ .tab-nav label[for=\"tab3\"],\n    #tab4:checked ~ .tab-nav label[for=\"tab4\"] {\n        border-bottom-color: var(--primary-blue);\n        color: var(--primary-blue);\n        background-color: var(--white);\n    }\n\n    \/* Tab content panels *\/\n    .tab-panels { padding: 30px; }\n    .tab-content { display: none; animation: fadeIn 0.5s ease; }\n\n    #tab1:checked ~ .tab-panels #content1,\n    #tab2:checked ~ .tab-panels #content2,\n    #tab3:checked ~ .tab-panels #content3,\n    #tab4:checked ~ .tab-panels #content4 { display: block; }\n\n    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\n\n    h3 { color: var(--primary-blue); margin-top: 0; }\n    \n    \/* Specifications Table Style *\/\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 20px;\n        font-size: 0.95rem;\n    }\n\n    .spec-table th, .spec-table td {\n        text-align: left;\n        padding: 12px 15px;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n        background-color: var(--primary-blue);\n        color: var(--white);\n        text-transform: uppercase;\n    }\n\n    \/* Features List Style *\/\n    .features-list {\n        list-style: none;\n        padding: 0;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n    }\n\n    .features-list li {\n        background: var(--white);\n        padding: 20px;\n        border-radius: 6px;\n        border: 1px solid var(--border-color);\n        position: relative;\n        padding-left: 50px;\n    }\n\n    .features-list li::before {\n        content: '✓';\n        position: absolute;\n        left: 15px;\n        top: 20px;\n        color: var(--primary-blue);\n        font-weight: bold;\n        font-size: 1.2rem;\n    }\n\n    .feature-title { font-weight: 700; color: var(--primary-blue); display: block; margin-bottom: 5px; }\n\n    \/* FAQ Style *\/\n    .faq-item {\n        margin-bottom: 25px;\n        border-bottom: 1px solid var(--border-color);\n        padding-bottom: 15px;\n    }\n\n    .faq-question {\n        font-weight: 600;\n        color: var(--primary-blue);\n        margin-bottom: 10px;\n        font-size: 1.1rem;\n    }\n\n    \/* Mobile Responsiveness *\/\n    @media (max-width: 768px) {\n        html, body {\n            padding: 0 !important;\n            margin: 0 !important;\n            width: 100%;\n            overflow-x: hidden; \n        }\n\n        .scispectrum-tabs-container {\n            width: 100% !important; \n            max-width: 100% !important;\n            margin: 0 !important;\n            border-radius: 0 !important; \n            box-shadow: none; \n        }\n\n        .tab-panels { padding: 15px 8px !important; }\n\n        .tab-label {\n            flex: 1 0 48%; \n            font-size: 0.85rem;\n            padding: 12px 2px;\n            box-sizing: border-box;\n        }\n\n        .faq-item {\n            margin: 0 0 15px 0 !important; \n            padding: 12px !important;\n            width: 100%;\n            box-sizing: border-box;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"scispectrum-tabs-container\"\u003e\n\u003cinput id=\"tab1\" class=\"tab-input\" checked name=\"scispectrum-tabs\" type=\"radio\"\u003e \u003cinput id=\"tab2\" class=\"tab-input\" name=\"scispectrum-tabs\" type=\"radio\"\u003e \u003cinput id=\"tab3\" class=\"tab-input\" name=\"scispectrum-tabs\" type=\"radio\"\u003e \u003cinput id=\"tab4\" class=\"tab-input\" name=\"scispectrum-tabs\" type=\"radio\"\u003e\u003cnav class=\"tab-nav\"\u003e\u003clabel class=\"tab-label\" for=\"tab1\"\u003eOverview\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"tab2\"\u003eSpecifications\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"tab3\"\u003eFeatures \u0026amp; Benefits\u003c\/label\u003e \u003clabel class=\"tab-label\" for=\"tab4\"\u003eFAQs\u003c\/label\u003e\u003c\/nav\u003e\n\u003cdiv class=\"tab-panels\"\u003e\n\u003cdiv id=\"content1\" class=\"tab-content\"\u003e\n\u003ch3\u003eREMI RQV-400 Plus: Professional Upright Deep Freezer\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eREMI RQV-400 Plus Deep Freezer\u003c\/strong\u003e is a high-capacity (400 Litres) cold storage solution engineered for clinical research and pharmaceutical settings. Designed to reach temperatures of \u003cstrong\u003e-20°C to -40°C\u003c\/strong\u003e, this upright freezer ensures the long-term integrity of vaccines, serums, and biological specimens. Featuring \u003cstrong\u003eMicroprocessor control\u003c\/strong\u003e and a 1-inch LED display, it combines thermal precision with energy efficiency through 80mm thick CFC-free PUF insulation, making it the definitive choice for life science laboratories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"content2\" class=\"tab-content\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInternal Volume\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e400 Litres\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTemperature Range\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-20°C to -40°C (in AC Room)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInsulation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e80mm Thick CFC-free PUF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl System\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMicroprocessor-based\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDisplay\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\" - 7 Segment LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInternal Material\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStainless Steel - 304 Grade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInternal Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e640 x 755 x 830 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220-240V, 50Hz, Single Phase\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"content3\" class=\"tab-content\"\u003e\n\u003ch3\u003eCore Features \u0026amp; User Benefits\u003c\/h3\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-title\"\u003eAdvanced Thermal Safety\u003c\/span\u003e Comprehensive audio-visual alarms for sensor failure, power outages, and door-open events safeguard critical biological components.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-title\"\u003eEnergy Efficient Design\u003c\/span\u003e High-density 80mm PUF insulation prevents void pockets, ensuring superior thermal retention and reduced energy consumption.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-title\"\u003eDurable SS-304 Interior\u003c\/span\u003e The pharmaceutical-grade stainless steel internal body ensures corrosion resistance and easy decontamination.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-title\"\u003eIntuitive Microprocessor Control\u003c\/span\u003e A large, clear LED display provides real-time monitoring of set and process values for precision operation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"feature-title\"\u003eCompressor Protection\u003c\/span\u003e Integrated time delay and overload cut-off relay prevent compressor damage, extending the unit's operational life.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"content4\" class=\"tab-content\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eWhat is the temperature range of the REMI RQV-400 Plus Deep Freezer?\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eREMI RQV-400 Plus Deep Freezer\u003c\/strong\u003e is designed to achieve a minimum temperature of \u003cstrong\u003e-20°C\u003c\/strong\u003e, and can reach ultra-low temperatures of \u003cstrong\u003e-40°C\u003c\/strong\u003e when operated in an AC room environment. This flexibility makes it ideal for storing vaccines, serums, and clinical research specimens requiring strict thermal stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eHow does the REMI RQV-400 Plus ensure energy efficiency?\u003c\/p\u003e\n\u003cp\u003eEnergy efficiency in the \u003cstrong\u003eREMI RQV-400 Plus\u003c\/strong\u003e is maximized through \u003cstrong\u003e80 mm thick CFC-free PUF insulation\u003c\/strong\u003e in both the body and the door. This machine-filled insulation prevents void pockets, ensuring superior thermal retention and reducing the workload on the compressor during long-term storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eWhat safety features are included for sample protection?\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eREMI RQV-400 Plus\u003c\/strong\u003e features a comprehensive \u003cstrong\u003eaudio-visual alarm system\u003c\/strong\u003e that triggers during sensor failure, power failure, door-open events, and temperature deviations. Additionally, it includes an electrical circuit breaker and an overload cut-off relay to protect the cooling system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eIs the internal body of the RQV-400 Plus resistant to corrosion?\u003c\/p\u003e\n\u003cp\u003eYes, the internal body is constructed from \u003cstrong\u003eStainless Steel - 304 grade\u003c\/strong\u003e. This high-quality material ensures maximum durability, easy cleaning, and resistance to corrosion, which is essential for medical and pharmaceutical environments handling various biological components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eWhat is the storage capacity of the RQV-400 Plus Deep Freezer?\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong\u003eREMI RQV-400 Plus\u003c\/strong\u003e offers a substantial \u003cstrong\u003e400 Litre internal volume\u003c\/strong\u003e, providing ample space for large-scale storage. The unit comes standard with four adjustable trays, allowing for organized and flexible storage of varied sample sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Remi","offers":[{"title":"Default Title","offer_id":51460965335286,"sku":"REM-DFZ-RQV-400","price":269040.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0819\/6535\/1158\/files\/REMI_RQV-400_Plus_Deep_Freezer_400_Litres_-20C_-40C_Microprocessor_LED_Display__51022.1754477704.386.513_3b331e64-8036-484f-84ec-200ffa98e13b.jpg?v=1786598906","url":"https:\/\/scispectrum.in\/products\/remi-rqv-400-plus-deep-freezer","provider":"SciSpectrum Lab Essentials","version":"1.0","type":"link"}