.js-store-prod-text a {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 0px;
    border-radius: 32px;
    font-size: 13px;
    font-weight: 800;
    font-family: "Tilda Sans", sans-serif;
    text-decoration: none;
    background-color: #5430d9;
    color: #ffffff !important;
}

.js-store-prod-text a:hover {
    background-color: #472ab3;
}