.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}

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

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

.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__btn {
    border: 2px solid #88AFFF;
}

/* --- Мобильная версия --- */
@media (max-width: 767px) {
    .js-store-prod-text a {
        display: block;
        width: calc(100% - 40px); /* ширина с учётом отступов */
        margin-left: 10px;
        margin-right: 20px;
        text-align: center; /* центрируем текст */
        margin-top: 15px; /* можно чуть уменьшить отступы для мобильных */
    }
}
