.avtk-promotion {
  display: grid;
  justify-items: start;
  gap: 5px;
  margin: 0 0 8px;
}

.avtk-promotion__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 3px;
  background: #ff8a14;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.avtk-promotion__old-price {
  color: #7c858d;
  font-size: 17px;
  line-height: 1.1;
  text-decoration-thickness: 1px;
}

.avtk-promotion__timer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 33px;
  padding: 7px 10px;
  border-radius: 3px;
  background: #fff1df;
  color: #a54e00;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.avtk-promotion__clock {
  color: #ff8a14;
  font-size: 19px;
  line-height: 1;
}
