.js-store-prod-text a {
    display: inline-block;
    padding: 12px 20px 9px 20px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0px;
    font-weight: 600;
    transition: all 0.2s ease; /* плавный переход 0.2 сек */
}
.js-store-prod-text a:first-of-type {
    background-color: #9F5EA5;
    color: #ffffff !important;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #1e1e1e; /* чуть темнее при наведении */
}
.js-store-prod-text a:last-of-type {
    background-color: #8DC53F;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type:hover {
    background-color: #1e1e1e; /* чуть темнее при наведении */
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}