a, a:visited {
-webkit-transition: 0.5s ease;
transition: 0.5s ease; 
}

a:hover, a:visited:hover {
color: #87cbcb !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
}


.t-store__card__textwrapper {
display: flex;
flex-direction: column;
}
.t-store__card__price-wrapper {
height: 100%;
display: flex;
align-items: flex-end;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 650;
}
.js-store-prod-text a:first-of-type {
    background-color: #87cbcb;
    color: #222d46 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
