.js-store-prod-text a {
    display: inline-block;
    padding: 11px 54px 13px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 12px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #f4e7ff;
    color: #a73afd !important;
}
.js-store-prod-text a:last-of-type {
    background-color: rgba(167,58,253,.12);
    color: #a73afd !important;
    border: 2px solid transparent;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
 .js-store-prod-text a:hover {
        background-color:rgba(167,58,253,.16);
        border-color: transparent
    }

.js-store-prod-text a:active {
        transition: transform .1s ease 0s;
        transform: scale(.97)
    }
    
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
