Free delivery
from
471,00 € Bestsellers at the special price
( number of products: 4 )
document.addEventListener('DOMContentLoaded', function () {
var bottomBlocks = document.querySelectorAll('.bb-kat26-bottom');
bottomBlocks.forEach(function (block) {
block.style.display = 'block';
block.style.maxHeight = 'none';
block.style.height = 'auto';
block.style.overflow = 'visible';
block.style.visibility = 'visible';
block.style.opacity = '1';
block.classList.remove(
'hidden',
'collapsed',
'is-collapsed',
'less',
'closed'
);
block.classList.add('is-expanded');
var expandableElements = block.querySelectorAll('.bb-kat26__text, .bb-kat26-bottom__inner');
expandableElements.forEach(function (el) {
el.style.display = 'block';
el.style.maxHeight = 'none';
el.style.height = 'auto';
el.style.overflow = 'visible';
el.style.visibility = 'visible';
el.style.opacity = '1';
el.removeAttribute('hidden');
});
var moreButtons = block.querySelectorAll(
'.show_more, .read_more, .more, [class*="readmore"], [class*="showmore"]'
);
moreButtons.forEach(function (button) {
button.style.display = 'none';
button.setAttribute('aria-hidden', 'true');
});
});
});
