(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Search Vehicle
search
${data.index + 1}/5
Description
Fitment
Shipping
Warranty
Select a vehicle to verify fitment
Check
This Part Fits Your Vehicle
This Part May Not Fit
Please check if this fits your vehicle before purchasing
Select a vehicle to verify fitment
Check
This Part Fits Your Vehicle
This Part May Not Fit
Select a vehicle to verify fitment
Check
This Part Fits Your Vehicle
This Part May Not Fit
Select a vehicle to verify fitment
Check
This Part Fits Your Vehicle
This Part May Not Fit
Description
Package Include: 1 X Aluminum Hydraulic Oil Cooler
Fitment: For John Deere 790ELC Excavator Part number: 4286106
Hydraulic Oil Cooler Size: High Performance Racing Spec. Construction Material: Aluminum Core Diameter: 745mm * 890mm * 50mm Please Check the Picture and Size Before You Buy!
Hydraulic oil coolers, also called heat exchangers, use air or water to cool fluid in hydraulic systems. They pass oil through a coil or core to cool the oil before it enters the system. Heated oil causes excess wear on seals, surfaces, and other components, which can cause particulate buildup, damage components, and shorten the system's life span. Water oil coolers are compact and can be used in high-pressure applications such as those found in oil refineries and chemical processing plants. Air oil coolers pass heated fluid through a radiator-like core and use ambient air to cool hydraulic fluid. They do not require access to a power source, making them suitable for mobile applications where access to a power source is limited. These air-cooled oil coolers pass heated oil through a radiator-like heat exchanger and use ambient air to cool the oil. Ambient temperature affects the cooling capacity of these coolers. They are used in agricultural equipment, construction, sites, and other areas where access to a power source is limited.
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)