.js-store-prod-text a {
  display: inline-block;
  padding: 12px 24px;
  margin-right: 5px;
  margin-top: 20px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none; /* убираем подчёркивание ссылки */
  transition: all 0.3s ease; /* плавная анимация */
}

/* Первая кнопка — градиент */
.js-store-prod-text a:first-of-type {
  background: linear-gradient(0.847turn, rgba(177, 174, 255, 1) 0%, rgba(14, 29, 63, 1) 100%);
  color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:hover {
  background: linear-gradient(0.847turn, rgba(150, 148, 217, 1) 0%, rgba(12, 25, 54, 1) 100%); /* немного светлее оттенки */
  transform: translateY(-1px); /* лёгкое поднятие при наведении */
  box-shadow: 0 4px 12px rgba(14, 29, 63, 0.4); /* тень при наведении */
}

/* Вторая кнопка — сплошной цвет */
.js-store-prod-text a:last-of-type {
  background: linear-gradient(0.847turn,rgba(108,102,255,1) 0%,rgba(14,29,63,1) 100%);
  color: #ffffff !important;
}


.js-store-prod-text a:last-of-type:hover {
  background: linear-gradient(0.847turn, rgba(92, 87, 217, 1) 0%, rgba(12, 25, 54, 1) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(86, 109, 144, 0.4);
}

.t706__cartwin_showed {
  z-index: 999999999;
}