.variant-selector-btn {
    max-width: 9rem;
    color: #ffffff;
    border: none;
    background-color: #3a71bd;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 6px;
}
.variant-selector-btn:hover {
    background-color: #5b84bd;
    color:#ffffff
}