.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #31527E;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    border-color: #31527E !important;
    color: #31527E !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}


.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Под заказ'; 
  visibility: visible;
  display: block;
  color: #333333;
}






.your-text-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Цвет фона, можно изменить */
  color: white; /* Цвет текста */
  text-align: center; /* Выравнивание текста по центру */
  padding: 10px 0; /* Отступы */
  z-index: 9999; /* Убедись, что блок всегда поверх остальных элементов */
}





/* Убираем лишние отступы у контейнера карточки товара */
.t-store__prod-snippet__container {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

/* Убираем внутренние отступы у блока */
.t-store {
  padding: 20px !important;
  margin: 20px !important;
}

