BUY NOW, PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Hex Huggie Earrings Gold

Regular price $59.00
Unit price
per 
Introducing our dazzling Hex Earrings, a stunning addition to any jewelry collection. Meticulously crafted, these earrings shine with a geometric charm that catches the eye. Perfect for both everyday wear and special occasions, they embody elegance with a modern twist. Elevate your style and add a touch of sophistication to your look with these exquisite earrings, sure to be a favorite in your accessory lineup!
Add a touch of elegance and modern style to any outfit with our Hex Earrings in gold. These hexagonal hoops are perfect for making a statement and adding a unique twist to your look. Crafted with high-quality materials, these earrings are sure to become your go-to accessory for everyday.
-18CT gold plated.
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 } };