.js-store-prod-text a {
    display: inline-block;
    padding: 14px 30px;
    margin-right: 20px;
    margin-top: 25px;
    border-radius: 0px;
    font-weight: 500;

    font-size: 14px !important;   /* ↓ уменьшили текст */
    line-height: 1.3 !important;  /* ↓ чтобы не раздувало кнопку по высоте */
}

.js-store-prod-text a:first-of-type {
    background-color: #F8F8F8;
    color: #454545 !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #F8F8F8;
    color: #454545 !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}
/* FIX: чтобы кнопка "Нет в наличии" отображалась нормально в попапе */
.t-store__prod-popup__btn-disabled,
.t-store__prod-popup__btn-disabled *{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  box-sizing: border-box !important;
}