Engel
ENGEL is a company filled with laughter. Often it’s full-blown roaring laughter, sometimes a gentle smile, and occasionally they have to wipe away a tear (of joy).
ENGEL is also a company that holds established traditions in high esteem and creates new ones. Since it was founded in 2005, company owner Sabien Engelenburg and her team have been developing beautiful fun products.
It all began with coloured fabric flags, after that came pretty paper decorations, bags, and then bamboo tableware. The collection now consists of a highly diverse range of beautiful products. Products for all manner of celebrations, large or small.

{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString();
let pattern = /[?&]sort_by=/;
let collUrl = location.search;
let newUrl = queryString;
if(pattern.test(collUrl)) {
const theString = window.location.search;
const urlParams = new URLSearchParams(theString);
const sorty = urlParams.get('sort_by')
newUrl = queryString + '&sort_by=' + sorty;
console.log(sorty);
}
console.log(queryString);
console.log(newUrl);
loading = true;
fetch('/collections/engel?' + newUrl)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#dataMix').innerHTML;
document.querySelector('#dataMix').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + newUrl);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
Sorry, there are no products in this collection