Skip to content
/* Luxury Gold "Sold Out" Badge */
.sold-out,
.badge--soldout {
font-weight: 700 !important; /* Bold */
font-size: 14px !important; /* Readable but elegant */
text-transform: uppercase;
background-color: #C5A46D !important; /* Gold background */
color: #FFFFFF !important; /* White text */
padding: 4px 10px;
border-radius: 4px; /* Smooth rounded corners */
letter-spacing: 0.5px; /* Luxury spacing */
}