.vestre-try-on-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background-color: #2d2d2d;
color: #ffffff;
font-size: 14px;
font-weight: 500;
line-height: 1;
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
border-radius: 9999px;
padding: 12px 20px;
margin: 0 0 16px;
text-decoration: none;
transition: opacity 0.2s ease;
border: none;
cursor: pointer;
}
.vestre-try-on-btn:hover,
.vestre-try-on-btn:focus {
opacity: 0.9;
color: #ffffff;
}
.vestre-try-on-btn svg {
width: 10px;
height: 14px;
flex: 0 0 auto;
}