.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin: 20px 15px 0 0; 
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.js-store-prod-text a:first-of-type {
    background-color: #005bff;
    color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(2) {
    background-color: #3284cf;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #a73afd;
    color: #ffffff !important;
}

.js-store-prod-text a:hover {
    filter: brightness(0.9);
}

.t706__cartwin_showed {
    z-index: 999999999;
}

