Sticky Lemon
Sticky Lemon is a Dutch kids label, founded in 2016. It's for little and bigger kids with an outspoken taste in the way they look. Quirky, colourful, bold and sunny. Colour blocking combined with patterns and illustrations. Sticky Lemon enjoys to experiment with renewed colour combinations and wink to the retro times.
The collections themselves are like little stories about going to school and just have lots of fun. A range of backpacks and little accessories like pencil cases, temporary tattoos and embroidered pins.
Sticky Lemon just wants to see these quirky kids have the most colourful and sunny times!
The collections themselves are like little stories about going to school and just have lots of fun. A range of backpacks and little accessories like pencil cases, temporary tattoos and embroidered pins.
Sticky Lemon just wants to see these quirky kids have the most colourful and sunny times!
{
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/sticky-lemon?' + 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