.js-store-prod-text a {
  display: inline-block;
  margin-top: 20px;
  border-radius: 0px;
  font-weight: 1000;
  text-align: center;
  width: 100% !important; /* Чтобы учитывать боковые отступы */
  height: 55px;
  line-height: 55px;
  background-color: #1A1819;
  color: #F8F8F6 !important;
  font-size: 14px;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

/* Планшет до 744px */
@media screen and (max-width: 744px) {
  .js-store-prod-text a {
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    width: 100% !important;
  }
}

/* Мобильный до 360px */
@media screen and (max-width: 360px) {
  .js-store-prod-text a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    width: 100% !important;
  }
}
.t-store__prod-popup__btn-wrapper {
    display: none;
}

