/* ТУРБО · акция ×2. Чип встаёт в существующий ряд бейджей карточки,
   строка под ценой — по центру, в той же приглушённой гамме (#A3A3A3). */

.bst-note{
  display:inline-block;
  margin-left:6px;
  padding:2px 10px;
  border-radius:999px;
  border:1px solid rgba(61,220,151,.45);
  background:rgba(61,220,151,.14);
  color:#7DE9BC;
  font-weight:500;
  white-space:nowrap;
}

/* тот же размер и форма, что у «Скидка 33%», но мятный — читается как подарок, а не как скидка */
.bst-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1.15;
  font-size:12px;
  font-weight:600;
  padding:4px 12px;
  border-radius:999px;
  background:#3DDC97;
  color:#04231a;
  box-shadow:0 0 22px rgba(61,220,151,.4);
  white-space:nowrap;
}

.bst-line{
  margin:-8px 0 16px;
  text-align:center;
  font-size:13px;
  line-height:1.35;
  color:#A3A3A3;
  font-variant-numeric:tabular-nums;
}

@media (max-width:425px){
  .bst-line{text-align:center;margin:-4px 0 14px}
}
