SHOP NOW | PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Pebble Necklace Gold

Regular price $99.00
Unit price
per 

The Pebble Necklace is a refined expression of understated elegance.
Designed with a minimalist silhouette, it features a softly sculpted pebble-shaped pendant finished in 18CT gold plating for a warm, polished glow.

Effortless and versatile, it transitions seamlessly from everyday wear to evening styling, adding a subtle statement to any look.

Details:

  • 18CT Gold Plated

  • Pebble-shaped pendant

  • Minimalist design

Availability
 
Tax included. Shipping calculated at checkout.

// Save scroll position window.onbeforeunload = function() { localStorage.setItem('scrollPosition', window.scrollY); }; // Restore scroll position window.onload = function() { var scrollPosition = localStorage.getItem('scrollPosition'); if (scrollPosition) { window.scrollTo(0, scrollPosition); localStorage.removeItem('scrollPosition'); // Clear saved position after use } };