Warenkorb

Gratis Geschenk

You are just a little away to avail an offer. Purchase more 10 000 Kč to get one gift product(s)

For purchase over 10 000 Kč, you can choose one of the followings

For purchase over 25 000 Kč, you can choose one of the followings

For purchase over 50 000 Kč, you can choose one of the followings

For purchase over 100 000 Kč, you can choose one of the followings

function scroll_to_tab(tab) { const $tab = document.querySelector(`${tab} a`); const $tabs = $tab.closest('.tab-container'); if (!$tab || !$tabs) return; $tab.click(); window.scrollTo({ behavior: 'smooth', top: $tabs.getBoundingClientRect().top - document.body.getBoundingClientRect().top - 100 }); }