(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header'); {# Corrected ID note from previous interaction - assuming this is the intended ID for the JS #}
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
document.body.style.setProperty('--header-scroll-hide-height-md', `${headerEle.querySelector('.header__mobile .header__scroll_hide').clientHeight}px`);
document.body.style.setProperty('--header-scroll-hide-height-pc', `${headerEle.querySelector('.header__desktop .header__scroll_hide').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();
})();
If you are looking for household appliances at the best prices, don't miss the Deep-fat Fryer Cecotec Dark (Refurbished A) and a wide selection of small household appliances!
Type of plug: Plug EU
Power: 3270 W
Capacity: 4,2 L
Product with plug: Yes
Colour: Dark
REFURBISHED: These are products that have been returned within their return period or display products that have occasionally been used for demonstrations; some are sold with some damage to the packaging or with the original packaging having been opened. All products have been checked, they include the official brand guarantee and are in perfect working order. Depending on their condition, they are classed as:
A+/ Perfect: products in perfect condition whose original packaging may have been opened or substituted by other packaging that is in very good condition.
A/ As New: products that are in perfect, as new, condition, their original packaging may have been opened, have some damage or may have been substituted by other packaging.
B/ Very Good: products that are in very good condition, with possible slight aesthetic imperfections, they function perfectly and their original packaging may have been opened or have some damage.
C/ Good Condition: products are in good condition, with possible aesthetic imperfections but working perfectly, their original packaging may have been opened or have some damage.
D/ Correct: Products in correct condition, with possible aesthetic imperfections or lacking an accessory, in perfect working condition and their original packaging may have been opened or have some damage.
General Product Safety Regulations information: Cecotec Innovaciones S.L. Av. dels Reis Catòlics, 60 - 46910 Alfafar (Valencia) 46910 - Alfafar +34963210728 info@cecotec.es https://cecotec.es/es
${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)