ÚLTIMAS TALLAS
Vista
-
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2 -
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2 -
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2 -
+4
-
+4
-
+4
-
+4
-
+4
-
+1
-
+1
-
+2
-
SNEAKERS MALVA CON DETALLES MULTICOLOR PARA MUJER ADAIR
74,95€59,95€
+2 -
SNEAKERS ROSA CON DETALLES MULTICOLOR PARA MUJER ADAIR
74,95€49,95€
+2 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR VESTAL
74,95€49,95€
+3 -
SANDALIAS NEGRAS CON PEDRERÍA PARA MUJER BUCCHERI
32,95€26,95€
-
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
+1
-
+1
-
+3
-
SANDALIAS NEGRAS DE PIEL CON PIEDRAS PARA MUJER LANDKEY
54,95€44,95€
+1 -
+1
-
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS MULTICOLOR VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
SNEAKERS MULTICOLOR PIEL VESTAL
74,95€49,95€
+3 -
+2
-
+2
-
+2
-
+4
-
+4
-
+4
-
+4
-
+4
-
SANDALIAS DORADAS DE PIEL TIPO PALA PARA MUJER
34,95€24,95€
-
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS ABIERTAS ATADAS PIEL LOCKE
69,95€49,95€
+2 -
SNEAKERS REJILLA CUÑA INTERNA HARKANY
74,95€49,95€
+1 -
SNEAKERS REJILLA CUÑA INTERNA HARKANY
74,95€49,95€
+1 -
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2 -
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2 -
SANDALIAS TACÓN PIEL LAZO PATTI
59,95€49,95€
+2
<script>
const filterButtons = document.createElement("div");
filterButtons.style.width = "100%";
filterButtons.style.margin = "0 auto";
filterButtons.style.maxWidth = "1240px";
filterButtons.style.paddingBottom = "2rem";
const currentSelectedSize = new URLSearchParams(window.location.search).get("size");
filterButtons.innerHTML = `
<ol id="filter-buttons">
<li><a href="?size=392" class="${currentSelectedSize == 392 ? "active-fb" : ""}">35</a></li>
<li><a href="?size=393" class="${currentSelectedSize == 393 ? "active-fb" : ""}">36</a></li>
<li><a href="?size=389" class="${currentSelectedSize == 389 ? "active-fb" : ""}">37</a></li>
<li><a href="?size=394" class="${currentSelectedSize == 394 ? "active-fb" : ""}">38</a></li>
<li><a href="?size=395" class="${currentSelectedSize == 395 ? "active-fb" : ""}">39</a></li>
<li><a href="?size=397" class="${currentSelectedSize == 397 ? "active-fb" : ""}">40</a></li>
<li><a href="?size=398" class="${currentSelectedSize == 398 ? "active-fb" : ""}">41</a></li>
</ol>
`;
const productsGrid = document.querySelector(".products-grid");
productsGrid.prepend(filterButtons);
</script>
<style>
#filter-buttons {
display: flex;
flex-flow: row wrap;
justify-content: center;
gap: 20px;
list-style: none;
padding: 0;
}
#filter-buttons li a {
padding: 6px 20px;
background: #fff;
color: #000;
border: 1px solid #000;
border-radius: 3px;
}
#filter-buttons li a.active-fb {
background: #000;
color: #fff;
}
.top-categories {
display: none !important;
}
</style>