body {
  background: #0B0F14;
  color: #fff;
}

.t-store__card {
  background: #11161C;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
}

.t-store__card__price {
  color: #fff;
  font-weight: 600;
}

.t-store__card__title {
  color: rgba(255,255,255,0.8);
}

.t-store__card__btn {
  background: #00FFC6;
  color: #000;
  border-radius: 10px;
}