.js-store-prod-text a {
    display: inline-block;
    padding: 11px 26px;
    margin-right: 7px;
    border-radius: 100px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #6a282c;
    color: #ffffff !important;
    border: 1.5px solid #6a282c;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #8DC09A;           /* более тёмный бордовый */
    border-color: #8DC09A;        /* текст становится белым */
}
.js-store-prod-text a:last-of-type {
        background-color: #ffffff;  
    color: #6a282c !important;       
    border: 1.5px solid #6a282c;
    margin-top: 10px;
    margin-bottom: 30px;
}

 .js-store-prod-text a:last-of-type:hover {
    background-color: #6a282c;           /* заливается */
    color: #ffffff !important;   
}

.t706__cartwin_showed {
    z-index: 999999999;
}