Warenkorb

Türdrücker für Innentüren - Abverkauf

Keine Produkte in dieser Kategorie vorhanden

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 }); }