Our studio will be closed from December 22 through January 2nd for Holiday break.
All orders placed during that that time will be shipped January 3rd.
Thanks for your understanding!
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 */
}