Kedvezmények az LG Bemutatóteremben!

Kedvezmények az LG Bemutatóteremben!

Kedvezmények
az LG Bemutatóteremben!

Fedezze fel legújabb beépíthető konyhai készülékeinket az LG Bemutatóteremben!
Szakértő kollégáink az érdeklődőket személyre szabott ajánlatokkal várják.

Az LG ajánlatai Önnek

LG OLED tévé banner

LG OLED tévé banner

Miért az
LG OLED
AI TV?

11 éve még mindig az élen.

A Life's Good globális mozgalom üzenete, hogy válasszuk az optimizmust, mely csodálatos változásokat hozhat életünkbe.

Az élet miattad szép

Az LG-nél hiszünk abban, hogy az "Élet szép". De valójában Te teszed azzá.

Az LG termékek pedig segítenek abban, hogy még szebbé tehesd!

LG WashTowerTM banner

LG WashTowerTM banner

LG WashTower™

A mosás és szárítás új dimenziója

Mosógép és szárítógép egy testben egyetlen központi vezérlőpanellel.

LG ARTCOOL Gallery légkondicionáló banner

LG ARTCOOL Gallery légkondicionáló banner

LG ARTCOOL Gallery légkondicionáló

LG UltraGear gaming monitorok banner

LG UltraGear gaming monitorok banner

LG UltraGear gaming monitorok

Erőteljes, játékosok számára kifejlesztett kijelző

a lehető legnagyobb teljesítménnyel.

document.head.appendChild(styleElement); }; const checkingData2 = setInterval(() => { if ( typeof EPROMOTER !== 'undefined' && typeof EPROMOTER.show === 'function' ) { const btnPopupBottom = document.querySelector( '.button.c-product-price-information__btn-toggle button', ); if (btnPopupBottom) { btnPopupBottom.addEventListener('click', () => { updateStyle('.c-product-price-sticky.bottom'); // Smoothly scroll by a certain distance window.scrollBy({ top: 5, // Scroll 500px vertically from the current position left: 0, // No horizontal scroll behavior: 'smooth', // Smooth scroll }); }); } fixStylePopUp(); clearInterval(checkingData2); // Lấy phần tử bằng id const chatBotContainer = document.querySelector( '.productpage #epromoter_chatBot_container', ); const bottomPopupObserver = document.querySelector( '.c-bottom-sheet.c-bottom-sheet--pdp', ); const bottomPopupObserver2 = document.querySelector( '.c-product-price-sticky.bottom', ); if (bottomPopupObserver) { updateStyle('.c-bottom-sheet.c-bottom-sheet--pdp'); } if (bottomPopupObserver2) { updateStyle('.c-product-price-sticky.bottom', true); } if (chatBotContainer) { // Create a MutationObserver instance const observer = new MutationObserver((mutationsList) => { mutationsList.forEach((mutation) => { // Check if the 'style' attribute changed if ( mutation.type === 'attributes' && mutation.attributeName === 'style' ) { if (chatBotContainer.style.zIndex === '999999') { chatBotContainer.style.setProperty( 'bottom', '0px', 'important', ); } else { chatBotContainer.style.removeProperty('bottom'); } } }); }); const observer1 = new MutationObserver((mutationsList) => { mutationsList.forEach((mutation) => { updateStyle('.c-bottom-sheet.c-bottom-sheet--pdp'); setTimeout(() => { updateStyle('.c-bottom-sheet.c-bottom-sheet--pdp'); }, 1200); }); }); const observer2 = new MutationObserver((mutationsList) => { mutationsList.forEach((mutation) => { const bottomPopup2 = document.querySelector( '.c-product-price-sticky.bottom', ); const heightOfPopup = bottomPopup2 ? bottomPopup2.offsetHeight + 2 : 72; console.log(heightOfPopup, 'heightOfPopup bottomPopup2'); updateStyle('.c-product-price-sticky.bottom', true); setTimeout(() => { updateStyle('.c-product-price-sticky.bottom', true); }, 1200); }); }); // Configure the observer to watch for attribute changes if (chatBotContainer) { observer.observe(chatBotContainer, { attributes: true }); } if (bottomPopupObserver) { observer1.observe(bottomPopupObserver, { attributes: true, }); } if (bottomPopupObserver2) { observer2.observe(bottomPopupObserver2, { attributes: true, }); } } EPROMOTER.show(); } }, 200);