Fireworks
{
const queryString = new URLSearchParams(new FormData($refs.collection_filter)).toString()
loading = true;
fetch('/collections/vendors?' + queryString)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML;
document.querySelector('#ProductGridContainer').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + queryString);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
Crazy Exciting
Our ever-growing assortment has a wide range of fireworks, from aerials, cakes and firecrackers to fountains, rockets and sparklers. Fantastic visuals can be accompanied with...
$35.00
Dark Ghost
As a result of hard work, our fireworks meet the highest standards of quality, visual performance and safety. At the same time, we set reasonable...
$40.00