Check Latest Jewelry Collections

Oh what a feeling!

Show me the Collection...

Your rights under the California Consumer Privacy Act

The California Consumer Privacy Act (CCPA) provides you with rights regarding how your data or personal information is treated. Under the legislation, California residents can choose to opt out of the “sale” of their personal information to third parties. Based on the CCPA definition, “sale” refers to data collection for the purpose of creating advertising and other communications. Learn more about CCPA and your privacy rights.

How to opt out

By clicking on the link below, we will no longer collect or sell your personal information. This applies to both third-parties and the data we collect to help personalize your experience on our website or through other communications. For more information, view our privacy policy.

Your title

// Define an array of collections const collections = ['Collection A', 'Collection B', 'Collection C']; // Function to generate a random mystery box code function generateMysteryBoxCode() { // Generate a random integer between 0 and the length of the collections array const randomIndex = Math.floor(Math.random() * collections.length); // Use the random index to select a collection const collection = collections[randomIndex]; // Generate a random 4-digit code const code = Math.floor(Math.random() * 9000) + 1000; // Return the code and the associated collection return `${collection} - ${code}`; } // Add a click event listener to the "Draw" button document.getElementById('draw-btn').addEventListener('click', function() { // Generate a mystery box code const mysteryBoxCode = generateMysteryBoxCode(); // Display the code in the "mystery-box" paragraph element document.getElementById('mystery-box').textContent = mysteryBoxCode; });

Featured Rings

View all

Newsletter

A short sentence describing what someone will receive by subscribing