{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/fitness?' + 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);
})"
>
- Em destaque
- Mais vendidos
- Ordem alfabética, A–Z
- Ordem alfabética, Z–A
- Preço, ordem crescente
- Preço, ordem decrescente
- Data, mais antiga primeiro
- Data, mais recente primeiro
-
Bicicleta Ergométrica Dream Fitness EX 550
Preço normal R$ 900,00 -
Camiseta Preta DRY-FIT Dark Lab
Preço normal R$ 90,00 -
Cinta Modeladora Feminina
Preço normal R$ 110,00 -
Conjunto de 11 Elásticos de Resistência
Preço normal R$ 160,00 -
Garrafa Esportiva BPA Free
Preço normal R$ 147,00 -
Garrafa Motivacional Fitness
Preço normal R$ 40,00 -
Kit 3 Garrafas com Copo Para Carro
Preço normal R$ 40,00 -
Kit com 5 Faixas Elásticas de Resistência
Preço normal R$ 80,77 -
Shorts de Corrida Camo COZOK
Preço normal R$ 159,90 -
Top para Treino Feminino Bojo Básico
Preço normal R$ 50,00