.js-store-prod-text a {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;

    background-color: #e9969c;
    color: #ffffff !important;

    border: none;
    border-radius: 50px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4286;
    font-weight: 800;
    text-decoration: none !important;

    transition: background-color 0.2s ease-in-out;
}

.js-store-prod-text a:hover {
    background-color: #e50031;
    color: #ffffff !important;
}