Open All Sections Product Overview Ensure optimal engine temperature regulation with this high-quality AUTOSTAR GERMANY Thermostat Housing. Designed specifically for Volkswagen vehicles, this essential component maintains the engine's ideal operating temperature at 87°C, crucial for efficiency and longevity. Crafted to meet or exceed OEM standards, it provides a reliable replacement for your original part, helping to prevent overheating and maintain peak performance. Technical Specifications Specification Details Operating Temperature 87°C Brand AUTOSTAR GERMANY Product Type Thermostat Housing Compatibility & Fitment Designed for Volkswagen vehicles Note: Verify compatibility with your vehicle's VIN before purchase to ensure correct fitment. OEM / Part Number Details OEM Part Number: 03F121111A Manufacturer Part Number: AST03F121111A function toggleSection(element) { const content = element.nextElementSibling; const isOpen = content.classList.contains('open'); if (!isOpen) { content.classList.add('open'); element.classList.add('active'); } else { content.classList.remove('open'); element.classList.remove('active'); } } function toggleAll() { const contents = document.querySelectorAll('.accordion-content'); const headers = document.querySelectorAll('.accordion-header'); const toggleText = document.getElementById('toggleText'); const allOpen = Array.from(contents).every(c => c.classList.contains('open')); if (allOpen) { contents.forEach(c => c.classList.remove('open')); headers.forEach(h => h.classList.remove('active')); toggleText.textContent = "Open All Sections"; } else { contents.forEach(c => c.classList.add('open')); headers.forEach(h => h.classList.add('active')); toggleText.textContent = "Close All Sections"; } }