.t-store__col {
  background: #EEEDFE !important;
  border-radius: 20px !important;
  padding: 24px 20px !important;
}

.t-store__col-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #26215C !important;
  font-size: 18px !important;
  text-align: center !important;
}

.t-store__col-price {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #26215C !important;
  text-align: center !important;
}

.t-store__col .t-btn {
  background: #534AB7 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  width: 100% !important;
  border: none !important;
}

.t-store__col .t-btn:hover {
  background: #3C3489 !important;
}

.t-tab__controls-item.t-tab__controls-item_active {
  border-bottom: 2px solid #534AB7 !important;
  color: #534AB7 !important;
}

.t-card__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.t-card__btn-wrapper {
  margin-top: auto;
}