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 September 2025, Estonia’s annual inflation rate eased to 5.2%, down from 6.1% in August, which had been the highest rate in nearly two years. This decline represents the lowest inflation rate since June. The reduction was primarily attributed to a deceleration in the price hikes of food and non-alcoholic beverages, which slowed to 7.7% from 9.2% in August, as well as lower increases in recreation and entertainment costs, which decreased to 6.4% from 8.2%. Education costs also saw a notable decrease, with growth slowing to 1.1% from 2.7%. Conversely, the cost of clothing and footwear saw a more significant decline, falling by 4.5% compared to a 1.8% decrease previously. However, inflationary pressures increased in housing, rising to 2.5% from 1.5%, and in miscellaneous goods and services, which went up to 5% from 4.2%. On a month-to-month basis, consumer prices dropped by 1.1% in September, the first decrease in six months, following a 1% increase in the prior month.
