.vans-btn {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 16px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 2.5px;
    white-space: nowrap;
}

.vans-btn--main {
    background-color: #000;
    color: #FFF;
}

.vans-btn--secondary {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}
.vans-btn--width-full {width: 100%; text-wrap: nowrap;}
.vans-btn--width-50 {width: 50%;}