From the minimal Aura cuff to our sculptural Ebb Cuff, these bracelets hug your wrist and don’t jangle around. Wear them for a date night or to make a statement during your next work presentation.
a {
color: #b7880A !important; /* Example: Change link color to a specific shade */
text-decoration: none; /* Remove underline from links */
transition: color 0.3s ease; /* Add a smooth color transition for hover */
}
a:hover {
color: #bd2030 !important; /* Example: Change hover color */
}