.js-store-prod-text a {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
    width: var(--button-width, auto); /* Добавляем параметр для регулировки длины */
    min-width: 120px; /* Минимальная ширина кнопки */
    text-align: center;
    box-sizing: border-box;
}

/* Стили для основной кнопки */
.js-store-prod-text a:first-of-type {
    background-color: #2d2f4c;
    color: #ffffff !important;
}

/* Стили для дополнительной кнопки */
.js-store-prod-text a:nth-of-type(2) {
    background-color: #4CAF50; /* Пример другого цвета */
    color: #ffffff !important;
}

/* Стили для последней кнопки (если нужно) */
.js-store-prod-text a:last-of-type {
    background-color: #2d2f4c;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}