.js-store-prod-text a:first-of-type{
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    
}
.js-store-prod-text a:last-of-type{
    display: inline-block;
    padding: 15px 44px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    
}
@media only screen and (max-width: 960px) {
    .js-store-prod-text a:last-of-type{
    display: inline-block;
    padding: 15px 42px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    
}
}

.js-store-prod-text a:first-of-type {
    background-color: #ffffff;
    color: #c910a9 !important;
    border: 3px solid #c910a9;
    transition:0.3s;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #c910a9;
    color: #ffffff !important;
    transition:0.3s;
    border-color:#c910a9;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #005bfe !important;
    border: 3px solid #005bfe;
    transition:0.3s;
}
.js-store-prod-text a:last-of-type:hover {
    background-color: #005bfe;
    color: #ffffff  !important;
    border: 3px solid #005bfe;
    transition:0.3s;
}
 
.js-store-prod-text {
    z-index: 999999999;
