buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
In an encouraging economic update, Switzerland’s retail sales have exhibited significant growth, with figures climbing to a 2.7% year-over-year increase in October 2025. This development follows a 1.8% increase recorded in September, illustrating a strengthening in consumer demand and purchasing power within the Alpine nation.
The latest data, updated on December 1, 2025, indicates a positive trend for Switzerland’s retail sector as the year draws to a close. This notable rise in sales comes as a beam of optimism in contrast to the relatively moderate pace observed in the previous months.
The improvement suggests a robust economic environment and increased consumer confidence, potentially driven by a combination of factors including stronger household earnings and employment conditions. As retailers prepare for the holiday season, this upward momentum in sales figures presents a promising outlook for the Swiss economy’s retail sector, possibly sustaining its positive trajectory into the coming year.
