Wczytuję dane...

Twój koszyk jest pusty!



» Zapraszamy na zakupy «
Trwa wczytywanie...
let productDesc = document.getElementById('product_description'); let tab = document.getElementById('tab-1'); if(productDesc && tab) { let height = productDesc.offsetHeight; let parent = tab.parentElement; parent.style.height = `${height}px`; }