function performSearch(query) { // Show loading state searchLoading.style.display = 'block'; searchResults.style.display = 'block'; // Use Wix Data API to query your products collection wixData.query("Products") .contains("title", query) .or(wixData.query("Products").contains("description", query)) .or(wixData.query("Products").contains("tags", query)) .limit(10) .find() .then((results) => { displayResults(results.items); searchLoading.style.display = 'none'; }) .catch((error) => { console.error(error); searchLoading.style.display = 'none'; }); }
top of page

Green Twist Necklace

 

Made with: Freshwater Pearls, Handmade Glass Bead, Miyuki Seed Beads, Rhodium Silver Plated Hardware

 

No Nickel

Green Twist Necklace

$55.00Price
Quantity
Only 2 left in stock
  • Made with: Freshwater Pearls, Handmade Glass Bead, Miyuki Seed Beads, Rhodium Silver Plated Hardware

FREQUENTLY VIEWED TOGETHER

STAY IN THE KNOW

Thanks for submitting!

bottom of page