.js-store-prod-text a {
    display: inline-block;
    padding: 12px 20px;
    margin-right: 12px;
    margin-top: 20px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #111111;
    color: #ffffff !important;
    text-align: center;
    transition: all 0.3s ease;
}
.js-store-prod-text a:last-of-type {
    margin-right: 0;
}
/* Стили для мобильной версии */
@media (max-width: 767px) {
    .js-store-prod-text {
        display: flex;
        flex-direction: column;
    }
    
    .js-store-prod-text a {
        display: block;
        width: 100%;
        margin-right: 0 !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 14px 20px;
        box-sizing: border-box;
    }
    
    .js-store-prod-text a:first-child {
        margin-top: 0;
    }
}
.t706__cartwin_showed {
    z-index: 999999999;
}