.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 30px;
  margin-top: 40px;
  border-radius: 0px;
  font-weight: 500;
}

/* Первая кнопка */
.js-store-prod-text a:nth-of-type(1) {
  background-color: #005BFF;
  color: #EEE !important;
}

/* Вторая кнопка */
.js-store-prod-text a:nth-of-type(2) {
  background-color: #FFDD00;
  color: #000 !important;
}

/* Третья кнопка */
.js-store-prod-text a:nth-of-type(3) {
  background-color: #990099; /* Красный цвет для примера, можно изменить */
  color: #EEE !important;
}

.t706__cartwin_showed {
  z-index:9999999;
}