.js-store-prod-text a {
    display: block;
    width: 100%;
    background-color: #862fd8 !important;
    color: #ffffff !important;
    border-radius: 100px;
    padding: 18px 20px;
    font-weight: 400;
    margin-top: 20px !important;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease; /* плавность */
}

/* Ховер */
.js-store-prod-text a:hover {
    background-color: #9E59E0 !important;
}