    .js-store-prod-text a {
    display: inline-block;
    padding: 20px 40px;
    margin-right: 30px;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 550;
    font-size: 28px;
}
.js-store-prod-text a:first-of-type {
    background-color: #6DF560;
    color: #000000 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFF2;
    /* последняя кнопка (например "Подробнее") */
    
}
.js-store-prod-text a:first-of-type:hover {
    transform: scale(1.05); /* увеличиваем на 5% */
}
.js-store-prod-text a:last-of-type {
    color: #6b6865 !important;
    padding: 5px 10px;
    margin-right: 25px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 13px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
