- NEW
- JEWELRY
- MARRIAGE
- COLLECTIONS
- Gifts
- Concept
Valentine's Day
From subtle necklaces and sparkling rings to delicately crafted earrings, each piece in the Lisa&Co collection. it is meant to reflect the emotions and strong bonds between lovers.
Using the highest quality materials such as fine silver and precious stones, each piece of jewelry is a symbol of love immortalized in time, worn with pride and joy by those who wish to express their deepest feelings in an elegant and subtle.
refine
clear all
- sort by:
- RON - RON
apply
reset
{
const form = new FormData($refs.filter_form);
if(form.get('testD') == 'false'){
form.delete('filter.v.price.gte');
form.delete('filter.v.price.lte');
}
const queryString = new URLSearchParams(form).toString()
loading = true;
window.location.href = `${window.location.pathname}?${queryString}`;
})
">