Gimaguas
Gimaguas is a Barcelona-based label founded by twin sisters Sayana and Claudia Durany, built on the feeling of sun-drenched escapes and effortless living. Drawing inspiration from travels to places like Morocco, Mexico, and the Seychelles, the brand creates age-inclusive pieces that feel personal, intimate, and undone.
From beachwear to everyday staples, Gimaguas is defined by its relaxed sensibility and close collaborations with global artisans—offering clothing that feels like second nature, as if you’ve always owned it.
{
let form = $refs.filter_form
const queryString = new URLSearchParams(new FormData(form)).toString()
fetch('/collections/gimaguas?' + queryString + '&sort_by=best-selling')
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#product-grid-container').innerHTML;
document.querySelector('#product-grid-container').innerHTML = html_dom;
// update url without reloading page
history.replaceState(null, null, '/collections/gimaguas?' + queryString + '&sort_by=best-selling');
})
.catch(error => console.error('Error:', error));
});">
Sort
Filter