.js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 25px;
    font-weight: 400;
    
}
.js-store-prod-text a:first-of-type {
    background-color: #faf9f8;
    border: 1px solid #8EAD3D;
    color: #000000 !important;
}
.js-store-prod-text a:first-of-type {
    transition: all 0.3s ease-in-out;
}
.js-store-prod-text a:hover {
    /* укажи цвет фона при наведении */
    background-color: #8EAD3D !important;
    /* укажи цвет текста при наведении */
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #faf9f8;
    border: 1px solid #255627;
    color: #000000 !important;
}
 .js-store-prod-text a:last-of-type {
    transition: all 0.3s ease-in-out;
}
.js-store-prod-text a:hover {
    /* укажи цвет фона при наведении */
    background-color: #8EAD3D !important;
    /* укажи цвет текста при наведении */
    color: #ffffff !important;
    border-color: #8EAD3D !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}