.cart_item__content {
  flex: 1 1 auto;
  min-width: 0;
}

.cart_item__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cart_item__prices {
  margin-left: auto;
  text-align: right;
}

.promotion_tooltip__text {
  white-space: pre-line;
}
